Searched refs:getRowSelectionAllowed (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java1978 * @see #getRowSelectionAllowed
1999 public boolean getRowSelectionAllowed() { method in class:JTable
2062 * Equivalent to <code>getRowSelectionAllowed() &&
2070 return getRowSelectionAllowed() && getColumnSelectionAllowed();
2351 if (!getRowSelectionAllowed() && !getColumnSelectionAllowed()) {
2354 return (!getRowSelectionAllowed() || isRowSelected(row)) &&
4635 if (getRowSelectionAllowed()) {
7060 if (JTable.this.getRowSelectionAllowed() &&
7067 } else if (JTable.this.getRowSelectionAllowed()) {
7114 if (JTable.this.getRowSelectionAllowed()
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java258 boolean rs = table.getRowSelectionAllowed();
2154 if (!table.getRowSelectionAllowed() && !table.getColumnSelectionAllowed()) {
2158 if (!table.getRowSelectionAllowed()) {

Completed in 54 milliseconds