Uses of Class
org.eclipse.core.runtime.PlatformObject
-
Packages that use PlatformObject Package Description org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results.org.eclipse.core.filesystem.provider Provides an API to be extended by a file system implementation.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.resources.mapping Provides APIs for integrating application models with the workspaceorg.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.ui.views.memory.renderings org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.memory Provides classes and interfaces to render memory blocks in the memory view.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.org.eclipse.equinox.p2.operations Describes high level provisioning operations that can be resolved and performed either modally or in the background.org.eclipse.equinox.p2.repository.artifact.spi Defines SPI for registering new implementations of artifact repositories.org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories.org.eclipse.equinox.p2.repository.spi Defines common types for handling repositories.org.eclipse.equinox.p2.ui Provides provisioning user interface classes that can be used for assembling a provisioning UI.org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations.org.eclipse.ltk.core.refactoring.history Application programming interface to query refactoring history information from the refactoring infrastructure.org.eclipse.ltk.core.refactoring.model Application programming interface to support logical models.org.eclipse.ltk.core.refactoring.participants Application programming interface to participant in existing rename, move and delete refactorings if the refactoring provider supports participation.org.eclipse.team.core Application programming interfaces for defining and working with repository providers.org.eclipse.team.core.mapping.provider Application programming interfaces for working with resource mappings.org.eclipse.team.core.subscribers Application programming interfaces for generating and refreshing synchronization state.org.eclipse.team.core.variants Application programming interfaces for accessing and managing resource variants.org.eclipse.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.history Application programming interfaces for working with history.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.progress 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.compare Modifier and Type Class Description classCompareEditorInputA compare operation which can present its results in a special editor. -
Uses of PlatformObject in org.eclipse.core.filesystem.provider
Subclasses of PlatformObject in org.eclipse.core.filesystem.provider Modifier and Type Class Description classFileStoreThe abstract superclass of allIFileStoreimplementations.classFileSystemThe common superclass for all file system implementations. -
Uses of PlatformObject in org.eclipse.core.internal.jobs
Subclasses of PlatformObject in org.eclipse.core.internal.jobs with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.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.resources with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.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.resources Modifier and Type Class Description classWorkspaceJobA 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.mapping Modifier and Type Class Description classCompositeResourceMappingA resource mapping that obtains the traversals for its model object from a set of child mappings.classModelProviderRepresents the provider of a logical model.classResourceMappingA 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.jobs Modifier and Type Class Description classJobJobs 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 Modifier and Type Class Description classLaunchA 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 Modifier and Type Class Description classBreakpointAbstract implementation of a breakpoint.classDebugElementImplementation of common function for debug elements.classLineBreakpointAbstract implementation of a line breakpoint.classRuntimeProcessStandard 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.containers Modifier and Type Class Description classAbstractSourceContainerCommon function for source containers.classArchiveSourceContainerArchive source container for an archive in the workspace.classCompositeSourceContainerA source container of source containers.classContainerSourceContainerA source container for a container in the workspace.classDefaultSourceContainerA 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.classDirectorySourceContainerA directory in the local file system.classExternalArchiveSourceContainerAn archive in the local file system.classFolderSourceContainerA folder in the workspace.classLocalFileStorageImplementation of storage for a local file (java.io.File).classProjectSourceContainerA project in the workspace.classWorkspaceSourceContainerAll projects in the workspace.classZipEntryStorageStorage 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.renderings with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.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.ui Modifier and Type Class Description classBreakpointTypeCategoryDefault implementation for a breakpoint type category. -
Uses of PlatformObject in org.eclipse.debug.ui.memory
Subclasses of PlatformObject in org.eclipse.debug.ui.memory Modifier and Type Class Description classAbstractMemoryRenderingAbstract implementation of a memory rendering.classAbstractTableRenderingAbstract implementation of a table rendering.classAbstractTextRenderingAbstract 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 Modifier and Type Class Description classCommonSourceNotFoundEditorInputEditor input for theCommonSourceNotFoundEditor.classWorkingSetSourceContainerA working set in the workspace. -
Uses of PlatformObject in org.eclipse.equinox.p2.operations
Subclasses of PlatformObject in org.eclipse.equinox.p2.operations Modifier and Type Class Description classProfileModificationJobA job that modifies a profile according to a specified provisioning plan.classProvisioningJobAbstract 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.spi Modifier and Type Class Description classAbstractArtifactRepositoryThe 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.spi Modifier and Type Class Description classAbstractMetadataRepositoryThe 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.spi Modifier and Type Class Description classAbstractRepository<T>AbstractRepository 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.ui Modifier and Type Class Description classLoadMetadataRepositoryJobA job that loads a set of metadata repositories and caches the loaded repositories. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring Modifier and Type Class Description classRefactoringAbstract super class for all refactorings.classRefactoringDescriptorProxyProxy of a refactoring descriptor. -
Uses of PlatformObject in org.eclipse.ltk.core.refactoring.history
Subclasses of PlatformObject in org.eclipse.ltk.core.refactoring.history Modifier and Type Class Description classRefactoringHistoryObject 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.model Modifier and Type Class Description classAbstractRefactoringDescriptorResourceMappingPartial implementation of a resource mapping for a refactoring descriptor object.classAbstractRefactoringHistoryResourceMappingPartial 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.participants Modifier and Type Class Description classCopyParticipantA participant to participate in refactorings that copy elements to a shared clipboard.classCopyProcessorA special processor that performs copy operations.classCopyRefactoringA generic copy refactoring.classCreateParticipantA participant to participate in refactorings that create elements.classDeleteParticipantA participant to participate in refactorings that delete elements.classDeleteProcessorA special processor that performs delete operations.classDeleteRefactoringA generic delete refactoring.classMoveParticipantA participant to participate in refactorings that move elements.classMoveProcessorA special processor that performs move operations.classMoveRefactoringA generic move refactoring.classProcessorBasedRefactoringAn base implementation for refactorings that are split into one refactoring processor and 0..n participants.classRefactoringParticipantA refactoring participant can participate in the condition checking and change creation of aRefactoringProcessor.classRefactoringProcessorAn abstract base class defining the protocol between a refactoring and its associated processor.classRenameParticipantA participant to participate in refactorings that rename elements.classRenameProcessorA special processor that performs rename operations.classRenameRefactoringA generic rename refactoring. -
Uses of PlatformObject in org.eclipse.team.core
Subclasses of PlatformObject in org.eclipse.team.core Modifier and Type Class Description classDefaultRepositoryProviderTypeclassRepositoryProviderTypeThis 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.provider Modifier and Type Class Description classMergeContextProvides the context for anIResourceMappingMerger.classSynchronizationContextAbstract implementation of theISynchronizationContextinterface.classSynchronizationScopeManagerClass 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.subscribers Modifier and Type Class Description classSubscriberMergeContextA merge context that uses a subscriber to populate the diff tree used by the context.classSubscriberScopeManagerAISynchronizationScopeManagerthat 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.variants Modifier and Type Class Description classCachedResourceVariantA 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.ui Modifier and Type Class Description classPageCompareEditorInputAbstract 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.history Modifier and Type Class Description classHistoryPageCompareEditorInputDisplays 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.synchronize Modifier and Type Class Description classAbstractSynchronizeParticipantThis class is the abstract base class for all synchronize view participants.classModelSynchronizeParticipantSynchronize participant that obtains it's synchronization state from aISynchronizationContext.classParticipantPageCompareEditorInputDisplays a synchronize participant page combined with the compare/merge infrastructure.classSaveableCompareEditorInputA compare editor input that makes use of aSaveableto manage the save lifecycle of the editor input.classSubscriberParticipantA synchronize participant that displays synchronization information for local resources that are managed via aSubscriber.classSyncInfoCompareInputASyncInfoeditor 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.part Modifier and Type Class Description classFileEditorInputAdapter for making a file resource a suitable input for an editor.classFileInPlaceEditorInputAdapter 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.progress Modifier and Type Class Description classUIJobThe UIJob is a Job that runs within the UI Thread via an asyncExec.classWorkbenchJobWorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.
-