Class ObjectGroupping.ObjectGroup
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.MarkerGroupping.Group<String>
com._1c.g5.v8.dt.internal.ui.validation.ObjectGroupping.ObjectGroup
- All Implemented Interfaces:
Comparable<String>
- Enclosing class:
- ObjectGroupping
Marker group by source for
ProblemTree.-
Constructor Summary
ConstructorsConstructorDescriptionObjectGroup(String id, org.eclipse.emf.ecore.EClass eclass, Object originalTopObjectId) Creates group with marker source. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImagegetImage()Image.Returns aMarkerFilterfor this group.
-
Constructor Details
-
ObjectGroup
Creates group with marker source.- Parameters:
id- - source name.eclass- - marker source eclassoriginalTopObjectId- - original ID of a top object
-
-
Method Details
-
getImage
public org.eclipse.swt.graphics.Image getImage()Description copied from class:MarkerGroupping.GroupImage.- Overrides:
getImagein classMarkerGroupping.Group<String>- Returns:
- , can be
null
-
getMarkerFilter
Description copied from class:MarkerGroupping.GroupReturns aMarkerFilterfor this group.- Overrides:
getMarkerFilterin classMarkerGroupping.Group<String>- Returns:
MarkerFilterfor this group. Nevernull.
-