-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: client-libs
-
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