T
- the type of the Gantt chartpublic class MoveFocusAction<T extends AbstractGanttChart> extends AbstractGanttChartAction<T>
DualGanttChart
).Modifier and Type | Class and Description |
---|---|
static class |
MoveFocusAction.Direction
An enumerator, which lists the different focus changes that are supported
by the action.
|
ganttChart
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
MoveFocusAction(T gc,
MoveFocusAction.Direction dir)
Constructs a new action.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent evt) |
findFocusedTable, getGanttChart, setGanttChart
getToolTipText, setToolTipText
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public MoveFocusAction(T gc, MoveFocusAction.Direction dir)
gc
- the target Gantt chartdir
- the direction into which to change the focuspublic void actionPerformed(ActionEvent evt)
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.