Class FillHandleConfiguration
java.lang.Object
org.eclipse.nebula.widgets.nattable.config.AbstractLayerConfiguration<NatTable>
org.eclipse.nebula.widgets.nattable.fillhandle.config.FillHandleConfiguration
- All Implemented Interfaces:
IConfiguration
Default configuration for fill handle functionality. Registers the
corresponding painter, command handler and ui bindings.
- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InternalCellClipboardprotected FillHandleLayerPainterprotected SelectionLayer -
Constructor Summary
ConstructorsConstructorDescriptionFillHandleConfiguration(SelectionLayer selectionLayer) Create the FillHandleConfiguration for a NatTable. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureTypedLayer(NatTable natTable) voidconfigureUiBindings(UiBindingRegistry uiBindingRegistry) Configure NatTable'sUiBindingRegistryupon receiving this callback.Methods inherited from class org.eclipse.nebula.widgets.nattable.config.AbstractLayerConfiguration
configureLayer, configureRegistry
-
Field Details
-
selectionLayer
-
painter
-
clipboard
-
-
Constructor Details
-
FillHandleConfiguration
Create the FillHandleConfiguration for a NatTable.- Parameters:
selectionLayer- TheSelectionLayerneeded to determine the current selection on which the fill handle will be rendered. Can not benull.
-
-
Method Details
-
configureTypedLayer
- Specified by:
configureTypedLayerin classAbstractLayerConfiguration<NatTable>
-
configureUiBindings
Description copied from interface:IConfigurationConfigure NatTable'sUiBindingRegistryupon receiving this callback. A mechanism to customize key/mouse bindings.- Specified by:
configureUiBindingsin interfaceIConfiguration- Overrides:
configureUiBindingsin classAbstractLayerConfiguration<NatTable>- Parameters:
uiBindingRegistry- TheUiBindingRegistryinstance to register ui bindings to.
-