public class ErrorEntry
extends javax.swing.tree.DefaultMutableTreeNode
DefaultErrorView
.Constructor and Description |
---|
ErrorEntry(@NotNull javax.swing.tree.DefaultTreeModel treeModel,
@NotNull java.lang.String name,
boolean allowsChildren)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
add(@NotNull javax.swing.tree.MutableTreeNode newChild) |
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, toString
public ErrorEntry(@NotNull @NotNull javax.swing.tree.DefaultTreeModel treeModel, @NotNull @NotNull java.lang.String name, boolean allowsChildren)
treeModel
- the tree model this instance belongs toname
- the nameallowsChildren
- whether this node allows children