bibliothek.gui.dock.common.action
Class CCheckBox

java.lang.Object
  extended by bibliothek.gui.dock.common.action.CAction
      extended by bibliothek.gui.dock.common.intern.action.CDecorateableAction
          extended by bibliothek.gui.dock.common.intern.action.CDropDownItem
              extended by bibliothek.gui.dock.common.intern.action.CSelectableAction
                  extended by bibliothek.gui.dock.common.action.CCheckBox

public abstract class CCheckBox
extends CSelectableAction

An action which behaves like a JCheckBox.

Author:
Benjamin Sigg

Constructor Summary
CCheckBox()
          Creates a new checkbox
CCheckBox(String text, Icon icon)
          Creates a new checkbox.
 
Method Summary
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CSelectableAction
changed, getSelectedIcon, isSelected, setSelected, setSelectedIcon
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDropDownItem
init, isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected
 
Methods inherited from class bibliothek.gui.dock.common.intern.action.CDecorateableAction
getAccelerator, getDisabledIcon, getIcon, getText, getTooltip, init, isEnabled, setAccelerator, setDisabledIcon, setEnabled, setIcon, setText, setTooltip
 
Methods inherited from class bibliothek.gui.dock.common.action.CAction
init, intern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCheckBox

public CCheckBox()
Creates a new checkbox


CCheckBox

public CCheckBox(String text,
                 Icon icon)
Creates a new checkbox.

Parameters:
text - the text of this checkbox
icon - the icon of this checkbox