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