public final class SkinProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI
| Constructor and Description |
|---|
SkinProgressBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent x)
Description of the Method
|
protected void |
installDefaults()
Description of the Method
|
void |
installUI(javax.swing.JComponent c) |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
Description of the Method
|
protected void |
uninstallDefaults()
Description of the Method
|
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installListeners, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallListeners, uninstallUIpublic void paint(java.awt.Graphics g,
javax.swing.JComponent c)
paint in class javax.swing.plaf.basic.BasicProgressBarUIg - Description of Parameterc - Description of Parameterprotected void installDefaults()
installDefaults in class javax.swing.plaf.basic.BasicProgressBarUIpublic void installUI(javax.swing.JComponent c)
installUI in class javax.swing.plaf.basic.BasicProgressBarUIprotected void uninstallDefaults()
uninstallDefaults in class javax.swing.plaf.basic.BasicProgressBarUIpublic static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
x - Description of Parameter