|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.action.actions.SeparatorAction
bibliothek.gui.dock.common.action.core.CommonSeparatorAction
public class CommonSeparatorAction
A SeparatorAction
implementing the CommonDockAction
interface.
Field Summary |
---|
Fields inherited from class bibliothek.gui.dock.action.actions.SeparatorAction |
---|
MENU_SEPARATOR, SEPARATOR, TITLE_SEPARATOR |
Constructor Summary | |
---|---|
CommonSeparatorAction(CAction action,
ViewTarget<?>... targets)
Creates a new action. |
Method Summary | |
---|---|
CAction |
getAction()
Gets the CAction which wrapps this DockAction . |
Methods inherited from class bibliothek.gui.dock.action.actions.SeparatorAction |
---|
bind, createView, shouldDisplay, trigger, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface bibliothek.gui.dock.action.DockAction |
---|
bind, createView, trigger, unbind |
Constructor Detail |
---|
public CommonSeparatorAction(CAction action, ViewTarget<?>... targets)
action
- the action wrapping around this SeparatorAction
targets
- where to show this separatorMethod Detail |
---|
public CAction getAction()
CommonDockAction
CAction
which wrapps this DockAction
.
getAction
in interface CommonDockAction
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |