JIDE 3.5.15

com.jidesoft.plaf.basic
Class MeterProgressBarUI

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.jidesoft.plaf.basic.MeterProgressBarUI

public class MeterProgressBarUI
extends BasicProgressBarUI


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
 
Field Summary
protected  Color _cellBackground
           
protected  Color _cellForeground
           
protected  int _cellLength
           
protected  int _cellSpacing
           
 
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar
 
Constructor Summary
MeterProgressBarUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void installDefaults()
           
protected  void installListeners()
           
 void paint(Graphics g, JComponent c)
           
protected  void uninstallDefaults()
           
protected  void uninstallListeners()
           
 
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, installUI, paintDeterminate, paintIndeterminate, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, 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
 

Field Detail

_cellBackground

protected Color _cellBackground

_cellForeground

protected Color _cellForeground

_cellLength

protected int _cellLength

_cellSpacing

protected int _cellSpacing
Constructor Detail

MeterProgressBarUI

public MeterProgressBarUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class BasicProgressBarUI

uninstallDefaults

protected void uninstallDefaults()
Overrides:
uninstallDefaults in class BasicProgressBarUI

installListeners

protected void installListeners()
Overrides:
installListeners in class BasicProgressBarUI

uninstallListeners

protected void uninstallListeners()
Overrides:
uninstallListeners in class BasicProgressBarUI

paint

public void paint(Graphics g,
                  JComponent c)
Overrides:
paint in class BasicProgressBarUI

JIDE 3.5.15