Class CommonSeparatorAction
java.lang.Object
bibliothek.gui.dock.action.actions.SeparatorAction
bibliothek.gui.dock.common.action.core.CommonSeparatorAction
- All Implemented Interfaces:
DockAction,CommonDockAction
A
SeparatorAction implementing the CommonDockAction interface.- Author:
- Benjamin Sigg
-
Field Summary
Fields inherited from class bibliothek.gui.dock.action.actions.SeparatorAction
MENU_SEPARATOR, SEPARATOR, TITLE_SEPARATORFields inherited from interface bibliothek.gui.dock.action.DockAction
BUTTON_CONTENT_FILTER -
Constructor Summary
ConstructorsConstructorDescriptionCommonSeparatorAction(CAction action, ViewTarget<?>... targets) Creates a new action. -
Method Summary
Methods inherited from class bibliothek.gui.dock.action.actions.SeparatorAction
bind, createView, shouldDisplay, trigger, unbindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bibliothek.gui.dock.action.DockAction
bind, createView, trigger, unbind
-
Constructor Details
-
CommonSeparatorAction
Creates a new action.- Parameters:
action- the action wrapping around thisSeparatorActiontargets- where to show this separator
-
-
Method Details
-
getAction
Description copied from interface:CommonDockActionGets theCActionwhich wraps thisDockAction.- Specified by:
getActionin interfaceCommonDockAction- Returns:
- the wrapping action, not
null
-