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

All Superinterfaces:
CommonDecoratableDockAction, CommonDockAction, CommonDropDownItem, DockAction, DropDownItemAction, SelectableDockAction, SharingDropDownItemAction, SharingSelectableDockAction, SharingStandardDockAction, StandardDockAction, StandardDropDownItemAction
All Known Implementing Classes:
CommonSimpleCheckAction, CommonSimpleRadioAction

@FrameworkOnly
public interface CommonSelectableAction
extends CommonDropDownItem, SharingSelectableDockAction

A combination of SharingSelectableDockAction and CommonDockAction, does not add any new methods or fields.
This is the interface a DockAction must implement if used by CSelectableAction.

Author:
Benjamin Sigg

Method Summary
 
Methods inherited from interface bibliothek.gui.dock.common.action.core.CommonDockAction
getAction
 
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingSelectableDockAction
getSelectedIcon, isSelected, setSelected, setSelectedIcon
 
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingDropDownItemAction
isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected
 
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingStandardDockAction
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip
 
Methods inherited from interface bibliothek.gui.dock.action.SelectableDockAction
addSelectableListener, isSelected, removeSelectableListener, setSelected
 
Methods inherited from interface bibliothek.gui.dock.action.dropdown.DropDownItemAction
isDropDownSelectable, isDropDownTriggerable