Uses of Interface
net.anwiba.commons.swing.table.action.ITableActionClosure
-
Packages that use ITableActionClosure Package Description net.anwiba.commons.swing.table.action -
-
Uses of ITableActionClosure in net.anwiba.commons.swing.table.action
Constructors in net.anwiba.commons.swing.table.action with parameters of type ITableActionClosure Constructor Description AddTableRowActionFactory(IActionCustomization customization, ITableActionClosure<T> closure)AddTableRowActionFactory(ITableActionClosure<T> closure)EditTableActionFactory(ITableActionClosure<T> factory)TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)
-