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.
-
copyright
-
-
getFileSpecifier()
- Returns the FileSpecifier which specifies the file shown by this viewer.
-
getFrame()
- Returns the OwnedFrame containing this viewer.
-
setVisible(boolean)
- Show or hide this viewer.
copyright
public final static String copyright
getFileSpecifier
public abstract FileSpecifier getFileSpecifier()
- Returns the FileSpecifier which specifies the file shown by this viewer.
getFrame
public abstract OwnedFrame getFrame()
- Returns the OwnedFrame containing this viewer.
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