public class CommonSeparatorAction extends SeparatorAction implements CommonDockAction
SeparatorAction
implementing the CommonDockAction
interface.MENU_SEPARATOR, SEPARATOR, TITLE_SEPARATOR
BUTTON_CONTENT_FILTER
Constructor and Description |
---|
CommonSeparatorAction(CAction action,
ViewTarget<?>... targets)
Creates a new action.
|
Modifier and Type | Method and Description |
---|---|
CAction |
getAction()
Gets the
CAction which wraps this DockAction . |
bind, createView, shouldDisplay, trigger, unbind
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bind, createView, trigger, unbind
public CommonSeparatorAction(CAction action, ViewTarget<?>... targets)
action
- the action wrapping around this SeparatorAction
targets
- where to show this separatorpublic CAction getAction()
CommonDockAction
CAction
which wraps this DockAction
.getAction
in interface CommonDockAction
null