|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.cagrid.grape.ConfigurationTreeNode
public class ConfigurationTreeNode
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
ConfigurationTreeNode(ConfigurationWindow window,
ConfigurationTree tree)
|
|
| Method Summary | |
|---|---|
void |
addToDisplay()
|
ConfigurationManager |
getConfigurationManager()
|
ConfigurationWindow |
getConfigurationWindow()
|
javax.swing.JPanel |
getDisplayPanel()
|
javax.swing.ImageIcon |
getIcon()
|
java.lang.String |
getIdentifier()
|
ConfigurationTree |
getTree()
|
protected void |
processConfigurationDescriptor(ConfigurationDescriptor des)
|
protected void |
processConfigurationDescriptors(ConfigurationDescriptors list)
|
protected void |
processConfigurationGroup(ConfigurationGroup des)
|
protected void |
processConfigurationGroups(ConfigurationGroups list)
|
void |
setDisplayPanel(javax.swing.JPanel displayPanel)
|
void |
showPanel()
|
java.lang.String |
toString()
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationTreeNode(ConfigurationWindow window,
ConfigurationTree tree)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
protected void processConfigurationGroups(ConfigurationGroups list)
throws java.lang.Exception
java.lang.Exceptionpublic javax.swing.ImageIcon getIcon()
public java.lang.String toString()
public ConfigurationTree getTree()
public ConfigurationWindow getConfigurationWindow()
public javax.swing.JPanel getDisplayPanel()
public void setDisplayPanel(javax.swing.JPanel displayPanel)
public void showPanel()
public void addToDisplay()
protected void processConfigurationDescriptors(ConfigurationDescriptors list)
throws java.lang.Exception
java.lang.Exception
protected void processConfigurationGroup(ConfigurationGroup des)
throws java.lang.Exception
java.lang.Exception
protected void processConfigurationDescriptor(ConfigurationDescriptor des)
throws java.lang.Exception
java.lang.Exceptionpublic ConfigurationManager getConfigurationManager()
public java.lang.String getIdentifier()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||