All Packages Class Hierarchy This Package Previous Next Index
Class com.sun.java.swing.basic.BasicProgressBarUI
java.lang.Object
|
+----com.sun.java.swing.plaf.ComponentUI
|
+----com.sun.java.swing.plaf.ProgressBarUI
|
+----com.sun.java.swing.basic.BasicProgressBarUI
- public class BasicProgressBarUI
- extends ProgressBarUI
- implements ChangeListener, Serializable
A Windows L&F implementation of ProgressBarUI. This implementation
is both the view and the controller.
-
BORDER_BUFFER
-
-
cachedPercent
-
-
CELL_LENGTH
-
-
CELL_SPACING
-
-
PREFERRED_INNER_HORIZONTAL
-
-
PREFERRED_INNER_VERTICAL
-
-
BasicProgressBarUI()
-
-
createUI(JComponent)
-
-
getBorderInsets(JComponent)
-
-
getInsets(JComponent)
-
-
getMaximumSize(JComponent)
-
-
getMinimumSize(JComponent)
-
-
getPreferredSize(JComponent)
-
-
installUI(JComponent)
-
-
paint(Graphics, JComponent)
-
-
stateChanged(ChangeEvent)
-
-
uninstallUI(JComponent)
-
PREFERRED_INNER_HORIZONTAL
protected static final Dimension PREFERRED_INNER_HORIZONTAL
PREFERRED_INNER_VERTICAL
protected static final Dimension PREFERRED_INNER_VERTICAL
BORDER_BUFFER
protected static final int BORDER_BUFFER
CELL_LENGTH
protected static final int CELL_LENGTH
CELL_SPACING
protected static final int CELL_SPACING
cachedPercent
protected int cachedPercent
BasicProgressBarUI
public BasicProgressBarUI()
createUI
public static ComponentUI createUI(JComponent x)
installUI
public void installUI(JComponent c)
- Overrides:
- installUI in class ComponentUI
uninstallUI
public void uninstallUI(JComponent c)
- Overrides:
- uninstallUI in class ComponentUI
paint
public void paint(Graphics g,
JComponent c)
- Overrides:
- paint in class ComponentUI
getPreferredSize
public Dimension getPreferredSize(JComponent c)
- Overrides:
- getPreferredSize in class ComponentUI
getMinimumSize
public Dimension getMinimumSize(JComponent c)
- Overrides:
- getMinimumSize in class ComponentUI
getMaximumSize
public Dimension getMaximumSize(JComponent c)
- Overrides:
- getMaximumSize in class ComponentUI
getInsets
public Insets getInsets(JComponent c)
getBorderInsets
public Insets getBorderInsets(JComponent c)
stateChanged
public void stateChanged(ChangeEvent e)
All Packages Class Hierarchy This Package Previous Next Index