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
- Version:
- $Revision: 1.5 $, $Date: 2004/07/18 19:12:56 $
- Author:
- $Author: l2fprod $
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
-
Field Summary
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
changeListener, progressBar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComponentUI
Description of the Methodprotected void
Description of the Methodvoid
void
paint
(Graphics g, JComponent c) Description of the Methodprotected void
Description of the MethodMethods 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
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
Constructor Details
-
SkinProgressBarUI
public SkinProgressBarUI()
-
-
Method Details
-
paint
Description of the Method- Overrides:
paint
in classBasicProgressBarUI
- Parameters:
g
- Description of Parameterc
- Description of Parameter
-
installDefaults
protected void installDefaults()Description of the Method- Overrides:
installDefaults
in classBasicProgressBarUI
-
installUI
- Overrides:
installUI
in classBasicProgressBarUI
-
uninstallDefaults
protected void uninstallDefaults()Description of the Method- Overrides:
uninstallDefaults
in classBasicProgressBarUI
-
createUI
Description of the Method- Parameters:
x
- Description of Parameter- Returns:
- Description of the Returned Value
-