Searched refs:shouldValidate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxButton.java201 boolean shouldValidate = false;
203 shouldValidate = true;
208 left, top, cWidth, height, shouldValidate );
212 left + iconWidth, top, cWidth, height, shouldValidate );
/openjdk7/jdk/src/share/classes/javax/swing/
H A DCellRendererPane.java119 * equal to this.getParent(). If shouldValidate is true the component c will be
122 public void paintComponent(Graphics g, Component c, Container p, int x, int y, int w, int h, boolean shouldValidate) { argument
139 if(shouldValidate) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxButton.java199 boolean shouldValidate = false;
201 shouldValidate = true;
220 rendererPane.paintComponent(g, c, this, left, top, cWidth, height, shouldValidate); // h - (insets.top + insets.bottom) );
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthComboBoxUI.java383 boolean shouldValidate = false;
385 shouldValidate = true;
405 currentValuePane.paintComponent(g, c, comboBox, x, y, w, h, shouldValidate);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsComboBoxUI.java303 boolean shouldValidate = false;
305 shouldValidate = true;
308 bounds.width, bounds.height, shouldValidate);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1244 boolean shouldValidate = false;
1246 shouldValidate = true;
1257 currentValuePane.paintComponent(g,c,comboBox,x,y,w,h,shouldValidate);

Completed in 40 milliseconds