Uses of Class
org.eclipse.nebula.widgets.nattable.NatTable
Packages that use NatTable
Package
Description
-
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnCategories
Methods in org.eclipse.nebula.widgets.nattable.columnCategories that return NatTableConstructors in org.eclipse.nebula.widgets.nattable.columnCategories with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnChooser.command
Methods in org.eclipse.nebula.widgets.nattable.columnChooser.command that return NatTableConstructors in org.eclipse.nebula.widgets.nattable.columnChooser.command with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnRename
Constructors in org.eclipse.nebula.widgets.nattable.columnRename with parameters of type NatTableModifierConstructorDescriptionDisplayColumnRenameDialogCommand(NatTable natTable, int columnPosition) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.conflation
Constructors in org.eclipse.nebula.widgets.nattable.conflation with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.copy.action
Methods in org.eclipse.nebula.widgets.nattable.copy.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.edit.action
Methods in org.eclipse.nebula.widgets.nattable.edit.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.examples._800_Integration
Fields in org.eclipse.nebula.widgets.nattable.examples._800_Integration declared as NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.export
Method parameters in org.eclipse.nebula.widgets.nattable.export with type arguments of type NatTableModifier and TypeMethodDescriptionvoidNatExporter.exportMultipleNatTables(ILayerExporter exporter, Map<String, NatTable> natTablesMap) Export multiple NatTable instances to one file by using the given ILayerExporter.voidNatExporter.exportMultipleNatTables(ILayerExporter exporter, Map<String, NatTable> natTablesMap, boolean exportOnSameSheet, String sheetName) Export multiple NatTable instances to one file by using the given ILayerExporter. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.export.action
Methods in org.eclipse.nebula.widgets.nattable.export.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.e4.css
Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css that return NatTableModifier and TypeMethodDescriptionprotected NatTableNatTableElementAdapter.getControl()NatTableWrapper.getNatTable()Methods in org.eclipse.nebula.widgets.nattable.extension.e4.css with parameters of type NatTableModifier and TypeMethodDescriptionstatic <T> voidNatTableCSSHelper.applyNatTableStyle(NatTable natTable, ConfigAttribute<IStyle> styleAttribute, ConfigAttribute<T> styleConfig, T value, DisplayMode displayMode, String configLabel) Apply a style attribute value for theIStyleregistered for the given styleAttribute.static <T> voidNatTableCSSHelper.applyNatTableStyle(NatTable natTable, ConfigAttribute<T> styleConfig, T value, DisplayMode displayMode, String configLabel) Apply a style attribute value for theIStyleregistered forCellConfigAttributes.CELL_STYLE.static org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2FontPropertiesNatTableCSSHelper.getFontProperties(org.eclipse.e4.ui.css.core.engine.CSSElementContext context, String contextKey, NatTable natTable, DisplayMode displayMode, String label) Returns theCSS2FontPropertiesout of the givenCSSElementContextfor the given parameters.static <T> TNatTableCSSHelper.getNatTableStyle(NatTable natTable, ConfigAttribute<T> styleConfig, DisplayMode displayMode, String... configLabels) Retrieves the style attribute for the given display mode and config labels out of the NatTable configuration.Constructors in org.eclipse.nebula.widgets.nattable.extension.e4.css with parameters of type NatTableModifierConstructorDescriptionCSSConfigureScalingCommandHandler(NatTable natTable) NatTableElementAdapter(NatTable natTable, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) NatTableWrapper(NatTable natTable, String label) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.fixture
-
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type NatTableModifier and TypeMethodDescriptionprotected PopupMenuBuilderGroupByHeaderMenuConfiguration.createGroupByHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the groupBy header menu with the menu items to ungroup.Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type NatTableModifierConstructorDescriptionGroupByHeaderMenuConfiguration(NatTable natTable, GroupByHeaderLayer groupByHeaderLayer) Creates the groupBy header menu configuration to add a popup menu to the groupBy header. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.action
Methods in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.fillhandle.action
Methods in org.eclipse.nebula.widgets.nattable.fillhandle.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidprotected voidOpens a menu that enables a user to select whether values should simply be copied or if a series should be filled.protected voidFillHandleDragMode.performDragAction(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) protected voidReset theFillHandleDragModestates, the fill handle region in theSelectionLayerand redraw the given NatTable.voidprotected booleanCheck if the menu should be shown for selecting copy or series fill operation. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.fillhandle.config
Methods in org.eclipse.nebula.widgets.nattable.fillhandle.config with parameters of type NatTableModifier and TypeMethodDescriptionvoidFillHandleConfiguration.configureTypedLayer(NatTable natTable) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.fillhandle.event
Methods in org.eclipse.nebula.widgets.nattable.fillhandle.event with parameters of type NatTableModifier and TypeMethodDescriptionbooleanFillHandleEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.filterrow.action
Methods in org.eclipse.nebula.widgets.nattable.filterrow.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.filterrow.combobox
Methods in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type NatTableModifier and TypeMethodDescriptionbooleanComboBoxClearFilterIconMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.filterrow.event
Methods in org.eclipse.nebula.widgets.nattable.filterrow.event with parameters of type NatTableModifier and TypeMethodDescriptionbooleanClearFilterIconMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanFilterRowMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.formula
Constructors in org.eclipse.nebula.widgets.nattable.formula with parameters of type NatTableModifierConstructorDescriptionFormulaTooltipErrorReporter(NatTable natTable, IUniqueIndexLayer bodyDataLayer) Creates aFormulaTooltipErrorReporterfor the givenNatTableinstance that shows formula error tooltips forGridRegion.BODY.FormulaTooltipErrorReporter(NatTable natTable, IUniqueIndexLayer bodyDataLayer, String... tooltipRegions) Creates aFormulaTooltipErrorReporterfor the givenNatTableinstance that shows formula error tooltips for the given grid regions. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.formula.action
Methods in org.eclipse.nebula.widgets.nattable.formula.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.freeze.action
Methods in org.eclipse.nebula.widgets.nattable.freeze.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.group.action
Methods in org.eclipse.nebula.widgets.nattable.group.action with parameters of type NatTableModifier and TypeMethodDescriptionprotected voidColumnGroupHeaderReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridColumnPosition) protected voidColumnGroupHeaderReorderDragMode.fireMoveStartCommand(NatTable natTable, int dragFromGridColumnPosition) voidvoidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.group.command
Constructors in org.eclipse.nebula.widgets.nattable.group.command with parameters of type NatTableModifierConstructorDescriptionDisplayColumnGroupRenameDialogCommand(NatTable natTable, int columnPosition) DisplayRowGroupRenameDialogCommand(NatTable natTable, int rowPosition) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.group.performance.action
Methods in org.eclipse.nebula.widgets.nattable.group.performance.action with parameters of type NatTableModifier and TypeMethodDescriptionprotected voidColumnGroupHeaderReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridColumnPosition) protected voidRowGroupHeaderReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridRowPosition) protected voidColumnGroupHeaderReorderDragMode.fireMoveStartCommand(NatTable natTable, int dragFromGridColumnPosition) protected voidRowGroupHeaderReorderDragMode.fireMoveStartCommand(NatTable natTable, int dragFromGridRowPosition) voidColumnGroupHeaderReorderDragMode.mouseDown(NatTable natTable, org.eclipse.swt.events.MouseEvent event) voidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.hideshow.indicator
Methods in org.eclipse.nebula.widgets.nattable.hideshow.indicator with parameters of type NatTableModifier and TypeMethodDescriptionprotected PopupMenuBuilderHideIndicatorMenuConfiguration.createColumnHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the column hide indicator menu with the menu items that should be added to the menu.protected PopupMenuBuilderHierarchicalHideIndicatorMenuConfiguration.createColumnHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the column hide indicator menu with the menu items that should be added to the menu.protected PopupMenuBuilderHideIndicatorMenuConfiguration.createRowHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the row hide indicator menu with the menu items that should be added to the menu.protected PopupMenuBuilderHierarchicalHideIndicatorMenuConfiguration.createRowHeaderMenu(NatTable natTable) Creates thePopupMenuBuilderfor the row hide indicator menu with the menu items that should be added to the menu.booleanColumnHideIndicatorEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanHierarchicalRowHideIndicatorEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanRowHideIndicatorEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) Constructors in org.eclipse.nebula.widgets.nattable.hideshow.indicator with parameters of type NatTableModifierConstructorDescriptionHideIndicatorMenuConfiguration(NatTable natTable, ILayer columnHeaderLayer, ILayer rowHeaderLayer) Creates a menu configuration that attaches menus to the hidden row indicator and the hidden column indicator.HierarchicalHideIndicatorMenuConfiguration(NatTable natTable, ILayer columnHeaderLayer) Creates a menu configuration that attaches menus to the hidden row indicator and the hidden column indicator. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.hierarchical.action
Methods in org.eclipse.nebula.widgets.nattable.hierarchical.action with parameters of type NatTableModifier and TypeMethodDescriptionprotected voidHierarchicalTreeColumnReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridColumnPosition) voidHierarchicalTreeColumnReorderDragMode.mouseUp(NatTable natTable, org.eclipse.swt.events.MouseEvent event) voidHierarchicalTreeExpandCollapseAction.run(NatTable natTable, org.eclipse.swt.events.MouseEvent event) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.hover.action
Methods in org.eclipse.nebula.widgets.nattable.hover.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.painter.cell
Methods in org.eclipse.nebula.widgets.nattable.painter.cell with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.painter.layer
Fields in org.eclipse.nebula.widgets.nattable.painter.layer declared as NatTableModifier and TypeFieldDescriptionprotected final NatTableNatLayerPainter.natTableThe NatTable instance to paint on.Constructors in org.eclipse.nebula.widgets.nattable.painter.layer with parameters of type NatTableModifierConstructorDescriptionNatGridLayerPainter(NatTable natTable) NatGridLayerPainter(NatTable natTable, int defaultRowHeight) NatGridLayerPainter(NatTable natTable, int defaultRowHeight, boolean registerCommandHandler) NatGridLayerPainter(NatTable natTable, org.eclipse.swt.graphics.Color gridColor) NatGridLayerPainter(NatTable natTable, org.eclipse.swt.graphics.Color gridColor, int defaultRowHeight) NatGridLayerPainter(NatTable natTable, org.eclipse.swt.graphics.Color gridColor, int defaultRowHeight, boolean registerCommandHandler) NatLayerPainter(NatTable natTable) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.persistence.command
Methods in org.eclipse.nebula.widgets.nattable.persistence.command that return NatTableConstructors in org.eclipse.nebula.widgets.nattable.persistence.command with parameters of type NatTableModifierConstructorDescriptionDisplayPersistenceDialogCommand(NatTable natTable) DisplayPersistenceDialogCommandHandler(Properties properties, NatTable natTable) Create a newDisplayPersistenceDialogCommandHandlerusing the specifiedPropertiesinstance.Create a newDisplayPersistenceDialogCommandHandler. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.persistence.gui
Constructors in org.eclipse.nebula.widgets.nattable.persistence.gui with parameters of type NatTableModifierConstructorDescriptionPersistenceDialog(org.eclipse.swt.widgets.Shell parentShell, NatTable natTable, Properties properties) Create a new dialog for handling NatTable state. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.print.action
Methods in org.eclipse.nebula.widgets.nattable.print.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.reorder.action
Fields in org.eclipse.nebula.widgets.nattable.reorder.action declared as NatTableModifier and TypeFieldDescriptionprotected NatTableColumnReorderDragMode.natTableprotected NatTableRowReorderDragMode.natTableMethods in org.eclipse.nebula.widgets.nattable.reorder.action with parameters of type NatTableModifier and TypeMethodDescriptionprotected voidColumnReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridColumnPosition) protected voidRowReorderDragMode.fireMoveEndCommand(NatTable natTable, int dragToGridRowPosition) Executes the command to indicate row reorder ending.protected voidColumnReorderDragMode.fireMoveStartCommand(NatTable natTable, int dragFromGridColumnPosition) protected voidRowReorderDragMode.fireMoveStartCommand(NatTable natTable, int dragFromGridRowPosition) Executes the command to indicate row reorder starting.voidvoidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize
Methods in org.eclipse.nebula.widgets.nattable.resize with parameters of type NatTableModifier and TypeMethodDescriptionstatic voidAutoResizeHelper.autoResizeRows(NatTable natTable, ILayer rowLayer, ILayer bodyDataLayer) Trigger auto-resizing of rows based on the content of the whole row.Constructors in org.eclipse.nebula.widgets.nattable.resize with parameters of type NatTableModifierConstructorDescriptionAutoResizeRowPaintListener(NatTable natTable, ViewportLayer viewportLayer, ILayer bodyDataLayer) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.action
Methods in org.eclipse.nebula.widgets.nattable.resize.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.command
Constructors in org.eclipse.nebula.widgets.nattable.resize.command with parameters of type NatTableModifierConstructorDescriptionAutoResizeColumnsCommand(NatTable natTable, boolean transformPositions, int... columnPositions) Create aAutoResizeColumnsCommandfor programmatic execution.AutoResizeColumnsCommand(NatTable natTable, int... columnPositions) Create aAutoResizeColumnsCommandfor programmatic execution.AutoResizeRowsCommand(NatTable natTable, boolean transformPositions, int... rowPositions) Create aAutoResizeRowsCommandfor programmatic execution.AutoResizeRowsCommand(NatTable natTable, int... rowPositions) Create aAutoResizeRowsCommandfor programmatic execution. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.event
Methods in org.eclipse.nebula.widgets.nattable.resize.event with parameters of type NatTableModifier and TypeMethodDescriptionbooleanColumnResizeEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanRowResizeEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.mode
Methods in org.eclipse.nebula.widgets.nattable.resize.mode with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.search.action
Methods in org.eclipse.nebula.widgets.nattable.search.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidConstructors in org.eclipse.nebula.widgets.nattable.search.action with parameters of type NatTableModifierConstructorDescriptionSearchAction(NatTable natTable, org.eclipse.jface.dialogs.IDialogSettings dialogSettings) Constructs an action with a non-modal (i.e., sharable) Find dialog.SearchAction(NatTable natTable, org.eclipse.jface.dialogs.IDialogSettings dialogSettings, SearchAction.SearchDialogCreator creator) Constructs an action with a non-modal (i.e., sharable) Find dialog. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.search.gui
Methods in org.eclipse.nebula.widgets.nattable.search.gui that return NatTableMethods in org.eclipse.nebula.widgets.nattable.search.gui with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.selection
Fields in org.eclipse.nebula.widgets.nattable.selection declared as NatTableModifier and TypeFieldDescriptionprotected NatTableEditTraversalStrategy.natTableThe current NatTable instance this strategy is connected to.Constructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type NatTableModifierConstructorDescriptionEditTraversalStrategy(ITraversalStrategy baseStrategy, NatTable natTable) RowPostSelectionProvider(NatTable natTable, SelectionLayer selectionLayer, IRowDataProvider<T> rowDataProvider) RowPostSelectionProvider(NatTable natTable, SelectionLayer selectionLayer, IRowDataProvider<T> rowDataProvider, boolean fullySelectedRowsOnly) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.selection.action
Methods in org.eclipse.nebula.widgets.nattable.selection.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidCellSelectionDragMode.fireSelectionCommand(NatTable natTable, int columnPosition, int rowPosition, boolean shiftMask, boolean controlMask) Execute a command to trigger selection.voidRowSelectionDragMode.fireSelectionCommand(NatTable natTable, int columnPosition, int rowPosition, boolean shiftMask, boolean controlMask) voidvoidvoidprotected voidCellSelectionDragMode.performDragAction(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.sort.action
Methods in org.eclipse.nebula.widgets.nattable.sort.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.sort.event
Methods in org.eclipse.nebula.widgets.nattable.sort.event with parameters of type NatTableModifier and TypeMethodDescriptionbooleanColumnHeaderClickEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.test.fixture
Subclasses of NatTable in org.eclipse.nebula.widgets.nattable.test.fixtureMethods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.tickupdate.action
Methods in org.eclipse.nebula.widgets.nattable.tickupdate.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.tooltip
Fields in org.eclipse.nebula.widgets.nattable.tooltip declared as NatTableModifier and TypeFieldDescriptionprotected NatTableNatTableContentTooltip.natTableTheNatTableinstance for which thisToolTipis used.Constructors in org.eclipse.nebula.widgets.nattable.tooltip with parameters of type NatTableModifierConstructorDescriptionNatTableContentTooltip(NatTable natTable, int style, boolean manualActivation, String... tooltipRegions) Creates a newToolTipobject, attached to the givenNatTableinstance.NatTableContentTooltip(NatTable natTable, String... tooltipRegions) Creates a newToolTipobject, attaches it to the givenNatTableinstance and configures and activates it. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.tree.action
Methods in org.eclipse.nebula.widgets.nattable.tree.action with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui
Methods in org.eclipse.nebula.widgets.nattable.ui that return NatTableConstructors in org.eclipse.nebula.widgets.nattable.ui with parameters of type NatTableModifierConstructorDescriptionNatEventData(NatTable natTable, LabelStack regionLabels, int columnPosition, int rowPosition, org.eclipse.swt.events.MouseEvent originalEvent) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.action
Methods in org.eclipse.nebula.widgets.nattable.ui.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.voidvoidvoidConstructors in org.eclipse.nebula.widgets.nattable.ui.action with parameters of type NatTableModifierConstructorDescriptionDragModeEventHandler(ModeSupport modeSupport, NatTable natTable, IDragMode dragMode, MouseModeEventHandler parentModeEventHandler, org.eclipse.swt.events.MouseEvent mouseDownEvent) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.binding
Constructors in org.eclipse.nebula.widgets.nattable.ui.binding with parameters of type NatTable -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.matcher
Methods in org.eclipse.nebula.widgets.nattable.ui.matcher with parameters of type NatTableModifier and TypeMethodDescriptionbooleanCellEditorMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanCellLabelMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanCellPainterMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanDisplayModeMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) booleanIMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) Figures out if the mouse event occurred in the supplied region.booleanMouseEventMatcher.matches(NatTable natTable, org.eclipse.swt.events.MouseEvent event, LabelStack regionLabels) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.mode
Fields in org.eclipse.nebula.widgets.nattable.ui.mode declared as NatTableConstructors in org.eclipse.nebula.widgets.nattable.ui.mode with parameters of type NatTableModifierConstructorDescriptionAbstractModeEventHandler(ModeSupport modeSupport, NatTable natTable) ConfigurableModeEventHandler(ModeSupport modeSupport, NatTable natTable) ModeSupport(NatTable natTable) MouseModeEventHandler(ModeSupport modeSupport, NatTable natTable, org.eclipse.swt.events.MouseEvent initialMouseDownEvent, IMouseAction singleClickAction, IMouseAction doubleClickAction, IDragMode dragMode) -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.scaling
Methods in org.eclipse.nebula.widgets.nattable.ui.scaling with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidvoidstatic voidScalingUtil.zoomIn(NatTable natTable, Consumer<IConfigRegistry> registryUpdater) Performs aConfigureScalingCommandto increase the scaling to "zoom in" a NatTable.static voidScalingUtil.zoomOut(NatTable natTable, Consumer<IConfigRegistry> registryUpdater) Performs aConfigureScalingCommandto decrease the scaling to "zoom out" a NatTable.Constructors in org.eclipse.nebula.widgets.nattable.ui.scaling with parameters of type NatTableModifierConstructorDescriptionScalingUiBindingConfiguration(NatTable natTable) Creates a newZoomOutScalingActionwithout an updater.ScalingUiBindingConfiguration(NatTable natTable, Consumer<IConfigRegistry> updater) Creates a newZoomOutScalingActionwith the given updater. -
Uses of NatTable in org.eclipse.nebula.widgets.nattable.viewport.action
Methods in org.eclipse.nebula.widgets.nattable.viewport.action with parameters of type NatTableModifier and TypeMethodDescriptionvoidvoidprotected voidAutoScrollDragMode.performDragAction(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) voidvoidvoidConstructors in org.eclipse.nebula.widgets.nattable.viewport.action with parameters of type NatTableModifierConstructorDescriptionAutoScrollRunnable(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical)