|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.ibm.dse.desktop.TreeNode
com.ibm.dse.desktop.LeafTreeNode
The LeafTreeNode class provides a leaf tree node.
Nested Class Summary |
---|
Nested classes inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
|
Field Summary |
---|
Fields inherited from class com.ibm.dse.desktop.TreeNode |
---|
aNodeData |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
LeafTreeNode()
This constructor creates a LeafTreeNode object. |
|
LeafTreeNode(java.lang.Object userObject)
This constructor creates a LeafTreeNode object. |
|
LeafTreeNode(java.lang.Object userObject,
boolean allowsChildren)
This constructor creates a LeafTreeNode object. |
Method Summary | |
---|---|
java.lang.String |
getApplication()
Gets the ID of the application related to the task described by the TaskLauncher. |
java.lang.String |
getCode()
Gets the code of the task described by the LeafTreeNode. |
java.lang.String |
getErrorMessageOnInstantiateOperation()
Gets the error message of the task described by the LeafTreeNode. |
java.lang.Boolean |
getExecuteOperation()
Gets the executeOperation property of the LeafTreeNode. |
int |
getHeightNavigationArea()
Gets the height of the navigation area of the task described by the LeafTreeNode. |
java.lang.String |
getLaunchable()
Returns the name of the process/operation/application launched from the TaskLauncher. |
java.lang.String |
getLongDescription()
Gets the long description of the task described by the LeafTreeNode. |
java.lang.String |
getOperation()
Gets the ID of the operation related to the task described by the LeafTreeNode. |
java.lang.String |
getOperationPanel()
Gets the name of the operation panel related to the task described by the LeafTreeNode. |
java.lang.String |
getParameters()
Gets the parameters of the task described by the LeafTreeNode. |
java.lang.String |
getProcess()
Gets the ID of the process related to the task described by the TaskLauncher. |
java.lang.String |
getShortDescription()
Gets the short description of the task described by the LeafTreeNode. |
java.lang.String |
getTaskName()
Gets the name of the task described by the LeafTreeNode. |
java.lang.String |
getTypeLaunchable()
Gets the type of the task described by the TaskLauncherButton. |
int |
getWidthNavigationArea()
Gets the width of the navigation area of the task described by the LeafTreeNode. |
int |
getXNavigationArea()
Gets the X position of the navigation area of the task described by the LeafTreeNode. |
int |
getYNavigationArea()
Gets the Y position of the navigation area of the task described by the LeafTreeNode. |
void |
openTask()
Asks the Desktop to launch the task described by the LeafTreeNode. |
void |
setApplication(java.lang.Object o)
Sets the ID of the operation related to the task described by the TaskLauncherButton. |
void |
setCode(java.lang.Object o)
Sets the code of the task described by the LeafTreeNode. |
void |
setErrorMessageOnInstantiateOperation(java.lang.Object o)
Sets the error message of the task described by the LeafTreeNode. |
void |
setExecuteOperation(java.lang.Object o)
Sets the executeOperation property of the LeafTreeNode. |
void |
setHeightNavigationArea(java.lang.Object o)
Sets the height property of the LeafTreeNode. |
void |
setLongDescription(java.lang.Object o)
Sets the long description of the task described by the LeafTreeNode. |
void |
setOperation(java.lang.Object o)
Sets the ID of the operation related to the task described by the LeafTreeNode. |
void |
setOperationPanel(java.lang.Object o)
Sets the name of the operation panel related to the task described by the LeafTreeNode. |
void |
setParameters(java.lang.Object o)
Sets the parameters of the task described by the LeafTreeNode. |
void |
setProcess(java.lang.Object o)
Sets the ID of the process related to the task described by the TaskLauncherButton. |
void |
setShortDescription(java.lang.Object o)
Sets the short description of the task described by the LeafTreeNode. |
void |
setTaskName(java.lang.Object o)
Sets the name of the task described by the LeafTreeNode. |
void |
setTypeLaunchable(java.lang.String o)
Sets the type of the task described by the TaskLauncherButton. |
void |
setWidthNavigationArea(java.lang.Object o)
Sets the width property of the LeafTreeNode. |
void |
setXNavigationArea(java.lang.Object o)
Sets the xNavigationArea property of the LeafTreeNode. |
void |
setYNavigationArea(java.lang.Object o)
Sets the yNavigationArea property of the LeafTreeNode. |
java.lang.String |
toString()
Returns a string representation of the LeafTreeNode. |
Methods inherited from class com.ibm.dse.desktop.TreeNode |
---|
add, getTreeNodeData, setBackgroundNonSelectionColor, setBackgroundSelectionColor, setForegroundNonSelectionColor, setForegroundSelectionColor, setIconName, setLabel, setName, setToolTipText |
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, getPathToRoot, 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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LeafTreeNode()
public LeafTreeNode(java.lang.Object userObject)
userObject
- java.lang.Objectpublic LeafTreeNode(java.lang.Object userObject, boolean allowsChildren)
userObject
- java.lang.ObjectallowsChildren
- booleanMethod Detail |
public java.lang.String getApplication()
getApplication
in interface TaskLauncher
public java.lang.String getCode()
getCode
in interface TaskLauncher
public java.lang.String getErrorMessageOnInstantiateOperation()
getErrorMessageOnInstantiateOperation
in interface TaskLauncher
public java.lang.Boolean getExecuteOperation()
getExecuteOperation
in interface TaskLauncher
public int getHeightNavigationArea()
getHeightNavigationArea
in interface TaskLauncher
public java.lang.String getLaunchable()
getLaunchable
in interface TaskLauncher
public java.lang.String getLongDescription()
getLongDescription
in interface TaskLauncher
public java.lang.String getOperation()
getOperation
in interface TaskLauncher
public java.lang.String getOperationPanel()
getOperationPanel
in interface TaskLauncher
public java.lang.String getParameters()
getParameters
in interface TaskLauncher
public java.lang.String getProcess()
getProcess
in interface TaskLauncher
public java.lang.String getShortDescription()
getShortDescription
in interface TaskLauncher
public java.lang.String getTaskName()
getTaskName
in interface TaskLauncher
public java.lang.String getTypeLaunchable()
getTypeLaunchable
in interface TaskLauncher
public int getWidthNavigationArea()
getWidthNavigationArea
in interface TaskLauncher
public int getXNavigationArea()
getXNavigationArea
in interface TaskLauncher
public int getYNavigationArea()
getYNavigationArea
in interface TaskLauncher
public void openTask()
public void setApplication(java.lang.Object o)
o
- java.lang.Objectpublic void setCode(java.lang.Object o)
o
- java.lang.Objectpublic void setErrorMessageOnInstantiateOperation(java.lang.Object o)
o
- java.lang.Objectpublic void setExecuteOperation(java.lang.Object o)
public void setHeightNavigationArea(java.lang.Object o)
o
- Objectpublic void setLongDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setOperation(java.lang.Object o)
o
- java.lang.Objectpublic void setOperationPanel(java.lang.Object o)
o
- java.lang.Objectpublic void setParameters(java.lang.Object o)
o
- java.lang.Objectpublic void setProcess(java.lang.Object o)
o
- java.lang.Objectpublic void setShortDescription(java.lang.Object o)
o
- java.lang.Objectpublic void setTaskName(java.lang.Object o)
o
- java.lang.Objectpublic void setTypeLaunchable(java.lang.String o)
o
- java.lang.Objectpublic void setWidthNavigationArea(java.lang.Object o)
o
- Objectpublic void setXNavigationArea(java.lang.Object o)
o
- Objectpublic void setYNavigationArea(java.lang.Object o)
o
- Objectpublic java.lang.String toString()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |