Interface COM.tolstoy.imagemeister.InfoViewerI
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.tolstoy.imagemeister.InfoViewerI
- public interface InfoViewerI
- extends Object
Interface for objects which display information about files. For a given plugin, objects
which implement this interface will be returned from the plugin's createInfoViewer() 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