java.lang.Object
org.autogui.swing.GuiSwingViewLabel
- All Implemented Interfaces:
GuiSwingElement
,GuiSwingView
a fallback swing view for
GuiReprValue
swing-value
GuiSwingViewLabel.PropertyLabel.getSwingViewValue()
latest set value as (read-only) Object.
GuiSwingViewLabel.PropertyLabel.setSwingViewValueWithUpdate(Object)
just causes GUI update without updating the context's value.
history-value
unsupported.string-transfer
GuiSwingViewLabel.LabelTransferHandler
.
exporting-only GuiRepresentation.toHumanReadableString(GuiMappingContext, Object)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
special handling for any type of value as stringstatic 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
-
GuiSwingViewLabel
public GuiSwingViewLabel()
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createView
in interfaceGuiSwingView
-