public abstract class AbstractTreeAction extends AbstractAction implements ITreeAction
AbstractAction descendant, performing an action on a
preset IDecisionMethod| Modifier and Type | Field and Description |
|---|---|
static String |
PARENTKEY |
protected IDecisionMethod |
tree |
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 |
|---|
AbstractTreeAction(IDecisionMethod tree) |
AbstractTreeAction(IDecisionMethod tree,
String name) |
AbstractTreeAction(IDecisionMethod tree,
String name,
Icon icon) |
| Modifier and Type | Method and Description |
|---|---|
JFrame |
getParentFrame() |
IDecisionMethod |
getTree() |
void |
setTree(IDecisionMethod tree) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactionPerformedprotected IDecisionMethod tree
public static String PARENTKEY
public AbstractTreeAction(IDecisionMethod tree)
public AbstractTreeAction(IDecisionMethod tree, String name)
name - public AbstractTreeAction(IDecisionMethod tree, String name, Icon icon)
name - icon - public IDecisionMethod getTree()
getTree in interface ITreeActionpublic void setTree(IDecisionMethod tree)
setTree in interface ITreeActionpublic JFrame getParentFrame()
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.