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.ImagegetImage()Image.Returns aMarkerFilterfor 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.GroupGroup name. By default using in cell text.- Overrides:
getNamein classMarkerGroupping.Group<MarkerSeverity>- Returns:
- group name, cannot be
null
-
getImage
public org.eclipse.swt.graphics.Image getImage()Description copied from class:MarkerGroupping.GroupImage.- Overrides:
getImagein classMarkerGroupping.Group<MarkerSeverity>- Returns:
- , can be
null
-
getMarkerFilter
Description copied from class:MarkerGroupping.GroupReturns aMarkerFilterfor this group.- Overrides:
getMarkerFilterin classMarkerGroupping.Group<MarkerSeverity>- Returns:
MarkerFilterfor this group. Nevernull.
-