Searched refs:colHead (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DScrollPaneLayout.java99 protected JViewport colHead; field in class:ScrollPaneLayout
176 colHead = sp.getColumnHeader();
242 colHead = (JViewport)addSingletonComponent(colHead, c);
281 else if (c == colHead) {
282 colHead = null;
423 return colHead;
527 if ((colHead != null) && colHead.isVisible()) {
528 prefHeight += colHead
[all...]
H A DJScrollPane.java622 JViewport colHead = getColumnHeader();
623 if ((colHead != null) && (colHead.isVisible())) {
624 int colHeadHeight = colHead.getHeight();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicScrollPaneUI.java273 JViewport colHead = scrollpane.getColumnHeader();
343 if (colHead != null) {
344 Point p = colHead.getViewPosition();
351 colHead.setViewPosition(p);

Completed in 46 milliseconds