Uses of Class
org.eclipse.nebula.widgets.nattable.command.AbstractContextFreeCommand
Packages that use AbstractContextFreeCommand
Package
Description
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.blink.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.columnCategories
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.columnChooser.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.command
Subclasses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.commandModifier and TypeClassDescriptionclassAbstract command that can be used to send a command into a specific region of a composition like a grid.classCommand fired byNatTablejust before it is disposed.Methods in org.eclipse.nebula.widgets.nattable.command that return AbstractContextFreeCommand -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.copy.command
Modifier and TypeClassDescriptionclassclassCommand to trigger pasting data. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.data.command
Modifier and TypeClassDescriptionclassCommand to insert rows.classCommand to delete row objects. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.datachange.command
Modifier and TypeClassDescriptionclassCommand to discard data changes tracked by theDataChangeLayer.classCommand to save data changes tracked by theDataChangeLayer. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.edit.command
Modifier and TypeClassDescriptionclassILayerCommandthat is used to delete the values in the current selected cells.classCommand that will trigger activating the edit mode for the specified cell.classCommand that will trigger activating the edit mode for the current selection. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.export.command
Modifier and TypeClassDescriptionclassCommand to trigger export functionality.classCommand to export a NatTable. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.extension.glazedlists.fixture
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.fillhandle.command
Modifier and TypeClassDescriptionclassCommand to trigger pasting data via fill handle drag operation. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.filterrow.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.formula.command
Modifier and TypeClassDescriptionclassILayerCommandthat is used to disable formula result caching in theFormulaDataProvider.classILayerCommandthat is used to disable formula evaluation in theFormulaDataProvider.classILayerCommandthat is used to enable formula result caching in theFormulaDataProvider.classILayerCommandthat is used to enable formula evaluation in theFormulaDataProvider. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.freeze.command
Modifier and TypeClassDescriptionclassSimple command to unfreeze a frozen state. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.grid.command
Modifier and TypeClassDescriptionclassCommand that gives the layers access to ClientArea and the ScrollableclassCommand that is propagated when NatTable starts up. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.group.command
Modifier and TypeClassDescriptionclassclassCommand to create a row group.classclassclassCommand to remove a row group identified by a row index.classclassCommand to remove fully selected rows from its parent row groups. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.group.performance.command
Subclasses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.group.performance.commandModifier and TypeClassDescriptionclassCommand that is used to collapse column groups.classCommand that is used to expand column groups.classCommand that is used to collapse row groups.classCommand that is used to expand row groups.classCommand that is used to update the hidden indexes for a column group in the ColumnGroupExpandCollapseLayer.classCommand that is used to update the hidden indexes for a row group in the RowGroupExpandCollapseLayer. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.hideshow.command
Modifier and TypeClassDescriptionclassHide a column by index instead of position.classHide a row by index instead of position.classCommand for showing hidden columns again via index.classCommand for showing hidden rows again via index.classclass -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.hierarchical.command
Subclasses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.hierarchical.commandModifier and TypeClassDescriptionclassCommand to expand or collapse a node in the HierarchicalTreeLayer. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.hover.command
Modifier and TypeClassDescriptionclassCommand that is used to clear the hover styling in a NatTable.classCommand that is used to apply hover styling in a NatTable. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.layer.command
Modifier and TypeClassDescriptionclassThis command is used to configure scaling behavior. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.persistence.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.print.command
Modifier and TypeClassDescriptionclassclassThe viewport picks this up and moved to 0,0 so that the entire grid can be printed.classThis command is handled by the viewport.classRestores the viewport to its normal operation. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.reorder.command
Modifier and TypeClassDescriptionclassCommand to reset column reordering.classCommand to reset row reordering. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.resize.command
Modifier and TypeClassDescriptionclassCommand to configure column widths.classCommand to reset the column width configurations.classCommand to reset the row height configurations.classCommand to configure row heights. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.selection.command
Modifier and TypeClassDescriptionclassclassclassCommand that is used to move a selection into a given direction.classclass -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.style.editor.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.test.fixture
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.test.fixture.command
-
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.tree.command
Modifier and TypeClassDescriptionclassCommand to collapse all nodes in a tree.classCommand to expand all nodes in a tree.classCommand to expand/collapse a tree node.classCommand to expand all nodes to a specified level in a tree. -
Uses of AbstractContextFreeCommand in org.eclipse.nebula.widgets.nattable.viewport.command
Modifier and TypeClassDescriptionclassclassCommand to show a cell in the viewport.classCommand to show a row position in the viewport.