public class CommonSimpleDropDownAction extends SimpleDropDownAction implements CommonDecoratableDockAction
SimpleDropDownAction
also implementing CommonDockAction
.BUTTON_CONTENT_FILTER
Constructor and Description |
---|
CommonSimpleDropDownAction(CAction action)
Creates a new action.
|
Modifier and Type | Method and Description |
---|---|
CAction |
getAction()
Gets the
CAction which wrapps this DockAction . |
add, getDockAction, getSubActions, getSubActions, insert, insert, remove, remove, size
addDropDownActionListener, createView, fireSelectionChanged, getFilter, getListeners, getSelection, getSelection, removeDropDownActionListener, setFilter, setSelection, setSelection, trigger
bound, getAccelerator, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getIcon, getIcon, getIcon, getIconContexts, getText, getText, getTooltip, getTooltipText, getTooltipText, isEnabled, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip, trigger, unbound
addDockActionListener, bind, fireActionEnabledChanged, fireActionIconChanged, fireActionRepresentativeChanged, fireActionTextChanged, fireActionTooltipTextChanged, getBoundDockables, isBound, removeDockActionListener, unbind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener
bind, createView, trigger, unbind
addDropDownActionListener, getFilter, getSelection, removeDropDownActionListener, setSelection
public CommonSimpleDropDownAction(CAction action)
action
- the CAction
wrapping around this DockAction
, not null
public CAction getAction()
CommonDockAction
CAction
which wrapps this DockAction
.getAction
in interface CommonDockAction
null