Class CategoryTreeItem
java.lang.Object
org.jfree.report.modules.gui.swing.preview.CategoryTreeItem
- All Implemented Interfaces:
Comparable
Creation-Date: 01.12.2006, 20:01:32
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(CategoryTreeItem item) int
Compares this object with the specified object for order.getName()
void
setParent
(CategoryTreeItem parent)
-
Constructor Details
-
CategoryTreeItem
-
-
Method Details
-
getName
-
getParent
-
setParent
-
getCategory
-
add
-
getChilds
-
compareTo
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.- Specified by:
compareTo
in interfaceComparable
- 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.
-