All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.awt.Component | +----java.awt.Container | +----java.awt.Window | +----java.awt.Frame | +----COM.tolstoy.imagemeister.OwnedFrame
Summary |
public class OwnedFrame extends java.awt.Frame { // Constructors 2 public OwnedFrame(WindowOwner); public OwnedFrame(WindowOwner, String); // Methods 2 public boolean handleEvent(Event); public void setWindowOwner(WindowOwner); }
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.
Cross Reference |
Constructors |
· OwnedFrame | Summary | Top |
public OwnedFrame(WindowOwner onr)
Create with the owner of the Frame.
· OwnedFrame | Summary | Top |
public OwnedFrame(WindowOwner onr, String title)
Create with the owner of the Frame, and the title of the Frame.
Methods |
· setWindowOwner | Summary | Top |
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.
· handleEvent | Summary | Top |
public boolean handleEvent(Event ev)
- Overrides:
- handleEvent in class Component
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7