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.
-
copyright
-
-
closeImageViewer(ImageViewerI)
- Tells the owner of an ImageViewerI to close the image viewer.
copyright
public final static String copyright
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