java.lang.Object
org.autogui.swing.GuiSwingActionDefault.TableSelectionConversion
- Enclosing class:
GuiSwingActionDefault
the table selection updater for object-actions:
@GuiIncluded public class C {
@GuiIncluded public List<String> list;
@GuiListSelectionUpdater
@GuiIncluded public List<String> action() { ... }
//the action does not specify the list directly
}
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionTableSelectionConversion
(GuiSwingTableColumnSet.TableSelectionSource table, Function<Object, GuiSwingTableColumnSet.TableSelectionChange> conversion) -
Method Summary
-
Field Details
-
table
-
conversion
-
-
Constructor Details
-
TableSelectionConversion
public TableSelectionConversion(GuiSwingTableColumnSet.TableSelectionSource table, Function<Object, GuiSwingTableColumnSet.TableSelectionChange> conversion)
-
-
Method Details
-
run
-