java.lang.Object
org.autogui.swing.GuiSwingViewStringField
- All Implemented Interfaces:
GuiSwingElement
,GuiSwingView
a swing view for
GuiReprValueStringField
swing-value
GuiSwingViewStringField.PropertyStringPane.getSwingViewValue()
: the field text as String
.
updating is caused by field's setText(String) ->
document listener ->
taskRunner -> GuiSwingViewStringField.PropertyStringPane.updateFieldInEvent(boolean, boolean)
.
history-value
supported.string-transfer
GuiSwingViewStringField.StringTransferHandler
,
reading and writing String.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
handle entire textNested 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
-
GuiSwingViewStringField
public GuiSwingViewStringField()
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createView
in interfaceGuiSwingView
-