Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI javax.swing.plaf.metal.MetalProgressBarUI
public class MetalProgressBarUI extends BasicProgressBarUI
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 XMLEncoder
.
Modifier and Type | Class and Description |
---|
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
---|
BasicProgressBarUI.ChangeHandler |
Modifier and Type | Field and Description |
---|
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI |
---|
boxRect, changeListener, progressBar |
Constructor and Description |
---|
MetalProgressBarUI()
|
Modifier and Type | Method and Description |
---|---|
static ComponentUI |
createUI(JComponent c)
|
void |
paintDeterminate(Graphics g,
JComponent c)
Draws a bit of special highlighting on the progress bar. |
void |
paintIndeterminate(Graphics g,
JComponent c)
Draws a bit of special highlighting on the progress bar and bouncing box. |
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 |
---|
public MetalProgressBarUI()
Method Detail |
---|
public static ComponentUI createUI(JComponent c)
public void paintDeterminate(Graphics g, JComponent c)
paintDeterminate
method.
paintDeterminate
in class BasicProgressBarUI
BasicProgressBarUI.paintIndeterminate(java.awt.Graphics, javax.swing.JComponent)
public void paintIndeterminate(Graphics g, JComponent c)
paintIndeterminate
method.
paintIndeterminate
in class BasicProgressBarUI
BasicProgressBarUI.paintDeterminate(java.awt.Graphics, javax.swing.JComponent)
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.