|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnCategories |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnCategories that return NatTable | |
---|---|
NatTable |
ChooseColumnsFromCategoriesCommand.getNatTable()
|
Constructors in org.eclipse.nebula.widgets.nattable.columnCategories with parameters of type NatTable | |
---|---|
ChooseColumnsFromCategoriesCommand(NatTable natTable)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnChooser.command |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnChooser.command that return NatTable | |
---|---|
NatTable |
DisplayColumnChooserCommand.getNatTable()
|
Constructors in org.eclipse.nebula.widgets.nattable.columnChooser.command with parameters of type NatTable | |
---|---|
DisplayColumnChooserCommand(NatTable natTable)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.columnRename |
---|
Constructors in org.eclipse.nebula.widgets.nattable.columnRename with parameters of type NatTable | |
---|---|
DisplayColumnRenameDialogCommand(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 | |
---|---|
VisualChangeEventConflater(NatTable ownerLayer)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.copy.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.copy.action with parameters of type NatTable | |
---|---|
void |
CopyDataAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.edit.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.edit.action with parameters of type NatTable | |
---|---|
void |
CellEditDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellEditDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellEditDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
KeyEditAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
ToggleCheckBoxColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
MouseEditAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
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 | |
---|---|
NatTable |
_810_SortableGroupByFilterColumnGroupAndFreezeExample.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 NatTable | |
---|---|
void |
NatExporter.exportMultipleNatTables(ILayerExporter exporter,
Map<String,NatTable> natTablesMap)
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 | |
---|---|
void |
ExportAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.builder |
---|
Methods in org.eclipse.nebula.widgets.nattable.extension.builder that return NatTable | |
---|---|
NatTable |
NatTableBuilder.build()
|
NatTable |
NatTableBuilder.getNatTable()
|
NatTable |
NatTableBuilder.setupLayerStacks()
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.extension.builder.configuration |
---|
Methods in org.eclipse.nebula.widgets.nattable.extension.builder.configuration with parameters of type NatTable | |
---|---|
void |
SingleRowSelectionDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Constructors in org.eclipse.nebula.widgets.nattable.extension.builder.configuration with parameters of type NatTable | |
---|---|
BodyMenuConfiguration(NatTable natTable,
org.eclipse.swt.widgets.Menu menu)
|
|
RightClickColumnHeaderMenuConfiguration(NatTable natTable,
TableModel tableModel)
|
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 NatTable | |
---|---|
protected PopupMenuBuilder |
GroupByHeaderMenuConfiguration.createGroupByHeaderMenu(NatTable natTable)
Creates the PopupMenuBuilder for the groupBy header menu with the
menu items to ungroup. |
Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy with parameters of type NatTable | |
---|---|
GroupByHeaderMenuConfiguration(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 NatTable | |
---|---|
void |
GroupByDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
GroupByDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
GroupByDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.filterrow.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.filterrow.action with parameters of type NatTable | |
---|---|
void |
ToggleFilterRowAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
ClearFilterAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ClearAllFiltersAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.filterrow.event |
---|
Methods in org.eclipse.nebula.widgets.nattable.filterrow.event with parameters of type NatTable | |
---|---|
boolean |
FilterRowMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
ClearFilterIconMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
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 | |
---|---|
void |
UnFreezeGridAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
FreezeGridAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.group.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.group.action with parameters of type NatTable | |
---|---|
protected void |
ColumnGroupHeaderReorderDragMode.fireMoveEndCommand(NatTable natTable,
int dragToGridColumnPosition)
|
protected void |
ColumnGroupHeaderReorderDragMode.fireMoveStartCommand(NatTable natTable,
int dragFromGridColumnPosition)
|
void |
UngroupColumnsAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
CreateColumnGroupAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
RowGroupExpandCollapseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnGroupExpandCollapseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.group.command |
---|
Constructors in org.eclipse.nebula.widgets.nattable.group.command with parameters of type NatTable | |
---|---|
DisplayColumnGroupRenameDialogCommand(NatTable natTable,
int columnPosition)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.hover.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.hover.action with parameters of type NatTable | |
---|---|
void |
HoverStylingAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ClearHoverStylingAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
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 | |
---|---|
void |
ButtonCellPainter.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
Respond to mouse click. |
Uses of NatTable in org.eclipse.nebula.widgets.nattable.painter.layer |
---|
Constructors in org.eclipse.nebula.widgets.nattable.painter.layer with parameters of type NatTable | |
---|---|
NatGridLayerPainter(NatTable natTable)
|
|
NatGridLayerPainter(NatTable natTable,
org.eclipse.swt.graphics.Color gridColor)
|
|
NatGridLayerPainter(NatTable natTable,
org.eclipse.swt.graphics.Color gridColor,
int defaultRowHeight)
|
|
NatGridLayerPainter(NatTable natTable,
int defaultRowHeight)
|
|
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 NatTable | |
---|---|
NatTable |
DisplayPersistenceDialogCommand.getNatTable()
|
Constructors in org.eclipse.nebula.widgets.nattable.persistence.command with parameters of type NatTable | |
---|---|
DisplayPersistenceDialogCommand(NatTable natTable)
|
|
DisplayPersistenceDialogCommandHandler(NatTable natTable)
Create a new DisplayPersistenceDialogCommandHandler. |
|
DisplayPersistenceDialogCommandHandler(Properties properties,
NatTable natTable)
Create a new DisplayPersistenceDialogCommandHandler using the specified Properties instance. |
Uses of NatTable in org.eclipse.nebula.widgets.nattable.persistence.gui |
---|
Constructors in org.eclipse.nebula.widgets.nattable.persistence.gui with parameters of type NatTable | |
---|---|
PersistenceDialog(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 | |
---|---|
void |
PrintAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.reorder.action |
---|
Fields in org.eclipse.nebula.widgets.nattable.reorder.action declared as NatTable | |
---|---|
protected NatTable |
RowReorderDragMode.natTable
|
protected NatTable |
ColumnReorderDragMode.natTable
|
Methods in org.eclipse.nebula.widgets.nattable.reorder.action with parameters of type NatTable | |
---|---|
protected void |
RowReorderDragMode.fireMoveEndCommand(NatTable natTable,
int dragToGridRowPosition)
Executes the command to indicate row reorder ending. |
protected void |
ColumnReorderDragMode.fireMoveEndCommand(NatTable natTable,
int dragToGridColumnPosition)
|
protected void |
RowReorderDragMode.fireMoveStartCommand(NatTable natTable,
int dragFromGridRowPosition)
Executes the command to indicate row reorder starting. |
protected void |
ColumnReorderDragMode.fireMoveStartCommand(NatTable natTable,
int dragFromGridColumnPosition)
|
void |
RowReorderDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnReorderDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
RowReorderDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnReorderDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
RowReorderDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnReorderDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.resize.action with parameters of type NatTable | |
---|---|
void |
RowResizeCursorAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnResizeCursorAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AutoResizeRowAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AutoResizeColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.resize.event |
---|
Methods in org.eclipse.nebula.widgets.nattable.resize.event with parameters of type NatTable | |
---|---|
boolean |
RowResizeEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
ColumnResizeEventMatcher.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 NatTable | |
---|---|
void |
RowResizeDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnResizeDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
RowResizeDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnResizeDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
RowResizeDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ColumnResizeDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.search.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.search.action with parameters of type NatTable | |
---|---|
void |
SearchAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Constructors in org.eclipse.nebula.widgets.nattable.search.action with parameters of type NatTable | |
---|---|
SearchAction(NatTable natTable,
org.eclipse.jface.dialogs.IDialogSettings dialogSettings)
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 with parameters of type NatTable | |
---|---|
void |
SearchDialog.setInput(NatTable natTable,
org.eclipse.jface.dialogs.IDialogSettings settings)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.selection |
---|
Fields in org.eclipse.nebula.widgets.nattable.selection declared as NatTable | |
---|---|
protected NatTable |
EditTraversalStrategy.natTable
The current NatTable instance this strategy is connected to. |
Constructors in org.eclipse.nebula.widgets.nattable.selection with parameters of type NatTable | |
---|---|
EditTraversalStrategy(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 NatTable | |
---|---|
void |
RowSelectionDragMode.fireSelectionCommand(NatTable natTable,
int columnPosition,
int rowPosition,
boolean shiftMask,
boolean controlMask)
|
void |
CellSelectionDragMode.fireSelectionCommand(NatTable natTable,
int columnPosition,
int rowPosition,
boolean shiftMask,
boolean controlMask)
|
void |
CellSelectionDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
SingleRowSelectionDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellSelectionDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellSelectionDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
SelectAllAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
PageUpAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
PageDownAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
MoveToLastRowAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
MoveToLastColumnAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
MoveToFirstRowAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
MoveToFirstColumnAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
MoveSelectionAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
AbstractKeySelectAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
ToggleSelectCellAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
SelectRowGroupsAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
SelectRowAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
SelectCellAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AbstractMouseSelectionAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
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 | |
---|---|
void |
SortColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.sort.event |
---|
Methods in org.eclipse.nebula.widgets.nattable.sort.event with parameters of type NatTable | |
---|---|
boolean |
ColumnHeaderClickEventMatcher.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.fixture | |
---|---|
class |
NatTableFixture
|
Methods in org.eclipse.nebula.widgets.nattable.test.fixture with parameters of type NatTable | |
---|---|
void |
MouseActionFixture.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
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 | |
---|---|
void |
TickUpdateAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.tooltip |
---|
Fields in org.eclipse.nebula.widgets.nattable.tooltip declared as NatTable | |
---|---|
protected NatTable |
NatTableContentTooltip.natTable
The NatTable instance for which this ToolTip is used. |
Constructors in org.eclipse.nebula.widgets.nattable.tooltip with parameters of type NatTable | |
---|---|
NatTableContentTooltip(NatTable natTable,
String... tooltipRegions)
Creates a new ToolTip object, attaches it to the given
NatTable instance 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 | |
---|---|
void |
TreeExpandCollapseKeyAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
TreeExpandCollapseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui |
---|
Methods in org.eclipse.nebula.widgets.nattable.ui that return NatTable | |
---|---|
NatTable |
NatEventData.getNatTable()
|
Constructors in org.eclipse.nebula.widgets.nattable.ui with parameters of type NatTable | |
---|---|
NatEventData(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 NatTable | |
---|---|
void |
IDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AggregateDragMode.mouseDown(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
IDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AggregateDragMode.mouseMove(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
IDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
CellDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
AggregateDragMode.mouseUp(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
IKeyAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event)
|
void |
NoOpMouseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
IMouseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
Translates the SWT MouseEvent to a NatTable command and executes that command accordingly. |
void |
ClearCursorAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Constructors in org.eclipse.nebula.widgets.nattable.ui.action with parameters of type NatTable | |
---|---|
DragModeEventHandler(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 | |
---|---|
UiBindingRegistry(NatTable 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 NatTable | |
---|---|
boolean |
MouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
IMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
Figures out if the mouse event occurred in the supplied region. |
boolean |
DisplayModeMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
CellPainterMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
CellLabelMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
CellEditorMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
|
boolean |
BodyCellEditorMouseEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels)
Deprecated. |
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.menu |
---|
Fields in org.eclipse.nebula.widgets.nattable.ui.menu declared as NatTable | |
---|---|
protected NatTable |
PopupMenuBuilder.natTable
The active NatTable instance the context menu should be added to. |
Methods in org.eclipse.nebula.widgets.nattable.ui.menu with parameters of type NatTable | |
---|---|
void |
IMenuItemProvider.addMenuItem(NatTable natTable,
org.eclipse.swt.widgets.Menu popupMenu)
Add an item to the popup menu. |
protected PopupMenuBuilder |
HeaderMenuConfiguration.createColumnHeaderMenu(NatTable natTable)
|
protected PopupMenuBuilder |
AbstractHeaderMenuConfiguration.createColumnHeaderMenu(NatTable natTable)
Creates the PopupMenuBuilder for the column header menu with the
menu items that should be added to the menu. |
protected PopupMenuBuilder |
HeaderMenuConfiguration.createCornerMenu(NatTable natTable)
|
protected PopupMenuBuilder |
AbstractHeaderMenuConfiguration.createCornerMenu(NatTable natTable)
Creates the PopupMenuBuilder for the corner menu with the menu
items that should be added to the menu. |
protected PopupMenuBuilder |
HeaderMenuConfiguration.createRowHeaderMenu(NatTable natTable)
|
protected PopupMenuBuilder |
AbstractHeaderMenuConfiguration.createRowHeaderMenu(NatTable natTable)
Creates the PopupMenuBuilder for the row header menu with the
menu items that should be added to the menu. |
void |
PopupMenuAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
Constructors in org.eclipse.nebula.widgets.nattable.ui.menu with parameters of type NatTable | |
---|---|
AbstractHeaderMenuConfiguration(NatTable natTable)
Creates a header menu configuration that attaches menus to the row header, the column header and the corner region. |
|
BodyMenuConfiguration(NatTable natTable,
ILayer bodyLayer)
|
|
DebugMenuConfiguration(NatTable natTable)
|
|
HeaderMenuConfiguration(NatTable natTable)
|
|
PopupMenuBuilder(NatTable parent)
Creates PopupMenuBuilder that builds up a new Menu that
is only configurable with this instance of PopupMenuBuilder . |
|
PopupMenuBuilder(NatTable natTable,
org.eclipse.swt.widgets.Menu menu)
Creates a popup menu builder based on the given menu. |
|
PopupMenuBuilder(NatTable parent,
org.eclipse.jface.action.MenuManager manager)
Creates a PopupMenuBuilder that builds up a new Menu
using the given MenuManager . |
Uses of NatTable in org.eclipse.nebula.widgets.nattable.ui.mode |
---|
Fields in org.eclipse.nebula.widgets.nattable.ui.mode declared as NatTable | |
---|---|
protected NatTable |
AbstractModeEventHandler.natTable
|
Constructors in org.eclipse.nebula.widgets.nattable.ui.mode with parameters of type NatTable | |
---|---|
AbstractModeEventHandler(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.viewport.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.viewport.action with parameters of type NatTable | |
---|---|
void |
ViewportSelectRowAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
void |
ViewportSelectColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |