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.

Variable Index

 o copyright

Method Index

 o closeWindow(Window)
Called to close this window.

Variables

 o copyright
  public final static String copyright

Methods

 o 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