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

/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) {

Completed in 285 milliseconds