Class GenericShuffleTableModelExtensions
- java.lang.Object
-
- de.alpharogroup.swing.table.model.suffle.GenericShuffleTableModelExtensions
-
public class GenericShuffleTableModelExtensions extends java.lang.ObjectThe classGenericShuffleTableModelExtensions.
-
-
Constructor Summary
Constructors Constructor Description GenericShuffleTableModelExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidshuffleSelectedLeftRowsToRightTableModel(javax.swing.JTable table, GenericShuffleTableModel<?> shuffleTableModel)Shuffle selected left rows to right table model.static voidshuffleSelectedRightRowsToLeftTableModel(javax.swing.JTable table, GenericShuffleTableModel<?> shuffleTableModel)Shuffle selected right rows to left table model.
-
-
-
Method Detail
-
shuffleSelectedLeftRowsToRightTableModel
public static void shuffleSelectedLeftRowsToRightTableModel(javax.swing.JTable table, GenericShuffleTableModel<?> shuffleTableModel) throws NoRowsSelectedExceptionShuffle selected left rows to right table model.- Parameters:
table- the tableshuffleTableModel- the shuffle table model- Throws:
NoRowsSelectedException- if no rows selected.
-
shuffleSelectedRightRowsToLeftTableModel
public static void shuffleSelectedRightRowsToLeftTableModel(javax.swing.JTable table, GenericShuffleTableModel<?> shuffleTableModel) throws NoRowsSelectedExceptionShuffle selected right rows to left table model.- Parameters:
table- the tableshuffleTableModel- the shuffle table model- Throws:
NoRowsSelectedException- if no rows selected.
-
-