Eclipse Platform
2.0

Uses of Interface
org.eclipse.ui.IEditorInput

Packages that use IEditorInput
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IEditorInput in org.eclipse.compare
 

Classes in org.eclipse.compare that implement IEditorInput
 class CompareEditorInput
          A compare operation which can present its results in a special editor.
 

Uses of IEditorInput in org.eclipse.ui
 

Subinterfaces of IEditorInput in org.eclipse.ui
 interface IFileEditorInput
          This interface defines a file-oriented input to an editor.
 interface IStorageEditorInput
          Interface for a IStorage input to an editor.
 

Uses of IEditorInput in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IEditorInput
 class FileEditorInput
          Adapter for making a file resource a suitable input for an editor.
 class MultiEditorInput
          Implements a input for a MultiEditor This class is intended to be instanciated by clients but its is not intented to be subclassed.
 


Eclipse Platform
2.0

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