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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthProgressBarUI.java183 protected void setAnimationIndex(int newValue) { method in class:SynthProgressBarUI
188 super.setAnimationIndex(newValue);
191 super.setAnimationIndex(newValue);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicProgressBarUI.java116 * the setAnimationIndex method.
437 * @see #setAnimationIndex
931 protected void setAnimationIndex(int newValue) { method in class:BasicProgressBarUI
993 * @see #setAnimationIndex
1000 setAnimationIndex(newValue);
1002 setAnimationIndex(0);
1129 setAnimationIndex(0);
1132 setAnimationIndex(numFrames/2);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java206 protected void setAnimationIndex(int newValue) { method in class:WindowsProgressBarUI
207 super.setAnimationIndex(newValue);

Completed in 44 milliseconds