com.atlassian.theplugin.idea.jira.tree
Class JIRAIssueGroupTreeNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by com.atlassian.theplugin.idea.ui.tree.paneltree.AbstractTreeNode
          extended by com.atlassian.theplugin.idea.jira.tree.JIRAIssueGroupTreeNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class JIRAIssueGroupTreeNode
extends AbstractTreeNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.theplugin.idea.ui.tree.paneltree.AbstractTreeNode
disabledIconClosed, disabledIconOpen, GAP, ICON_HEIGHT, ICON_WIDTH, iconClosed, iconOpen, name, RIGHT_PADDING
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
JIRAIssueGroupTreeNode(JIRAIssueListModel model, java.lang.String name, javax.swing.Icon icon, javax.swing.Icon disabledIcon)
           
 
Method Summary
 java.util.Comparator<JIRAIssueGroupTreeNode> getComparator()
           
 javax.swing.JComponent getRenderer(javax.swing.JComponent c, boolean selected, boolean expanded, boolean hasFocus)
           
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.theplugin.idea.ui.tree.paneltree.AbstractTreeNode
getDefaultRenderer
 
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

JIRAIssueGroupTreeNode

public JIRAIssueGroupTreeNode(JIRAIssueListModel model,
                              java.lang.String name,
                              javax.swing.Icon icon,
                              javax.swing.Icon disabledIcon)
Method Detail

getRenderer

public javax.swing.JComponent getRenderer(javax.swing.JComponent c,
                                          boolean selected,
                                          boolean expanded,
                                          boolean hasFocus)
Specified by:
getRenderer in class AbstractTreeNode

toString

public java.lang.String toString()
Specified by:
toString in class AbstractTreeNode

getComparator

public java.util.Comparator<JIRAIssueGroupTreeNode> getComparator()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.