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