public class VsnetWindowsProgressBarUI extends com.sun.java.swing.plaf.windows.WindowsProgressBarUI implements ActionListener
BasicProgressBarUI.ChangeHandler
changeListener, progressBar
Constructor and Description |
---|
VsnetWindowsProgressBarUI() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
static ComponentUI |
createUI(JComponent x) |
protected int |
getRepaintInterval()
Returns the desired number of milliseconds between repaints.
|
protected void |
installDefaults() |
static void |
main(String[] args) |
void |
paintIndeterminate(Graphics g,
JComponent c) |
protected void |
startAnimationTimer() |
protected void |
stopAnimationTimer() |
getBaseline, getBox, getBoxLength, getPreferredInnerHorizontal, getPreferredInnerVertical, paintDeterminate, setAnimationIndex
getAmountFull, getAnimationIndex, getBaselineResizeBehavior, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installListeners, installUI, paint, paintString, setCellLength, setCellSpacing, uninstallDefaults, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent x)
protected void installDefaults()
installDefaults
in class com.sun.java.swing.plaf.windows.WindowsProgressBarUI
protected void startAnimationTimer()
startAnimationTimer
in class BasicProgressBarUI
protected void stopAnimationTimer()
stopAnimationTimer
in class BasicProgressBarUI
public void actionPerformed(ActionEvent ae)
actionPerformed
in interface ActionListener
protected int getRepaintInterval()
public void paintIndeterminate(Graphics g, JComponent c)
paintIndeterminate
in class com.sun.java.swing.plaf.windows.WindowsProgressBarUI
public static void main(String[] args)