public abstract class ProjectViewNodeWithChildrenList<T> extends ProjectViewNode<T>
PresentableNodeDescriptor.ColoredFragmentNodeDescriptor.NodeComparator<T extends NodeDescriptor<?>>| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractTreeNode<?>> |
myChildren |
LOGDEFAULT_WEIGHT, EMPTY_ARRAY, myClosedIcon, myColor, myName, myOpenIcon, myProjectEMPTY_ROOTSEMPTY_NAVIGATION_ITEM_ARRAY| Modifier | Constructor and Description |
|---|---|
protected |
ProjectViewNodeWithChildrenList(Project project,
T t,
ViewSettings viewSettings) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(AbstractTreeNode<?> node) |
java.util.Collection<? extends AbstractTreeNode<?>> |
getChildren() |
canHaveChildrenMatching, contains, createTreeNode, getDefaultRootsFor, getManualOrderKey, getQualifiedNameSortKey, getRoots, getSettings, getSortKey, getTitle, getTypeSortKey, getTypeSortWeight, getVirtualFile, hasProblemFileBeneath, isSortByFirstChild, isValidating, shouldApply, shouldDrillDownOnEmptyElement, shouldPostprocess, someChildContainsFile, someChildContainsFile, validate, wrapapply, canNavigate, canNavigateToSource, canRepresent, equals, getChildToHighlightAt, getElement, getEqualityObject, getFileStatus, getFileStatusColor, getLeafState, getName, getNullValueSetTrace, getParent, getParentDescriptor, getParentValue, getTestPresentation, getToolTip, getValue, hashCode, isAlwaysExpand, isAlwaysLeaf, isAlwaysShowPlus, navigate, postprocess, setParent, setValue, shouldUpdateData, toTestString, valueIsCutapply, apply, applyFrom, createPresentation, getHighlightColor, getPresentation, getTemplatePresentation, isAncestorOrSelf, isContentHighlighted, isHighlightableContentNode, isParentOf, update, updateexpandOnDoubleClick, getChildrenSortingStamp, getClosedIcon, getColor, getIcon, getIndex, getOpenIcon, getProject, getUpdateCount, getWeight, isWasDeclaredAlwaysLeaf, setChildrenSortingStamp, setIcon, setIndex, setUpdateCount, setWasDeclaredAlwaysLeaf, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPresentationprotected final java.util.List<AbstractTreeNode<?>> myChildren
protected ProjectViewNodeWithChildrenList(Project project, T t, ViewSettings viewSettings)
public java.util.Collection<? extends AbstractTreeNode<?>> getChildren()
getChildren in class AbstractTreeNode<T>public void addChild(AbstractTreeNode<?> node)