com.sas.models
Class MenuBarNode
com.sas.models.MenuBarNode
- All Implemented Interfaces:
- com.sas.beans.PropertyChangeSource, com.sas.lang.ObjectDataInterface, ModelInterface, MenuBarNodeInterface, MutableNodeInterface, MutableSimpleNodeInterface, NodeInterface, SimpleNodeInterface, StaticNodeStyleInterface, TreeInterface, java.io.Serializable
public class MenuBarNode
- implements MenuBarNodeInterface
MenuBarNode extends Node and is the root node for menu type models.
- See Also:
- Serialized Form
|
Constructor Summary |
MenuBarNode()
Constructs a MenuBarNode object. |
| Methods inherited from class com.sas.models.Node |
addItems, addNodeChild, addPropertyChangeListener, attachView, countNodeChildren, detachView, firePropertyChange, firePropertyChange, getDefaultNodeStyle, getIndex, getNodeChild, getNodeChildCount, getNodeChildren, getNodeChildren, getNodeExpandedText, getNodeStyle, getNodeText, getNodeType, getNodeTypes, getObjectData, getRoot, isExternalUpdateSupported, isLeafNode, moveNodeChild, notifyPropertyChange, removeAllNodeChildren, removeNodeChild, removeNodeChild, removePropertyChangeListener, setDefaultNodeStyle, setExternalUpdateSupported, setNodeChildren, setNodeExpandedText, setNodeStyle, setNodeText, setNodeType, setObjectData, sort, toString |
RB_KEY
public static final java.lang.String RB_KEY
- See Also:
- Constant Field Values
MenuBarNode
public MenuBarNode()
- Constructs a MenuBarNode object.
addNodeChild
public void addNodeChild(SimpleNodeInterface node,
int index)
- Adds a child at index. A value of -1 for index indicates that
the child is to be appended to the child list.
- Specified by:
addNodeChild in interface MutableSimpleNodeInterface- Overrides:
addNodeChild in class Node
- Parameters:
node - the child to addindex - the position at which to add the child- See Also:
MutableSimpleNodeInterface
Copyright © 2009 SAS Institute Inc. All Rights Reserved.