|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.tree.DefaultMutableTreeNode com.atlassian.theplugin.idea.ui.tree.paneltree.AbstractTreeNode com.atlassian.theplugin.idea.jira.tree.JIRAIssueGroupTreeNode
public class JIRAIssueGroupTreeNode
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 |
---|
public JIRAIssueGroupTreeNode(JIRAIssueListModel model, java.lang.String name, javax.swing.Icon icon, javax.swing.Icon disabledIcon)
Method Detail |
---|
public javax.swing.JComponent getRenderer(javax.swing.JComponent c, boolean selected, boolean expanded, boolean hasFocus)
getRenderer
in class AbstractTreeNode
public java.lang.String toString()
toString
in class AbstractTreeNode
public java.util.Comparator<JIRAIssueGroupTreeNode> getComparator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |