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.
-
OwnedFrame(WindowOwner)
- Create with the owner of the Frame.
-
OwnedFrame(WindowOwner, String)
- Create with the owner of the Frame, and the title of the Frame.
-
handleEvent(Event)
-
-
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.
OwnedFrame
public OwnedFrame(WindowOwner onr)
- Create with the owner of the Frame.
OwnedFrame
public OwnedFrame(WindowOwner onr,
String title)
- Create with the owner of the Frame, and the title of the Frame.
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.
handleEvent
public boolean handleEvent(Event ev)
- Overrides:
- handleEvent in class Component
All Packages Class Hierarchy This Package Previous Next Index