org.kabeja.ui.impl
Class AbstractPropertiesEditor
java.lang.Object
   org.kabeja.ui.impl.AbstractPropertiesEditor
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:
- addPropertiesListenerin 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:
- getPropertiesin interface- PropertiesEditor
 
- 
- Returns:
 
removePropertiesListener
public void removePropertiesListener(PropertiesListener listener)
- 
- Specified by:
- removePropertiesListenerin interface- PropertiesEditor
 
- 
 
setProperties
public void setProperties(java.util.Map properties)
- Description copied from interface: PropertiesEditor
- Set the properties to edit.
 
- 
- Specified by:
- setPropertiesin interface- PropertiesEditor
 
- 
 
firePropertiesChangedEvent
protected void firePropertiesChangedEvent()
- 
 
-