java.lang.Object
org.autogui.swing.table.GuiSwingTableColumnFilePath
- All Implemented Interfaces:
GuiSwingElement
,GuiSwingTableColumn
a column factory for
File
or Path
.
both editor and renderer are realized by a subclass of
GuiSwingViewFilePathField.PropertyFilePathPane
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
an editor for a file-pathstatic class
static class
static class
static class
static class
static class
comparator supporting both File and Pathstatic class
a dummy editor for just rending a file-pathNested classes/interfaces inherited from interface org.autogui.swing.table.GuiSwingTableColumn
GuiSwingTableColumn.ObjectTableColumnWithContext, GuiSwingTableColumn.SpecifierManagerIndex, GuiSwingTableColumn.ValueWrappingPaneForEditor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateColumn
(GuiMappingContext context, GuiSwingTableColumn.SpecifierManagerIndex rowSpecifier, GuiSwingView.SpecifierManager parentSpecifier)
-
Constructor Details
-
GuiSwingTableColumnFilePath
public GuiSwingTableColumnFilePath()
-
-
Method Details
-
createColumn
public ObjectTableColumn createColumn(GuiMappingContext context, GuiSwingTableColumn.SpecifierManagerIndex rowSpecifier, GuiSwingView.SpecifierManager parentSpecifier) - Specified by:
createColumn
in interfaceGuiSwingTableColumn
-