Method setCellSelectionEnabled(boolean cellSelectionEnabled)
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
table.setCellSelectionEnabled(true);
2
res.setCellSelectionEnabled(true);
3
setCellSelectionEnabled(false);
4
table.setCellSelectionEnabled(true);
5
table.setCellSelectionEnabled(false);
6
setCellSelectionEnabled(false);
7
setCellSelectionEnabled(false);
8
table.setCellSelectionEnabled(false);
9
res.setCellSelectionEnabled(true);
10
table.setCellSelectionEnabled(true);
11
paraTable.setCellSelectionEnabled(true);
12
table.setCellSelectionEnabled(false);
13
jTableTargets.setCellSelectionEnabled (true);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.