Uses of Class
org.eclipse.core.runtime.PlatformObject
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides an API to be extended by a file system implementation.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides core support for scheduling and interacting with background activity.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
Provides implementations of common source containers supporting source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides classes and interfaces to render memory blocks in the memory view.
Provides a user interface for debug platform source lookup facilities.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Defines SPI for registering new implementations of artifact repositories.
Defines SPI for registering new implementations of metadata repositories.
Defines common types for handling repositories.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Application programmer interface to implement semantic preserving workspace transformations.
Application programming interface to query refactoring history information from the refactoring infrastructure.
Application programming interface to support logical models.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with resource mappings.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for accessing and managing resource variants.
Provides basic support for managing Team providers.
Application programming interfaces for working with history.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of PlatformObject in org.eclipse.compare
Modifier and TypeClassDescriptionclass
A compare operation which can present its results in a special editor. -
Uses of PlatformObject in org.eclipse.compare.internal
-
Uses of PlatformObject in org.eclipse.core.filesystem.provider
Modifier and TypeClassDescriptionclass
The abstract superclass of allIFileStore
implementations.class
The common superclass for all file system implementations. -
Uses of PlatformObject in org.eclipse.core.internal.jobs
Modifier and TypeClassDescriptionclass
org.eclipse.core.internal.jobs.InternalJob
Internal implementation class for jobs. -
Uses of PlatformObject in org.eclipse.core.internal.resources
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
A job that makes an atomic modification to the workspace. -
Uses of PlatformObject in org.eclipse.core.resources.mapping
Modifier and TypeClassDescriptionfinal class
A resource mapping that obtains the traversals for its model object from a set of child mappings.class
Represents the provider of a logical model.class
A resource mapping supports the transformation of an application model object into its underlying file system resources. -
Uses of PlatformObject in org.eclipse.core.runtime.jobs
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Abstract implementation of a breakpoint.class
Implementation of common function for debug elements.class
Abstract implementation of a line breakpoint.class
Standard implementation of anIProcess
that wrappers a system process (java.lang.Process
). -
Uses of PlatformObject in org.eclipse.debug.core.sourcelookup.containers
Modifier and TypeClassDescriptionclass
Common function for source containers.class
Archive source container for an archive in the workspace.class
A source container of source containers.class
A source container for a container in the workspace.class
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
A directory in the local file system.class
An archive in the local file system.class
A folder in the workspace.class
Implementation of storage for a local file (java.io.File
).class
A project in the workspace.class
All projects in the workspace.class
Storage implementation for zip entries. -
Uses of PlatformObject in org.eclipse.debug.internal.ui.views.memory.renderings
Modifier and TypeClassDescriptionclass
org.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRendering
Internal base class to allow AbstractTableRendering and AbstractAsyncTableRendering to share actions and dialogs. -
Uses of PlatformObject in org.eclipse.debug.ui
Modifier and TypeClassDescriptionclass
Default implementation for a breakpoint type category. -
Uses of PlatformObject in org.eclipse.debug.ui.memory
Modifier and TypeClassDescriptionclass
Abstract implementation of a memory rendering.class
Abstract implementation of a table rendering.class
Abstract implementation of a rendering that translates memory into text, displayed in a table. -
Uses of PlatformObject in org.eclipse.debug.ui.sourcelookup
Modifier and TypeClassDescriptionclass
Editor input for theCommonSourceNotFoundEditor
.class
A working set in the workspace. -
Uses of PlatformObject in org.eclipse.e4.ui.dialogs.filteredtree
Modifier and TypeClassDescriptionclass
Merge of UIJob and WokbenchJob minus tracking whether the workbench is running - do not use for long running jobs! -
Uses of PlatformObject in org.eclipse.equinox.p2.operations
Modifier and TypeClassDescriptionclass
A job that modifies a profile according to a specified provisioning plan.class
Abstract class representing provisioning jobs. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.artifact.spi
Modifier and TypeClassDescriptionclass
The common base class for all artifact repository implementations. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.metadata.spi
Modifier and TypeClassDescriptionclass
The common base class for all metadata repositories. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.spi
Modifier and TypeClassDescriptionclass
AbstractRepository defines common properties that may be provided by various kinds of repositories. -
Uses of PlatformObject in org.eclipse.equinox.p2.ui
Modifier and TypeClassDescriptionclass
A job that loads a set of metadata repositories and caches the loaded repositories. -
Uses of PlatformObject in org.eclipse.jface.notifications.internal
-
Uses of PlatformObject in org.eclipse.ltk.core.refactoring
Modifier and TypeClassDescriptionclass
Abstract super class for all refactorings.class
Proxy of a refactoring descriptor. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.history
Modifier and TypeClassDescriptionclass
Object which represents a sequence of executed refactorings with optional time information. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.model
Modifier and TypeClassDescriptionclass
Partial implementation of a resource mapping for a refactoring descriptor object.class
Partial implementation of a resource mapping for a refactoring history object. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.participants
Modifier and TypeClassDescriptionclass
A participant to participate in refactorings that copy elements to a shared clipboard.class
A special processor that performs copy operations.class
A generic copy refactoring.class
A participant to participate in refactorings that create elements.class
A participant to participate in refactorings that delete elements.class
A special processor that performs delete operations.class
A generic delete refactoring.class
A participant to participate in refactorings that move elements.class
A special processor that performs move operations.class
A generic move refactoring.class
An base implementation for refactorings that are split into one refactoring processor and 0..n participants.class
A refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor
.class
An abstract base class defining the protocol between a refactoring and its associated processor.class
A participant to participate in refactorings that rename elements.class
A special processor that performs rename operations.class
A generic rename refactoring. -
Uses of PlatformObject in org.eclipse.team.core
Modifier and TypeClassDescriptionfinal class
class
This class represents things you can ask/do with a type of provider. -
Uses of PlatformObject in org.eclipse.team.core.mapping.provider
Modifier and TypeClassDescriptionclass
Provides the context for anIResourceMappingMerger
.class
Abstract implementation of theISynchronizationContext
interface.class
Class for translating a set ofResourceMapping
objects representing a view selection into the complete set of resources to be operated on. -
Uses of PlatformObject in org.eclipse.team.core.subscribers
Modifier and TypeClassDescriptionclass
A merge context that uses a subscriber to populate the diff tree used by the context.class
AISynchronizationScopeManager
that uses aSubscriber
to provide aRemoteResourceMappingContext
and to notify participants when the remote state of resources change. -
Uses of PlatformObject in org.eclipse.team.core.variants
Modifier and TypeClassDescriptionclass
A resource variant is a partial implementation of a remote resource whose contents and handle are cached locally. -
Uses of PlatformObject in org.eclipse.team.ui
Modifier and TypeClassDescriptionclass
Abstract class for hosting a page based structure input view for the purposes of feeding compare viewers. -
Uses of PlatformObject in org.eclipse.team.ui.history
Modifier and TypeClassDescriptionclass
Displays a history page combined with the compare/merge infrastructure. -
Uses of PlatformObject in org.eclipse.team.ui.synchronize
Modifier and TypeClassDescriptionclass
This class is the abstract base class for all synchronize view participants.class
Synchronize participant that obtains it's synchronization state from aISynchronizationContext
.class
Displays a synchronize participant page combined with the compare/merge infrastructure.class
A compare editor input that makes use of aSaveable
to manage the save lifecycle of the editor input.class
A synchronize participant that displays synchronization information for local resources that are managed via aSubscriber
.final class
ASyncInfo
editor input used as input to a two-way or three-way compare viewer. -
Uses of PlatformObject in org.eclipse.ui.part
Modifier and TypeClassDescriptionclass
Adapter for making a file resource a suitable input for an editor.class
Adapter for making a file resource a suitable input for an in-place editor. -
Uses of PlatformObject in org.eclipse.ui.progress
Modifier and TypeClassDescriptionclass
The UIJob is a Job that runs within the UI Thread via an asyncExec.class
WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.