public class BaseProgressBarUI extends BasicProgressBarUI
| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseProgressBarUI.PropertyChangeHandler |
BasicProgressBarUI.ChangeHandler| Modifier and Type | Field and Description |
|---|---|
protected PropertyChangeListener |
propertyChangeListener |
boxRect, changeListener, progressBar| Constructor and Description |
|---|
BaseProgressBarUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent c) |
protected Color |
getSelectionBackground() |
protected Color |
getSelectionForeground() |
void |
installUI(JComponent c) |
void |
paint(Graphics g,
JComponent c) |
protected void |
paintDeterminate(Graphics g,
JComponent c) |
protected void |
paintIndeterminate(Graphics g,
JComponent c) |
protected void |
paintString(Graphics g,
int x,
int y,
int width,
int height,
int amountFull,
Insets b) |
void |
uninstallUI(JComponent c) |
getAmountFull, getAnimationIndex, getBaseline, getBaselineResizeBehavior, getBox, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getStringPlacement, incrementAnimationIndex, installDefaults, installListeners, setAnimationIndex, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallDefaults, uninstallListenerscontains, getAccessibleChild, getAccessibleChildrenCount, updateprotected PropertyChangeListener propertyChangeListener
public static ComponentUI createUI(JComponent c)
public void installUI(JComponent c)
installUI in class BasicProgressBarUIpublic void uninstallUI(JComponent c)
uninstallUI in class BasicProgressBarUIprotected Color getSelectionForeground()
getSelectionForeground in class BasicProgressBarUIprotected Color getSelectionBackground()
getSelectionBackground in class BasicProgressBarUIprotected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets b)
paintString in class BasicProgressBarUIprotected void paintIndeterminate(Graphics g, JComponent c)
paintIndeterminate in class BasicProgressBarUIprotected void paintDeterminate(Graphics g, JComponent c)
paintDeterminate in class BasicProgressBarUIpublic void paint(Graphics g, JComponent c)
paint in class BasicProgressBarUICopyright © 2014. All Rights Reserved.