Venice 0.7beta

org.mov.ui
Class ProgressBarUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ProgressBarUI
          extended by org.mov.ui.ProgressBarUI
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.image.ImageObserver, java.util.EventListener

public class ProgressBarUI
extends javax.swing.plaf.ProgressBarUI
implements java.awt.image.ImageObserver, java.awt.event.ActionListener


Field Summary
 int startOffset
           
 
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
 
Constructor Summary
ProgressBarUI()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent actionEvent)
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent component)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent component)
           
 boolean imageUpdate(java.awt.Image image, int infofloags, int x, int y, int width, int height)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, installUI, uninstallUI, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startOffset

public int startOffset
Constructor Detail

ProgressBarUI

public ProgressBarUI()
Method Detail

createUI

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

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class javax.swing.plaf.ComponentUI

imageUpdate

public boolean imageUpdate(java.awt.Image image,
                           int infofloags,
                           int x,
                           int y,
                           int width,
                           int height)
Specified by:
imageUpdate in interface java.awt.image.ImageObserver

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent actionEvent)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent component)
Overrides:
getMinimumSize in class javax.swing.plaf.ComponentUI

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent component)
Overrides:
getPreferredSize in class javax.swing.plaf.ComponentUI

Venice 0.7beta