public interface PropertiesEditor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertiesListener(PropertiesListener listener) |
java.util.Map |
getProperties()
Returns the changed properties or properties provided by the properties editor.
|
void |
removePropertiesListener(PropertiesListener listener) |
void |
setProperties(java.util.Map properties)
Set the properties to edit.
|
void setProperties(java.util.Map properties)
properties - java.util.Map getProperties()
void addPropertiesListener(PropertiesListener listener)
listener - void removePropertiesListener(PropertiesListener listener)