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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java977 // To cache the return value of pointOutsidePrefSize since we use
1021 outsidePrefSize = pointOutsidePrefSize(pressedRow, pressedCol, p);
1333 private boolean pointOutsidePrefSize(int row, int column, Point p) { method in class:BasicTableUI
1338 return SwingUtilities2.pointOutsidePrefSize(table, row, column, p);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1823 boolean pointOutsidePrefSize =
1824 SwingUtilities2.pointOutsidePrefSize(
1827 if (pointOutsidePrefSize && !fullRowSelection) {
H A DSwingUtilities2.java693 public static boolean pointOutsidePrefSize(JTable table, int row, int column, Point p) { method in class:SwingUtilities2
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java1527 && SwingUtilities2.pointOutsidePrefSize(this, row, col, p);

Completed in 363 milliseconds