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
-
WidgetDialog(Widget, Presentation)
- Construct a new dialog by giving it a
presentation object directly.
-
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.
-
handleEvent(Event)
- Handle events: handle the window things and post
the other events to the widget.
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.
WidgetDialog
public WidgetDialog(Widget w,
Presentation p)
- Construct a new dialog by giving it a
presentation object directly.
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