Package com.biglybt.ui.common.table.impl
Class TableViewImpl.HistorySelection
java.lang.Object
com.biglybt.ui.common.table.impl.TableViewImpl.HistorySelection
- All Implemented Interfaces:
TableViewImpl.HistoryEntry
- Enclosing class:
TableViewImpl<DATASOURCETYPE>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prevSel
-
nextSel
-
-
Constructor Details
-
HistorySelection
HistorySelection(TableRowCore[] _prev, TableRowCore[] _next)
-
-
Method Details
-
applyNext
public void applyNext()- Specified by:
applyNext
in interfaceTableViewImpl.HistoryEntry
-
applyPrev
public void applyPrev()- Specified by:
applyPrev
in interfaceTableViewImpl.HistoryEntry
-
apply
-