bibliothek.gui.dock.common.action.core
Class CommonSeparatorAction
java.lang.Object
bibliothek.gui.dock.action.actions.SeparatorAction
bibliothek.gui.dock.common.action.core.CommonSeparatorAction
- All Implemented Interfaces:
- DockAction, CommonDockAction
public class CommonSeparatorAction
- extends SeparatorAction
- implements CommonDockAction
A SeparatorAction implementing the CommonDockAction interface.
- Author:
- Benjamin Sigg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonSeparatorAction
public CommonSeparatorAction(CAction action,
ViewTarget<?>... targets)
- Creates a new action.
- Parameters:
action - the action wrapping around this SeparatorActiontargets - where to show this separator
getAction
public CAction getAction()
- Description copied from interface:
CommonDockAction
- Gets the
CAction which wrapps this DockAction.
- Specified by:
getAction in interface CommonDockAction
- Returns:
- the wrapping action, not
null