|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformObject | |
---|---|
org.eclipse.core.internal.jobs | |
org.eclipse.core.internal.resources | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.runtime.jobs | Provides core support for scheduling and interacting with background activity. |
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.core.sourcelookup.containers | Provides implementations of common source containers supporting source lookup. |
org.eclipse.debug.internal.core.sourcelookup.containers | |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.debug.ui.memory | |
org.eclipse.debug.ui.sourcelookup | Provides a user interface for debug platform source lookup facilities. |
org.eclipse.ltk.core.refactoring | Application programmer interface to implement semantic preserving workspace transformations. |
org.eclipse.ltk.core.refactoring.participants | Application programmer interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation. |
org.eclipse.team.core.variants | Application programming interfaces for accessing and managing resource variants. |
org.eclipse.ui.progress | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.update.core | Provides support for extending the base installation and update services. |
org.eclipse.update.core.model | Provides model support for extending the base installation and update services. |
Uses of PlatformObject in org.eclipse.core.internal.jobs |
---|
Subclasses of PlatformObject in org.eclipse.core.internal.jobs | |
class |
org.eclipse.core.internal.jobs.InternalJob
Internal implementation class for jobs. |
Uses of PlatformObject in org.eclipse.core.internal.resources |
---|
Subclasses of PlatformObject in org.eclipse.core.internal.resources | |
class |
org.eclipse.core.internal.resources.InternalWorkspaceJob
Batches the activity of a job as a single operation, without obtaining the workspace lock. |
Uses of PlatformObject in org.eclipse.core.resources |
---|
Subclasses of PlatformObject in org.eclipse.core.resources | |
class |
WorkspaceJob
A job that makes an atomic modification to the workspace. |
Uses of PlatformObject in org.eclipse.core.runtime.jobs |
---|
Subclasses of PlatformObject in org.eclipse.core.runtime.jobs | |
class |
Job
Jobs are units of runnable work that can be scheduled to be run with the job manager. |
Uses of PlatformObject in org.eclipse.debug.core |
---|
Subclasses of PlatformObject in org.eclipse.debug.core | |
class |
Launch
A launch is the result of launching a debug session and/or one or more system processes. |
Uses of PlatformObject in org.eclipse.debug.core.model |
---|
Subclasses of PlatformObject in org.eclipse.debug.core.model | |
class |
Breakpoint
Abstract implementation of a breakpoint. |
class |
DebugElement
Implementation of common function for debug elements. |
class |
LineBreakpoint
Abstract implementation of a line breakpoint. |
class |
RuntimeProcess
Standard implementation of an IProcess that wrappers a system
process (java.lang.Process ).
|
Uses of PlatformObject in org.eclipse.debug.core.sourcelookup.containers |
---|
Subclasses of PlatformObject in org.eclipse.debug.core.sourcelookup.containers | |
class |
AbstractSourceContainer
Common function for source containers. |
class |
ArchiveSourceContainer
Archive source container for an archive in the workspace. |
class |
CompositeSourceContainer
A source container of source containers. |
class |
DefaultSourceContainer
A source container that computer the default source lookup path for a launch configuration on each launch using a launch configuration's associated source path computer. |
class |
DirectorySourceContainer
A directory in the local file system. |
class |
ExternalArchiveSourceContainer
An archive in the local file system. |
class |
FolderSourceContainer
A folder in the workspace. |
class |
LocalFileStorage
Implementation of storage for a local file ( java.io.File ).
|
class |
ProjectSourceContainer
A project in the workspace. |
class |
WorkspaceSourceContainer
All projects in the workspace. |
class |
ZipEntryStorage
Storage implementation for zip entries. |
Uses of PlatformObject in org.eclipse.debug.internal.core.sourcelookup.containers |
---|
Subclasses of PlatformObject in org.eclipse.debug.internal.core.sourcelookup.containers | |
class |
org.eclipse.debug.internal.core.sourcelookup.containers.ContainerSourceContainer
A container in the workspace. |
Uses of PlatformObject in org.eclipse.debug.ui |
---|
Subclasses of PlatformObject in org.eclipse.debug.ui | |
class |
BreakpointTypeCategory
Default implementation for a breakpoint type category. |
Uses of PlatformObject in org.eclipse.debug.ui.memory |
---|
Subclasses of PlatformObject in org.eclipse.debug.ui.memory | |
class |
AbstractMemoryRendering
Abstract implementation of a memory rendering. |
class |
AbstractTableRendering
Abstract implementation of a table rendering. |
class |
AbstractTextRendering
Abstract implementation of a rendering that translates memory into text, displayed in a table. |
Uses of PlatformObject in org.eclipse.debug.ui.sourcelookup |
---|
Subclasses of PlatformObject in org.eclipse.debug.ui.sourcelookup | |
class |
WorkingSetSourceContainer
A working set in the workspace. |
Uses of PlatformObject in org.eclipse.ltk.core.refactoring |
---|
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring | |
class |
Refactoring
Abstract super class for all refactorings. |
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.participants |
---|
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring.participants | |
class |
CopyParticipant
A participant to participate in refactorings that copy elements to a shared clipboard. |
class |
CopyProcessor
A special processor that performs copy operations. |
class |
CopyRefactoring
A generic copy refactoring. |
class |
CreateParticipant
A participant to participate in refactorings that create elements. |
class |
DeleteParticipant
A participant to participate in refactorings that delete elements. |
class |
DeleteProcessor
A special processor that performs delete operations. |
class |
DeleteRefactoring
A generic delete refactoring. |
class |
MoveParticipant
A participant to participate in refactorings that move elements. |
class |
MoveProcessor
A special processor that performs move operations. |
class |
MoveRefactoring
A generic move refactoring. |
class |
ProcessorBasedRefactoring
An abstract base implementation for refactorings that are split into one refactoring processor and 0..n participants. |
class |
RefactoringParticipant
A refactoring participant can participate in the condition checking and change creation of a refactoring processor. |
class |
RefactoringProcessor
An abstract base class defining the protocol between a refactoring and its associated processor. |
class |
RenameParticipant
A participant to participate in refactorings that rename elements. |
class |
RenameProcessor
A special processor that performs rename operations. |
class |
RenameRefactoring
A generic rename refactoring. |
Uses of PlatformObject in org.eclipse.team.core.variants |
---|
Subclasses of PlatformObject in org.eclipse.team.core.variants | |
class |
CachedResourceVariant
A resource variant is a partial implementation of a remote resource whose contents and handle are cached locally. |
Uses of PlatformObject in org.eclipse.ui.progress |
---|
Subclasses of PlatformObject in org.eclipse.ui.progress | |
class |
UIJob
The UIJob is a Job that runs within the UI Thread via an asyncExec. |
class |
WorkbenchJob
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling. |
Uses of PlatformObject in org.eclipse.update.core |
---|
Subclasses of PlatformObject in org.eclipse.update.core | |
class |
ArchiveReference
Convenience implementation of a site archive. |
class |
Category
Convenience implementation of feature category definition. |
class |
Feature
Convenience implementation of a feature. |
class |
FeatureReference
Convenience implementation of a feature reference. |
class |
Import
Convenience implementation of a plug-in dependency. |
class |
IncludedFeatureReference
This is a utility class representing the options of a nested feature. |
class |
InstallHandlerEntry
Convenience implementation of an install handler entry. |
class |
NonPluginEntry
Convenience implementation of non-plug-in entry. |
class |
PluginEntry
Convenience implementation of plug-in entry. |
class |
Site
Convenience implementation of a site. |
class |
SiteFeatureReference
Convenience implementation of a feature reference. |
class |
SiteFeatureReferenceModel
Site Feature reference model object. |
class |
URLEntry
Convenience implementation of an annotated URL. |
Uses of PlatformObject in org.eclipse.update.core.model |
---|
Subclasses of PlatformObject in org.eclipse.update.core.model | |
class |
ArchiveReferenceModel
Site archive model object. |
class |
CategoryModel
Feature category definition model object. |
class |
ContentEntryModel
Content entry model object. |
class |
FeatureModel
Feature model object. |
class |
FeatureReferenceModel
Feature reference model object. |
class |
ImportModel
Plug-in dependency model object. |
class |
IncludedFeatureReferenceModel
Included Feature reference model object. |
class |
InstallHandlerEntryModel
Install handler entry model object. |
class |
ModelObject
Root model object. |
class |
NonPluginEntryModel
Non-plug-in entry model object. |
class |
PluginEntryModel
Plug-in entry model object. |
class |
SiteModel
Site model object. |
class |
URLEntryModel
Annotated URL model object. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.