|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.caff.maze.AbstractPropertyInformation
public abstract class AbstractPropertyInformation
Basic implementation of a PropertyInformation.
Field Summary |
---|
Fields inherited from interface de.caff.maze.PropertyInformation |
---|
SHORT_DESCRIPTION_SUFFIX |
Constructor Summary | |
---|---|
protected |
AbstractPropertyInformation(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
void |
forget()
Forget changed data in the property setter. |
java.lang.String |
getLocalizedDescription()
Get a localized description of the property with the current default locale. |
java.lang.String |
getLocalizedShortDescription()
Get a short localized description of the property with the current default locale. |
java.lang.String |
getName()
Get the name of the property. |
abstract javax.swing.JComponent |
getSetterComponent()
A component to set the property. |
boolean |
isInformational()
Is the setter component just for display? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.caff.maze.PropertyInformation |
---|
getPropertyValue |
Constructor Detail |
---|
protected AbstractPropertyInformation(java.lang.String name)
name
- property name which is also used as a prefix for the various resourcesMethod Detail |
---|
public java.lang.String getName()
getName
in interface PropertyInformation
public java.lang.String getLocalizedDescription()
getLocalizedDescription
in interface PropertyInformation
public java.lang.String getLocalizedShortDescription()
getLocalizedShortDescription
in interface PropertyInformation
AbstractPropertyInformation.getLocalizedDescription()
public abstract javax.swing.JComponent getSetterComponent()
getSetterComponent
in interface PropertyInformation
public void forget()
forget
in interface PropertyInformation
public boolean isInformational()
false
which is the standard for non-informational displays.
isInformational
in interface PropertyInformation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |