org.mov.ui
Class ProgressBarUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ProgressBarUI
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
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
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 |
startOffset
public int startOffset
ProgressBarUI
public ProgressBarUI()
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