protected abstract class ModelTreePanel.ModelTreeAbstraction extends java.lang.Object implements ITreeAbstraction
Modifier | Constructor and Description |
---|---|
protected |
ModelTreeAbstraction() |
Modifier and Type | Method and Description |
---|---|
abstract void |
action(java.lang.Object obj)
Called to perform the specific add/remove action.
|
jadex.bridge.IExternalAccess |
getExternalAccess()
Get the external access of the functionality.
|
jadex.bridge.IExternalAccess |
getGUIExternalAccess()
Get the external access of the gui.
|
javax.swing.JTree |
getTree()
Get the underlying JTree.
|
boolean |
isRemote()
Test if action is called remotely.
|
public boolean isRemote()
ITreeAbstraction
isRemote
in interface ITreeAbstraction
public javax.swing.JTree getTree()
ITreeAbstraction
getTree
in interface ITreeAbstraction
public jadex.bridge.IExternalAccess getExternalAccess()
ITreeAbstraction
getExternalAccess
in interface ITreeAbstraction
public jadex.bridge.IExternalAccess getGUIExternalAccess()
ITreeAbstraction
getGUIExternalAccess
in interface ITreeAbstraction
public abstract void action(java.lang.Object obj)
ITreeAbstraction
action
in interface ITreeAbstraction
obj
- The node on which the action should be performed.