Method setRowSelectionAllowed(boolean rowSelectionAllowed)
Return type: void
Member of:
javax.swing.JTable
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
setRowSelectionAllowed(false);
2
setRowSelectionAllowed(false);
3
mContentsTable.setRowSelectionAllowed(false);
4
table.setRowSelectionAllowed(false);
5
setRowSelectionAllowed(false);
6
_table.setRowSelectionAllowed(false);
7
tblRevisions.setRowSelectionAllowed(true);
8
table.setRowSelectionAllowed(false);
9
objectTable.setRowSelectionAllowed(true);
10
fileTable.setRowSelectionAllowed(false);
11
this.table.setRowSelectionAllowed(isSelectable);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.