public class I18nEditorHandler extends Object implements PropertyChangeListener, ActionListener, UIHandler<I18nEditor>
I18nEditor.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NOT_SELECTED_TOOLTIP |
static String |
DEFAULT_SELECTED_TOOLTIP |
static String |
LOCALES_PROPERTY |
static String |
POPUP_BORDER_PROPERTY |
static String |
POPUP_VISIBLE_PROPERTY |
static String |
SELECTED_LOCALE_PROPERTY |
static String |
SHOW_ICON_PROPERTY |
static String |
SHOW_POPUP_ICON_PROPERTY |
static String |
SHOW_POPUP_TEXT_PROPERTY |
static String |
SHOW_TEXT_PROPERTY |
protected Runnable |
showPopupRunnable |
protected I18nEditor |
ui |
| Constructor and Description |
|---|
I18nEditorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent event) |
void |
afterInit(I18nEditor ui) |
void |
beforeInit(I18nEditor ui) |
protected String |
getNotSelectedTip(Locale l) |
protected String |
getSelectedTip(Locale l) |
protected String |
getTip(Locale l) |
void |
loadI18nBundles() |
void |
propertyChange(PropertyChangeEvent evt) |
protected void |
rebuildPopup() |
protected I18nEditor ui
public static final String DEFAULT_SELECTED_TOOLTIP
public static final String DEFAULT_NOT_SELECTED_TOOLTIP
public static final String LOCALES_PROPERTY
public static final String SELECTED_LOCALE_PROPERTY
public static final String SHOW_ICON_PROPERTY
public static final String SHOW_TEXT_PROPERTY
public static final String SHOW_POPUP_ICON_PROPERTY
public static final String SHOW_POPUP_TEXT_PROPERTY
public static final String POPUP_BORDER_PROPERTY
public static final String POPUP_VISIBLE_PROPERTY
protected final Runnable showPopupRunnable
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerpublic void loadI18nBundles()
protected void rebuildPopup()
public void beforeInit(I18nEditor ui)
beforeInit in interface UIHandler<I18nEditor>public void afterInit(I18nEditor ui)
afterInit in interface UIHandler<I18nEditor>Copyright © 2008–2021 Ultreia.io. All rights reserved.