| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI
All known Subclasses: javax.swing.plaf.metal.MetalProgressBarUI,
Method Summary | |
public static ComponentUI | createUI(JComponent c) | protected int | getAmountFull(Insets b, int width, int height) | protected int | getAnimationIndex() | protected Rectangle | getBox(Rectangle r) | protected int | getBoxLength(int length, int otherDimension) | protected int | getCellLength() | protected int | getCellSpacing() | public Dimension | getMaximumSize(JComponent c) | public Dimension | getMinimumSize(JComponent c) | protected Dimension | getPreferredInnerHorizontal() | protected Dimension | getPreferredInnerVertical() | public Dimension | getPreferredSize(JComponent c) | protected Color | getSelectionBackground() | protected Color | getSelectionForeground() | protected Point | getStringPlacement(Graphics g, String progressString, int x, int y, int width, int height) | protected void | incrementAnimationIndex() | protected void | installDefaults() | protected void | installListeners() | public void | installUI(JComponent c) | public 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 insets) | protected void | setAnimationIndex(int newValue) | protected void | setCellLength(int cellLen) | protected void | setCellSpacing(int cellSpace) | protected void | startAnimationTimer() | protected void | stopAnimationTimer() | protected void | uninstallDefaults() | protected void | uninstallListeners() | public void | uninstallUI(JComponent c) |
getAmountFull | protected int getAmountFull(Insets b, int width, int height)(Code) | | |
getAnimationIndex | protected int getAnimationIndex()(Code) | | |
getBoxLength | protected int getBoxLength(int length, int otherDimension)(Code) | | |
getCellLength | protected int getCellLength()(Code) | | |
getCellSpacing | protected int getCellSpacing()(Code) | | |
getPreferredInnerHorizontal | protected Dimension getPreferredInnerHorizontal()(Code) | | |
getPreferredInnerVertical | protected Dimension getPreferredInnerVertical()(Code) | | |
getSelectionBackground | protected Color getSelectionBackground()(Code) | | |
getSelectionForeground | protected Color getSelectionForeground()(Code) | | |
getStringPlacement | protected Point getStringPlacement(Graphics g, String progressString, int x, int y, int width, int height)(Code) | | |
incrementAnimationIndex | protected void incrementAnimationIndex()(Code) | | |
installDefaults | protected void installDefaults()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
paintString | protected void paintString(Graphics g, int x, int y, int width, int height, int amountFull, Insets insets)(Code) | | |
setAnimationIndex | protected void setAnimationIndex(int newValue)(Code) | | |
setCellLength | protected void setCellLength(int cellLen)(Code) | | |
setCellSpacing | protected void setCellSpacing(int cellSpace)(Code) | | |
startAnimationTimer | protected void startAnimationTimer()(Code) | | |
stopAnimationTimer | protected void stopAnimationTimer()(Code) | | |
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
|
|