java.lang.Object
org.autogui.swing.GuiSwingViewBooleanCheckBox
- All Implemented Interfaces:
GuiSwingElement
,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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
Nested classes/interfaces inherited from interface org.autogui.swing.GuiSwingView
GuiSwingView.ContextRefreshAction, GuiSwingView.SettingsWindowClient, GuiSwingView.SpecifierManager, GuiSwingView.SpecifierManagerDefault, GuiSwingView.ToStringCopyAction, GuiSwingView.ValuePane<ValueType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateView
(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.GuiSwingView
isComponentResizable
-
Constructor Details
-
GuiSwingViewBooleanCheckBox
public GuiSwingViewBooleanCheckBox()
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createView
in interfaceGuiSwingView
-