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 booleanrem
-
Constructor Summary
Constructors Constructor Description LibTreeAbstraction(boolean rem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IExternalAccessgetExternalAccess()Get the external access of the functionality.IExternalAccessgetGUIExternalAccess()Get the external access of the gui.javax.swing.JTreegetTree()Get the underlying JTree.booleanisRemote()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:ITreeAbstractionTest if action is called remotely.- Specified by:
isRemotein interfaceITreeAbstraction- Returns:
- True, if is local.
-
getTree
public javax.swing.JTree getTree()
Description copied from interface:ITreeAbstractionGet the underlying JTree.- Specified by:
getTreein interfaceITreeAbstraction- Returns:
- The tree.
-
getExternalAccess
public IExternalAccess getExternalAccess()
Description copied from interface:ITreeAbstractionGet the external access of the functionality.- Specified by:
getExternalAccessin interfaceITreeAbstraction- Returns:
- The external access.
-
getGUIExternalAccess
public IExternalAccess getGUIExternalAccess()
Description copied from interface:ITreeAbstractionGet the external access of the gui.- Specified by:
getGUIExternalAccessin interfaceITreeAbstraction- Returns:
- The external access.
-
-