Top Description Constructors Methods
javax.swing.plaf

public abstract Class ScrollPaneUI

extends ComponentUI
Class Inheritance
Known Direct Subclasses
javax.swing.plaf.basic.BasicScrollPaneUI, javax.swing.plaf.multi.MultiScrollPaneUI

Pluggable look and feel interface for JScrollPane.
Author
Hans Muller

Constructor Summary

AccessConstructor and Description
protected
ScrollPaneUI()

Constructor for subclasses to call.

Method Summary

Inherited from javax.swing.plaf.ComponentUI:
containscreateUIgetAccessibleChildgetAccessibleChildrenCountgetBaselinegetBaselineResizeBehaviorgetMaximumSizegetMinimumSizegetPreferredSizeinstallUIpaintuninstallUIupdate

Constructor Detail

ScrollPaneUIback to summary
protected ScrollPaneUI()

Constructor for subclasses to call.