|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.jfree.report.modules.gui.config.model.ConfigDescriptionEntry
A config description entry provides a declaration of a single report configuration key and speicifes rules for the values of that key.
| Constructor Summary | |
ConfigDescriptionEntry(java.lang.String keyName)
Creates a new config description entry with the given name. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks, whether the given object is equal to this config description entry. |
java.lang.String |
getDescription()
Returns the descrption of the configuration entry. |
java.lang.String |
getKeyName()
Returns the full key name of the configuration description. |
int |
hashCode()
Computes an hashcode for this object. |
boolean |
isGlobal()
Returns, whether the key is a global key. |
boolean |
isHidden()
Returns, whether the key is hidden. |
void |
setDescription(java.lang.String description)
Defines the descrption of the configuration entry. |
void |
setGlobal(boolean global)
Defines, whether the key is a global key. |
void |
setHidden(boolean hidden)
Defines, whether the key is hidden. |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ConfigDescriptionEntry(java.lang.String keyName)
keyName - the name of the entry.| Method Detail |
public java.lang.String getKeyName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the key description.public boolean isGlobal()
public void setGlobal(boolean global)
global - set to true, if the key is global, false otherwise.public boolean isHidden()
public void setHidden(boolean hidden)
hidden - set to true, if the key is hidden, false otherwisepublic boolean equals(java.lang.Object o)
o - the other object.Object.equals(java.lang.Object)public int hashCode()
Object.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||