|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.gui.base.internal.ActionCategory
public class ActionCategory
Creation-Date: 01.12.2006, 18:49:32
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)
|
boolean |
isUserDefined()
|
void |
setName(String name)
|
void |
setPosition(int position)
|
void |
setResourceBase(String resourceBase)
|
void |
setResourcePrefix(String resourcePrefix)
|
void |
setUserDefined(boolean userDefined)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ActionCategory()
Method Detail |
---|
public void initialize(SwingGuiContext context)
public String getResourceBase()
public void setResourceBase(String resourceBase)
public String getResourcePrefix()
public void setResourcePrefix(String resourcePrefix)
public int getPosition()
public void setPosition(int position)
public String getName()
public void setName(String name)
public String getDisplayName()
public String getShortDescription()
public Integer getMnemonicKey()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
o
- the Object to be compared.
ClassCastException
- if the specified object's type prevents it from being compared to this Object.public String toString()
toString
in class Object
public boolean isUserDefined()
public void setUserDefined(boolean userDefined)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |