Searched refs:editingColumn (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/treetable/
H A DJTreeTable.java148 return (getColumnClass(editingColumn) == TreeTableModel.class) ? -1 :
169 if (getEditingColumn() != -1 && getColumnClass(editingColumn) ==
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBeanNotifications.java584 int editingColumn = getEditingColumn();
585 if (editingColumn == 2) {
586 Object obj = getModel().getValueAt(editingRow, editingColumn);
H A DXMBeanAttributes.java853 int editingColumn = getEditingColumn();
854 if (editingColumn == VALUE_COLUMN) {
855 Object obj = getModel().getValueAt(editingRow, editingColumn);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java351 transient protected int editingColumn; field in class:JTable
3535 * @see #editingColumn
3561 return editingColumn;
3570 * @see #editingColumn
4722 setValueAt(value, editingRow, editingColumn);
5637 * Sets the <code>editingColumn</code> variable.
5640 * @see #editingColumn
5643 editingColumn = aColumn;
5820 Rectangle cellRect = getCellRect(editingRow, editingColumn, false);
5928 ",editingColumn
[all...]

Completed in 52 milliseconds