Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.core.resources.IStorage

Packages that use IStorage
org.eclipse.core.resources Provides basic support for managing a workspace and its resources.  
org.eclipse.debug.core.sourcelookup.containers Provides implementations of common source containers supporting source lookup. 
org.eclipse.team.core Application programming interfaces for defining and working with repository providers.  
org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants.  
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 IStorage in org.eclipse.core.resources
 

Subinterfaces of IStorage in org.eclipse.core.resources
 interface IEncodedStorage
          A storage that knows how its contents are encoded.
 interface IFile
          Files are leaf resources which contain data.
 interface IFileState
          A previous state of a file stored in the workspace's local history.
 

Uses of IStorage in org.eclipse.debug.core.sourcelookup.containers
 

Classes in org.eclipse.debug.core.sourcelookup.containers that implement IStorage
 class LocalFileStorage
          Implementation of storage for a local file (java.io.File).
 class ZipEntryStorage
          Storage implementation for zip entries.
 

Uses of IStorage in org.eclipse.team.core
 

Methods in org.eclipse.team.core with parameters of type IStorage
static int Team.getType(IStorage storage)
          Return the type of the given IStorage.
 

Uses of IStorage in org.eclipse.team.core.variants
 

Methods in org.eclipse.team.core.variants that return IStorage
 IStorage IResourceVariant.getStorage(IProgressMonitor monitor)
          Return an instance of IStorage or null if the remote resource does not have contents (i.e. is a folder).
 IStorage CachedResourceVariant.getStorage(IProgressMonitor monitor)
           
 

Uses of IStorage in org.eclipse.ui
 

Methods in org.eclipse.ui that return IStorage
 IStorage IStorageEditorInput.getStorage()
          Returns the underlying IStorage object.
 

Uses of IStorage in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IStorage
 IStorage FileEditorInput.getStorage()
           
 IStorage FileEditorInput.getStorage()
           
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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