org.jfree.report.modules.gui.swing.preview

Class CategoryTreeItem

public class CategoryTreeItem extends Object implements Comparable

Creation-Date: 01.12.2006, 20:01:32

Author: Thomas Morgner

Constructor Summary
CategoryTreeItem(ActionCategory category)
Method Summary
voidadd(CategoryTreeItem item)
intcompareTo(Object o)
Compares this object with the specified object for order.
ActionCategorygetCategory()
CategoryTreeItem[]getChilds()
StringgetName()
CategoryTreeItemgetParent()
voidsetParent(CategoryTreeItem parent)

Constructor Detail

CategoryTreeItem

public CategoryTreeItem(ActionCategory category)

Method Detail

add

public void add(CategoryTreeItem item)

compareTo

public int compareTo(Object o)
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.

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.

getCategory

public ActionCategory getCategory()

getChilds

public CategoryTreeItem[] getChilds()

getName

public String getName()

getParent

public CategoryTreeItem getParent()

setParent

public void setParent(CategoryTreeItem parent)