com.l2fprod.gui.plaf.skin
Class SkinProgressBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ProgressBarUI
          extended by javax.swing.plaf.basic.BasicProgressBarUI
              extended by 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 $

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI.ChangeHandler
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
changeListener, progressBar
 
Constructor Summary
SkinProgressBarUI()
           
 
Method Summary
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
 
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
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinProgressBarUI

public SkinProgressBarUI()
Method Detail

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Description of the Method

Overrides:
paint in class javax.swing.plaf.basic.BasicProgressBarUI
Parameters:
g - Description of Parameter
c - Description of Parameter

installDefaults

protected void installDefaults()
Description of the Method

Overrides:
installDefaults in class javax.swing.plaf.basic.BasicProgressBarUI

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.basic.BasicProgressBarUI

uninstallDefaults

protected void uninstallDefaults()
Description of the Method

Overrides:
uninstallDefaults in class javax.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