Class como.awt.ScrollPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class como.awt.ScrollPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----como.awt.ScrollPanel

public class ScrollPanel
extends Panel

Constructor Index

 o ScrollPanel(Component, float)
 o ScrollPanel(Component, float, boolean)

Method Index

 o handleEvent(Event)
 o insets()
 o reconfigure(Dimension)
 o redo()

Constructors

 o ScrollPanel
  public ScrollPanel(Component subject,
                     float line_fraction)
 o ScrollPanel
  public ScrollPanel(Component subject,
                     float line_fraction,
                     boolean useinsets)

Methods

 o insets
  public Insets insets()
Overrides:
insets in class Container
 o redo
  public void redo()
 o handleEvent
  public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o reconfigure
  public void reconfigure(Dimension portal_dim)

All Packages  Class Hierarchy  This Package  Previous  Next  Index