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