Searched defs:editingRow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java161 protected int editingRow; field in class:BasicTreeUI
1521 if(editingComponent != null && editingRow == row)
2138 editingRow = row;
2787 if(editingComponent != null && editingRow == row) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java354 transient protected int editingRow; field in class:JTable
3536 * @see #editingRow
3558 * @see #editingRow
3573 return editingRow;
4106 this.editingRow != -1) {
4108 this.editingRow);
4132 if (this.editingRow != -1) {
4224 * @param editingRow new index of the editingRow, in terms of the view
4226 private void restoreSortingEditingRow(int editingRow) { argument
[all...]

Completed in 70 milliseconds