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()
ITreeAbstractionisRemote in interface ITreeAbstractionpublic javax.swing.JTree getTree()
ITreeAbstractiongetTree in interface ITreeAbstractionpublic jadex.bridge.IExternalAccess getExternalAccess()
ITreeAbstractiongetExternalAccess in interface ITreeAbstractionpublic jadex.bridge.IExternalAccess getGUIExternalAccess()
ITreeAbstractiongetGUIExternalAccess in interface ITreeAbstractionpublic abstract void action(java.lang.Object obj)
ITreeAbstractionaction in interface ITreeAbstractionobj - The node on which the action should be performed.