Class CategoryElement
- java.lang.Object
-
- org.apache.log4j.lf5.viewer.categoryexplorer.CategoryElement
-
public class CategoryElement extends java.lang.Object
CategoryElement represents a single element or part of a Category.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
_categoryTitle
-
Constructor Summary
Constructors Constructor Description CategoryElement()
CategoryElement(java.lang.String title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTitle()
void
setTitle(java.lang.String title)
-