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 SummaryFields Modifier and Type Field Description protected booleanrem
 - 
Constructor SummaryConstructors Constructor Description LibTreeAbstraction(boolean rem)
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.base.gui.modeltree.ITreeAbstractionaction
 
- 
 
- 
- 
- 
Method Detail- 
isRemotepublic boolean isRemote() Description copied from interface:ITreeAbstractionTest if action is called remotely.- Specified by:
- isRemotein interface- ITreeAbstraction
- Returns:
- True, if is local.
 
 - 
getTreepublic javax.swing.JTree getTree() Description copied from interface:ITreeAbstractionGet the underlying JTree.- Specified by:
- getTreein interface- ITreeAbstraction
- Returns:
- The tree.
 
 - 
getExternalAccesspublic IExternalAccess getExternalAccess() Description copied from interface:ITreeAbstractionGet the external access of the functionality.- Specified by:
- getExternalAccessin interface- ITreeAbstraction
- Returns:
- The external access.
 
 - 
getGUIExternalAccesspublic IExternalAccess getGUIExternalAccess() Description copied from interface:ITreeAbstractionGet the external access of the gui.- Specified by:
- getGUIExternalAccessin interface- ITreeAbstraction
- Returns:
- The external access.
 
 
- 
 
-