public abstract class AbstractTreeTableAction extends AbstractFlexGanttAction
| Modifier and Type | Field and Description |
|---|---|
protected TreeTable |
treeTable
Stores a reference to the tree table.
|
changeSupport, enabledACCELERATOR_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 |
|---|
AbstractTreeTableAction(TreeTable table,
String name)
Constructs a new tree table action.
|
AbstractTreeTableAction(TreeTable table,
String name,
Icon icon)
Constructs a new tree table action.
|
| Modifier and Type | Method and Description |
|---|---|
TreeTable |
getTreeTable()
Returns the tree table on which the action will be performed.
|
void |
setTreeTable(TreeTable table)
Sets the tree table on which the action will be performed.
|
getToolTipText, setToolTipTextaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedprotected TreeTable treeTable
setTreeTable(TreeTable),
getTreeTable()public AbstractTreeTableAction(TreeTable table, String name, Icon icon)
table - the tree table on which the action will be performedname - the name of the action that will be displayed on buttons and /
or menu itemsicon - a graphical representation of the actionpublic TreeTable getTreeTable()
public void setTreeTable(TreeTable table)
table - the action's target tree tableCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.