Uses of Class
javax.swing.JScrollPane
Packages that use JScrollPane
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
-
Uses of JScrollPane in javax.swing
Methods in javax.swing that return JScrollPaneModifier and TypeMethodDescriptionstatic JScrollPane
JTable.createScrollPaneForTable
(JTable aTable) Deprecated.Methods in javax.swing with parameters of type JScrollPaneModifier and TypeMethodDescriptionScrollPaneLayout.getViewportBorderBounds
(JScrollPane scrollpane) Deprecated.As of JDK version Swing1.1 replaced byJScrollPane.getViewportBorderBounds()
.void
ScrollPaneLayout.syncWithScrollPane
(JScrollPane sp) This method is invoked after the ScrollPaneLayout is set as the LayoutManager of aJScrollPane
. -
Uses of JScrollPane in javax.swing.plaf.basic
Fields in javax.swing.plaf.basic declared as JScrollPaneModifier and TypeFieldDescriptionprotected JScrollPane
BasicComboPopup.scroller
This protected field is implementation specific.protected JScrollPane
BasicScrollPaneUI.scrollpane
The instance ofJScrollPane
.Methods in javax.swing.plaf.basic that return JScrollPaneModifier and TypeMethodDescriptionprotected JScrollPane
BasicComboPopup.createScroller()
Creates the scroll pane which houses the scrollable list.protected JScrollPane
BasicTreeUI.ComponentHandler.getScrollPane()
Returns theJScrollPane
housing theJTree
, or null if one isn't found.Methods in javax.swing.plaf.basic with parameters of type JScrollPaneModifier and TypeMethodDescriptionprotected void
BasicScrollPaneUI.installDefaults
(JScrollPane scrollpane) Installs default properties.protected void
BasicScrollPaneUI.installKeyboardActions
(JScrollPane c) Registers keyboard actions.protected void
BasicScrollPaneUI.installListeners
(JScrollPane c) Registers listeners.protected void
BasicScrollPaneUI.uninstallDefaults
(JScrollPane c) Uninstalls default properties.protected void
BasicScrollPaneUI.uninstallKeyboardActions
(JScrollPane c) Unregisters keyboard actions. -
Uses of JScrollPane in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with parameters of type JScrollPaneModifier and TypeMethodDescriptionvoid
MetalScrollPaneUI.installListeners
(JScrollPane scrollPane) void
MetalScrollPaneUI.uninstallListeners
(JScrollPane scrollPane) Deprecated.- Replaced byBasicScrollPaneUI.uninstallListeners(JComponent)
new JScrollPane(aTable)
.