Class CheckIdGroupping.CheckIdGroup
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.MarkerGroupping.Group<String>
com._1c.g5.v8.dt.internal.ui.validation.CheckIdGroupping.CheckIdGroup
- All Implemented Interfaces:
Comparable<String>
- Enclosing class:
- CheckIdGroupping
Check code (id) marker group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
getImage()
Image.Returns aMarkerFilter
for this group.
-
Constructor Details
-
CheckIdGroup
- Parameters:
checkId
- markers check id, cannot benull
.originalCheckId
- original check ID from the marker, cannot benull
, but can be empty.issueType
- check issue type.
-
-
Method Details
-
getImage
public org.eclipse.swt.graphics.Image getImage()Description copied from class:MarkerGroupping.Group
Image.- Overrides:
getImage
in classMarkerGroupping.Group<String>
- Returns:
- , can be
null
-
getMarkerFilter
Description copied from class:MarkerGroupping.Group
Returns aMarkerFilter
for this group.- Overrides:
getMarkerFilter
in classMarkerGroupping.Group<String>
- Returns:
MarkerFilter
for this group. Nevernull
.
-