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