public class I18nEditorHandler extends Object implements PropertyChangeListener, ActionListener
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(I18nEditor ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent event) |
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 final 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 Runnable showPopupRunnable
public I18nEditorHandler(I18nEditor ui)
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerpublic void loadI18nBundles()
protected void rebuildPopup()
Copyright © 2008-2012 CodeLutin. All Rights Reserved.