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

/openjdk7/jdk/src/share/classes/javax/swing/table/
H A DDefaultTableCellRenderer.java198 && !dropLocation.isInsertRow()
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java1303 if (!loc.isInsertRow() && !loc.isInsertColumn()) {
1311 if (loc.isInsertRow()) {
1855 if (!loc.isInsertRow() && shortColor != null) {
1863 if (!loc.isInsertRow()) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java413 if (!loc.isInsertRow() && shortColor != null) {
421 if (!loc.isInsertRow()) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java460 private final boolean isInsertRow; field in class:JTable.DropLocation
464 boolean isInsertRow, boolean isInsertCol) {
469 this.isInsertRow = isInsertRow;
476 * <code>isInsertRow()</code>. If that method returns
515 public boolean isInsertRow() { method in class:JTable.DropLocation
516 return isInsertRow;
542 + "insertRow=" + isInsertRow + ","
463 DropLocation(Point p, int row, int col, boolean isInsertRow, boolean isInsertCol) argument

Completed in 66 milliseconds