All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicProgressBar

java.lang.Object
   |
   +----com.sun.java.swing.basic.BasicProgressBar

public class BasicProgressBar
extends Object
implements ProgressBarUI, ChangeListener
A Windows L&F implementation of ProgressBarUI. This implementation is both the view and the controller.


Variable Index

 o BORDER_BUFFER
 o cachedPercent
 o CELL_LENGTH
 o CELL_SPACING
 o PREFERRED_INNER_HORIZONTAL
 o PREFERRED_INNER_VERTICAL

Constructor Index

 o BasicProgressBar()

Method Index

 o createUI(JProgressBar)
 o deinstallUI(JComponent)
 o getBorderInsets(JComponent)
 o getInsets(JComponent)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)
 o stateChanged(ChangeEvent)

Variables

 o PREFERRED_INNER_HORIZONTAL
 protected static final Dimension PREFERRED_INNER_HORIZONTAL
 o PREFERRED_INNER_VERTICAL
 protected static final Dimension PREFERRED_INNER_VERTICAL
 o BORDER_BUFFER
 protected static final int BORDER_BUFFER
 o CELL_LENGTH
 protected static final int CELL_LENGTH
 o CELL_SPACING
 protected static final int CELL_SPACING
 o cachedPercent
 protected int cachedPercent

Constructors

 o BasicProgressBar
 public BasicProgressBar()

Methods

 o createUI
 public static ProgressBarUI createUI(JProgressBar x)
 o installUI
 public void installUI(JComponent c)
 o deinstallUI
 public void deinstallUI(JComponent c)
 o paint
 public void paint(Graphics g,
                   JComponent c)
 o getPreferredSize
 public Dimension getPreferredSize(JComponent c)
 o getMinimumSize
 public Dimension getMinimumSize(JComponent c)
 o getMaximumSize
 public Dimension getMaximumSize(JComponent c)
 o getInsets
 public Insets getInsets(JComponent c)
 o getBorderInsets
 public Insets getBorderInsets(JComponent c)
 o stateChanged
 public void stateChanged(ChangeEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index