org.jfree.report.modules.gui.swing.preview
public class CategoryTreeItem extends Object implements Comparable
Constructor Summary | |
---|---|
CategoryTreeItem(ActionCategory category) |
Method Summary | |
---|---|
void | add(CategoryTreeItem item) |
int | compareTo(Object o)
Compares this object with the specified object for order. |
ActionCategory | getCategory() |
CategoryTreeItem[] | getChilds() |
String | getName() |
CategoryTreeItem | getParent() |
void | setParent(CategoryTreeItem parent) |
Parameters: o the Object to be compared.
Returns: a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Throws: ClassCastException if the specified object's type prevents it from being compared to this Object.