Class MoveTableRowUpActionFactory<T>
- java.lang.Object
-
- net.anwiba.commons.swing.table.action.AbstractTableActionFactory<T>
-
- net.anwiba.commons.swing.table.action.MoveTableRowUpActionFactory<T>
-
- All Implemented Interfaces:
ITableActionFactory<T>
public final class MoveTableRowUpActionFactory<T> extends AbstractTableActionFactory<T>
-
-
Constructor Summary
Constructors Constructor Description MoveTableRowUpActionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider)protected javax.swing.AbstractActioncreateAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)-
Methods inherited from class net.anwiba.commons.swing.table.action.AbstractTableActionFactory
create
-
-
-
-
Method Detail
-
createAction
protected javax.swing.AbstractAction createAction(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanDistributor sortStateProvider)
- Specified by:
createActionin classAbstractTableActionFactory<T>
-
checkEnabled
protected boolean checkEnabled(IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel, ISelectionModel<T> selectionModel, IBooleanProvider sortStateProvider)
- Specified by:
checkEnabledin classAbstractTableActionFactory<T>
-
-