|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.preferences.AbstractPreferences
Provides an abstract definition for an options class.
Constructor Summary | |
AbstractPreferences()
Constructor for class AbstractPreferences |
Method Summary | |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
To be overridden by inheriting classes. |
boolean |
isModified()
Get the modified attribute of the AbstractPreferences object |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
To be overridden by inheriting classes. |
abstract void |
setDefaults()
Sets the defaults attribute of the AbstractPreferences object |
void |
setModified(boolean value)
Sets the modified attribute of the AbstractPreferences object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractPreferences()
Method Detail |
public boolean isModified()
public void setModified(boolean value)
value
- The new modified valuepublic abstract void setDefaults()
public void addPropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
propertyName
- The name of the property to listen forlistener
- The property listenerpublic void removePropertyChangeListener(java.lang.String propertyName, java.beans.PropertyChangeListener listener)
propertyName
- The name of the property to listen forlistener
- The property listener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |