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 ImageViewerOwner { // Fields 1 public static final String copyright; // Methods 1 public abstract void closeImageViewer(ImageViewerI); }
Interface supported by objects which own objects implementing the ImageViewerI interface. For a given plugin, an object implementing this interface is passed to the plugin's createImageViewer() method. Copyright (c) 1998-2002 Samizdat Productions. All Rights Reserved. ImageMeister is a Trademark of Samizdat Productions.
Fields |
· copyright | Summary | Top |
public static final String copyright
Methods |
· closeImageViewer | Summary | Top |
public abstract void closeImageViewer(ImageViewerI w)
Tells the owner of an ImageViewerI to close the image viewer. For instance, the image viewer should call this method when the user clicks in the image viewer's close box. The owner will then dispose of the image viewer.
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7