bibliothek.gui.dock.common.action.core
Interface CommonDockAction

All Superinterfaces:
DockAction
All Known Subinterfaces:
CommonDecoratableDockAction, CommonDropDownItem, CommonSelectableAction
All Known Implementing Classes:
CCloseAction.Action, CExtendedModeAction.Action, CommonSeparatorAction, CommonSimpleButtonAction, CommonSimpleCheckAction, CommonSimpleDropDownAction, CommonSimpleMenuAction, CommonSimpleRadioAction, CPanelPopup.PanelPopup

public interface CommonDockAction
extends DockAction

A DockAction that is used by a CAction.

Author:
Benjamin Sigg

Field Summary
 
Fields inherited from interface bibliothek.gui.dock.action.DockAction
BUTTON_CONTENT_FILTER
 
Method Summary
 CAction getAction()
          Gets the CAction which wrapps this DockAction.
 
Methods inherited from interface bibliothek.gui.dock.action.DockAction
bind, createView, trigger, unbind
 

Method Detail

getAction

CAction getAction()
Gets the CAction which wrapps this DockAction.

Returns:
the wrapping action, not null