|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.apache.log4j.lf5.viewer.categoryexplorer.CategoryNode
public class CategoryNode
CategoryNode
Field Summary | |
---|---|
protected boolean |
_hasFatalChildren
|
protected boolean |
_hasFatalRecords
|
protected int |
_numberOfContainedRecords
|
protected int |
_numberOfRecordsFromChildren
|
protected boolean |
_selected
|
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
CategoryNode(java.lang.String title)
|
Method Summary | |
---|---|
void |
addRecord()
|
protected void |
addRecordFromChild()
Passes up the addition from child to parent |
protected void |
addRecordToParent()
|
boolean |
equals(java.lang.Object obj)
|
int |
getNumberOfContainedRecords()
|
protected int |
getNumberOfRecordsFromChildren()
|
java.lang.String |
getTitle()
|
protected int |
getTotalNumberOfRecords()
|
boolean |
hasFatalChildren()
|
boolean |
hasFatalRecords()
|
int |
hashCode()
|
boolean |
isSelected()
|
void |
resetNumberOfContainedRecords()
|
void |
setAllDescendantsDeSelected()
Deprecated. |
void |
setAllDescendantsSelected()
Deprecated. |
void |
setHasFatalChildren(boolean flag)
|
void |
setHasFatalRecords(boolean flag)
|
void |
setSelected(boolean s)
|
java.lang.String |
toString()
|
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean _selected
protected int _numberOfContainedRecords
protected int _numberOfRecordsFromChildren
protected boolean _hasFatalChildren
protected boolean _hasFatalRecords
Constructor Detail |
---|
public CategoryNode(java.lang.String title)
Method Detail |
---|
public java.lang.String getTitle()
public void setSelected(boolean s)
public boolean isSelected()
public void setAllDescendantsSelected()
public void setAllDescendantsDeSelected()
public java.lang.String toString()
toString
in class javax.swing.tree.DefaultMutableTreeNode
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void addRecord()
public int getNumberOfContainedRecords()
public void resetNumberOfContainedRecords()
public boolean hasFatalRecords()
public boolean hasFatalChildren()
public void setHasFatalRecords(boolean flag)
public void setHasFatalChildren(boolean flag)
protected int getTotalNumberOfRecords()
protected void addRecordFromChild()
protected int getNumberOfRecordsFromChildren()
protected void addRecordToParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |