| javax.swing.plaf.metal.MetalProgressBarUI com.jidesoft.plaf.vsnet.VsnetMetalProgressBarUI
VsnetMetalProgressBarUI | public class VsnetMetalProgressBarUI extends MetalProgressBarUI implements ActionListener(Code) | | A better ProgressBarUI for indeterminate progress bar.
v * Credit: This implementation is based on work from Santhosh Kumar - santhosh@in.fiorano.com.
|
getRepaintInterval | protected int getRepaintInterval()(Code) | | Returns the desired number of milliseconds between repaints.
This value is meaningful
only if the progress bar is in indeterminate mode.
The repaint interval determines how often the
default animation thread's timer is fired.
It's also used by the default indeterminate progress bar
painting code when determining
how far to move the bouncing box per frame.
The repaint interval is specified by
the "ProgressBar.repaintInterval" UI default.
the repaint interval, in milliseconds |
installDefaults | protected void installDefaults()(Code) | | |
startAnimationTimer | protected void startAnimationTimer()(Code) | | |
stopAnimationTimer | protected void stopAnimationTimer()(Code) | | |
|
|