public static class ConfigUtils.StringMapHandler extends ConfigUtils.StringEntryHandler implements MapHandler
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
keyField |
protected javax.swing.JPanel |
panel |
valid, valueField
Constructor and Description |
---|
ConfigUtils.StringMapHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildComponent() |
java.awt.Component |
getComponent() |
java.lang.String |
getKey() |
void |
setKey(java.lang.String key) |
getValue, isValueEditable, isValueValid, newEntry, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue, isValueEditable, isValueValid, newEntry, setValue
protected javax.swing.JPanel panel
protected javax.swing.JTextField keyField
protected void buildComponent()
buildComponent
in class ConfigUtils.StringEntryHandler
public java.lang.String getKey()
getKey
in interface MapHandler
public void setKey(java.lang.String key)
setKey
in interface MapHandler
public java.awt.Component getComponent()
getComponent
in interface EntryHandler
getComponent
in class ConfigUtils.StringEntryHandler