| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NOT_SELECTED_TOOLTIP |
static String |
DEFAULT_POPUP_LABEL |
static String |
DEFAULT_SELECTED_TOOLTIP |
static org.apache.commons.logging.Log |
log
Logger.
|
| Constructor and Description |
|---|
DecoratorPopupHandler() |
| Modifier and Type | Method and Description |
|---|---|
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<?> decorator)
Creation de l'ui pour modifier le décorateur.
|
void |
run() |
void |
togglePopup()
Toggle the popup visible state.
|
protected void |
updatePopup() |
public static final org.apache.commons.logging.Log log
public static final String DEFAULT_POPUP_LABEL
public static final String DEFAULT_SELECTED_TOOLTIP
public static final String DEFAULT_NOT_SELECTED_TOOLTIP
public abstract JPopupMenu getPopup()
public abstract JComponent getInvoker()
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<?> decorator)
selectedTip - notSelectedTip - i18nPrefix - title - indexes - popupLabel - sortUp - sortDown - decorator - le decorateur a utiliserCopyright © 2008–2016 CodeLutin. All rights reserved.