Module org.autogui

Class LambdaProperty.LambdaBooleanCheckBox

All Implemented Interfaces:
ActionListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants, GuiMappingContext.SourceUpdateListener, GuiSwingView.ValuePane<Boolean>
Enclosing class:
LambdaProperty<T>

public static class LambdaProperty.LambdaBooleanCheckBox extends GuiSwingViewBooleanCheckBox.PropertyCheckBox
See Also:
  • Constructor Details

    • LambdaBooleanCheckBox

      public LambdaBooleanCheckBox(String label, Supplier<Boolean> getter, Consumer<Boolean> setter)
    • LambdaBooleanCheckBox

      public LambdaBooleanCheckBox(String name, String label, Supplier<Boolean> getter, Consumer<Boolean> setter)
      Parameters:
      name - the property name
      label - the label for the check-box
      getter - the property getter
      setter - the setter
      Since:
      1.7