Uses of Class javax.swing.JScrollPane

Uses in package javax.swing

Methods with parameter type javax.swing.JScrollPane

Rectangle
Returns the bounds of the border around a ScrollPane's viewport.
void

Methods with return type javax.swing.JScrollPane

JScrollPane

Uses in package javax.swing.plaf.metal

Methods with parameter type javax.swing.JScrollPane

void
Installs listeners on scrollPane
void
Uninstalls listeners on scrollPane

Uses in package javax.swing.plaf.basic

Fields of type javax.swing.JScrollPane

JScrollPane
JScrollPane that contains list portion of the combo box
JScrollPane
The Scrollpane for which the UI is provided by this class.

Methods with parameter type javax.swing.JScrollPane

void
void
Installs additional keyboard actions on the scrollpane.
void
Installs the listeners on the scrollbars, the viewport and the scrollpane.
void
void
Uninstalls all keyboard actions from the JScrollPane that have been installed by installKeyboardActions(JScrollPane).

Methods with return type javax.swing.JScrollPane

JScrollPane
This method creates scroll pane that will contain the list of comboBox's items inside of it.
JScrollPane
Returns the JScrollPane housing the JTree, or null if one isn't found.