OpenJDK 1.22
java.desktop
javax.swing.plaf
ScrollPaneUI
Top
Description
Constructors
Methods
javax.swing.plaf
public
abstract
Class ScrollPaneUI
extends
ComponentUI
Class Inheritance
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ScrollPaneUI
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
Access
Constructor and Description
protected
ScrollPaneUI
()
Constructor for subclasses to call.
Method Summary
Inherited from
javax.swing.plaf.ComponentUI
:
contains
createUI
getAccessibleChild
getAccessibleChildrenCount
getBaseline
getBaselineResizeBehavior
getMaximumSize
getMinimumSize
getPreferredSize
installUI
paint
uninstallUI
update
Constructor Detail
ScrollPaneUI
back to summary
protected
ScrollPaneUI
()
Constructor for subclasses to call.