java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ProgressBarUI
javax.swing.plaf.basic.BasicProgressBarUI
- Direct Known Subclasses:
- MetalProgressBarUI
- See Also:
- Source Code
public BasicProgressBarUI()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Rectangle boxRect
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected ChangeListener changeListener
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ComponentUI createUI(JComponent x)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getAmountFull(Insets b,
int width,
int height)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getAnimationIndex()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Rectangle getBox(Rectangle r)
- See Also:
setAnimationIndex(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getBoxLength(int availableLength,
int otherDimension)
- See Also:
SwingUtilities.calculateInnerArea(javax.swing.JComponent, java.awt.Rectangle)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getCellLength()
- See Also:
JProgressBar.isStringPainted()
, setCellLength(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int getCellSpacing()
- See Also:
JProgressBar.isStringPainted()
, setCellSpacing(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getMaximumSize(JComponent c)
- See Also:
LayoutManager2.maximumLayoutSize(java.awt.Container)
, JComponent.getMaximumSize()
, ComponentUI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getMinimumSize(JComponent c)
- See Also:
ComponentUI.getPreferredSize(javax.swing.JComponent)
, LayoutManager.minimumLayoutSize(java.awt.Container)
, JComponent.getMinimumSize()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Dimension getPreferredInnerHorizontal()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Dimension getPreferredInnerVertical()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Dimension getPreferredSize(JComponent c)
- See Also:
LayoutManager.preferredLayoutSize(java.awt.Container)
, JComponent.getPreferredSize()
, ComponentUI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Color getSelectionBackground()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Color getSelectionForeground()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Point getStringPlacement(Graphics g,
String progressString,
int x,
int y,
int width,
int height)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void incrementAnimationIndex()
- See Also:
setAnimationIndex(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void installDefaults()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void installListeners()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void installUI(JComponent c)
- See Also:
JComponent.updateUI()
, JComponent.setUI(javax.swing.plaf.ComponentUI)
, ComponentUI
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void paint(Graphics g,
JComponent c)
- See Also:
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void paintDeterminate(Graphics g,
JComponent c)
- See Also:
paintIndeterminate(java.awt.Graphics, javax.swing.JComponent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void paintIndeterminate(Graphics g,
JComponent c)
- See Also:
paintDeterminate(java.awt.Graphics, javax.swing.JComponent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void paintString(Graphics g,
int x,
int y,
int width,
int height,
int amountFull,
Insets b)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected JProgressBar progressBar
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setAnimationIndex(int newValue)
- See Also:
incrementAnimationIndex()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setCellLength(int cellLen)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void setCellSpacing(int cellSpace)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void startAnimationTimer()
- See Also:
stopAnimationTimer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void stopAnimationTimer()
- See Also:
startAnimationTimer()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void uninstallDefaults()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected void uninstallListeners()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void uninstallUI(JComponent c)
- See Also:
JComponent.updateUI()
, ComponentUI.installUI(javax.swing.JComponent)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples