Class SeverityGroupping.SeverityGroup
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.MarkerGroupping.Group<MarkerSeverity>
com._1c.g5.v8.dt.internal.ui.validation.SeverityGroupping.SeverityGroup
- All Implemented Interfaces:
Comparable<MarkerSeverity>
- Enclosing class:
- SeverityGroupping
Severity marker group.
-
Constructor Summary
ConstructorsConstructorDescriptionSeverityGroup
(MarkerSeverity severity) Creates group with given marker severity. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
getImage()
Image.Returns aMarkerFilter
for this group.getName()
Group name.Methods inherited from class com._1c.g5.v8.dt.internal.ui.validation.MarkerGroupping.Group
compareTo, equals, getId, hashCode
-
Constructor Details
-
SeverityGroup
Creates group with given marker severity.- Parameters:
severity
- - marker severity, cannot benull
-
-
Method Details
-
getName
Description copied from class:MarkerGroupping.Group
Group name. By default using in cell text.- Overrides:
getName
in classMarkerGroupping.Group<MarkerSeverity>
- Returns:
- group name, cannot be
null
-
getImage
public org.eclipse.swt.graphics.Image getImage()Description copied from class:MarkerGroupping.Group
Image.- Overrides:
getImage
in classMarkerGroupping.Group<MarkerSeverity>
- Returns:
- , can be
null
-
getMarkerFilter
Description copied from class:MarkerGroupping.Group
Returns aMarkerFilter
for this group.- Overrides:
getMarkerFilter
in classMarkerGroupping.Group<MarkerSeverity>
- Returns:
MarkerFilter
for this group. Nevernull
.
-