Uses of Class
org.eclipse.core.runtime.PlatformObject
Packages that use 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
Subclasses of PlatformObject in org.eclipse.compareModifier and TypeClassDescriptionclassA compare operation which can present its results in a special editor. -
Uses of PlatformObject in org.eclipse.compare.internal
Subclasses of PlatformObject in org.eclipse.compare.internal -
Uses of PlatformObject in org.eclipse.core.filesystem.provider
Subclasses of PlatformObject in org.eclipse.core.filesystem.providerModifier and TypeClassDescriptionclassThe abstract superclass of allIFileStoreimplementations.classThe common superclass for all file system implementations. -
Uses of PlatformObject in org.eclipse.core.internal.jobs
Subclasses of PlatformObject in org.eclipse.core.internal.jobsModifier and TypeClassDescriptionclassorg.eclipse.core.internal.jobs.InternalJobInternal implementation class for jobs. -
Uses of PlatformObject in org.eclipse.core.internal.resources
Subclasses of PlatformObject in org.eclipse.core.internal.resourcesModifier and TypeClassDescriptionclassorg.eclipse.core.internal.resources.InternalWorkspaceJobBatches 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.resourcesModifier and TypeClassDescriptionclassA job that makes an atomic modification to the workspace. -
Uses of PlatformObject in org.eclipse.core.resources.mapping
Subclasses of PlatformObject in org.eclipse.core.resources.mappingModifier and TypeClassDescriptionfinal classA resource mapping that obtains the traversals for its model object from a set of child mappings.classRepresents the provider of a logical model.classA 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
Subclasses of PlatformObject in org.eclipse.core.runtime.jobsModifier and TypeClassDescriptionclassJobs 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.coreModifier and TypeClassDescriptionclassA 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.modelModifier and TypeClassDescriptionclassAbstract implementation of a breakpoint.classImplementation of common function for debug elements.classAbstract implementation of a line breakpoint.classStandard implementation of anIProcessthat 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.containersModifier and TypeClassDescriptionclassCommon function for source containers.classArchive source container for an archive in the workspace.classA source container of source containers.classA source container for a container in the workspace.classA 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.classA directory in the local file system.classAn archive in the local file system.classA folder in the workspace.classImplementation of storage for a local file (java.io.File).classA project in the workspace.classAll projects in the workspace.classStorage implementation for zip entries. -
Uses of PlatformObject in org.eclipse.debug.internal.ui.views.memory.renderings
Subclasses of PlatformObject in org.eclipse.debug.internal.ui.views.memory.renderingsModifier and TypeClassDescriptionclassorg.eclipse.debug.internal.ui.views.memory.renderings.AbstractBaseTableRenderingInternal base class to allow AbstractTableRendering and AbstractAsyncTableRendering to share actions and dialogs. -
Uses of PlatformObject in org.eclipse.debug.ui
Subclasses of PlatformObject in org.eclipse.debug.uiModifier and TypeClassDescriptionclassDefault implementation for a breakpoint type category. -
Uses of PlatformObject in org.eclipse.debug.ui.memory
Subclasses of PlatformObject in org.eclipse.debug.ui.memoryModifier and TypeClassDescriptionclassAbstract implementation of a memory rendering.classAbstract implementation of a table rendering.classAbstract 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.sourcelookupModifier and TypeClassDescriptionclassEditor input for theCommonSourceNotFoundEditor.classA working set in the workspace. -
Uses of PlatformObject in org.eclipse.e4.ui.dialogs.filteredtree
Subclasses of PlatformObject in org.eclipse.e4.ui.dialogs.filteredtreeModifier and TypeClassDescriptionclassMerge 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
Subclasses of PlatformObject in org.eclipse.equinox.p2.operationsModifier and TypeClassDescriptionclassA job that modifies a profile according to a specified provisioning plan.classAbstract class representing provisioning jobs. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.artifact.spi
Subclasses of PlatformObject in org.eclipse.equinox.p2.repository.artifact.spiModifier and TypeClassDescriptionclassThe common base class for all artifact repository implementations. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.metadata.spi
Subclasses of PlatformObject in org.eclipse.equinox.p2.repository.metadata.spiModifier and TypeClassDescriptionclassThe common base class for all metadata repositories. -
Uses of PlatformObject in org.eclipse.equinox.p2.repository.spi
Subclasses of PlatformObject in org.eclipse.equinox.p2.repository.spiModifier and TypeClassDescriptionclassAbstractRepository defines common properties that may be provided by various kinds of repositories. -
Uses of PlatformObject in org.eclipse.equinox.p2.ui
Subclasses of PlatformObject in org.eclipse.equinox.p2.uiModifier and TypeClassDescriptionclassA job that loads a set of metadata repositories and caches the loaded repositories. -
Uses of PlatformObject in org.eclipse.jface.notifications.internal
Subclasses of PlatformObject in org.eclipse.jface.notifications.internal -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoringModifier and TypeClassDescriptionclassAbstract super class for all refactorings.classProxy of a refactoring descriptor. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.history
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring.historyModifier and TypeClassDescriptionclassObject which represents a sequence of executed refactorings with optional time information. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.model
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring.modelModifier and TypeClassDescriptionclassPartial implementation of a resource mapping for a refactoring descriptor object.classPartial implementation of a resource mapping for a refactoring history object. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.participants
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring.participantsModifier and TypeClassDescriptionclassA participant to participate in refactorings that copy elements to a shared clipboard.classA special processor that performs copy operations.classA generic copy refactoring.classA participant to participate in refactorings that create elements.classA participant to participate in refactorings that delete elements.classA special processor that performs delete operations.classA generic delete refactoring.classA participant to participate in refactorings that move elements.classA special processor that performs move operations.classA generic move refactoring.classAn base implementation for refactorings that are split into one refactoring processor and 0..n participants.classA refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor.classAn abstract base class defining the protocol between a refactoring and its associated processor.classA participant to participate in refactorings that rename elements.classA special processor that performs rename operations.classA generic rename refactoring. -
Uses of PlatformObject in org.eclipse.team.core
Subclasses of PlatformObject in org.eclipse.team.coreModifier and TypeClassDescriptionfinal classclassThis class represents things you can ask/do with a type of provider. -
Uses of PlatformObject in org.eclipse.team.core.mapping.provider
Subclasses of PlatformObject in org.eclipse.team.core.mapping.providerModifier and TypeClassDescriptionclassProvides the context for anIResourceMappingMerger.classAbstract implementation of theISynchronizationContextinterface.classClass for translating a set ofResourceMappingobjects representing a view selection into the complete set of resources to be operated on. -
Uses of PlatformObject in org.eclipse.team.core.subscribers
Subclasses of PlatformObject in org.eclipse.team.core.subscribersModifier and TypeClassDescriptionclassA merge context that uses a subscriber to populate the diff tree used by the context.classAISynchronizationScopeManagerthat uses aSubscriberto provide aRemoteResourceMappingContextand to notify participants when the remote state of resources change. -
Uses of PlatformObject in org.eclipse.team.core.variants
Subclasses of PlatformObject in org.eclipse.team.core.variantsModifier and TypeClassDescriptionclassA 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
Subclasses of PlatformObject in org.eclipse.team.uiModifier and TypeClassDescriptionclassAbstract 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
Subclasses of PlatformObject in org.eclipse.team.ui.historyModifier and TypeClassDescriptionclassDisplays a history page combined with the compare/merge infrastructure. -
Uses of PlatformObject in org.eclipse.team.ui.synchronize
Subclasses of PlatformObject in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclassThis class is the abstract base class for all synchronize view participants.classSynchronize participant that obtains it's synchronization state from aISynchronizationContext.classDisplays a synchronize participant page combined with the compare/merge infrastructure.classA compare editor input that makes use of aSaveableto manage the save lifecycle of the editor input.classA synchronize participant that displays synchronization information for local resources that are managed via aSubscriber.final classASyncInfoeditor input used as input to a two-way or three-way compare viewer. -
Uses of PlatformObject in org.eclipse.ui.part
Subclasses of PlatformObject in org.eclipse.ui.partModifier and TypeClassDescriptionclassAdapter for making a file resource a suitable input for an editor.classAdapter for making a file resource a suitable input for an in-place editor. -
Uses of PlatformObject in org.eclipse.ui.progress
Subclasses of PlatformObject in org.eclipse.ui.progressModifier and TypeClassDescriptionclassThe UIJob is a Job that runs within the UI Thread via an asyncExec.classWorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.