Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.IStorageEditorInput

Packages that use IStorageEditorInput
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.  
 

Uses of IStorageEditorInput in org.eclipse.ui
 

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

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

Methods in org.eclipse.ui.editors.text with parameters of type IStorageEditorInput
protected  void StorageDocumentProvider.updateCache(IStorageEditorInput input)
          Updates the internal cache for the given input.
 

Uses of IStorageEditorInput in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IStorageEditorInput
 class FileEditorInput
          Adapter for making a file resource a suitable input for an editor.
 class FileInPlaceEditorInput
          Adapter for making a file resource a suitable input for an in-place editor.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.