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

Class ActionCategory

Implemented Interfaces:
Comparable

public class ActionCategory
extends java.lang.Object
implements Comparable

Creation-Date: 01.12.2006, 18:49:32
Author:
Thomas Morgner

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()

Constructor Details

ActionCategory

public ActionCategory()

Method Details

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.

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()