Package com.biglybt.ui.common.table.impl
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 void
apply
(TableColumnCore[] columns, boolean[] asc) void
void
-
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:
applyNext
in interfaceTableViewImpl.HistoryEntry
-
applyPrev
public void applyPrev()- Specified by:
applyPrev
in interfaceTableViewImpl.HistoryEntry
-
apply
-