|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.caff.maze.MazePropertyOwner
public abstract class MazePropertyOwner
Something which knows about maze properties.
![]() |
![]() |
Nested Class Summary | |
---|---|
protected static class |
MazePropertyOwner.BooleanPropertyInformation
A boolean property and its setters. |
protected static class |
MazePropertyOwner.EnumPropertyInformation
An enumerated property and its setters. |
protected static class |
MazePropertyOwner.InfoPropertyDisplay
Display of a purely informational property. |
protected static class |
MazePropertyOwner.IntegerPropertyInformation
An integer property and its setters. |
protected static class |
MazePropertyOwner.PaintPropertyInformation
A color property and its setters. |
Constructor Summary | |
---|---|
MazePropertyOwner()
|
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a property change listener. |
protected void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Fire property changes in the event dispatch thread. |
abstract java.util.Collection<PropertyInformation> |
getPropertyInformations()
Get the property informations. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a property change listener. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MazePropertyOwner()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- listener to addpublic void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- listener to removeprotected void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
propertyName
- name of change propertyoldValue
- previous valuenewValue
- new valuepublic abstract java.util.Collection<PropertyInformation> getPropertyInformations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |