public abstract class InspectionConfigTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Modifier and Type | Class and Description |
---|---|
static class |
InspectionConfigTreeNode.Group |
static class |
InspectionConfigTreeNode.Tool |
Constructor and Description |
---|
InspectionConfigTreeNode() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
calculateIsProperSettings() |
void |
dropCache() |
abstract java.lang.String |
getText() |
boolean |
isProperSetting() |
java.lang.String |
toString() |
static void |
updateUpHierarchy(java.util.Collection<? extends InspectionConfigTreeNode> nodes) |
static void |
updateUpHierarchy(InspectionConfigTreeNode node) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, 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
public final boolean isProperSetting()
public final void dropCache()
protected abstract boolean calculateIsProperSettings()
public abstract java.lang.String getText()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public static void updateUpHierarchy(InspectionConfigTreeNode node)
public static void updateUpHierarchy(java.util.Collection<? extends InspectionConfigTreeNode> nodes)