public class ModuleToDoNode extends BaseToDoNode<Module>
PresentableNodeDescriptor.ColoredFragmentNodeDescriptor.NodeComparator<T extends NodeDescriptor<?>>myBuilder, myToDoSettingsDEFAULT_WEIGHT, EMPTY_ARRAY, myClosedIcon, myColor, myName, myOpenIcon, myProjectEMPTY_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, getTreeStructureapply, 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, valueIsCutapply, apply, applyFrom, createPresentation, getHighlightColor, getPresentation, getTemplatePresentation, isAncestorOrSelf, isContentHighlighted, isHighlightableContentNode, isParentOf, shouldApply, shouldPostprocess, updateexpandOnDoubleClick, getChildrenSortingStamp, getClosedIcon, getColor, getIcon, getIndex, getOpenIcon, getProject, getUpdateCount, isWasDeclaredAlwaysLeaf, setChildrenSortingStamp, setIcon, setIndex, setUpdateCount, setWasDeclaredAlwaysLeaf, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPresentationpublic 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>>