7100004: javax.swing.JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) should mention default value
Reviewed-by: rupashka
This commit is contained in:
parent
224bf60e30
commit
0819253023
@ -1828,6 +1828,8 @@ public class JTable extends JComponent implements TableModelListener, Scrollable
|
|||||||
* table. While the {@code autoCreateRowSorter} property remains
|
* table. While the {@code autoCreateRowSorter} property remains
|
||||||
* {@code true}, every time the model is changed, a new {@code
|
* {@code true}, every time the model is changed, a new {@code
|
||||||
* TableRowSorter} is created and set as the table's row sorter.
|
* TableRowSorter} is created and set as the table's row sorter.
|
||||||
|
* The default value for the {@code autoCreateRowSorter}
|
||||||
|
* property is {@code false}.
|
||||||
*
|
*
|
||||||
* @param autoCreateRowSorter whether or not a {@code RowSorter}
|
* @param autoCreateRowSorter whether or not a {@code RowSorter}
|
||||||
* should be automatically created
|
* should be automatically created
|
||||||
|
Loading…
x
Reference in New Issue
Block a user