Class sunsoft.jws.visual.rt.awt.ScrollableArea
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.awt.ScrollableArea

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----sunsoft.jws.visual.rt.awt.VJPanel
                                   |
                                   +----sunsoft.jws.visual.rt.awt.ScrollableArea

public class ScrollableArea
extends VJPanel
implements Scrollable

Constructor Index

 o ScrollableArea()

Method Index

 o add(Component, int)
 o layout()
 o lineHeight()
 o minimumSize()
 o preferredSize()
 o remove(Component)
 o scrollSize()
 o scrollX(int)
 o scrollY(int)
 o setLineHeight(int)
 o viewSize()

Constructors

 o ScrollableArea
  public ScrollableArea()

Methods

 o layout
  public void layout()
Overrides:
layout in class Container
 o add
  public Component add(Component comp,
                       int pos)
Overrides:
add in class Container
 o remove
  public void remove(Component comp)
Overrides:
remove in class Container
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class VJPanel
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class VJPanel
 o scrollX
  public void scrollX(int x)
 o scrollY
  public void scrollY(int y)
 o scrollSize
  public Dimension scrollSize()
 o viewSize
  public Dimension viewSize()
 o setLineHeight
  public void setLineHeight(int lineHeight)
 o lineHeight
  public int lineHeight()

All Packages  Class Hierarchy  This Package  Previous  Next  Index