Interface COM.tolstoy.imagemeister.WindowOwner
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.tolstoy.imagemeister.WindowOwner
- public interface WindowOwner
- extends Object
Represents an object which owns a Window.
-
copyright
-
-
closeWindow(Window)
- Called to close this window.
copyright
public final static String copyright
closeWindow
public abstract void closeWindow(Window w)
- Called to close this window. The owner will dispose of the window.
All Packages Class Hierarchy This Package Previous Next Index