Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
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. Copyright (c) 1998-2002 Samizdat Productions. All Rights Reserved. ImageMeister is a Trademark of Samizdat Productions.
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