Uses of Interface
net.anwiba.commons.swing.table.ISelectionIndexModel
-
Packages that use ISelectionIndexModel Package Description net.anwiba.commons.swing.table net.anwiba.commons.swing.table.action -
-
Uses of ISelectionIndexModel in net.anwiba.commons.swing.table
Classes in net.anwiba.commons.swing.table that implement ISelectionIndexModel Modifier and Type Class Description classSelectionIndexModel<T>Methods in net.anwiba.commons.swing.table that return ISelectionIndexModel Modifier and Type Method Description ISelectionIndexModel<T>ObjectTable. getSelectionIndexModel()Methods in net.anwiba.commons.swing.table with parameters of type ISelectionIndexModel Modifier and Type Method Description java.awt.event.KeyListenerIKeyListenerFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)java.awt.event.MouseListenerIMouseListenerFactory. 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 ISelectionIndexModel Modifier and Type Method Description protected abstract booleanAbstractTableActionFactory. 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)javax.swing.ActionAbstractTableActionFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)javax.swing.ActionAddTableRowActionFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)javax.swing.ActionITableActionFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel)javax.swing.ActionITableTextFieldActionFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateModel, IObjectModel<java.lang.String> model, IBlock<java.lang.RuntimeException> clearBlock)java.awt.event.KeyListenerITableTextFieldKeyListenerFactory. create(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndicesProvider, ISelectionModel<T> selectionModel, IObjectModel<java.lang.String> model, IBlock<java.lang.RuntimeException> clearBlock)protected abstract javax.swing.ActionAbstractTableActionFactory. createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)protected javax.swing.AbstractActionEditTableActionFactory. createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)protected javax.swing.AbstractActionMoveTableRowDownActionFactory. createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)protected javax.swing.AbstractActionMoveTableRowUpActionFactory. createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)javax.swing.AbstractActionRemoveTableRowActionFactory. createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)voidITableActionClosure. execute(java.awt.Component component, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel)Constructors in net.anwiba.commons.swing.table.action with parameters of type ISelectionIndexModel Constructor Description MoveTableRowDownAction(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltipText, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel)MoveTableRowUpAction(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltipText, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel)RemoveTableRowAction(java.lang.String name, javax.swing.Icon icon, java.lang.String tooltipText, ISelectionIndexModel<T> selectionIndexModel, IObjectTableModel<T> tableModel)TableActionClosureAction(IActionCustomization customization, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ITableActionClosure<T> closure)
-