N
- public static class ConfigUtils.NumberMapHandler<N extends java.lang.Number> extends ConfigUtils.NumberEntryHandler<N> implements MapHandler
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
keyField |
protected javax.swing.JPanel |
panel |
defaultValue, valid, valueField
Constructor and Description |
---|
ConfigUtils.NumberMapHandler(N defaultValue) |
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
public ConfigUtils.NumberMapHandler(N defaultValue)
protected void buildComponent()
buildComponent
in class ConfigUtils.NumberEntryHandler<N extends java.lang.Number>
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.NumberEntryHandler<N extends java.lang.Number>