Package com.metsci.glimpse.tinylaf
Class TinyProgressBarUI2
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.ProgressBarUI
-
- javax.swing.plaf.basic.BasicProgressBarUI
-
- net.sf.tinylaf.TinyProgressBarUI
-
- com.metsci.glimpse.tinylaf.TinyProgressBarUI2
-
public class TinyProgressBarUI2 extends net.sf.tinylaf.TinyProgressBarUI
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicProgressBarUI
BasicProgressBarUI.ChangeHandler
-
-
Constructor Summary
Constructors Constructor Description TinyProgressBarUI2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ComponentUIcreateUI(JComponent c)-
Methods inherited from class javax.swing.plaf.basic.BasicProgressBarUI
getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
- See Also:
ComponentUI.createUI(JComponent)
-
-