Class SelectionStyleLabels
java.lang.Object
org.eclipse.nebula.widgets.nattable.style.SelectionStyleLabels
Interface that contains labels that are used to style selection related
components.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringLabel that is applied to the column header cell of the column that is fully selected.static final StringStyle label for configuring the copy border.static final StringLabel that is added to the bottom right cell of a contiguous selection.static final StringLabel that is used to mark cells as part of the fill handle region.static final StringLabel that is applied to the row header cell of the row that is fully selected.static final StringLabel that is used to configure the line style of the selection grid line.static final StringLabel that is applied to the cell which is currently holding the selection anchor. -
Method Summary
-
Field Details
-
SELECTION_ANCHOR_STYLE
Label that is applied to the cell which is currently holding the selection anchor.- See Also:
-
SELECTION_ANCHOR_GRID_LINE_STYLE
Label that is used to configure the line style of the selection grid line. This is the line that surrounds an active selection. By default this is the black dotted one pixel line.- See Also:
-
COLUMN_FULLY_SELECTED_STYLE
Label that is applied to the column header cell of the column that is fully selected.- See Also:
-
ROW_FULLY_SELECTED_STYLE
Label that is applied to the row header cell of the row that is fully selected.- See Also:
-
FILL_HANDLE_REGION
Label that is used to mark cells as part of the fill handle region. This is the region that is selected via fill handle to trigger a fill action (copy/series) by dragging a current selection.- Since:
- 1.4
- See Also:
-
FILL_HANDLE_CELL
Label that is added to the bottom right cell of a contiguous selection. Used to mark the cell for rendering the fill handle.- Since:
- 1.4
- See Also:
-
COPY_BORDER_STYLE
Style label for configuring the copy border.
-