|
||||||||||
| 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
public abstract class HWMPreferenceNode
Title: HWMPreferenceNode
Description:
Company: Altair Engineering, Inc.
| Field Summary | |
|---|---|
static java.lang.String |
VERSION_HWMPREFERENCENODE
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
EMPTY_ENUMERATION |
| Constructor Summary | |
|---|---|
HWMPreferenceNode()
Constructor |
|
HWMPreferenceNode(java.lang.Object objUserObject)
Constructor |
|
HWMPreferenceNode(java.lang.Object objUserObject,
boolean bAllowsChildren)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
GetActionCommand()
Return the action command |
java.lang.String |
GetComponentType()
Return the component type |
java.lang.String |
GetName()
Return the name |
java.lang.String |
GetTooltip()
Return the tooltip |
boolean |
IsMandatory()
Return the mandatory flag |
boolean |
IsVisible()
Return the visible flag |
boolean |
IsVisibleInPM()
Return the visible in PM flag |
void |
Load(java.io.ObjectInputStream streamIn)
Load the pref node variables |
void |
LoadVersion1_0(java.io.ObjectInputStream streamIn)
Load the pref node variables for v1.0 |
void |
LoadVersion2_0(java.io.ObjectInputStream streamIn)
Load the pref node variables for v2.0 |
void |
LoadVersion3_0(java.io.ObjectInputStream streamIn)
Load the pref node variables for v3.0 |
void |
Save(java.io.ObjectOutputStream streamOut)
Save the pref node |
void |
SetActionCommand(java.lang.String szActionCommand)
Set the action command |
void |
SetComponentType(java.lang.String szType)
Set the component type |
void |
SetMandatory(boolean bMandatory)
Set the mandatory flag |
void |
SetName(java.lang.String szName)
Set the name |
void |
SetTooltip(java.lang.String szTooltip)
Set the tooltip |
void |
SetVisible(boolean bVisible)
Set the visible flag |
void |
SetVisibleInPM(boolean bVisibleInPM)
Set the visible in PM flag |
| 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 java.lang.String VERSION_HWMPREFERENCENODE
| Constructor Detail |
|---|
public HWMPreferenceNode()
public HWMPreferenceNode(java.lang.Object objUserObject)
objUserObject - The object to store in the node
public HWMPreferenceNode(java.lang.Object objUserObject,
boolean bAllowsChildren)
objUserObject - The object to store in the nodebAllowsChildren - True if allows children, false if not| Method Detail |
|---|
public void SetVisible(boolean bVisible)
bVisible - The visible flagpublic boolean IsVisible()
public void SetVisibleInPM(boolean bVisibleInPM)
bVisibleInPM - The visible in PM flagpublic boolean IsVisibleInPM()
public void SetMandatory(boolean bMandatory)
bMandatory - The mandatory flagpublic boolean IsMandatory()
public void SetActionCommand(java.lang.String szActionCommand)
public java.lang.String GetActionCommand()
public void SetName(java.lang.String szName)
szName - The namepublic java.lang.String GetName()
public void SetComponentType(java.lang.String szType)
szType - The component typepublic java.lang.String GetComponentType()
public void SetTooltip(java.lang.String szTooltip)
szTooltip - The tooltippublic java.lang.String GetTooltip()
public void Save(java.io.ObjectOutputStream streamOut)
throws java.io.IOException
streamOut - The stream to save to
java.io.IOException
public void LoadVersion1_0(java.io.ObjectInputStream streamIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
streamIn - The stream to read from
java.io.IOException
java.lang.ClassNotFoundException
public void LoadVersion2_0(java.io.ObjectInputStream streamIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
streamIn - The stream to read from
java.io.IOException
java.lang.ClassNotFoundException
public void LoadVersion3_0(java.io.ObjectInputStream streamIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
streamIn - The stream to read from
java.io.IOException
java.lang.ClassNotFoundException
public void Load(java.io.ObjectInputStream streamIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
streamIn - The stream to read from
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||