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 Summary
Fields Modifier and Type Field Description static javax.swing.UIDefaults
icons
The image icons.-
Fields inherited from class jadex.base.gui.componenttree.ComponentTreeNode
access, broken, busy, cmslistener, desc, iconcache, propcomp
-
Fields inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNode
tree
-
Fields inherited from class jadex.base.gui.asynctree.AbstractTreeNode
childrenfuture, dirty, model, parent, recurse, searching
-
-
Constructor Summary
Constructors Constructor Description PseudoProxyComponentTreeNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, IComponentDescription desc, ComponentIconCache iconcache, IExternalAccess access)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.Icon
getSwingIcon()
Get the icon for a node.-
Methods inherited from class jadex.base.gui.componenttree.ComponentTreeNode
addCMSListener, createComponentNode, createNFPropertyNodes, dispose, getComponentIdentifier, getDescription, getIcon, getId, getPropertiesComponent, getTooltipText, hasProperties, refresh, searchChildren, searchChildren, setDescription, toString
-
Methods inherited from class jadex.base.gui.asynctree.AbstractSwingTreeNode
addChild, addChild, equals, expandChildren, getCachedChildren, getChild, getChildCount, getChildren, getIndexOfChild, getModel, getParent, getTree, isLeaf, removeChild, setChildren
-
Methods inherited from class jadex.base.gui.asynctree.AbstractTreeNode
checkChildren, hashCode, removeAllChildren, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadex.base.gui.asynctree.ISwingTreeNode
getChild, getChildren, getParent
-
Methods inherited from interface jadex.base.gui.asynctree.ITreeNode
getCachedChildren, getChildCount, getIndexOfChild, isLeaf
-
-
-
-
Constructor Detail
-
PseudoProxyComponentTreeNode
public PseudoProxyComponentTreeNode(ISwingTreeNode parent, AsyncSwingTreeModel model, javax.swing.JTree tree, IComponentDescription desc, ComponentIconCache iconcache, IExternalAccess access)
-
-
Method Detail
-
getSwingIcon
public javax.swing.Icon getSwingIcon()
Get the icon for a node.- Specified by:
getSwingIcon
in interfaceISwingTreeNode
- Overrides:
getSwingIcon
in classComponentTreeNode
-
-