Class DragDropTreeNode
java.lang.Object
com.ibm.mq.explorer.ui.extensions.DragDropTreeNode
Class for the object received when a TreeNode object is drag-dropped. It contains sufficent
information to identify the TreeNode that has been dragged.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the parent DragDropTreeNodeGet the TreeNode IdGet the TreeNode nameGet the id of the plug-in associated with this TreeNodevoid
setParent
(DragDropTreeNode prnt) Set the parent DragDropTreeNodetoString()
-
Field Details
-
COPYRIGHT_NOTICE
Common copyright notice- See Also:
-
SCCSID
CMVC descriptors - expanded during extraction- See Also:
-
-
Constructor Details
-
DragDropTreeNode
Constructor- Parameters:
name
- the name of the associated TreeNodeid
- the tree node id of the associated TreeNodeplugId
- the id of the plug-in assciated with the associated TreeNode
-
-
Method Details
-
getParent
Get the parent DragDropTreeNode- Returns:
- DragDropTreeNode the parent
-
setParent
Set the parent DragDropTreeNode- Parameters:
prnt
- the parent DragDropTreeNode
-
getTreeNodeId
Get the TreeNode Id- Returns:
- String the TreeNode Id
-
getTreeNodeName
Get the TreeNode name- Returns:
- String the TreeNode name
-
getTreeNodePlugin_id
Get the id of the plug-in associated with this TreeNode- Returns:
- String the plug-in id
-
toString
-