com.atlassian.theplugin.idea.ui.tree.file
Class CrucibleLineCommentsNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by com.atlassian.theplugin.idea.ui.tree.AtlassianTreeNode
          extended by com.atlassian.theplugin.idea.ui.tree.file.FileNode
              extended by com.atlassian.theplugin.idea.ui.tree.file.CrucibleContainerNode
                  extended by com.atlassian.theplugin.idea.ui.tree.file.CrucibleLineCommentsNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode

public class CrucibleLineCommentsNode
extends CrucibleContainerNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.theplugin.idea.ui.tree.AtlassianTreeNode
EMPTY_NODE
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
CrucibleLineCommentsNode(com.atlassian.theplugin.commons.crucible.api.model.ReviewAdapter review, com.atlassian.theplugin.commons.crucible.api.model.CrucibleFileInfo file, java.util.Map<java.lang.String,FileNode> children)
           
 
Method Summary
 AtlassianTreeNode getClone()
           
protected  java.lang.String getText()
           
 boolean isCompactable()
           
 
Methods inherited from class com.atlassian.theplugin.idea.ui.tree.file.CrucibleContainerNode
getReview, getTreeCellRenderer, setReview
 
Methods inherited from class com.atlassian.theplugin.idea.ui.tree.file.FileNode
addChild, compareTo, getChildren, getName, getNode, hasNode, removeChild, removeChildren, setName, toString
 
Methods inherited from class com.atlassian.theplugin.idea.ui.tree.AtlassianTreeNode
addNode, filter, getAtlassianClickAction, getChildAt
 
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, 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

CrucibleLineCommentsNode

public CrucibleLineCommentsNode(com.atlassian.theplugin.commons.crucible.api.model.ReviewAdapter review,
                                com.atlassian.theplugin.commons.crucible.api.model.CrucibleFileInfo file,
                                java.util.Map<java.lang.String,FileNode> children)
Method Detail

getText

protected java.lang.String getText()
Specified by:
getText in class CrucibleContainerNode

getClone

public AtlassianTreeNode getClone()
Specified by:
getClone in class AtlassianTreeNode

isCompactable

public boolean isCompactable()
Overrides:
isCompactable in class FileNode


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