Interface COM.tolstoy.imagemeister.ImageViewerOwner
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface COM.tolstoy.imagemeister.ImageViewerOwner

public interface ImageViewerOwner
extends Object
Interface supported by objects which own objects implementing the ImageViewerI interface. For a given plugin, an object implementing this interface is passed to the plugin's createImageViewer() method.

Variable Index

 o copyright

Method Index

 o closeImageViewer(ImageViewerI)
Tells the owner of an ImageViewerI to close the image viewer.

Variables

 o copyright
  public final static String copyright

Methods

 o closeImageViewer
  public abstract void closeImageViewer(ImageViewerI w)
Tells the owner of an ImageViewerI to close the image viewer. For instance, the image viewer should call this method when the user clicks in the image viewer's close box. The owner will then dispose of the image viewer.

All Packages  Class Hierarchy  This Package  Previous  Next  Index