All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class improv.util.gui.CurveEditor

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----improv.util.gui.CurveEditor

public final class CurveEditor
extends Frame

Constructor Index

 o CurveEditor(Frame, Actor, Curve)

Method Index

 o action(Event, Object)
 o handleEvent(Event)
 o updateKeyList()

Constructors

 o CurveEditor
 public CurveEditor(Frame frame,
                    Actor a,
                    Curve c)

Methods

 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component
 o action
 public boolean action(Event event,
                       Object object)
Overrides:
action in class Component
 o updateKeyList
 public void updateKeyList()

All Packages  Class Hierarchy  This Package  Previous  Next  Index