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 TypeMethodDescriptionintCompares this object with the specified object for order.booleanReturns the display name for the export action.Returns the mnemonic key code.getName()intReturns the short description for the export action.inthashCode()voidinitialize(SwingGuiContext context) voidvoidsetPosition(int position) voidsetResourceBase(String resourceBase) voidsetResourcePrefix(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:
compareToin 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
-