fable.imageviewer.model
Interface IFableLoader

All Known Implementing Classes:
FableLoader

public interface IFableLoader


Method Summary
 IFableImage loadFile(java.lang.String path, java.lang.String name, boolean isFabioConfigured, org.eclipse.core.runtime.IProgressMonitor monitor)
          Please implement this method to return the IFableImage.
 

Method Detail

loadFile

IFableImage loadFile(java.lang.String path,
                     java.lang.String name,
                     boolean isFabioConfigured,
                     org.eclipse.core.runtime.IProgressMonitor monitor)
                     throws java.lang.Exception
Please implement this method to return the IFableImage. NOTE monitor can be null as can name. Should throw and exception if there is a genuine error or return null if the file simply cannot be loaded with this loader.

Parameters:
path -
name - optional parameter which says the image required if the file contains more than one image.
monitor -
Returns:
Throws:
java.lang.Exception