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