public class CustomSystemPropertyEditor
extends java.lang.Object
implements java.beans.PropertyChangeListener, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,SystemProperty> |
paramList |
| Constructor and Description |
|---|
CustomSystemPropertyEditor(java.util.Map<java.lang.String,SystemProperty> paramList) |
| Modifier and Type | Method and Description |
|---|---|
CustomSystemPropertyEditor |
clone() |
java.util.Map<java.lang.String,SystemProperty> |
getSystemPropertiesList() |
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
void |
setSystemPropertiesList(java.util.Map<java.lang.String,SystemProperty> paramList) |
protected java.util.Map<java.lang.String,SystemProperty> paramList
public CustomSystemPropertyEditor(java.util.Map<java.lang.String,SystemProperty> paramList)
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerpublic java.util.Map<java.lang.String,SystemProperty> getSystemPropertiesList()
public void setSystemPropertiesList(java.util.Map<java.lang.String,SystemProperty> paramList)
public CustomSystemPropertyEditor clone() throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.