Uses of Class
org.eclipse.core.runtime.QualifiedName
Packages that use QualifiedName
Package
Description
Provides basic support for managing a workspace and
its resources.
Provides core support for content types.
Provides core support for scheduling and interacting with background activity.
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
Application programming interfaces for accessing and managing resource variants.
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of QualifiedName in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return QualifiedNameModifier and TypeMethodDescriptionISynchronizer.getPartners()Returns a list of synchronization partner names currently registered with this synchronizer.Methods in org.eclipse.core.resources that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionIResource.getPersistentProperties()Returns a copy of the map of this resource's persistent properties.IResource.getSessionProperties()Returns a copy of the map of this resource's session properties.Methods in org.eclipse.core.resources with parameters of type QualifiedNameModifier and TypeMethodDescriptionvoidISynchronizer.accept(QualifiedName partner, IResource start, IResourceVisitor visitor, int depth) Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.voidISynchronizer.add(QualifiedName partner) Adds the named synchronization partner to this synchronizer's registry of partners.voidISynchronizer.flushSyncInfo(QualifiedName partner, IResource resource, int depth) Discards the named partner's synchronization information associated with the specified resource and its descendents to the specified depth.IResource.getPersistentProperty(QualifiedName key) Returns the value of the persistent property of this resource identified by the given key, ornullif this resource has no such property.IResource.getSessionProperty(QualifiedName key) Returns the value of the session property of this resource identified by the given key, ornullif this resource has no such property.IResourceProxy.getSessionProperty(QualifiedName key) Returns the value of the session property of the resource being visited, identified by the given key.byte[]ISynchronizer.getSyncInfo(QualifiedName partner, IResource resource) Returns the named sync partner's synchronization information for the given resource.voidISynchronizer.remove(QualifiedName partner) Removes the named synchronization partner from this synchronizer's registry.voidIResource.setPersistentProperty(QualifiedName key, String value) Sets the value of the persistent property of this resource identified by the given key.voidIResource.setSessionProperty(QualifiedName key, Object value) Sets the value of the session property of this resource identified by the given key.voidISynchronizer.setSyncInfo(QualifiedName partner, IResource resource, byte[] info) Sets the named sync partner's synchronization information for the given resource. -
Uses of QualifiedName in org.eclipse.core.runtime.content
Fields in org.eclipse.core.runtime.content declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedName[]IContentDescription.ALLOptions constant meaning that all properties should be described.static final QualifiedNameIContentDescription.BYTE_ORDER_MARKKey for the "byte order mark" property.static final QualifiedNameIContentDescription.CHARSETKey for the "charset" property.Methods in org.eclipse.core.runtime.content that return QualifiedNameModifier and TypeMethodDescriptionBinarySignatureDescriber.getSupportedOptions()IContentDescriber.getSupportedOptions()Returns the properties supported by this describer.XMLContentDescriber.getSupportedOptions()Methods in org.eclipse.core.runtime.content with parameters of type QualifiedNameModifier and TypeMethodDescriptionIContentType.getDescriptionFor(InputStream contents, QualifiedName[] options) Tries to obtain a description for the given contents.IContentType.getDescriptionFor(Reader contents, QualifiedName[] options) Tries to obtain a description for the given contents.IContentTypeMatcher.getDescriptionFor(InputStream contents, String fileName, QualifiedName[] options) Tries to obtain a description for the given contents and file name.IContentTypeMatcher.getDescriptionFor(Reader contents, String fileName, QualifiedName[] options) Tries to obtain a description for the given contents and file name.IContentDescription.getProperty(QualifiedName key) Returns the value of custom property set by the content describer, or the default value for the property, if one has been defined.booleanIContentDescription.isRequested(QualifiedName key) Returns whether the given property is requested to be described.voidIContentDescription.setProperty(QualifiedName key, Object value) Sets the given property to the given value. -
Uses of QualifiedName in org.eclipse.core.runtime.jobs
Methods in org.eclipse.core.runtime.jobs with parameters of type QualifiedNameModifier and TypeMethodDescriptionfinal ObjectJob.getProperty(QualifiedName key) Returns the value of the property of this job identified by the given key, ornullif this job has no such property.voidJob.setProperty(QualifiedName key, Object value) Sets the value of the property of this job identified by the given key. -
Uses of QualifiedName in org.eclipse.equinox.p2.ui
Fields in org.eclipse.equinox.p2.ui declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedNameLoadMetadataRepositoryJob.ACCUMULATE_LOAD_ERRORSThe key that should be used to set a property on a repository load job to indicate that load errors should be accumulated into a single status rather than reported as they occur.static final QualifiedNameLoadMetadataRepositoryJob.SUPPRESS_AUTHENTICATION_JOB_MARKERThe key that should be used to set a property on a repository load job to indicate that authentication should be suppressed when loading the repositories.static final QualifiedNameLoadMetadataRepositoryJob.SUPPRESS_REPOSITORY_EVENTSThe key that should be used to set a property on a repository load job to indicate that repository events triggered by this job should be suppressed so that clients will ignore all events related to the load.static final QualifiedNameLoadMetadataRepositoryJob.WIZARD_CLIENT_SHOULD_SCHEDULEThe key that should be used to set a property on a repository load job to indicate that a wizard receiving this job needs to schedule it. -
Uses of QualifiedName in org.eclipse.team.core.variants
Methods in org.eclipse.team.core.variants that return QualifiedNameModifier and TypeMethodDescriptionPersistantResourceVariantByteStore.getSyncName()Return the qualified name that uniquely identifies this tree.Constructors in org.eclipse.team.core.variants with parameters of type QualifiedNameModifierConstructorDescriptionCreate a persistent tree that uses the given qualified name as the key in theorg.eclipse.core.resources.ISynchronizer.Create a three-way synchronizer that uses a persistent byte store with the given qualified name as its unique identifier. -
Uses of QualifiedName in org.eclipse.ui.ide
Fields in org.eclipse.ui.ide declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedNameIDE.EDITOR_KEYThe persistent property key used on IFile resources to contain the preferred editor ID to use. -
Uses of QualifiedName in org.eclipse.ui.progress
Fields in org.eclipse.ui.progress declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedNameIProgressConstants.ACTION_PROPERTYThis property is used to associate anIActionwith a Job.static final QualifiedNameIProgressConstants2.COMMAND_PROPERTYThis property is used to associate aParameterizedCommandwith a Job.static final QualifiedNameIProgressConstants.ICON_PROPERTYThis property is used to associate anImageDescriptorwith a Job.static final QualifiedNameIProgressConstants.KEEP_PROPERTYThis property provides a hint to the progress UI to keep Jobs in the UI after they have finished.static final QualifiedNameIProgressConstants.KEEPONE_PROPERTYThe KEEPONE_PROPERTY is an extension to the KEEP_PROPERTY, that provides a hint to the progress UI to ensure that only a single Job of a Job family is kept in the set of kept Jobs.static final QualifiedNameIProgressConstants.NO_IMMEDIATE_ERROR_PROMPT_PROPERTYThis property provides a hint to the progress UI to not prompt on errors immediately but instead make the errors available through the progress UI.static final QualifiedNameIProgressConstants.PROPERTY_IN_DIALOGThis is a property set on a user job if the user has not decided to run the job in the background.static final QualifiedNameIProgressConstants2.SHOW_IN_TASKBAR_ICON_PROPERTYThis property provides a hint to the progress UI to show the progress of the job in the application TaskBar -
Uses of QualifiedName in org.eclipse.ui.statushandlers
Fields in org.eclipse.ui.statushandlers declared as QualifiedNameModifier and TypeFieldDescriptionstatic final QualifiedNameIStatusAdapterConstants.EXPLANATION_PROPERTYThis property is used to add an explanation to the adapter.static final QualifiedNameIStatusAdapterConstants.HINT_PROPERTYThis property is used to add a hint to the adapter.static final QualifiedNameIStatusAdapterConstants.TIMESTAMP_PROPERTYThis property is used to add a timestamp to the adapter.static final QualifiedNameStatusAdapter.TIMESTAMP_PROPERTYDeprecated.static final QualifiedNameIStatusAdapterConstants.TITLE_PROPERTYThis property is used to add title to the adapter.static final QualifiedNameStatusAdapter.TITLE_PROPERTYDeprecated.useIStatusAdapterConstants.TITLE_PROPERTYinsteadMethods in org.eclipse.ui.statushandlers with parameters of type QualifiedNameModifier and TypeMethodDescriptionStatusAdapter.getProperty(QualifiedName key) Returns the value of the adapter's property identified by the given key, ornullif this adapter has no such property.voidStatusAdapter.setProperty(QualifiedName key, Object value) Sets the value of the receiver's property identified by the given key.
IStatusAdapterConstants.TIMESTAMP_PROPERTYinstead