FileDocCategorySizeDatePackage
CategoryElement.javaAPI DocApache log4j 1.2.152848Sat Aug 25 00:09:38 BST 2007org.apache.log4j.lf5.viewer.categoryexplorer

CategoryElement

public class CategoryElement extends Object
CategoryElement represents a single element or part of a Category.
author
Michael J. Sikorsky
author
Robert Shaw

Fields Summary
protected String
_categoryTitle
Constructors Summary
public CategoryElement()

    super();
  
public CategoryElement(String title)

    _categoryTitle = title;
  
Methods Summary
public java.lang.StringgetTitle()

    return (_categoryTitle);
  
public voidsetTitle(java.lang.String title)

    _categoryTitle = title;