Class ActionCategory
java.lang.Object
org.jfree.report.modules.gui.swing.preview.ActionCategory
- All Implemented Interfaces:
Comparable
Creation-Date: 01.12.2006, 18:49:32
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Compares this object with the specified object for order.boolean
Returns the display name for the export action.Returns the mnemonic key code.getName()
int
Returns the short description for the export action.int
hashCode()
void
initialize
(SwingGuiContext context) void
void
setPosition
(int position) void
setResourceBase
(String resourceBase) void
setResourcePrefix
(String resourcePrefix) toString()
-
Constructor Details
-
ActionCategory
public ActionCategory()
-
-
Method Details
-
initialize
-
getResourceBase
-
setResourceBase
-
getResourcePrefix
-
setResourcePrefix
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getName
-
setName
-
getDisplayName
Returns the display name for the export action.- Returns:
- The display name.
-
getShortDescription
Returns the short description for the export action.- Returns:
- The short description.
-
getMnemonicKey
Returns the mnemonic key code.- Returns:
- The code.
-
equals
-
hashCode
public int hashCode() -
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.
-
toString
-