Uses of Class
org.eclipse.nebula.widgets.nattable.copy.InternalCellClipboard
Packages that use InternalCellClipboard
Package
Description
-
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable
Methods in org.eclipse.nebula.widgets.nattable that return InternalCellClipboard -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.copy
Constructors in org.eclipse.nebula.widgets.nattable.copy with parameters of type InternalCellClipboardModifierConstructorDescription -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.copy.action
Constructors in org.eclipse.nebula.widgets.nattable.copy.action with parameters of type InternalCellClipboardModifierConstructorDescriptionClearClipboardAction
(InternalCellClipboard clipboard) PasteOrMoveSelectionAction
(InternalCellClipboard clipboard) Creates the action withSelectionLayer.MoveDirectionEnum.DOWN
PasteOrMoveSelectionAction
(InternalCellClipboard clipboard, SelectionLayer.MoveDirectionEnum direction) Creates the action with the givenSelectionLayer.MoveDirectionEnum
. -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.copy.command
Fields in org.eclipse.nebula.widgets.nattable.copy.command declared as InternalCellClipboardModifier and TypeFieldDescriptionprotected InternalCellClipboard
InternalCopyDataCommandHandler.clipboard
protected InternalCellClipboard
InternalPasteDataCommandHandler.clipboard
protected InternalCellClipboard
RowSpanningCopyDataCommandHandler.clipboard
Constructors in org.eclipse.nebula.widgets.nattable.copy.command with parameters of type InternalCellClipboardModifierConstructorDescriptionInternalCopyDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) Creates an instance that only checks theSelectionLayer
for the data to add to the system clipboard and the givenInternalCellClipboard
.InternalPasteDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) RowSpanningCopyDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) Creates an instance that only checks theSelectionLayer
for data to add to the clipboard.RowSpanningCopyDataCommandHandler
(SelectionLayer selectionLayer, ILayer columnHeaderLayer, InternalCellClipboard clipboard) Creates an instance that checks theSelectionLayer
and the column header layer if given for data to add to the clipboard.RowSpanningPasteDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.fillhandle
Fields in org.eclipse.nebula.widgets.nattable.fillhandle declared as InternalCellClipboardModifier and TypeFieldDescriptionprotected InternalCellClipboard
FillHandleLayerPainter.clipboard
TheInternalCellClipboard
that is used to identify whether a cell is currently copied.Methods in org.eclipse.nebula.widgets.nattable.fillhandle that return InternalCellClipboardMethods in org.eclipse.nebula.widgets.nattable.fillhandle with parameters of type InternalCellClipboardModifier and TypeMethodDescriptionvoid
FillHandleLayerPainter.setClipboard
(InternalCellClipboard clipboard) Constructors in org.eclipse.nebula.widgets.nattable.fillhandle with parameters of type InternalCellClipboardModifierConstructorDescriptionFillHandleLayerPainter
(InternalCellClipboard clipboard) Create anFillHandleLayerPainter
that renders gray grid lines and uses the default clipping behavior.FillHandleLayerPainter
(InternalCellClipboard clipboard, boolean clipLeft, boolean clipTop) Create anFillHandleLayerPainter
that renders gray grid lines and uses the specified clipping behavior.FillHandleLayerPainter
(InternalCellClipboard clipboard, org.eclipse.swt.graphics.Color gridColor) Create anFillHandleLayerPainter
that renders grid lines in the specified color and uses the default clipping behavior.FillHandleLayerPainter
(InternalCellClipboard clipboard, org.eclipse.swt.graphics.Color gridColor, boolean clipLeft, boolean clipTop) Create anFillHandleLayerPainter
that renders grid lines in the specified color and uses the specified clipping behavior. -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.fillhandle.action
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.action declared as InternalCellClipboardConstructors in org.eclipse.nebula.widgets.nattable.fillhandle.action with parameters of type InternalCellClipboardModifierConstructorDescriptionFillHandleDragMode
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.fillhandle.command
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.command declared as InternalCellClipboardModifier and TypeFieldDescriptionprotected InternalCellClipboard
FillHandlePasteCommandHandler.clipboard
Constructors in org.eclipse.nebula.widgets.nattable.fillhandle.command with parameters of type InternalCellClipboardModifierConstructorDescriptionFillHandlePasteCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) Creates aFillHandlePasteCommandHandler
-
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.fillhandle.config
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.config declared as InternalCellClipboardModifier and TypeFieldDescriptionprotected InternalCellClipboard
FillHandleConfiguration.clipboard
-
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.formula
Fields in org.eclipse.nebula.widgets.nattable.formula declared as InternalCellClipboardModifier and TypeFieldDescriptionprotected InternalCellClipboard
CopySelectionLayerPainter.clipboard
Constructors in org.eclipse.nebula.widgets.nattable.formula with parameters of type InternalCellClipboardModifierConstructorDescriptionCopySelectionLayerPainter
(InternalCellClipboard clipboard) Create aCopySelectionLayerPainter
that renders gray grid lines and uses the default clipping behavior.CopySelectionLayerPainter
(InternalCellClipboard clipboard, boolean clipLeft, boolean clipTop) Create aCopySelectionLayerPainter
that renders gray grid lines and uses the specified clipping behavior.CopySelectionLayerPainter
(InternalCellClipboard clipboard, org.eclipse.swt.graphics.Color gridColor) Create aCopySelectionLayerPainter
that renders gray grid lines and uses the default clipping behavior.CopySelectionLayerPainter
(InternalCellClipboard clipboard, org.eclipse.swt.graphics.Color gridColor, boolean clipLeft, boolean clipTop) Create aCopySelectionLayerPainter
that renders grid lines in the specified color and uses the specified clipping behavior. -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.formula.action
Constructors in org.eclipse.nebula.widgets.nattable.formula.action with parameters of type InternalCellClipboardModifierConstructorDescriptionFormulaFillHandleDragMode
(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.formula.command
Constructors in org.eclipse.nebula.widgets.nattable.formula.command with parameters of type InternalCellClipboardModifierConstructorDescriptionFormulaCopyDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard) Creates an instance that only checks theSelectionLayer
for the data to add to the system clipboard and the givenInternalCellClipboard
.FormulaFillHandlePasteCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) FormulaPasteDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard, FormulaDataProvider dataProvider) -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.formula.config
Constructors in org.eclipse.nebula.widgets.nattable.formula.config with parameters of type InternalCellClipboardModifierConstructorDescriptionDefaultFormulaConfiguration
(FormulaDataProvider dataProvider, SelectionLayer selectionLayer, InternalCellClipboard clipboard) -
Uses of InternalCellClipboard in org.eclipse.nebula.widgets.nattable.hierarchical.command
Constructors in org.eclipse.nebula.widgets.nattable.hierarchical.command with parameters of type InternalCellClipboardModifierConstructorDescriptionHierarchicalTreeCopyDataCommandHandler
(SelectionLayer selectionLayer, HierarchicalTreeLayer treeLayer, InternalCellClipboard clipboard) Creates an instance that only checks theSelectionLayer
for data to add to the clipboard.HierarchicalTreeCopyDataCommandHandler
(SelectionLayer selectionLayer, HierarchicalTreeLayer treeLayer, ILayer columnHeaderLayer, InternalCellClipboard clipboard) Creates an instance that checks theSelectionLayer
and the column header layer if given for data to add to the clipboard.HierarchicalTreePasteDataCommandHandler
(SelectionLayer selectionLayer, InternalCellClipboard clipboard)