org.kabeja.ui.impl
Class AbstractPropertiesEditor
java.lang.Object
org.kabeja.ui.impl.AbstractPropertiesEditor
- All Implemented Interfaces:
- PropertiesEditor
public abstract class AbstractPropertiesEditor
- extends java.lang.Object
- implements PropertiesEditor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
listeners
protected java.util.ArrayList listeners
properties
protected java.util.Map properties
AbstractPropertiesEditor
public AbstractPropertiesEditor()
addPropertiesListener
public void addPropertiesListener(PropertiesListener listener)
- Specified by:
addPropertiesListener
in interface PropertiesEditor
getProperties
public java.util.Map getProperties()
- Description copied from interface:
PropertiesEditor
- Returns the changed properties or properties provided by the properties editor.
- Specified by:
getProperties
in interface PropertiesEditor
- Returns:
removePropertiesListener
public void removePropertiesListener(PropertiesListener listener)
- Specified by:
removePropertiesListener
in interface PropertiesEditor
setProperties
public void setProperties(java.util.Map properties)
- Description copied from interface:
PropertiesEditor
- Set the properties to edit.
- Specified by:
setProperties
in interface PropertiesEditor
firePropertiesChangedEvent
protected void firePropertiesChangedEvent()