com.rapidminer.gui.look.ui
Class ProgressBarUI

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.rapidminer.gui.look.ui.ProgressBarUI

public class ProgressBarUI
extends javax.swing.plaf.basic.BasicProgressBarUI

The UI for progress bars.

Author:
Ingo Mierswa

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
boxRect, changeListener, progressBar
 
Constructor Summary
ProgressBarUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)
           
protected  void installDefaults()
           
protected  void paintDeterminate(java.awt.Graphics g, javax.swing.JComponent c)
           
protected  void paintIndeterminate(java.awt.Graphics g, javax.swing.JComponent c)
           
 
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, installUI, paint, paintString, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, 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

ProgressBarUI

public ProgressBarUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent x)

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class javax.swing.plaf.basic.BasicProgressBarUI

paintDeterminate

protected void paintDeterminate(java.awt.Graphics g,
                                javax.swing.JComponent c)
Overrides:
paintDeterminate in class javax.swing.plaf.basic.BasicProgressBarUI

paintIndeterminate

protected void paintIndeterminate(java.awt.Graphics g,
                                  javax.swing.JComponent c)
Overrides:
paintIndeterminate in class javax.swing.plaf.basic.BasicProgressBarUI


Copyright © 2001-2009 by Rapid-I