public class LocalePickerControllerImpl extends AbstractPickerController<java.util.Locale>
changeListenerHelper, LOG
Constructor and Description |
---|
LocalePickerControllerImpl(javax.swing.JLabel lblCharset,
javax.swing.JComboBox cboLocale) |
Modifier and Type | Method and Description |
---|---|
void |
coerceAndSet(java.lang.Object value) |
java.util.Locale |
get() |
boolean |
isEmpty() |
boolean |
isEnabled() |
static void |
selfRegister() |
void |
set(java.util.Locale locale) |
void |
setEnabled(boolean enabled) |
addChangeListener, coerce, existsIcon, fireChangeEvent, fireChangeEvent, getChangeListeners, getIcon, hasChangeListeners, initButton, initText, isEditable, isValid, removeAllChangeListener, removeChangeListener, setEditable
public LocalePickerControllerImpl(javax.swing.JLabel lblCharset, javax.swing.JComboBox cboLocale)
public static void selfRegister()
public boolean isEmpty()
isEmpty
in interface PickerController<java.util.Locale>
isEmpty
in class AbstractPickerController<java.util.Locale>
public void set(java.util.Locale locale)
public java.util.Locale get()
public void setEnabled(boolean enabled)
public boolean isEnabled()
public void coerceAndSet(java.lang.Object value)