Eclipse Platform
2.1

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.team.core Application programming interfaces for defining and working with repository providers. 
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 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.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.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()
           
 


Eclipse Platform
2.1

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