| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.plaf.basic |
Provides user interface objects built according to the Basic look and feel.
|
| javax.swing.plaf.metal |
Provides user interface objects built according to the Java look and feel (once codenamed
Metal), which is the default look and feel.
|
| javax.swing.plaf.synth |
Synth is a skinnable look and feel in which all painting is delegated.
|
| Modifier and Type | Method and Description |
|---|---|
static JScrollPane |
JTable.createScrollPaneForTable(JTable
Deprecated.
As of Swing version 1.0.2, replaced by
new JScrollPane(aTable).
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
ScrollPaneLayout.getViewportBorderBounds(JScrollPane
Deprecated.
As of JDK version Swing1.1 replaced by
JScrollPane.getViewportBorderBounds().
|
void |
ScrollPaneLayout.syncWithScrollPane(JScrollPane
This method is invoked after the ScrollPaneLayout is set as the LayoutManager of a
JScrollPane.
|
| Modifier and Type | Field and Description |
|---|---|
protected JScrollPane |
BasicComboPopup.scroller
This protected field is implementation specific.
|
protected JScrollPane |
BasicScrollPaneUI.scrollpane
|
| Modifier and Type | Method and Description |
|---|---|
protected JScrollPane |
BasicComboPopup.createScroller()
Creates the scroll pane which houses the scrollable list.
|
protected JScrollPane |
BasicTreeUI.ComponentHandler.getScrollPane()
Returns the JScrollPane housing the JTree, or null if one isn't found.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BasicScrollPaneUI.installDefaults(JScrollPane
|
protected void |
BasicScrollPaneUI.installKeyboardActions(JScrollPane
|
protected void |
BasicScrollPaneUI.installListeners(JScrollPane
|
protected void |
BasicScrollPaneUI.uninstallDefaults(JScrollPane
|
protected void |
BasicScrollPaneUI.uninstallKeyboardActions(JScrollPane
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetalScrollPaneUI.installListeners(JScrollPane
|
void |
MetalScrollPaneUI.uninstallListeners(JScrollPane
Deprecated.
- Replaced by
MetalScrollPaneUI
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SynthScrollPaneUI.installDefaults(JScrollPane
|
protected void |
SynthScrollPaneUI.installListeners(JScrollPane
|
protected void |
SynthScrollPaneUI.uninstallDefaults(JScrollPane
|