java.lang.Object
org.autogui.swing.table.GuiSwingTableColumnBoolean
- All Implemented Interfaces:
GuiSwingElement,GuiSwingTableColumn
a column factory for
Boolean.
Both editor and renderer are realized by GuiSwingViewBooleanCheckBox.PropertyCheckBox.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classan editor for a boolean valuestatic classa property-check-box for column renderer and editorNested 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
-
GuiSwingTableColumnBoolean
public GuiSwingTableColumnBoolean()
-
-
Method Details
-
createColumn
public ObjectTableColumn createColumn(GuiMappingContext context, GuiSwingTableColumn.SpecifierManagerIndex rowSpecifier, GuiSwingView.SpecifierManager parentSpecifier) - Specified by:
createColumnin interfaceGuiSwingTableColumn
-