Class TableViewImpl.HistorySort
java.lang.Object
com.biglybt.ui.common.table.impl.TableViewImpl.HistorySort
- All Implemented Interfaces:
TableViewImpl.HistoryEntry
- Enclosing class:
TableViewImpl<DATASOURCETYPE>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean[]private final TableColumnCore[]private final boolean[]private final TableColumnCore[] -
Constructor Summary
ConstructorsConstructorDescriptionHistorySort(TableColumnCore[] pCols, boolean[] pAsc, TableColumnCore[] nCols, boolean[] nAsc) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidapply(TableColumnCore[] columns, boolean[] asc) voidvoid
-
Field Details
-
prevCols
-
nextCols
-
prevAsc
private final boolean[] prevAsc -
nextAsc
private final boolean[] nextAsc
-
-
Constructor Details
-
HistorySort
HistorySort(TableColumnCore[] pCols, boolean[] pAsc, TableColumnCore[] nCols, boolean[] nAsc)
-
-
Method Details
-
applyNext
public void applyNext()- Specified by:
applyNextin interfaceTableViewImpl.HistoryEntry
-
applyPrev
public void applyPrev()- Specified by:
applyPrevin interfaceTableViewImpl.HistoryEntry
-
apply
-