Class CommonSimpleCheckAction
java.lang.Object
bibliothek.gui.dock.action.actions.AbstractStandardDockAction
bibliothek.gui.dock.action.actions.SimpleDockAction
bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
bibliothek.gui.dock.action.actions.SimpleSelectableAction
bibliothek.gui.dock.action.actions.SimpleSelectableAction.Check
bibliothek.gui.dock.common.action.core.CommonSimpleCheckAction
- All Implemented Interfaces:
SharingDropDownItemAction,SharingSelectableDockAction,SharingStandardDockAction,DockAction,DropDownItemAction,SelectableDockAction,StandardDockAction,StandardDropDownItemAction,CommonDecoratableDockAction,CommonDockAction,CommonDropDownItem,CommonSelectableAction
public class CommonSimpleCheckAction
extends SimpleSelectableAction.Check
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 -
Field Summary
Fields inherited from interface bibliothek.gui.dock.action.DockAction
BUTTON_CONTENT_FILTER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bibliothek.gui.dock.action.actions.SimpleSelectableAction.Check
triggerMethods 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, setSelectedIconMethods inherited from class bibliothek.gui.dock.action.actions.SimpleDropDownItemAction
isDropDownSelectable, isDropDownSelectable, isDropDownTriggerable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelectedMethods inherited from class bibliothek.gui.dock.action.actions.SimpleDockAction
bound, getAccelerator, getDisabledIcon, getDockableRepresentation, getDockableRepresentation, getIcon, getIcon, getText, getText, getTooltip, getTooltipText, getTooltipText, isAcceleratorGlobal, isEnabled, isEnabled, setAccelerator, setAcceleratorIsGlobal, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltip, trigger, unboundMethods inherited from class bibliothek.gui.dock.action.actions.AbstractStandardDockAction
addDockActionListener, bind, fireActionEnabledChanged, fireActionIconChanged, fireActionRepresentativeChanged, fireActionTextChanged, fireActionTooltipTextChanged, getBoundDockables, isBound, removeDockActionListener, unbindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bibliothek.gui.dock.action.DockAction
bind, createView, trigger, unbindMethods inherited from interface bibliothek.gui.dock.action.dropdown.DropDownItemAction
isDropDownSelectable, isDropDownTriggerableMethods inherited from interface bibliothek.gui.dock.action.SelectableDockAction
addSelectableListener, isSelected, removeSelectableListener, setSelectedMethods inherited from interface bibliothek.gui.dock.action.actions.SharingDropDownItemAction
isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelectedMethods inherited from interface bibliothek.gui.dock.action.actions.SharingSelectableDockAction
getSelectedIcon, isSelected, setSelected, setSelectedIconMethods inherited from interface bibliothek.gui.dock.action.actions.SharingStandardDockAction
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getIcon, getText, getTooltip, getTooltipText, isAcceleratorGlobal, isEnabled, setAccelerator, setAcceleratorIsGlobal, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setIcon, setText, setTooltipMethods inherited from interface bibliothek.gui.dock.action.StandardDockAction
addDockActionListener, getDockableRepresentation, getIcon, getIconContexts, getText, getTooltipText, isEnabled, removeDockActionListener
-
Constructor Details
-
CommonSimpleCheckAction
Creates a new action.- Parameters:
action- theCActionthat wraps around thisDockAction
-
-
Method Details
-
getAction
Description copied from interface:CommonDockActionGets theCActionwhich wraps thisDockAction.- Specified by:
getActionin interfaceCommonDockAction- Returns:
- the wrapping action, not
null
-