Module org.autogui

Class GuiSwingViewBooleanCheckBox

java.lang.Object
org.autogui.swing.GuiSwingViewBooleanCheckBox
All Implemented Interfaces:
GuiSwingElement, GuiSwingView

public class GuiSwingViewBooleanCheckBox extends Object implements GuiSwingView
a swing view for GuiReprValueBooleanCheckBox

swing-value

GuiSwingViewBooleanCheckBox.PropertyCheckBox.getSwingViewValue(): check-box selection as Boolean

history-value

supported.

string-transfer

GuiSwingViewBooleanCheckBox.BooleanTransferHandler. "true" or non "0" for true, and "false" or "0" for false.
See Also: