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