Package jadex.tools.libtool
Class LibServiceBrowser.LibTreeAbstraction
- java.lang.Object
-
- jadex.tools.libtool.LibServiceBrowser.LibTreeAbstraction
-
- All Implemented Interfaces:
ITreeAbstraction
- Enclosing class:
- LibServiceBrowser
protected abstract class LibServiceBrowser.LibTreeAbstraction extends java.lang.Object implements ITreeAbstraction
Abstract base class for tree abstraction used in generic add/remove path actions.
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
rem
-
Constructor Summary
Constructors Constructor Description LibTreeAbstraction(boolean rem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IExternalAccess
getExternalAccess()
Get the external access of the functionality.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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jadex.base.gui.modeltree.ITreeAbstraction
action
-
-
-
-
Method Detail
-
isRemote
public boolean isRemote()
Description copied from interface:ITreeAbstraction
Test if action is called remotely.- Specified by:
isRemote
in interfaceITreeAbstraction
- Returns:
- True, if is local.
-
getTree
public javax.swing.JTree getTree()
Description copied from interface:ITreeAbstraction
Get the underlying JTree.- Specified by:
getTree
in interfaceITreeAbstraction
- Returns:
- The tree.
-
getExternalAccess
public IExternalAccess getExternalAccess()
Description copied from interface:ITreeAbstraction
Get the external access of the functionality.- Specified by:
getExternalAccess
in interfaceITreeAbstraction
- Returns:
- The external access.
-
getGUIExternalAccess
public IExternalAccess getGUIExternalAccess()
Description copied from interface:ITreeAbstraction
Get the external access of the gui.- Specified by:
getGUIExternalAccess
in interfaceITreeAbstraction
- Returns:
- The external access.
-
-