|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.visuals.NodeState
public class NodeState
NodeState is a class used to store the state of a NodeView object.
NodeView| Field Summary | |
|---|---|
OrderedCollection |
children
Contains the states of any child nodes. |
PropertyBagInterface |
defaultNodeStyle
|
boolean |
expanded
Contains the value of the expanded property. |
PropertyBagInterface |
nodeStyle
|
boolean |
selected
Contains the value of the selected property. |
| Constructor Summary | |
|---|---|
NodeState()
Constructs a default NodeState object with the state fields uninitialized. |
|
NodeState(NodeView node)
Constructs a NodeState object initializing the fields with the appropriate property values from the specified NodeView object. |
|
| Field Detail |
|---|
public boolean selected
public boolean expanded
public OrderedCollection children
public PropertyBagInterface defaultNodeStyle
public PropertyBagInterface nodeStyle
| Constructor Detail |
|---|
public NodeState()
public NodeState(NodeView node)
node - the node to use to obtain the initial state values from
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||