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

/openjdk7/jdk/src/share/classes/sun/swing/
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/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);

Completed in 37 milliseconds