Class edu.umn.geom.IFSoft.AnimCon
All Packages Class Hierarchy This Package Previous Next Index
Class edu.umn.geom.IFSoft.AnimCon
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----edu.umn.geom.IFSoft.AnimCon
- public class AnimCon
- extends Panel
All the controls for an AnimPanel live here. The buttons all either call
methods from AnimPanel, or create little windows with additional options.
- See Also:
- AnimPanel
-
AnimCon(AnimPanel)
-
-
action(Event, Object)
- Handle all the controls (other than the scrollbar).
-
handleEvent(Event)
- Handles events on the scrollbar.
AnimCon
public AnimCon(AnimPanel apan)
- Parameters:
- apan - The AnimPanel to which this belongs.
handleEvent
public boolean handleEvent(Event e)
- Handles events on the scrollbar.
- Overrides:
- handleEvent in class Component
action
public boolean action(Event e,
Object ob)
- Handle all the controls (other than the scrollbar).
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index