All Packages  This Package  Class Hierarchy  Class Search  Index

Interface COM.tolstoy.imagemeister.InfoViewerOwner

  Summary

public interface  InfoViewerOwner
{
          // Fields 1
     public static final String copyright;

          // Methods 1
     public abstract void closeInfoViewer(InfoViewerI);
}

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.

Author:
Copyright (c) 1997,1998 Samizdat Productions. All Rights Reserved.




  Fields

· copyright

Summary  |  Top

   public static final String copyright


  Methods

· closeInfoViewer

Summary  |  Top

   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  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7