Module org.autogui
Package org.autogui.swing.table
Interface ObjectTableModelColumns.DynamicColumnFactoryRoot
- All Known Implementing Classes:
GuiSwingTableColumnCollection.DynamicColumnFactoryCollectionRoot
- Enclosing class:
ObjectTableModelColumns
public static interface ObjectTableModelColumns.DynamicColumnFactoryRoot
a factory with supporting root-actions: actions defined in the owner of a list.
class Tbl {
List<List<E>> table;
void action(List<List<E>> s) {...}
}
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddRootAction(GuiMappingContext actionContext) getRootActions(GuiReprCollectionTable.TableTargetCell cell, GuiSwingTableColumnSet.TableSelectionSource tableSource)
-
Method Details
-
addRootAction
-
getRootActions
List<Action> getRootActions(GuiReprCollectionTable.TableTargetCell cell, GuiSwingTableColumnSet.TableSelectionSource tableSource)
-