Eclipse Platform
2.0

Uses of Package
org.eclipse.core.resources

Packages that use org.eclipse.core.resources
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.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
org.eclipse.ui.editors.text Provides a standard text editor and a file-based document provider. 
org.eclipse.ui.model Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element. 
 

Classes in org.eclipse.core.resources used by org.eclipse.core.resources
IContainer
          Interface for resources which may contain other resources (termed its members).
IResource
          The workspace analog of file system files and directories.
IStorage
          A storage object represents a set of bytes which can be accessed.
 

Classes in org.eclipse.core.resources used by org.eclipse.team.core
IProjectNature
          Interface for project nature runtime classes.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.actions
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.editors.text
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
IResourceDeltaVisitor
          An objects that visits resource deltas.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.model
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
 


Eclipse Platform
2.0

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