public class GenericShuffleTableModelUtils extends Object
| Constructor and Description |
|---|
GenericShuffleTableModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
shuffleSelectedLeftRowsToRightTableModel(JTable table,
GenericShuffleTableModel<?> shuffleTableModel)
Shuffle selected left rows to right table model.
|
static void |
shuffleSelectedRightRowsToLeftTableModel(JTable table,
GenericShuffleTableModel<?> shuffleTableModel)
Shuffle selected right rows to left table model.
|
public static void shuffleSelectedLeftRowsToRightTableModel(JTable table, GenericShuffleTableModel<?> shuffleTableModel) throws NoRowsSelectedException
table - the tableshuffleTableModel - the shuffle table modelNoRowsSelectedException - if no rows selected.public static void shuffleSelectedRightRowsToLeftTableModel(JTable table, GenericShuffleTableModel<?> shuffleTableModel) throws NoRowsSelectedException
table - the tableshuffleTableModel - the shuffle table modelNoRowsSelectedException - if no rows selected.Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.