Eclipse Platform
2.1

Uses of Package
org.eclipse.core.resources

Packages that use org.eclipse.core.resources
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component. 
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui.console

Provides a set of interfaces and classes for rendering and annotating text in the debug console. 

org.eclipse.search.ui Provides classes and interfaces for search pages. 
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
org.eclipse.team.ui Application programming interface for associating a repository provider with a project. 
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. 
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.dialogs Classes for standard dialogs, wizards, and preference pages 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. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. 
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. 
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
org.eclipse.ui.wizards.newresource Provides the standard wizards for creating files, folders, and projects in the workspace. 
 

Classes in org.eclipse.core.resources used by org.eclipse.compare
IFileState
          A previous state of a file stored in the workspace's local history.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.core.resources
ICommand
          A builder command names a builder and supplies a table of name-value argument pairs.
IContainer
          Interface for resources which may contain other resources (termed its members).
IFile
          Files are leaf resources which contain data.
IFileState
          A previous state of a file stored in the workspace's local history.
IFolder
          Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IMarkerDelta
          A marker delta describes the change to a single marker.
IPathVariableChangeEvent
          Describes a change in a path variable.
IPathVariableChangeListener
          An interface to be implemented by objects interested in path variable creation, removal and value change events.
IPathVariableManager
          Manages a collection of path variables and resolves paths containing a variable reference.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IProjectDescription
          A project description contains the metadata required to define a project.
IProjectNature
          Interface for project nature runtime classes.
IProjectNatureDescriptor
          A project nature descriptor contains information about a project nature obtained from the plug-in manifest (plugin.xml) file.
IResource
          The workspace analog of file system files and directories.
IResourceChangeEvent
          Resource change events describe changes to resources.
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
IResourceDelta
          A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaVisitor
          An objects that visits resource deltas.
IResourceProxy
          A callback for requesting information about a resource when using a fast resource visitor.
IResourceProxyVisitor
          This interface is implemented by objects that visit resource trees.
IResourceVisitor
          This interface is implemented by objects that visit resource trees.
ISaveContext
          A context for workspace save operations.
ISavedState
          A data structure returned by addSaveParticipant containing a save number and an optional resource delta.
ISaveParticipant
          A participant in the saving of the workspace.
IStorage
          A storage object represents a set of bytes which can be accessed.
ISynchronizer
          A synchronizer which maintains a list of registered partners and, on behalf of each partner, it keeps resource level synchonization information (a byte array).
IWorkspace
          Workspaces are the basis for Eclipse Platform resource management.
IWorkspace.ProjectOrder
          Data structure for holding the multi-part outcome of IWorkspace.
IWorkspaceDescription
          A workspace description represents the workspace preferences.
IWorkspaceRoot
          A root resource represents the top of the resource hierarchy in a workspace.
IWorkspaceRunnable
          A runnable which executes as a batch operation within the workspace.
ResourcesPlugin
          The plug-in runtime class for the Resources plug-in.
WorkspaceLock
          A lock used to control write access to the resources in a workspace.
 

Classes in org.eclipse.core.resources used by org.eclipse.core.resources.team
IFile
          Files are leaf resources which contain data.
IFolder
          Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IProjectDescription
          A project description contains the metadata required to define a project.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.debug.core
IContainer
          Interface for resources which may contain other resources (termed its members).
IFile
          Files are leaf resources which contain data.
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IMarkerDelta
          A marker delta describes the change to a single marker.
 

Classes in org.eclipse.core.resources used by org.eclipse.debug.core.model
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
 

Classes in org.eclipse.core.resources used by org.eclipse.debug.ui.console
IFile
          Files are leaf resources which contain data.
 

Classes in org.eclipse.core.resources used by org.eclipse.search.ui
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.team.core
IFile
          Files are leaf resources which contain data.
IFileModificationValidator
          The file modification validator is a VCM-related hook for pre-checking operations that modify the contents of files.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IProjectNature
          Interface for project nature runtime classes.
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.ui
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui
IFile
          Files are leaf resources which contain data.
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
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.ui.actions
IContainer
          Interface for resources which may contain other resources (termed its members).
IFile
          Files are leaf resources which contain data.
IFolder
          Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IProjectDescription
          A project description contains the metadata required to define a project.
IResource
          The workspace analog of file system files and directories.
IResourceChangeEvent
          Resource change events describe changes to resources.
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
IWorkspace
          Workspaces are the basis for Eclipse Platform resource management.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.dialogs
IContainer
          Interface for resources which may contain other resources (termed its members).
IFile
          Files are leaf resources which contain data.
IFolder
          Folders may be leaf or non-leaf resources and may contain files and/or other folders.
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.editors.text
IFile
          Files are leaf resources which contain data.
IResource
          The workspace analog of file system files and directories.
IResourceChangeEvent
          Resource change events describe changes to resources.
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
IResourceDelta
          A resource delta represents changes in the state of a resource tree between two discrete points in time.
IResourceDeltaVisitor
          An objects that visits resource deltas.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.model
IResourceChangeEvent
          Resource change events describe changes to resources.
IResourceChangeListener
          A resource change listener is notified of changes to resources in the workspace.
IResourceDelta
          A resource delta represents changes in the state of a resource tree between two discrete points in time.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.part
IFile
          Files are leaf resources which contain data.
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IStorage
          A storage object represents a set of bytes which can be accessed.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.texteditor
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IMarkerDelta
          A marker delta describes the change to a single marker.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.views.navigator
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.views.properties
IFile
          Files are leaf resources which contain data.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.views.tasklist
IMarker
          Markers are a general mechanism for associating notes and metadata with resources.
IResource
          The workspace analog of file system files and directories.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.wizards.datatransfer
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
 

Classes in org.eclipse.core.resources used by org.eclipse.ui.wizards.newresource
IProject
          A project is a type of resource which groups resources into buildable, reusable units.
IResource
          The workspace analog of file system files and directories.
 


Eclipse Platform
2.1

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