public class NoDataLabelWrapper extends ItemWrapper<NoDataLabel>
Modifier and Type | Field and Description |
---|---|
(package private) NoDataLabel[] |
formats |
private static NoDataLabel[] |
OPTIONS |
prefName
Constructor and Description |
---|
NoDataLabelWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue) |
NoDataLabelWrapper(javax.swing.JComboBox cbo,
FHAESPreferences.PrefKey key,
java.lang.Object defaultValue,
NoDataLabel[] values) |
Modifier and Type | Method and Description |
---|---|
private void |
initFormats(javax.swing.JComboBox cbo) |
private void |
initGeneric(javax.swing.JComboBox cbo,
NoDataLabel[] values) |
void |
itemStateChanged(java.awt.event.ItemEvent e)
TODO
|
commit, getPrefName, getValue, isModified, setPrefName, setValue
NoDataLabel[] formats
private static final NoDataLabel[] OPTIONS
public NoDataLabelWrapper(javax.swing.JComboBox cbo, FHAESPreferences.PrefKey key, java.lang.Object defaultValue, NoDataLabel[] values)
public NoDataLabelWrapper(javax.swing.JComboBox cbo, FHAESPreferences.PrefKey key, java.lang.Object defaultValue)
private void initFormats(javax.swing.JComboBox cbo)
private void initGeneric(javax.swing.JComboBox cbo, NoDataLabel[] values)
public void itemStateChanged(java.awt.event.ItemEvent e)
ItemWrapper
itemStateChanged
in interface java.awt.event.ItemListener
itemStateChanged
in class ItemWrapper<NoDataLabel>