All Packages Class Hierarchy This Package Previous Next Index
Class vt.cs.widgets.ViewWindow
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----vt.cs.widgets.ViewWindow
- public class ViewWindow
- extends Dialog
ViewWindow - a simple window that displays one component.
ViewWindow calls ViewWindowParent.hideViewWindow() when
a WINDOW_DESTROY event occurs on it, but takes no other
action.
-
ViewWindow(Frame, String, Component, ViewWindowParent)
-
-
handleEvent(Event)
-
-
setView(Component)
-
-
update(Graphics)
-
ViewWindow
public ViewWindow(Frame frame,
String title,
Component view,
ViewWindowParent parent)
setView
public void setView(Component view)
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
update
public void update(Graphics g)
- Overrides:
- update in class Component
All Packages Class Hierarchy This Package Previous Next Index