Uses of Class
org.eclipse.mylar.internal.tasks.ui.editors.RepositoryTaskOutlineNode

Packages that use RepositoryTaskOutlineNode
org.eclipse.mylar.internal.tasks.ui.editors   
 

Uses of RepositoryTaskOutlineNode in org.eclipse.mylar.internal.tasks.ui.editors
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors declared as RepositoryTaskOutlineNode
private  RepositoryTaskOutlineNode RepositoryTaskOutlineNode.parent
          The parent of this node or null if it is the bug report
protected  RepositoryTaskOutlineNode AbstractRepositoryTaskEditor.taskOutlineModel
           
private  RepositoryTaskOutlineNode RepositoryTaskOutlinePage.topTreeNode
           
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors with type parameters of type RepositoryTaskOutlineNode
private  java.util.ArrayList<RepositoryTaskOutlineNode> RepositoryTaskOutlineNode.nodeChildren
          The children of this node.
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors that return RepositoryTaskOutlineNode
 RepositoryTaskOutlineNode[] RepositoryTaskOutlineNode.getChildren()
           
 RepositoryTaskOutlineNode AbstractRepositoryTaskEditor.getOutlineModel()
           
 RepositoryTaskOutlineNode RepositoryTaskOutlineNode.getParent()
           
 RepositoryTaskOutlineNode AbstractRepositoryTaskEditor.getTaskOutlineModel()
           
static RepositoryTaskOutlineNode RepositoryTaskOutlineNode.parseBugReport(RepositoryTaskData bug)
           
static RepositoryTaskOutlineNode RepositoryTaskOutlineNode.parseBugReport(RepositoryTaskData bug, boolean hasNewComment)
          Parses the given IBugzillaBug into a tree of RepositoryTaskOutlineNode's suitable for use in the RepositoryTaskOutlinePage view.
protected static RepositoryTaskOutlineNode RepositoryTaskOutlineNode.parseExistingBugReport(RepositoryTaskData bug, boolean hasNewComment)
          Parses the given BugReport into a tree of RepositoryTaskOutlineNode's suitable for use in the RepositoryTaskOutlinePage view.
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type RepositoryTaskOutlineNode
 void RepositoryTaskOutlineNode.addChild(RepositoryTaskOutlineNode bugNode)
          Adds a node to this node's list of children.
 void RepositoryTaskOutlineNode.setParent(RepositoryTaskOutlineNode parent)
           
 void AbstractRepositoryTaskEditor.setTaskOutlineModel(RepositoryTaskOutlineNode taskOutlineModel)
           
 

Constructors in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type RepositoryTaskOutlineNode
RepositoryTaskOutlinePage(RepositoryTaskOutlineNode topTreeNode)
          Creates a new RepositoryTaskOutlinePage.