public interface DataSetRowSorter
| Modifier and Type | Method and Description |
|---|---|
int |
convertRowIndexToModelIndex(int index)
Returns the location of
index in terms of the
underlying model. |
int |
convertRowIndexToViewIndex(int index)
Returns the location of
index in terms of the
view. |
int convertRowIndexToModelIndex(int index)
index in terms of the
underlying model. That is, for the row index in
the coordinates of the view this returns the row index in terms
of the underlying model.index - the row index in terms of the underlying viewIndexOutOfBoundsException - if index is outside the
range of the viewint convertRowIndexToViewIndex(int index)
index in terms of the
view. That is, for the row index in the
coordinates of the underlying model this returns the row index
in terms of the view.index - the row index in terms of the underlying modelIndexOutOfBoundsException - if index is outside
the range of the modelCopyright © 2010-2020 Toolsverse. All Rights Reserved.