com.ibm.mq.explorer.ui.extensions

Class DragDropTreeNode

  • java.lang.Object
    • com.ibm.mq.explorer.ui.extensions.DragDropTreeNode


  • public class DragDropTreeNode
    extends java.lang.Object
    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 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT_NOTICE
      Common copyright notice
      static java.lang.String SCCSID
      CMVC descriptors - expanded during extraction
    • Constructor Summary

      Constructors 
      Constructor and Description
      DragDropTreeNode(java.lang.String name, java.lang.String id, java.lang.String plugId)
      Constructor
    • Field Detail

      • COPYRIGHT_NOTICE

        public static final java.lang.String COPYRIGHT_NOTICE
        Common copyright notice
        See Also:
        Constant Field Values
      • SCCSID

        public static final java.lang.String SCCSID
        CMVC descriptors - expanded during extraction
        See Also:
        Constant Field Values
    • Constructor Detail

      • DragDropTreeNode

        public DragDropTreeNode(java.lang.String name,
                                java.lang.String id,
                                java.lang.String plugId)
        Constructor
        Parameters:
        name - the name of the associated TreeNode
        id - the tree node id of the associated TreeNode
        plugId - the id of the plug-in assciated with the associated TreeNode
    • Method Detail

      • getParent

        public DragDropTreeNode getParent()
        Get the parent DragDropTreeNode
        Returns:
        DragDropTreeNode the parent
      • setParent

        public void setParent(DragDropTreeNode prnt)
        Set the parent DragDropTreeNode
        Parameters:
        prnt - the parent DragDropTreeNode
      • getTreeNodeId

        public java.lang.String getTreeNodeId()
        Get the TreeNode Id
        Returns:
        String the TreeNode Id
      • getTreeNodeName

        public java.lang.String getTreeNodeName()
        Get the TreeNode name
        Returns:
        String the TreeNode name
      • getTreeNodePlugin_id

        public java.lang.String getTreeNodePlugin_id()
        Get the id of the plug-in associated with this TreeNode
        Returns:
        String the plug-in id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object