|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.caff.maze.AbstractPropertyInformation
de.caff.maze.MazePropertyOwner.InfoPropertyDisplay
protected abstract static class MazePropertyOwner.InfoPropertyDisplay
Display of a purely informational property.
![]() |
![]() |
Field Summary |
---|
Fields inherited from interface de.caff.maze.PropertyInformation |
---|
SHORT_DESCRIPTION_SUFFIX |
Constructor Summary | |
---|---|
protected |
MazePropertyOwner.InfoPropertyDisplay(java.lang.String name,
java.lang.String propertyName,
MazePropertyOwner owner)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getPropertyValue()
Get the current value of property. |
javax.swing.JComponent |
getSetterComponent()
A component to set the property. |
protected abstract java.lang.Object |
getValue()
Get the property value from the owner. |
boolean |
isInformational()
Is the setter component just for display? |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Called when the property has changed. |
Methods inherited from class de.caff.maze.AbstractPropertyInformation |
---|
forget, getLocalizedDescription, getLocalizedShortDescription, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MazePropertyOwner.InfoPropertyDisplay(java.lang.String name, java.lang.String propertyName, MazePropertyOwner owner)
name
- idpropertyName
- name of propertyowner
- property ownerMethod Detail |
---|
public javax.swing.JComponent getSetterComponent()
getSetterComponent
in interface PropertyInformation
getSetterComponent
in class AbstractPropertyInformation
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- property change eventprotected abstract java.lang.Object getValue()
public java.lang.Object getPropertyValue()
getPropertyValue
in interface PropertyInformation
public boolean isInformational()
isInformational
in interface PropertyInformation
isInformational
in class AbstractPropertyInformation
true
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |