public class ModuleToDoNode extends BaseToDoNode<Module>
PresentableNodeDescriptor.ColoredFragment
NodeDescriptor.NodeComparator<T extends NodeDescriptor<?>>
myBuilder, myToDoSettings
DEFAULT_WEIGHT, EMPTY_ARRAY, myClosedIcon, myColor, myName, myOpenIcon, myProject
EMPTY_NAVIGATION_ITEM_ARRAY
Constructor and Description |
---|
ModuleToDoNode(Project project,
Module value,
TodoTreeBuilder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object element) |
java.util.Collection<AbstractTreeNode<?>> |
getChildren() |
int |
getFileCount(Module module) |
java.lang.String |
getTestPresentation() |
int |
getTodoItemCount(Module val) |
int |
getWeight() |
void |
update(PresentationData presentation) |
contains, getTreeStructure
apply, canNavigate, canNavigateToSource, canRepresent, equals, getChildToHighlightAt, getElement, getEqualityObject, getFileStatus, getFileStatusColor, getLeafState, getName, getNullValueSetTrace, getParent, getParentDescriptor, getParentValue, getToolTip, getValue, getVirtualFile, hashCode, hasProblemFileBeneath, isAlwaysExpand, isAlwaysLeaf, isAlwaysShowPlus, navigate, postprocess, setParent, setValue, shouldUpdateData, toTestString, valueIsCut
apply, apply, applyFrom, createPresentation, getHighlightColor, getPresentation, getTemplatePresentation, isAncestorOrSelf, isContentHighlighted, isHighlightableContentNode, isParentOf, shouldApply, shouldPostprocess, update
expandOnDoubleClick, getChildrenSortingStamp, getClosedIcon, getColor, getIcon, getIndex, getOpenIcon, getProject, getUpdateCount, isWasDeclaredAlwaysLeaf, setChildrenSortingStamp, setIcon, setIndex, setUpdateCount, setWasDeclaredAlwaysLeaf, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPresentation
public ModuleToDoNode(Project project, Module value, TodoTreeBuilder builder)
public java.util.Collection<AbstractTreeNode<?>> getChildren()
getChildren
in class AbstractTreeNode<Module>
public boolean contains(java.lang.Object element)
contains
in class BaseToDoNode<Module>
public void update(PresentationData presentation)
update
in class PresentableNodeDescriptor<AbstractTreeNode<Module>>
public java.lang.String getTestPresentation()
getTestPresentation
in class AbstractTreeNode<Module>
public int getFileCount(Module module)
getFileCount
in class BaseToDoNode<Module>
public int getTodoItemCount(Module val)
getTodoItemCount
in class BaseToDoNode<Module>
public int getWeight()
getWeight
in class NodeDescriptor<AbstractTreeNode<Module>>