|
|||||||||
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.IntegerPropertyInformation
protected abstract static class MazePropertyOwner.IntegerPropertyInformation
An integer property and its setters.
![]() |
![]() |
Field Summary |
---|
Fields inherited from interface de.caff.maze.PropertyInformation |
---|
SHORT_DESCRIPTION_SUFFIX |
Constructor Summary | |
---|---|
protected |
MazePropertyOwner.IntegerPropertyInformation(java.lang.String name)
Constructor. |
protected |
MazePropertyOwner.IntegerPropertyInformation(java.lang.String name,
int minValue,
int maxValue)
Constructor. |
Method Summary | |
---|---|
protected abstract int |
getOwnerValue()
Get the value from the owner of the property. |
java.lang.Object |
getPropertyValue()
Get the current value of property. |
javax.swing.JComponent |
getSetterComponent()
A component to set the property. |
protected abstract void |
setOwnerValue(int value)
Set the value of the owner of the property. |
Methods inherited from class de.caff.maze.AbstractPropertyInformation |
---|
forget, getLocalizedDescription, getLocalizedShortDescription, getName, isInformational |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MazePropertyOwner.IntegerPropertyInformation(java.lang.String name)
name
- idprotected MazePropertyOwner.IntegerPropertyInformation(java.lang.String name, int minValue, int maxValue)
name
- idminValue
- minimal valuemaxValue
- maximal valueMethod Detail |
---|
public javax.swing.JComponent getSetterComponent()
getSetterComponent
in interface PropertyInformation
getSetterComponent
in class AbstractPropertyInformation
protected abstract void setOwnerValue(int value)
value
- new valueprotected abstract int getOwnerValue()
public java.lang.Object getPropertyValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |