public class FileEditorInputFactory implements IElementFactory(Code)
Factory for saving and restoring a FileEditorInput.
The stored representation of a FileEditorInput remembers
the full path of the file (that is, IFile.getFullPath).
The workbench will automatically create instances of this class as required.
It is not intended to be instantiated or subclassed by the client.
Saves the state of the given file editor input into the given memento.
Parameters: memento - the storage area for element state Parameters: input - the file editor input