mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 13:40:18 +00:00
8162970: Merge error in the DefaultRowSorter.java
Reviewed-by: alexsch
This commit is contained in:
parent
7c82dd1d04
commit
fdfda0df82
@ -81,11 +81,6 @@ import java.util.List;
|
||||
* sort order is unsorted (the same as the model), and columns are
|
||||
* sortable by default.
|
||||
* <p>
|
||||
* If the underlying model structure changes (the
|
||||
* <code>modelStructureChanged</code> method is invoked) the following
|
||||
* are reset to their default values: <code>Comparator</code>s by column,
|
||||
* current sort order and whether a column is sortable.
|
||||
* <p>
|
||||
* <code>DefaultRowSorter</code> is an abstract class. Concrete
|
||||
* subclasses must provide access to the underlying data by invoking
|
||||
* {@code setModelWrapper}. The {@code setModelWrapper} method
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user