Uses of Class
com.ibm.mq.explorer.ui.extensions.TreeNode
-
Uses of TreeNode in com.ibm.mq.explorer.ui.extensions
Methods in com.ibm.mq.explorer.ui.extensions that return TreeNodeModifier and TypeMethodDescriptionTreeNode[]
TreeNode.getChildren()
Returns an array containing the actual child TreeNodes of this TreeNode (visible and invisible)TreeNode.getParent()
Returns the parent of this TreeNodeTreeNode.getRealParent()
Returns the real parent of this TreeNode, i.e.TreeNode[]
TreeNode.getVisibleChildren()
Returns an array containing the visible child TreeNodes of this TreeNodeMethods in com.ibm.mq.explorer.ui.extensions with parameters of type TreeNodeModifier and TypeMethodDescriptionvoid
ITreeNodeFactory.addChildrenToTreeNode
(TreeNode parent) Explorer UI calls this method to allow plugins to add child TreeNodes to each TreeNode as it is first added to the Navigation tree.void
TreeNode.addChildToNode
(TreeNode child, int complex) This method adds the given child to this TreeNode.abstract int
compares two TreeNodes that are children to this one, and returns their sort order Typically the comparison will based on either the "sequence" or the "title".static int
TreeNode.compareByName
(TreeNode child1, TreeNode child2) Compares two child TreeNodes based on their Namesstatic int
TreeNode.compareBySequence
(TreeNode child1, TreeNode child2) Compares two child TreeNodes based on their Sequence valuesboolean
IExplorerTreeNodeDragDrop.dropAction
(int action, TreeNode treeNode) Carry out the specified drop action using the specified TreeNodeint
IExplorerTreeNodeDragDrop.getAcceptedOperations
(TreeNode treeNode) Return the drag and drop operations that are accepted by this target for the specified TreeNodevoid
TreeNode.removeChildFromNode
(TreeNode child) This method removes the given child to this TreeNodevoid
Sets the parent of this TreeNodeConstructors in com.ibm.mq.explorer.ui.extensions with parameters of type TreeNodeModifierConstructorDescriptionTreeNode
(TreeNode parent, MQExtObject object, String plugin_id) Constructor