Constructor and Description |
---|
TableSelectionHelper(JTable table)
Creates a new immutable
TableSelectionHelper . |
Modifier and Type | Method and Description |
---|---|
int |
selectNextRow()
Selects the next row of the table.
|
int |
selectPreviousRow()
Selects the previous row of the table.
|
public TableSelectionHelper(JTable table)
TableSelectionHelper
.table
- that needs help on selectionpublic int selectNextRow()
Works only for tables in single selection mode.
public int selectPreviousRow()
Works only for tables in single selection mode.
Copyright © 2003–2021 XDEV Software. All rights reserved.