Modifier and Type | Method and Description |
---|---|
NatTable |
ChooseColumnsFromCategoriesCommand.getNatTable() |
Constructor and Description |
---|
ChooseColumnsFromCategoriesCommand(NatTable natTable) |
Modifier and Type | Method and Description |
---|---|
NatTable |
DisplayColumnChooserCommand.getNatTable() |
Constructor and Description |
---|
DisplayColumnChooserCommand(NatTable natTable) |
Constructor and Description |
---|
DisplayColumnRenameDialogCommand(NatTable natTable,
int columnPosition) |
Constructor and Description |
---|
VisualChangeEventConflater(NatTable ownerLayer) |
Modifier and Type | Method and Description |
---|---|
void |
CopyDataAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
NatExporter.exportMultipleNatTables(ILayerExporter exporter,
Map<String,NatTable> natTablesMap) |
Modifier and Type | Method and Description |
---|---|
void |
ExportAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Constructor and Description |
---|
GroupByHeaderMenuConfiguration(NatTable natTable,
GroupByHeaderLayer groupByHeaderLayer) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
UnFreezeGridAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
void |
FreezeGridAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
DisplayColumnGroupRenameDialogCommand(NatTable natTable,
int columnPosition) |
Modifier and Type | Method and Description |
---|---|
void |
ButtonCellPainter.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event)
Respond to mouse click.
|
Constructor and Description |
---|
NatGridLayerPainter(NatTable natTable) |
NatGridLayerPainter(NatTable natTable,
org.eclipse.swt.graphics.Color gridColor) |
NatLayerPainter(NatTable natTable) |
Modifier and Type | Method and Description |
---|---|
NatTable |
DisplayPersistenceDialogCommand.getNatTable() |
Constructor and Description |
---|
DisplayPersistenceDialogCommand(NatTable natTable) |
DisplayPersistenceDialogCommandHandler(NatTable natTable)
Create a new DisplayPersistenceDialogCommandHandler.
|
DisplayPersistenceDialogCommandHandler(Properties properties,
NatTable natTable)
Create a new DisplayPersistenceDialogCommandHandler using the specified Properties
instance.
|
Constructor and Description |
---|
PersistenceDialog(org.eclipse.swt.widgets.Shell parentShell,
NatTable natTable,
Properties properties)
Create a new dialog for handling NatTable state.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Modifier and Type | Field and Description |
---|---|
protected NatTable |
RowReorderDragMode.natTable |
protected NatTable |
ColumnReorderDragMode.natTable |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SearchAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Constructor and Description |
---|
RowPostSelectionProvider(NatTable natTable,
SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider) |
RowPostSelectionProvider(NatTable natTable,
SelectionLayer selectionLayer,
IRowDataProvider<T> rowDataProvider,
boolean fullySelectedRowsOnly) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SortColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
ColumnHeaderClickEventMatcher.matches(NatTable natTable,
org.eclipse.swt.events.MouseEvent event,
LabelStack regionLabels) |
Modifier and Type | Class and Description |
---|---|
class |
NatTableFixture |
Modifier and Type | Method and Description |
---|---|
void |
MouseActionFixture.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
TickUpdateAction.run(NatTable natTable,
org.eclipse.swt.events.KeyEvent event) |
Modifier and Type | Field and Description |
---|---|
protected NatTable |
NatTableContentTooltip.natTable
The
NatTable instance for which this ToolTip is used. |
Constructor and Description |
---|
NatTableContentTooltip(NatTable natTable,
String... tooltipRegions)
Creates a new
ToolTip object, attaches it to the given NatTable
instance and configures and activates it. |
Modifier and Type | Method and Description |
---|---|
void |
TreeExpandCollapseAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
Modifier and Type | Method and Description |
---|---|
NatTable |
NatEventData.getNatTable() |
Constructor and Description |
---|
NatEventData(NatTable natTable,
LabelStack regionLabels,
int columnPosition,
int rowPosition,
org.eclipse.swt.events.MouseEvent originalEvent) |
Modifier and Type | Method and Description |
---|---|
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) |
void |
ClearCursorAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
Constructor and Description |
---|
DragModeEventHandler(ModeSupport modeSupport,
NatTable natTable,
IDragMode dragMode) |
Constructor and Description |
---|
UiBindingRegistry(NatTable natTable) |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Modifier and Type | Field and Description |
---|---|
protected NatTable |
PopupMenuBuilder.natTable
The active NatTable instance the context menu should be added to.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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 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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
ViewportSelectRowAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
void |
ViewportSelectColumnAction.run(NatTable natTable,
org.eclipse.swt.events.MouseEvent event) |
Copyright © 2013. All Rights Reserved.