Uses of Interface
org.eclipse.nebula.widgets.nattable.ui.action.IDragMode
Packages that use IDragMode
Package
Description
-
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that implement IDragModeModifier and TypeClassDescriptionclassSpecialization ofColumnHeaderReorderDragModethat avoids rendering of the column drag lines in case the mouse moves over the groupBy region by supporting handling of column groups.classSpecialization ofColumnReorderDragModethat avoids rendering of the column drag lines in case the mouse moves over the groupBy region. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.action
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.action that implement IDragModeModifier and TypeClassDescriptionclassIDragMode for enabling the groupBy feature. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.fillhandle.action
Classes in org.eclipse.nebula.widgets.nattable.fillhandle.action that implement IDragModeModifier and TypeClassDescriptionclassTheIDragModethat is registered to get triggered for dragging the fill drag handle. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.formula.action
Classes in org.eclipse.nebula.widgets.nattable.formula.action that implement IDragModeModifier and TypeClassDescriptionclassSpecializedFillHandleDragModethat also opens the dialog in case of String values that can be converted toBigDecimalvalues using theFormulaDataProvider. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.group.action
Classes in org.eclipse.nebula.widgets.nattable.group.action that implement IDragModeModifier and TypeClassDescriptionclassDefaultIDragModeinvoked for 'left click + drag' on the column group header.classExtends the regular column drag functionality to work with Column groups. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.group.performance.action
Classes in org.eclipse.nebula.widgets.nattable.group.performance.action that implement IDragModeModifier and TypeClassDescriptionclassDefaultIDragModeinvoked for 'left click + drag' on the column group header.classExtends the regular column drag functionality to work with column groups.classDefaultIDragModeinvoked for 'left click + drag' on the row group header.classExtends the regular row drag functionality to work with row groups. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.hierarchical.action
Classes in org.eclipse.nebula.widgets.nattable.hierarchical.action that implement IDragModeModifier and TypeClassDescriptionclassSpecialization of theColumnReorderDragModeto be used with aHierarchicalTreeLayerto respect hierarchical levels. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.reorder.action
Classes in org.eclipse.nebula.widgets.nattable.reorder.action that implement IDragMode -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.resize.mode
Classes in org.eclipse.nebula.widgets.nattable.resize.mode that implement IDragModeModifier and TypeClassDescriptionclassDrag mode that will implement the column resizing process.classDrag mode that will implement the row resizing process. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.selection.action
Classes in org.eclipse.nebula.widgets.nattable.selection.action that implement IDragModeModifier and TypeClassDescriptionclassFires commands to select a range of cells when the mouse is dragged in the viewport.classSelects the entire row when the mouse is dragged on the body.classSelects the entire row when the mouse is dragged on the body. -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.ui.action
Classes in org.eclipse.nebula.widgets.nattable.ui.action that implement IDragModeModifier and TypeClassDescriptionclassclassclassIDragModeto visualize a column as overlay.classIDragModeto visualize a row as overlay.Methods in org.eclipse.nebula.widgets.nattable.ui.action with parameters of type IDragModeModifier and TypeMethodDescriptionvoidAggregateDragMode.addDragMode(IDragMode dragMode) voidAggregateDragMode.removeDragMode(IDragMode dragMode) Constructors in org.eclipse.nebula.widgets.nattable.ui.action with parameters of type IDragModeModifierConstructorDescriptionAggregateDragMode(IDragMode... dragModes) DragModeEventHandler(ModeSupport modeSupport, NatTable natTable, IDragMode dragMode, MouseModeEventHandler parentModeEventHandler, org.eclipse.swt.events.MouseEvent mouseDownEvent) -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.ui.binding
Methods in org.eclipse.nebula.widgets.nattable.ui.binding that return IDragModeModifier and TypeMethodDescriptionDragBinding.getDragMode()IUiBindingRegistry.getDragMode(org.eclipse.swt.events.MouseEvent event) UiBindingRegistry.getDragMode(org.eclipse.swt.events.MouseEvent event) Methods in org.eclipse.nebula.widgets.nattable.ui.binding with parameters of type IDragModeModifier and TypeMethodDescriptionvoidUiBindingRegistry.registerFirstMouseDragMode(IMouseEventMatcher mouseEventMatcher, IDragMode dragMode) Register aIDragModethat should be executed on a mouse drag operation if the givenIMouseEventMatchermatches.voidUiBindingRegistry.registerMouseDragMode(IMouseEventMatcher mouseEventMatcher, IDragMode dragMode) Register aIDragModethat should be executed on a mouse drag operation if the givenIMouseEventMatchermatches.Constructors in org.eclipse.nebula.widgets.nattable.ui.binding with parameters of type IDragModeModifierConstructorDescriptionDragBinding(IMouseEventMatcher mouseEventMatcher, IDragMode dragMode) -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.ui.mode
Constructors in org.eclipse.nebula.widgets.nattable.ui.mode with parameters of type IDragModeModifierConstructorDescriptionMouseModeEventHandler(ModeSupport modeSupport, NatTable natTable, org.eclipse.swt.events.MouseEvent initialMouseDownEvent, IMouseAction singleClickAction, IMouseAction doubleClickAction, IDragMode dragMode) -
Uses of IDragMode in org.eclipse.nebula.widgets.nattable.viewport.action
Classes in org.eclipse.nebula.widgets.nattable.viewport.action that implement IDragModeModifier and TypeClassDescriptionclassAbstractIDragModeimplementation to support auto-scrolling on dragging.