|
||||||||||
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.HWMToolBarPrefNode
public class HWMToolBarPrefNode
Title: HWMToolBarPrefNode
Description:
Company: Altair Engineering, Inc.
Field Summary | |
---|---|
static java.lang.String |
PREF_NODE_VERSION
|
static int |
TOOLBAR
|
static int |
TOOLBAR_ITEM
|
Fields inherited from class com.altair.hwm.toolkit.preferences.HWMPreferenceNode |
---|
VERSION_HWMPREFERENCENODE |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
EMPTY_ENUMERATION |
Constructor Summary | |
---|---|
HWMToolBarPrefNode(java.lang.String strDisplayName,
java.lang.String szTooltip,
java.lang.String szIconFile,
java.lang.String szName)
|
Method Summary | |
---|---|
java.lang.String |
GetIconFile()
|
java.lang.String |
GetText()
|
int |
GetToolBarPrefNodeType()
|
void |
Load(java.io.ObjectInputStream streamIn)
Load the toolbar pref node |
void |
Save(java.io.ObjectOutputStream streamOut)
Save the toolbar pref node |
void |
SetIconFile(java.lang.String szIconFile)
|
void |
SetText(java.lang.String szText)
|
void |
SetToolBarPrefNodeType(int nPrefNodeType)
|
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, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TOOLBAR
public static final int TOOLBAR_ITEM
public static final java.lang.String PREF_NODE_VERSION
Constructor Detail |
---|
public HWMToolBarPrefNode(java.lang.String strDisplayName, java.lang.String szTooltip, java.lang.String szIconFile, java.lang.String szName)
Method Detail |
---|
public void SetToolBarPrefNodeType(int nPrefNodeType)
public void SetIconFile(java.lang.String szIconFile)
public java.lang.String GetIconFile()
public int GetToolBarPrefNodeType()
public void SetText(java.lang.String szText)
public java.lang.String GetText()
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 load from
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |