Package com.tagtraum.beatunes.plaf
Class BeaTunesIndeterminateProgressBarUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ProgressBarUI
-
- javax.swing.plaf.basic.BasicProgressBarUI
-
- com.tagtraum.beatunes.plaf.BeaTunesIndeterminateProgressBarUI
-
public class BeaTunesIndeterminateProgressBarUI extends BasicProgressBarUI
BeaTunes round indeterminate ProgressBarUI.- Author:
- Hendrik Schreiber
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
-
-
Field Summary
-
Fields inherited from class javax.swing.plaf.basic.BasicProgressBarUI
boxRect, changeListener, progressBar
-
-
Constructor Summary
Constructors Constructor Description BeaTunesIndeterminateProgressBarUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetAnimationIndex()protected RectanglegetBox(Rectangle r)protected voidinstallDefaults()protected voidpaintIndeterminate(Graphics g, JComponent component)protected voidsetAnimationIndex(int newValue)protected voiduninstallDefaults()-
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI
createUI, getAmountFull, getBaseline, getBaselineResizeBehavior, getBoxLength, getCellLength, getCellSpacing, getFrameCount, getMaximumSize, getMinimumSize, getPreferredInnerHorizontal, getPreferredInnerVertical, getPreferredSize, getSelectionBackground, getSelectionForeground, getStringPlacement, incrementAnimationIndex, installListeners, installUI, paint, paintDeterminate, paintString, setCellLength, setCellSpacing, startAnimationTimer, stopAnimationTimer, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
installDefaults
protected void installDefaults()
- Overrides:
installDefaultsin classBasicProgressBarUI
-
uninstallDefaults
protected void uninstallDefaults()
- Overrides:
uninstallDefaultsin classBasicProgressBarUI
-
getBox
protected Rectangle getBox(Rectangle r)
- Overrides:
getBoxin classBasicProgressBarUI
-
paintIndeterminate
protected void paintIndeterminate(Graphics g, JComponent component)
- Overrides:
paintIndeterminatein classBasicProgressBarUI
-
getAnimationIndex
protected int getAnimationIndex()
- Overrides:
getAnimationIndexin classBasicProgressBarUI
-
setAnimationIndex
protected void setAnimationIndex(int newValue)
- Overrides:
setAnimationIndexin classBasicProgressBarUI
-
-