Loading [MathJax]/extensions/tex2jax.js
net.simplace.ui.splitpane.results.FWResultTreeNode
public class FWResultTreeNode extends net.simplace.ui.tree.FWTreeNode {
// Public Constructors
public FWResultTreeNode(FWSystemModel aSystemModel);
public FWResultTreeNode(FWResultTreeNode aParentNode, Element
aScenarioElement);
// Public Instance Methods public int getChildCount(); // Overrides
javax.swing.tree.DefaultMutableTreeNode
public boolean isSceanarioNode();
returns if the Node is a ScenarioNode. false means node is a SystemNode
public
FWSystemModel getSystemModel();
returns the system model of this node
}
Hierarchy: java.lang.Object - javax.swing.tree.DefaultMutableTreeNode (java.lang.Cloneable, javax.swing.tree.MutableTreeNode, java.io.Serializable) - net.simplace.ui.tree.FWTreeNode - FWResultTreeNode
Passed to: FWResultTreeNode()