| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI javax.swing.plaf.metal.MetalProgressBarUI
MetalProgressBarUI | public class MetalProgressBarUI extends BasicProgressBarUI (Code) | | The Metal implementation of ProgressBarUI.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see
java.beans.XMLEncoder .
version: 1.34 05/05/07 author: Michael C. Albers |
paintDeterminate | public void paintDeterminate(Graphics g, JComponent c)(Code) | | Draws a bit of special highlighting on the progress bar.
The core painting is deferred to the BasicProgressBar's
paintDeterminate method.
since: 1.4 |
paintIndeterminate | public void paintIndeterminate(Graphics g, JComponent c)(Code) | | Draws a bit of special highlighting on the progress bar
and bouncing box.
The core painting is deferred to the BasicProgressBar's
paintIndeterminate method.
since: 1.4 |
Methods inherited from javax.swing.plaf.basic.BasicProgressBarUI | public static ComponentUI createUI(JComponent x)(Code)(Java Doc) protected int getAmountFull(Insets b, int width, int height)(Code)(Java Doc) protected int getAnimationIndex()(Code)(Java Doc) public int getBaseline(JComponent c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(JComponent c)(Code)(Java Doc) protected Rectangle getBox(Rectangle r)(Code)(Java Doc) protected int getBoxLength(int availableLength, int otherDimension)(Code)(Java Doc) protected int getCellLength()(Code)(Java Doc) protected int getCellSpacing()(Code)(Java Doc) final protected int getFrameCount()(Code)(Java Doc) public Dimension getMaximumSize(JComponent c)(Code)(Java Doc) public Dimension getMinimumSize(JComponent c)(Code)(Java Doc) protected Dimension getPreferredInnerHorizontal()(Code)(Java Doc) protected Dimension getPreferredInnerVertical()(Code)(Java Doc) public Dimension getPreferredSize(JComponent c)(Code)(Java Doc) protected Color getSelectionBackground()(Code)(Java Doc) protected Color getSelectionForeground()(Code)(Java Doc) protected Point getStringPlacement(Graphics g, String progressString, int x, int y, int width, int height)(Code)(Java Doc) protected void incrementAnimationIndex()(Code)(Java Doc) protected void installDefaults()(Code)(Java Doc) protected void installListeners()(Code)(Java Doc) public void installUI(JComponent c)(Code)(Java Doc) public void paint(Graphics g, JComponent c)(Code)(Java Doc) protected void paintDeterminate(Graphics g, JComponent c)(Code)(Java Doc) protected void paintIndeterminate(Graphics g, JComponent c)(Code)(Java Doc) protected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b)(Code)(Java Doc) protected void setAnimationIndex(int newValue)(Code)(Java Doc) protected void setCellLength(int cellLen)(Code)(Java Doc) protected void setCellSpacing(int cellSpace)(Code)(Java Doc) protected void startAnimationTimer()(Code)(Java Doc) protected void stopAnimationTimer()(Code)(Java Doc) protected void uninstallDefaults()(Code)(Java Doc) protected void uninstallListeners()(Code)(Java Doc) public void uninstallUI(JComponent c)(Code)(Java Doc)
|
|
|