-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b46
-
generic
-
generic
In javax.swing.event.RowSorterEvent specification there is written:
-----------------------------------
public RowSorterEvent(RowSorter source)
Creates a RowSorterEvent of type SORT_ORDER_CHANGED.
-----------------------------------
public RowSorterEvent(RowSorter source,
RowSorterEvent.Type type,
int[] lastRowIndexToModel)
Creates a RowSorterEvent of type SORT_ORDER_CHANGED. ^^^^^^^^^^^^^^^^^^
-----------------------------------
It seems to be a typo, because constructor public RowSorterEvent(RowSorter source, RowSorterEvent.Type type,int[] lastRowIndexToModel) has a type as parameter.
###@###.### 2005-07-02 10:56:15 GMT
-----------------------------------
public RowSorterEvent(RowSorter source)
Creates a RowSorterEvent of type SORT_ORDER_CHANGED.
-----------------------------------
public RowSorterEvent(RowSorter source,
RowSorterEvent.Type type,
int[] lastRowIndexToModel)
Creates a RowSorterEvent of type SORT_ORDER_CHANGED. ^^^^^^^^^^^^^^^^^^
-----------------------------------
It seems to be a typo, because constructor public RowSorterEvent(RowSorter source, RowSorterEvent.Type type,int[] lastRowIndexToModel) has a type as parameter.
###@###.### 2005-07-02 10:56:15 GMT