T - the generic type of the modelpublic class GenericShuffleJTable<T> extends Object
| Constructor and Description |
|---|
GenericShuffleJTable(GenericJTable<T> leftTable,
GenericJTable<T> rightTable)
Instantiates a new generic shuffle jx table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAllLeftRowsToRightTable()
Adds the all left rows to right table.
|
void |
addAllRightRowsToLeftTable()
Adds the all right rows to left table.
|
void |
shuffleSelectedLeftRowsToRightTable()
Shuffle selected left rows to right table.
|
void |
shuffleSelectedLeftRowToRightTable()
Shuffle selected left row to right table model.
|
void |
shuffleSelectedRightRowsToLeftTable()
Shuffle selected right rows to left table model.
|
void |
shuffleSelectedRightRowToLeftTable()
Shuffle selected right row to left table model.
|
public GenericShuffleJTable(GenericJTable<T> leftTable, GenericJTable<T> rightTable)
leftTable - the left tablerightTable - the right tablepublic void addAllLeftRowsToRightTable()
public void addAllRightRowsToLeftTable()
public void shuffleSelectedLeftRowsToRightTable()
public void shuffleSelectedLeftRowToRightTable()
public void shuffleSelectedRightRowsToLeftTable()
public void shuffleSelectedRightRowToLeftTable()
Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.