org.dawb.fable.extensions
Class FableLoader

java.lang.Object
  extended by org.dawb.fable.extensions.FableLoader
All Implemented Interfaces:
IFableLoader

public class FableLoader
extends java.lang.Object
implements IFableLoader


Constructor Summary
FableLoader()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FableLoader

public FableLoader()
Method Detail

loadFile

public IFableImage loadFile(java.lang.String path,
                            java.lang.String name,
                            boolean isFabioConfigured,
                            org.eclipse.core.runtime.IProgressMonitor monitor)
                     throws java.lang.Exception
Description copied from interface: IFableLoader
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.

Specified by:
loadFile in interface IFableLoader
name - optional parameter which says the image required if the file contains more than one image.
Returns:
Throws:
java.lang.Exception