Package jadex.base.gui.componenttree
Class PseudoProxyComponentTreeNode
- java.lang.Object
- 
- jadex.base.gui.asynctree.AbstractTreeNode
- 
- jadex.base.gui.asynctree.AbstractSwingTreeNode
- 
- jadex.base.gui.componenttree.ComponentTreeNode
- 
- jadex.base.gui.componenttree.PseudoProxyComponentTreeNode
 
 
 
 
- 
- All Implemented Interfaces:
- ISwingTreeNode,- ITreeNode,- IActiveComponentTreeNode
 
 public class PseudoProxyComponentTreeNode extends ComponentTreeNode 
- 
- 
Field SummaryFields Modifier and Type Field Description static javax.swing.UIDefaultsiconsThe image icons.- 
Fields inherited from class jadex.base.gui.componenttree.ComponentTreeNodeaccess, broken, busy, cmslistener, desc, iconcache, propcomp
 - 
Fields inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNodetree
 - 
Fields inherited from class jadex.base.gui.asynctree.AbstractTreeNodechildrenfuture, dirty, model, parent, recurse, searching
 
- 
 - 
Constructor SummaryConstructors Constructor Description PseudoProxyComponentTreeNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, IComponentDescription desc, ComponentIconCache iconcache, IExternalAccess access)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IcongetSwingIcon()Get the icon for a node.- 
Methods inherited from class jadex.base.gui.componenttree.ComponentTreeNodeaddCMSListener, createComponentNode, createNFPropertyNodes, dispose, getComponentIdentifier, getDescription, getIcon, getId, getPropertiesComponent, getTooltipText, hasProperties, refresh, searchChildren, searchChildren, setDescription, toString
 - 
Methods inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNodeaddChild, addChild, equals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, isLeaf, removeChild, setChildren
 - 
Methods inherited from class jadex.base.gui.asynctree.AbstractTreeNodecheckChildren, hashCode, removeAllChildren, setParent
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNodegetChild, getChildren, getParent
 - 
Methods inherited from interface jadex.base.gui.asynctree.ITreeNodegetCachedChildren, getChildCount, getIndexOfChild, isLeaf
 
- 
 
- 
- 
- 
Constructor Detail- 
PseudoProxyComponentTreeNodepublic PseudoProxyComponentTreeNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, IComponentDescription desc, ComponentIconCache iconcache, IExternalAccess access) 
 
- 
 - 
Method Detail- 
getSwingIconpublic javax.swing.Icon getSwingIcon() Get the icon for a node.- Specified by:
- getSwingIconin interface- ISwingTreeNode
- Overrides:
- getSwingIconin class- ComponentTreeNode
 
 
- 
 
-