bibliothek.gui.dock.common.action.core
Class CommonSimpleRadioAction

java.lang.Object
  extended by bibliothek.gui.dock.action.actions.AbstractStandardDockAction
      extended by bibliothek.gui.dock.action.actions.SimpleDockAction
          extended by bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
              extended by bibliothek.gui.dock.action.actions.SimpleSelectableAction
                  extended by bibliothek.gui.dock.action.actions.SimpleSelectableAction.Radio
                      extended by bibliothek.gui.dock.common.action.core.CommonSimpleRadioAction
All Implemented Interfaces:
SharingDropDownItemAction, SharingSelectableDockAction, SharingStandardDockAction, DockAction, DropDownItemAction, SelectableDockAction, StandardDockAction, StandardDropDownItemAction, CommonDecoratableDockAction, CommonDockAction, CommonDropDownItem, CommonSelectableAction

public class CommonSimpleRadioAction
extends SimpleSelectableAction.Radio
implements CommonSelectableAction

A SimpleSelectableAction that also implements CommonDockAction.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from class bibliothek.gui.dock.action.actions.SimpleSelectableAction
SimpleSelectableAction.Check, SimpleSelectableAction.Radio
 
Constructor Summary
CommonSimpleRadioAction(CAction action)
          Creates a new action.
 
Method Summary
 CAction getAction()
          Gets the CAction which wrapps this DockAction.
 
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleSelectableAction.Radio
trigger
 
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleSelectableAction
addSelectableListener, createView, fireSelectedChanged, firstNonNull, getDisabledSelectedIcon, getIcon, getIconContexts, getSelectedIcon, getSelectedIcon, isSelected, isSelected, removeSelectableListener, setDisabledSelectedIcon, setSelected, setSelected, setSelectedIcon, setSelectedIcon
 
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
isDropDownSelectable, isDropDownSelectable, isDropDownTriggerable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected
 
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleDockAction
bound, getAccelerator, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getIcon, getIcon, getText, getText, getTooltip, getTooltipText, getTooltipText, isEnabled, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip, trigger, unbound
 
Methods inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
addDockActionListener, bind, fireActionEnabledChanged, fireActionIconChanged, fireActionRepresentativeChanged, fireActionTextChanged, fireActionTooltipTextChanged, getBoundDockables, isBound, removeDockActionListener, 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.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
 

Constructor Detail

CommonSimpleRadioAction

public CommonSimpleRadioAction(CAction action)
Creates a new action.

Parameters:
action - the CAction that wrapps around this DockAction
Method Detail

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