Eclipse Platform
2.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 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 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.
 


Eclipse Platform
2.1

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