Class HideIndicatorConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.hideshow.indicator.HideIndicatorConfigAttributes
Configuration attributes for the hide indicator rendering.
- Since:
- 1.6
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<org.eclipse.swt.graphics.Color>Configuration attribute for configuring the color of the hide indicator.static final ConfigAttribute<Integer>Configuration attribute for configuring the line width of the hide indicator. -
Method Summary
-
Field Details
-
HIDE_INDICATOR_LINE_WIDTH
Configuration attribute for configuring the line width of the hide indicator. -
HIDE_INDICATOR_COLOR
Configuration attribute for configuring the color of the hide indicator.
-