All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class utils.GUI.ChildFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----utils.GUI.ChildFrame

public class ChildFrame
extends Frame
A frame which has a parent component. if an event is not handled in the frame, the event gets passed up to the parent. this is necessary since there is no way to do this with a normal frame


Variable Index

 o master

Constructor Index

 o ChildFrame(Component)
 o ChildFrame(Component, String)

Method Index

 o handleEvent(Event)
 o hideWindow(Event)
 o postEvent(Event)

Variables

 o master
 protected Component master

Constructors

 o ChildFrame
 public ChildFrame(Component par)
 o ChildFrame
 public ChildFrame(Component par,
                   String title)

Methods

 o postEvent
 public boolean postEvent(Event e)
Overrides:
postEvent in class Window
 o handleEvent
 public boolean handleEvent(Event e)
Overrides:
handleEvent in class Component
 o hideWindow
 public boolean hideWindow(Event e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index