org.jfree.report.modules.gui.swing.preview
public class ActionCategory extends Object implements Comparable
| Constructor Summary | |
|---|---|
| ActionCategory() | |
| Method Summary | |
|---|---|
| int | compareTo(Object o)
Compares this object with the specified object for order. |
| boolean | equals(Object o) |
| String | getDisplayName()
Returns the display name for the export action.
|
| Integer | getMnemonicKey()
Returns the mnemonic key code.
|
| String | getName() |
| int | getPosition() |
| String | getResourceBase() |
| String | getResourcePrefix() |
| String | getShortDescription()
Returns the short description for the export action.
|
| int | hashCode() |
| void | initialize(SwingGuiContext context) |
| void | setName(String name) |
| void | setPosition(int position) |
| void | setResourceBase(String resourceBase) |
| void | setResourcePrefix(String resourcePrefix) |
| String | toString() |
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.
Returns: The display name.
Returns: The code.
Returns: The short description.