Top Description Constructors Methods
javax.swing.plaf

public abstract Class ProgressBarUI

extends ComponentUI
Class Inheritance
Known Direct Subclasses
javax.swing.plaf.basic.BasicProgressBarUI, javax.swing.plaf.multi.MultiProgressBarUI

Pluggable look and feel interface for JProgressBar.
Author
Rob Davis

Constructor Summary

AccessConstructor and Description
protected
ProgressBarUI()

Constructor for subclasses to call.

Method Summary

Inherited from javax.swing.plaf.ComponentUI:
containscreateUIgetAccessibleChildgetAccessibleChildrenCountgetBaselinegetBaselineResizeBehaviorgetMaximumSizegetMinimumSizegetPreferredSizeinstallUIpaintuninstallUIupdate

Constructor Detail

ProgressBarUIback to summary
protected ProgressBarUI()

Constructor for subclasses to call.