Class COM.tolstoy.imagemeister.OwnedFrame
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.tolstoy.imagemeister.OwnedFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----COM.tolstoy.imagemeister.OwnedFrame

public class OwnedFrame
extends Frame
A Frame which is owned by a class which implements the WindowOwner interface. These are the Frames in which files are viewed, and which are passed to, for instance, a plugin's 'createImageViewer()' method.

Constructor Index

 o OwnedFrame(WindowOwner)
Create with the owner of the Frame.
 o OwnedFrame(WindowOwner, String)
Create with the owner of the Frame, and the title of the Frame.

Method Index

 o handleEvent(Event)
 o setWindowOwner(WindowOwner)
Set the owner of this Frame, which will have its 'closeWindow()' method called when the user clicks in the close box of this Frame.

Constructors

 o OwnedFrame
  public OwnedFrame(WindowOwner onr)
Create with the owner of the Frame.
 o OwnedFrame
  public OwnedFrame(WindowOwner onr,
                    String title)
Create with the owner of the Frame, and the title of the Frame.

Methods

 o setWindowOwner
  public void setWindowOwner(WindowOwner onr)
Set the owner of this Frame, which will have its 'closeWindow()' method called when the user clicks in the close box of this Frame.
 o handleEvent
  public boolean handleEvent(Event ev)
Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index