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
-
master
-
-
ChildFrame(Component)
-
-
ChildFrame(Component, String)
-
-
handleEvent(Event)
-
-
hideWindow(Event)
-
-
postEvent(Event)
-
master
protected Component master
ChildFrame
public ChildFrame(Component par)
ChildFrame
public ChildFrame(Component par,
String title)
postEvent
public boolean postEvent(Event e)
- Overrides:
- postEvent in class Window
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class Component
hideWindow
public boolean hideWindow(Event e)
All Packages Class Hierarchy This Package Previous Next Index