org.jfree.report.modules.gui.swing.preview
Class ActionCategory
java.lang.Object
org.jfree.report.modules.gui.swing.preview.ActionCategory
- Comparable
extends java.lang.Object
implements Comparable
Creation-Date: 01.12.2006, 18:49:32
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.
o
- the Object to be compared.
- a negative integer, zero, or a positive integer as this object is
less than, equal to, or greater than the specified object.
equals
public boolean equals(Object o)
getDisplayName
public String getDisplayName()
Returns the display name for the export action.
getMnemonicKey
public Integer getMnemonicKey()
Returns the mnemonic key code.
getShortDescription
public String getShortDescription()
Returns the short description for the export action.
setName
public void setName(String name)