Uses of Interface
net.anwiba.commons.swing.table.action.ITableActionClosure
Packages that use ITableActionClosure
-
Uses of ITableActionClosure in net.anwiba.commons.swing.table.action
Constructors in net.anwiba.commons.swing.table.action with parameters of type ITableActionClosureModifierConstructorDescriptionAddTableRowActionFactory(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)