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.


Constructor Index

 o ViewWindow(Frame, String, Component, ViewWindowParent)

Method Index

 o handleEvent(Event)
 o setView(Component)
 o update(Graphics)

Constructors

 o ViewWindow
  public ViewWindow(Frame frame,
                    String title,
                    Component view,
                    ViewWindowParent parent)

Methods

 o setView
  public void setView(Component view)
 o handleEvent
  public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o update
  public void update(Graphics g)
Overrides:
update in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index