Klasse javax.swing.ScrollPaneLayout | 1.2 |
java.lang.Object | +--javax.swing.ScrollPaneLayout
Geschachtelte Klassen | |
---|---|
public static | ScrollPaneLayout.UIResource |
Datenelemente | |
---|---|
protected JViewport | viewport |
protected JScrollBar | vsb |
protected JScrollBar | hsb |
protected JViewport | rowHead |
protected JViewport | colHead |
protected Component | lowerLeft |
protected Component | lowerRight |
protected Component | upperLeft |
protected Component | upperRight |
protected int | vsbPolicy |
protected int | hsbPolicy |
Konstruktoren | |
---|---|
public | ScrollPaneLayout() |
Methoden | |
---|---|
public void | syncWithScrollPane(JScrollPane sp) |
protected Component | addSingletonComponent(Component oldC, Component newC) |
public void | addLayoutComponent(String s, Component c) |
public void | removeLayoutComponent(Component c) |
public int | getVerticalScrollBarPolicy() |
public void | setVerticalScrollBarPolicy(int x) |
public int | getHorizontalScrollBarPolicy() |
public void | setHorizontalScrollBarPolicy(int x) |
public JViewport | getViewport() |
public JScrollBar | getHorizontalScrollBar() |
public JScrollBar | getVerticalScrollBar() |
public JViewport | getRowHeader() |
public JViewport | getColumnHeader() |
public Component | getCorner(String key) |
public Dimension | preferredLayoutSize(Container parent) |
public Dimension | minimumLayoutSize(Container parent) |
public void | layoutContainer(Container parent) |
public Rectangle | getViewportBorderBounds(JScrollPane scrollpane)
Verworfen in Version 1.4. |