Package com.l2fprod.gui.plaf.skin
Class SkinProgressBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ProgressBarUI
-
- javax.swing.plaf.basic.BasicProgressBarUI
-
- com.l2fprod.gui.plaf.skin.SkinProgressBarUI
-
public final class SkinProgressBarUI extends javax.swing.plaf.basic.BasicProgressBarUI
- Version:
- $Revision: 1.5 $, $Date: 2004/07/18 19:12:56 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description SkinProgressBarUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.swing.plaf.ComponentUI
createUI(javax.swing.JComponent x)
Description of the Methodprotected void
installDefaults()
Description of the Methodvoid
installUI(javax.swing.JComponent c)
void
paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Methodprotected void
uninstallDefaults()
Description of the Method-
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI
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, uninstallUI
-
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
Description of the Method- Overrides:
paint
in classjavax.swing.plaf.basic.BasicProgressBarUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
installDefaults
protected void installDefaults()
Description of the Method- Overrides:
installDefaults
in classjavax.swing.plaf.basic.BasicProgressBarUI
-
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUI
in classjavax.swing.plaf.basic.BasicProgressBarUI
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaults
in classjavax.swing.plaf.basic.BasicProgressBarUI
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
Description of the Method- Parameters:
x
- Description of Parameter- Returns:
- Description of the Returned Value
-
-