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.ComponentUIcreateUI(javax.swing.JComponent x)Description of the Methodprotected voidinstallDefaults()Description of the MethodvoidinstallUI(javax.swing.JComponent c)voidpaint(java.awt.Graphics g, javax.swing.JComponent c)Description of the Methodprotected voiduninstallDefaults()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:
paintin classjavax.swing.plaf.basic.BasicProgressBarUI- Parameters:
g- Description of Parameterc- Description of Parameter
-
installDefaults
protected void installDefaults()
Description of the Method- Overrides:
installDefaultsin classjavax.swing.plaf.basic.BasicProgressBarUI
-
installUI
public void installUI(javax.swing.JComponent c)
- Overrides:
installUIin classjavax.swing.plaf.basic.BasicProgressBarUI
-
uninstallDefaults
protected void uninstallDefaults()
Description of the Method- Overrides:
uninstallDefaultsin 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
-
-