java.lang.Object
org.autogui.swing.GuiSwingViewObjectPane
- All Implemented Interfaces:
GuiSwingElement
,GuiSwingView
- Direct Known Subclasses:
GuiSwingViewTabbedPane
a swing view for
GuiReprObjectPane
swing-value
GuiSwingViewObjectPane.ObjectPane.getSwingViewValue()
:
latest set raw-object.
Currently, GuiSwingViewObjectPane.ObjectPane.setSwingViewValue(Object)
also set context's value.
TODO omit to update?
history-value
supported.string-transfer
no-transfer-handler. supported byGuiSwingView.ToStringCopyAction
and
GuiRepresentation.toHumanReadableString(GuiMappingContext, Object)
.
preferences
"$split" : [ { "dividerLocation": Integer, "horizontal" : Boolean } ]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
action for flipping orientation of all split-panesstatic class
actionToolBar: [JToolBar: actionButtons...], contentPane: [ fixedSizeComponent1, ...static class
static class
static class
button used for a buttonPane member ofSearchTextField
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectTables
(GuiMappingContext context, GuiSwingViewObjectPane.ObjectPane pane) protected GuiSwingViewObjectPane.ObjectPane
createObjectPane
(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) void
createSubAction
(GuiMappingContext subContext, GuiSwingViewObjectPane.ObjectPane pane, GuiSwingAction action, List<GuiSwingViewCollectionTable.CollectionTable> tables) void
createSubView
(GuiMappingContext subContext, GuiSwingViewObjectPane.ObjectPane pane, GuiSwingView view) createView
(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) void
findCollectionTables
(GuiMappingContext context, List<GuiMappingContext> tables) boolean
isComponentResizable
(GuiMappingContext context)
-
Field Details
-
mapperSet
-
-
Constructor Details
-
GuiSwingViewObjectPane
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createView
in interfaceGuiSwingView
-
collectTables
public List<GuiSwingViewCollectionTable.CollectionTable> collectTables(GuiMappingContext context, GuiSwingViewObjectPane.ObjectPane pane) -
findCollectionTables
-
createObjectPane
protected GuiSwingViewObjectPane.ObjectPane createObjectPane(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) -
createSubView
public void createSubView(GuiMappingContext subContext, GuiSwingViewObjectPane.ObjectPane pane, GuiSwingView view) -
createSubAction
public void createSubAction(GuiMappingContext subContext, GuiSwingViewObjectPane.ObjectPane pane, GuiSwingAction action, List<GuiSwingViewCollectionTable.CollectionTable> tables) -
isComponentResizable
- Specified by:
isComponentResizable
in interfaceGuiSwingView
-