|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.altair.hwm.toolkit.preferences.HWMPreferenceNode
com.altair.hwm.toolkit.preferences.HWMMenuBarPrefNode
public class HWMMenuBarPrefNode
Title: HWMMenuBarPrefNode
Description:
Company: Altair Engineering, Inc.
Field Summary | |
---|---|
static int |
MENU
|
static int |
MENU_ITEM
|
static java.lang.String |
PREF_NODE_VERSION
|
Fields inherited from class com.altair.hwm.toolkit.preferences.HWMPreferenceNode |
---|
VERSION_HWMPREFERENCENODE |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
EMPTY_ENUMERATION |
Constructor Summary | |
---|---|
HWMMenuBarPrefNode(java.lang.String szDisplayText,
java.lang.String strToolTip,
java.lang.String szName)
|
Method Summary | |
---|---|
int |
GetMenuBarPrefNodeType()
|
java.lang.String |
GetMnemonic()
|
java.lang.String |
GetText()
|
void |
Load(java.io.ObjectInputStream streamIn)
Load the menubar pref node variables |
void |
Save(java.io.ObjectOutputStream streamOut)
Save the toolbar pref node |
void |
SetMenuBarPrefNodeType(int nPrefNodeType)
|
void |
SetMnemonic(java.lang.String szMnemonic)
|
void |
SetText(java.lang.String szText)
|
java.lang.String |
toString()
|
Methods inherited from class com.altair.hwm.toolkit.preferences.HWMPreferenceNode |
---|
GetActionCommand, GetComponentType, GetName, GetTooltip, IsMandatory, IsVisible, IsVisibleInPM, LoadVersion1_0, LoadVersion2_0, LoadVersion3_0, SetActionCommand, SetComponentType, SetMandatory, SetName, SetTooltip, SetVisible, SetVisibleInPM |
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, 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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PREF_NODE_VERSION
public static final int MENU
public static final int MENU_ITEM
Constructor Detail |
---|
public HWMMenuBarPrefNode(java.lang.String szDisplayText, java.lang.String strToolTip, java.lang.String szName)
Method Detail |
---|
public void SetText(java.lang.String szText)
public java.lang.String GetText()
public void SetMnemonic(java.lang.String szMnemonic)
public java.lang.String GetMnemonic()
public void SetMenuBarPrefNodeType(int nPrefNodeType)
public int GetMenuBarPrefNodeType()
public void Save(java.io.ObjectOutputStream streamOut) throws java.io.IOException
Save
in class HWMPreferenceNode
streamOut
- The stream to save to
java.io.IOException
public void Load(java.io.ObjectInputStream streamIn) throws java.io.IOException, java.lang.ClassNotFoundException
Load
in class HWMPreferenceNode
streamIn
- The stream to read from
java.io.IOException
java.lang.ClassNotFoundException
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |