Package jadex.base.gui.componenttree
Interface IActiveComponentTreeNode
-
- All Superinterfaces:
ISwingTreeNode
,ITreeNode
- All Known Implementing Classes:
ComponentTreeNode
,PlatformTreeNode
,ProxyComponentTreeNode
,PseudoProxyComponentTreeNode
public interface IActiveComponentTreeNode extends ISwingTreeNode
Interface for all active component tree nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IComponentIdentifier
getComponentIdentifier()
Get the component id.IComponentDescription
getDescription()
Get the component description.-
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNode
getChild, getChildren, getParent, getPropertiesComponent, getSwingIcon
-
Methods inherited from interface jadex.base.gui.asynctree.ITreeNode
dispose, getCachedChildren, getChildCount, getIcon, getId, getIndexOfChild, getTooltipText, hasProperties, isLeaf, refresh
-
-
-
-
Method Detail
-
getDescription
IComponentDescription getDescription()
Get the component description.
-
getComponentIdentifier
IComponentIdentifier getComponentIdentifier()
Get the component id.
-
-