java.lang.Object
org.autogui.swing.GuiSwingViewCollectionTable
- All Implemented Interfaces:
GuiSwingElement
,GuiSwingView
a swing view for
GuiReprCollectionTable
swing-value
GuiSwingViewCollectionTable.CollectionTable.getSwingViewValue()
:
latest set List
.
history-value
Currently unsupported.string-transfer
entire copying is supported by ownedGuiSwingViewPropertyPane.PropertyPane
.
the entire copying is handled by GuiReprPropertyPane.toHumanReadableString(GuiMappingContext, Object)
->
GuiReprObjectPane.toHumanReadableStringFromObject(GuiMappingContext, Object)
->
GuiReprCollectionElement.toHumanReadableString(GuiMappingContext, Object)
.
selected rows or cells can be achieved by ToStringCopyCell
based on TableTargetCellAction
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
it reacts to onlyGuiSwingViewCollectionTable.PopupExtensionCollection
in order to obtains selected column byGuiSwingViewCollectionTable.PopupExtensionCollection.getTargetColumn()
.static class
static class
table-header for collection-table: customizing tool-tipsstatic class
static class
static class
static class
static class
menu creation for selected rows and columns.static class
static class
static class
static class
the row-height setting pane: displayed in the header context-menustatic class
static class
static class
static class
enable only row-sorter and disable column-width and column-ordering which are treated byGuiSwingTableModelCollection.GuiSwingTableModelColumns
.static class
a table source for obtaining indices instead of row items.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateView
(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) boolean
isComponentResizable
(GuiMappingContext context)
-
Field Details
-
columnMapperSet
-
CATEGORY_COLUMN_RESIZE
-
CATEGORY_COLUMN_ORDER
-
-
Constructor Details
-
GuiSwingViewCollectionTable
-
-
Method Details
-
createView
public JComponent createView(GuiMappingContext context, Supplier<GuiReprValue.ObjectSpecifier> parentSpecifier) - Specified by:
createView
in interfaceGuiSwingView
-
isComponentResizable
- Specified by:
isComponentResizable
in interfaceGuiSwingView
-