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

Interface COM.tolstoy.imagemeister.InfoViewerOwner

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

Variable Index

 o copyright

Method Index

 o closeInfoViewer(InfoViewerI)
Tells the owner of an InfoViewerI to close the info viewer.

Variables

 o copyright
  public final static String copyright

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index