org.jfree.report.modules.gui.swing.preview

Class ActionCategory

public class ActionCategory extends Object implements Comparable

Creation-Date: 01.12.2006, 18:49:32

Author: Thomas Morgner

Constructor Summary
ActionCategory()
Method Summary
intcompareTo(Object o)
Compares this object with the specified object for order.
booleanequals(Object o)
StringgetDisplayName()
Returns the display name for the export action.
IntegergetMnemonicKey()
Returns the mnemonic key code.
StringgetName()
intgetPosition()
StringgetResourceBase()
StringgetResourcePrefix()
StringgetShortDescription()
Returns the short description for the export action.
inthashCode()
voidinitialize(SwingGuiContext context)
voidsetName(String name)
voidsetPosition(int position)
voidsetResourceBase(String resourceBase)
voidsetResourcePrefix(String resourcePrefix)
StringtoString()

Constructor Detail

ActionCategory

public ActionCategory()

Method Detail

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.

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.

equals

public boolean equals(Object o)

getDisplayName

public String getDisplayName()
Returns the display name for the export action.

Returns: The display name.

getMnemonicKey

public Integer getMnemonicKey()
Returns the mnemonic key code.

Returns: The code.

getName

public String getName()

getPosition

public int getPosition()

getResourceBase

public String getResourceBase()

getResourcePrefix

public String getResourcePrefix()

getShortDescription

public String getShortDescription()
Returns the short description for the export action.

Returns: The short description.

hashCode

public int hashCode()

initialize

public void initialize(SwingGuiContext context)

setName

public void setName(String name)

setPosition

public void setPosition(int position)

setResourceBase

public void setResourceBase(String resourceBase)

setResourcePrefix

public void setResourcePrefix(String resourcePrefix)

toString

public String toString()