Class SelectionConfigAttributes
java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.SelectionConfigAttributes
This interface contains
ConfigAttributes that can be used to
configure selection rendering, like the border style of the active selection.- Since:
- 1.4
- noextend:
- This interface is not intended to be extended by clients.
- noimplement:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigAttribute<BorderStyle>ConfigAttribute to configure the line style used to render the selection border around selected cells. -
Method Summary
-
Field Details
-
SELECTION_GRID_LINE_STYLE
ConfigAttribute to configure the line style used to render the selection border around selected cells. This is the line that surrounds an active selection. By default this is the black dotted one pixel line.
-