| Methoden |
| public ViewportUI | getUI() |
| public void | setUI(ViewportUI ui) |
| public void | updateUI() |
| public String | getUIClassID() |
| protected void | addImpl(Component child, Object constraints, int index) |
| public void | remove(Component child) |
| public void | scrollRectToVisible(Rectangle contentRect) |
| public final void | setBorder(Border border) |
| public final Insets | getInsets() |
| public final Insets | getInsets(Insets insets) |
| public boolean | isOptimizedDrawingEnabled() |
| public void | paint(Graphics g) |
| public void | reshape(int x, int y, int w, int h) |
| public void | setScrollMode(int mode) ![[1.3]](../../images/marg13.gif) |
| public int | getScrollMode() ![[1.3]](../../images/marg13.gif) |
| public boolean | isBackingStoreEnabled()
Verworfen in Version 1.4. |
| public void | setBackingStoreEnabled(boolean enabled)
Verworfen in Version 1.4. |
| public Component | getView() |
| public void | setView(Component view) |
| public Dimension | getViewSize() |
| public void | setViewSize(Dimension newSize) |
| public Point | getViewPosition() |
| public void | setViewPosition(Point p) |
| public Rectangle | getViewRect() |
| protected boolean | computeBlit(int dx, int dy, Point blitFrom, Point blitTo, Dimension blitSize, Rectangle blitPaint) |
| public Dimension | getExtentSize() |
| public Dimension | toViewCoordinates(Dimension size) |
| public Point | toViewCoordinates(Point p) |
| public void | setExtentSize(Dimension newExtent) |
| protected JViewport.ViewListener | createViewListener() |
| protected LayoutManager | createLayoutManager() |
| public void | addChangeListener(ChangeListener l) |
| public void | removeChangeListener(ChangeListener l) |
| public ChangeListener[] | getChangeListeners() ![[1.4]](../../images/marg14.gif) |
| protected void | fireStateChanged() |
| public void | repaint(long tm, int x, int y, int w, int h) |
| protected String | paramString() |
| protected void | firePropertyChange(String propertyName, Object oldValue, Object newValue) |
| public AccessibleContext | getAccessibleContext() |