|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.log4j.lf5.viewer.categoryexplorer.CategoryPath
public class CategoryPath
CategoryPath is a collection of CategoryItems which represent a path of categories.
Field Summary | |
---|---|
protected LinkedList |
_categoryElements
|
Constructor Summary | |
---|---|
CategoryPath()
|
|
CategoryPath(String category)
Construct a CategoryPath. |
Method Summary | |
---|---|
void |
addCategoryElement(CategoryElement categoryElement)
Adds the specified categoryElement to the end of the categoryElement set. |
CategoryElement |
categoryElementAt(int index)
Returns the CategoryElement at the specified index. |
boolean |
isEmpty()
|
void |
removeAllCategoryElements()
Removes all categoryElements. |
int |
size()
returns the number of CategoryElements. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected LinkedList _categoryElements
Constructor Detail |
---|
public CategoryPath()
public CategoryPath(String category)
Method Detail |
---|
public int size()
public boolean isEmpty()
public void removeAllCategoryElements()
public void addCategoryElement(CategoryElement categoryElement)
public CategoryElement categoryElementAt(int index)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |