All Packages This Package Class Hierarchy Class Search Index
Class com.tolstoy.imagemeister.SGIFViewerPlugin
java.lang.Object
|
+----com.tolstoy.imagemeister.SGIFViewerPlugin
class SGIFViewerPlugin
extends java.lang.Object
implements com.tolstoy.imagemeister.PluginI
{
// Fields 2
private static final int k4ccGIFf;
private static final FileExtension kGIFExtension;
// Constructors 1
public SGIFViewerPlugin();
// Methods 12
public boolean canCreateImageViewer(FileSpecifier);
public boolean canCreateInfoViewer(FileSpecifier);
public ImageViewerI createImageViewer(OwnedFrame, ImageViewerOwner, FileSpecifier, Rectangle);
public InfoViewerI createInfoViewer(OwnedFrame, InfoViewerOwner, FileSpecifier, Rectangle);
public PluginI[] getChildren();
public FileExtension[] getFileExtension();
public FinderInfo[] getFinderInfo();
public IconPanel getIconPanel();
public MIMEType[] getMIMEType();
public String getName(int);
public PluginI getParent();
public VersionInfo getVersionInfo();
}
A stock plugin for showing JPEGs.
Uses a SImageViewer object to actually show the JPEG.
Does not create InfoViewerI objects, only ImageViewerI objects.
- Author:
-
Copyright (c) 1997,1998,1999,2000 Samizdat Productions. All Rights Reserved.
private static final int k4ccGIFf
private static final FileExtension kGIFExtension
public SGIFViewerPlugin()
Default constructor
public boolean canCreateImageViewer(FileSpecifier spec)
- Implements:
- canCreateImageViewer in interface PluginI
public ImageViewerI createImageViewer(OwnedFrame frame,
ImageViewerOwner onr,
FileSpecifier spec,
Rectangle rect)
- Implements:
- createImageViewer in interface PluginI
public boolean canCreateInfoViewer(FileSpecifier spec)
- Implements:
- canCreateInfoViewer in interface PluginI
public InfoViewerI createInfoViewer(OwnedFrame frame,
InfoViewerOwner onr,
FileSpecifier spec,
Rectangle rect)
- Implements:
- createInfoViewer in interface PluginI
public FinderInfo[] getFinderInfo()
- Implements:
- getFinderInfo in interface PluginI
public FileExtension[] getFileExtension()
- Implements:
- getFileExtension in interface PluginI
public MIMEType[] getMIMEType()
- Implements:
- getMIMEType in interface PluginI
public VersionInfo getVersionInfo()
- Implements:
- getVersionInfo in interface PluginI
public String getName(int which)
- Implements:
- getName in interface PluginI
public PluginI getParent()
- Implements:
- getParent in interface PluginI
public PluginI[] getChildren()
- Implements:
- getChildren in interface PluginI
public IconPanel getIconPanel()
- Implements:
- getIconPanel in interface PluginI
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7