Eclipse Platform
2.1

Uses of Class
org.eclipse.ui.part.FileEditorInput

Packages that use FileEditorInput
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of FileEditorInput in org.eclipse.ui.editors.text
 

Constructors in org.eclipse.ui.editors.text with parameters of type FileEditorInput
FileDocumentProvider.FileSynchronizer(FileEditorInput fileEditorInput)
          Deprecated. use FileSynchronizer(IFileEditorInput)
 

Uses of FileEditorInput in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part with parameters of type FileEditorInput
static void FileEditorInputFactory.saveState(IMemento memento, FileEditorInput input)
          Saves the state of the given file editor input into the given memento.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.