public interface ITreeAbstraction
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isRemote()
javax.swing.JTree getTree()
jadex.bridge.IExternalAccess getExternalAccess()
jadex.bridge.IExternalAccess getGUIExternalAccess()
void action(java.lang.Object obj)
obj
- The node on which the action should be performed.