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

Class sunsoft.jws.visual.rt.awt.ScrollPanel

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

public class ScrollPanel
extends VJPanel

Variable Index

 o hbar
 o vbar

Constructor Index

 o ScrollPanel()

Method Index

 o add(Component)
 o getScrollAreaHeight()
 o getScrollAreaInsets()
 o getScrollAreaWidth()
 o getVisibleIndex()
 o handleEvent(Event)
 o layout()
 o makeVisible(int)
 o minimumSize()
 o preferredSize()
 o setScrollAreaHeight(int)
 o setScrollAreaInsets(Insets)
 o setScrollAreaWidth(int)
 o updateHScrollbar()
 o updateVScrollbar()
 o updateWindow()

Variables

 o vbar
  protected VJScrollbar vbar
 o hbar
  protected VJScrollbar hbar

Constructors

 o ScrollPanel
  public ScrollPanel()

Methods

 o add
  public Component add(Component comp)
Overrides:
add in class Container
 o getScrollAreaWidth
  public int getScrollAreaWidth()
 o setScrollAreaWidth
  public void setScrollAreaWidth(int scrollAreaWidth)
 o getScrollAreaHeight
  public int getScrollAreaHeight()
 o setScrollAreaHeight
  public void setScrollAreaHeight(int scrollAreaHeight)
 o getScrollAreaInsets
  public Insets getScrollAreaInsets()
 o setScrollAreaInsets
  public void setScrollAreaInsets(Insets insets)
 o getVisibleIndex
  public int getVisibleIndex()
 o makeVisible
  public void makeVisible(int index)
 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class VJPanel
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class VJPanel
 o layout
  public void layout()
Overrides:
layout in class Container
 o updateWindow
  public void updateWindow()
 o updateHScrollbar
  protected void updateHScrollbar()
 o updateVScrollbar
  protected void updateVScrollbar()

All Packages  Class Hierarchy  This Package  Previous  Next  Index