public class VsnetProgressBarUI extends BasicProgressBarUI implements ActionListener
BasicProgressBarUI.ChangeHandler
changeListener, progressBar
Constructor and Description |
---|
VsnetProgressBarUI() |
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() |
void |
paintIndeterminate(Graphics g,
JComponent c) |
protected void |
startAnimationTimer() |
protected void |
stopAnimationTimer() |
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installListeners, installUI, paint, paintDeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, uninstallDefaults, uninstallListeners, uninstallUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
public static ComponentUI createUI(JComponent x)
protected void installDefaults()
installDefaults
in class BasicProgressBarUI
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 BasicProgressBarUI