Package editor.util

Class LabCheckbox

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class LabCheckbox extends JCheckBox
See Also:
  • Constructor Details

    • LabCheckbox

      public LabCheckbox()
    • LabCheckbox

      public LabCheckbox(Icon icon)
    • LabCheckbox

      public LabCheckbox(Icon icon, boolean selected)
    • LabCheckbox

      public LabCheckbox(String text)
    • LabCheckbox

      public LabCheckbox(Action a)
    • LabCheckbox

      public LabCheckbox(String text, boolean selected)
    • LabCheckbox

      public LabCheckbox(String text, Icon icon)
    • LabCheckbox

      public LabCheckbox(String text, Icon icon, boolean selected)