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

Interface COM.tolstoy.imagemeister.ImageViewerI

public interface ImageViewerI
extends Object
Interface for objects which display files. For a given plugin, objects which implement this interface will be returned from the plugin's createImageViewer() method.

Variable Index

 o copyright

Method Index

 o getFileSpecifier()
Returns the FileSpecifier which specifies the file shown by this viewer.
 o getFrame()
Returns the OwnedFrame containing this viewer.
 o setVisible(boolean)
Show or hide this viewer.

Variables

 o copyright
  public final static String copyright

Methods

 o getFileSpecifier
  public abstract FileSpecifier getFileSpecifier()
Returns the FileSpecifier which specifies the file shown by this viewer.
 o getFrame
  public abstract OwnedFrame getFrame()
Returns the OwnedFrame containing this viewer.
 o setVisible
  public abstract void setVisible(boolean bState)
Show or hide this viewer.
Parameters:
bState - if false, hide; if true, show

All Packages  Class Hierarchy  This Package  Previous  Next  Index