|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
madkit.TreeTools.GenericTreeNode
madkit.designer.PluginNode
public class PluginNode
Field Summary |
---|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
PluginNode(java.lang.String name,
PluginInformation _info,
PluginDesignerGUI _gui)
|
Method Summary | |
---|---|
void |
build()
|
void |
execute()
|
javax.swing.ImageIcon |
getBranchIcon(int num,
boolean bool)
|
javax.swing.ImageIcon |
getLeafIcon()
|
protected java.lang.String |
getName()
|
void |
refresh()
|
void |
select()
|
Methods inherited from class madkit.TreeTools.GenericTreeNode |
---|
getDescriptor, setDescriptor |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PluginNode(java.lang.String name, PluginInformation _info, PluginDesignerGUI _gui)
Method Detail |
---|
public javax.swing.ImageIcon getLeafIcon()
getLeafIcon
in class GenericTreeNode
public javax.swing.ImageIcon getBranchIcon(int num, boolean bool)
getBranchIcon
in class GenericTreeNode
protected java.lang.String getName()
public void execute()
execute
in class GenericTreeNode
public void build()
public void refresh()
public void select()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |