| GNU Classpath (0.19) | ||
| Prev Class | Next Class | Frames | No Frames | |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr | |
java.lang.Objectjava.awt.Componentjava.awt.Containerjavax.swing.JComponentjavax.swing.JScrollPane| Property | Stored in | Bound? |
|---|---|---|
| columnHeader | scrollPane | yes |
| columnHeaderView | columnHeader | no |
| componentOrientation | scrollPane | yes |
| horizontalScrollBar | scrollPane | yes |
| horizontalScrollBarPolicy | scrollPane | yes |
| layout | scrollPane | yes |
| rowHeader | scrollPane | yes |
| rowHeaderView | rowHeader | no |
| validateRoot | scrollPane | no |
| verticalScrollBar | scrollPane | yes |
| verticalScrollBarPolicy | scrollPane | yes |
| viewport | scrollPane | yes |
| viewportBorder | scrollPane | yes |
| viewportBorderBounds | scrollPane | no |
| viewportView | viewport | no |
| wheelScrollingEnabled | scrollPane | yes |
Nested Class Summary | |
protected class |
|
protected class | |
Nested classes/interfaces inherited from class javax.swing.JComponent | |
JComponent.AccessibleJComponent | |
Nested classes/interfaces inherited from class java.awt.Container | |
Container.AccessibleAWTContainer | |
Nested classes/interfaces inherited from class java.awt.Component | |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy | |
Field Summary | |
protected JViewport | |
protected JScrollBar | |
protected int | |
protected Component | |
protected Component | |
protected JViewport | |
protected Component | |
protected Component | |
protected JScrollBar | |
protected int | |
protected JViewport | |
Fields inherited from class javax.swing.JComponent | |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW, accessibleContext, listenerList, ui | |
Fields inherited from class java.awt.Component | |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT | |
Fields inherited from interface java.awt.image.ImageObserver | |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH | |
Constructor Summary | |
| |
| |
| |
| |
Method Summary | |
JScrollBar | |
JScrollBar | |
protected JViewport | |
AccessibleContext |
|
JViewport | |
Component | |
JScrollBar | |
int | |
JViewport | |
ScrollPaneUI |
|
String | |
JScrollBar | |
int | |
JViewport | |
Border | |
Rectangle | |
boolean | |
boolean | |
void | |
void | |
void | |
void | |
void | |
void |
|
void | |
void | |
void | |
void |
|
void | |
void |
|
void | |
void | |
void |
|
void |
|
void |
|
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public JScrollPane()
Creates a newJScrollPanewithout a view. The scrollbar policy is set toJScrollPaneandJScrollPane.
public JScrollPane(int vsbPolicy, int hsbPolicy)
Creates a newJScrollPanewithout a view; The scrollbar policies are set tovsbPolicyandhsbPolicy.
- Parameters:
vsbPolicy- the vertical scrollbar policy to sethsbPolicy- the vertical scrollbar policy to set
public JScrollPane(Component view)
Creates a newJScrollPanethat embeds the specifiedviewcomponent, displaying vertical and horizontal scrollbars as needed.
- Parameters:
view- the component that is embedded inside the JScrollPane
public JScrollPane(Component view, int vsbPolicy, int hsbPolicy)
Creates a newJScrollPanethat embeds the specifiedviewcomponent; The scrollbar policies are set tovsbPolicyandhsbPolicy.
- Parameters:
vsbPolicy- the vertical scrollbar policy to sethsbPolicy- the vertical scrollbar policy to set
public AccessibleContext getAccessibleContext()
Returns the accessible context associated with thisJScrollPane.
- Specified by:
- getAccessibleContext in interface Accessible
- Overrides:
- getAccessibleContext in interface JComponent
- Returns:
- the accessible context associated with this
JScrollPane
public ScrollPaneUI getUI()
This method returns the scrollpane's UI delegate.
- Returns:
- The scrollpane's UI delegate.
public void setComponentOrientation(ComponentOrientation co)
- Overrides:
- setComponentOrientation in interface Component
public void setUI(ScrollPaneUI ui)
This method sets the scrollpane's UI delegate.
- Parameters:
ui- The scrollpane's UI delegate.
| GNU Classpath (0.19) |