Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface ImageViewerI { // Fields 1 public static final String copyright; // Methods 3 public abstract FileSpecifier getFileSpecifier(); public abstract OwnedFrame getFrame(); public abstract void setVisible(boolean); }
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 (c) 1998-2002 Samizdat Productions. All Rights Reserved. ImageMeister is a Trademark of Samizdat Productions.
Cross Reference |
Fields |
· copyright | Summary | Top |
public static final String copyright
Methods |
· getFileSpecifier | Summary | Top |
public abstract FileSpecifier getFileSpecifier()
Returns the FileSpecifier which specifies the file shown by this viewer.
· getFrame | Summary | Top |
public abstract OwnedFrame getFrame()
Returns the OwnedFrame containing this viewer.
· setVisible | Summary | Top |
public abstract void setVisible(boolean bState)
Show or hide this viewer.
Parameter Description bState if false, hide; if true, show
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7