Package | Description |
---|---|
org.jlab.coda.emu.support.configurer |
Modifier and Type | Method and Description |
---|---|
static DataNode |
DataNode.getDataNode(org.w3c.dom.Node n)
Method to get the DataNode object associated with a particular Node object.
|
static DataNode |
Configurer.treeToPanel(org.w3c.dom.Node node,
int level)
Recursive method to, using the given arg as the top of the tree, add all nodes
in the tree to a JPanel for display in a GUI.
|
Modifier and Type | Method and Description |
---|---|
void |
DataNode.addToPanel(DataNode dn)
Add a DataNode object to this DataNode object as part of the JPanel.
|
void |
DataNode.removeFromPanel(DataNode dn)
Remove a DataNode object from this DataNode object as part of the JPanel.
|