Class marimba.gui.WidgetDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.gui.WidgetDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----marimba.gui.PlayerDialog
                                           |
                                           +----marimba.gui.WidgetDialog

public class WidgetDialog
extends PlayerDialog
A dialog which sends its events to the widget it belongs to.
Version:
1.2, 12/19/96
Author:
Klaas Waslander

Constructor Index

 o WidgetDialog(Widget, Presentation)
Construct a new dialog by giving it a presentation object directly.
 o WidgetDialog(Widget, URL)
Construct a new player dialog and show a presentation in it, by specifying the widget to which it belongs and the url to the gui that has to be shown.

Method Index

 o handleEvent(Event)
Handle events: handle the window things and post the other events to the widget.

Constructors

 o WidgetDialog
  public WidgetDialog(Widget w,
                      URL url)
Construct a new player dialog and show a presentation in it, by specifying the widget to which it belongs and the url to the gui that has to be shown.
 o WidgetDialog
  public WidgetDialog(Widget w,
                      Presentation p)
Construct a new dialog by giving it a presentation object directly.

Methods

 o handleEvent
  public boolean handleEvent(Event evt)
Handle events: handle the window things and post the other events to the widget.
Overrides:
handleEvent in class PlayerDialog

All Packages  Class Hierarchy  This Package  Previous  Next  Index