Uses of Interface
net.anwiba.commons.swing.table.ISelectionIndexModel
Packages that use ISelectionIndexModel
-
Uses of ISelectionIndexModel in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ISelectionIndexModelMethods in net.anwiba.commons.swing.table that return ISelectionIndexModelMethods in net.anwiba.commons.swing.table with parameters of type ISelectionIndexModelModifier and TypeMethodDescriptionIKeyListenerFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) IMouseListenerFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) -
Uses of ISelectionIndexModel in net.anwiba.commons.swing.table.action
Methods in net.anwiba.commons.swing.table.action with parameters of type ISelectionIndexModelModifier and TypeMethodDescriptionprotected abstract booleanAbstractTableActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) protected booleanClearTableActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) protected booleanEditTableActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) booleanITableCheckActionEnabledValidator.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) protected booleanMoveTableRowDownActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) protected booleanMoveTableRowUpActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) protected booleanRemoveTableRowActionFactory.checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider) AbstractTableActionFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) AddTableRowActionFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) ITableActionFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel) ITableTextFieldActionFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock) ITableTextFieldKeyListenerFactory.create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IObjectModel<String> model, IBlock<RuntimeException> clearBlock) protected abstract ActionAbstractTableActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) ClearTableActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) protected final AbstractActionEditTableActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) protected AbstractActionMoveTableRowDownActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) protected AbstractActionMoveTableRowUpActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) RemoveTableRowActionFactory.createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider) voidITableActionClosure.execute(Component component, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel) Constructors in net.anwiba.commons.swing.table.action with parameters of type ISelectionIndexModelModifierConstructorDescriptionClearTableAction(String name, Icon icon, String tooltipText, ISelectionIndexModel<T> selectionIndexModel, IObjectTableModel<T> tableModel) MoveTableRowDownAction(String name, Icon icon, String tooltipText, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel) MoveTableRowUpAction(String name, Icon icon, String tooltipText, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel) RemoveTableRowAction(String name, Icon icon, String tooltipText, ISelectionIndexModel<T> selectionIndexModel, IObjectTableModel<T> tableModel) TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)