public abstract static class BeanUIUtil.PopupHandler<O> extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
PopupHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract I18nLabelsBuilder |
getI18nLabelsBuilder() |
abstract JComponent |
getInvoker() |
abstract JPopupMenu |
getPopup() |
void |
preparePopup(String selectedTip,
String notSelectedTip,
String i18nPrefix,
String title,
ButtonGroup indexes,
JSeparator popupSeparator,
JLabel popupLabel,
AbstractButton sortUp,
AbstractButton sortDown,
org.nuiton.decorator.MultiJXPathDecorator<O> decorator)
Creation de l'ui pour modifier le décorateur.
|
void |
run() |
void |
togglePopup()
Toggle the popup visible state.
|
protected void |
updatePopup() |
public abstract JPopupMenu getPopup()
public abstract JComponent getInvoker()
public abstract I18nLabelsBuilder getI18nLabelsBuilder()
public void togglePopup()
protected void updatePopup()
public void preparePopup(String selectedTip, String notSelectedTip, String i18nPrefix, String title, ButtonGroup indexes, JSeparator popupSeparator, JLabel popupLabel, AbstractButton sortUp, AbstractButton sortDown, org.nuiton.decorator.MultiJXPathDecorator<O> decorator)
selectedTip - notSelectedTip - i18nPrefix - title - indexes - popupLabel - sortUp - sortDown - decorator - le decorateur a utiliserCopyright © 2008–2017 Ultreia.io. All rights reserved.