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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IComponentIdentifiergetComponentIdentifier()Get the component id.IComponentDescriptiongetDescription()Get the component description.- 
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNodegetChild, getChildren, getParent, getPropertiesComponent, getSwingIcon
 - 
Methods inherited from interface jadex.base.gui.asynctree.ITreeNodedispose, getCachedChildren, getChildCount, getIcon, getId, getIndexOfChild, getTooltipText, hasProperties, isLeaf, refresh
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionIComponentDescription getDescription() Get the component description.
 - 
getComponentIdentifierIComponentIdentifier getComponentIdentifier() Get the component id.
 
- 
 
-