Uses of Interface
org.eclipse.core.runtime.IConfigurationElement
Package
Description
Provides support for running the Ant build tool in the platform.
Application programming interfaces for the expression language.
Provides basic support for managing a workspace and
its resources.
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for content types.
Provides core support for the HttpService Servlet.
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Provides support for working with cheat sheets.
Provides support for retrieving information on Commands from the workbench.
Provides support for integrating handlers into the Eclipse workbench.
Provides a mechanism to add a preference page to customize welcome.
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Classes for testing support.
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor.Partial infrastructure for spell checking in text editors.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Utility classes for working with markers in views
Provides the standard wizards for creating files,
folders, and projects in the workspace.
-
Uses of IConfigurationElement in org.eclipse.ant.core
Modifier and TypeMethodDescriptionprotected void
AntCorePreferences.computeDefaultExtraClasspathEntries
(List<IConfigurationElement> entries) AntCorePreferences.computeDefaultTasks
(List<IConfigurationElement> tasks) Returns the complete list of pre-configuredTask
sAntCorePreferences.computeDefaultTypes
(List<IConfigurationElement> types) Returns the complete listing of pre-configuredType
sModifierConstructorDescriptionprotected
AntCorePreferences
(List<IConfigurationElement> defaultTasks, List<IConfigurationElement> defaultExtraClasspath, List<IConfigurationElement> defaultTypes, boolean headless) protected
AntCorePreferences
(List<IConfigurationElement> defaultTasks, List<IConfigurationElement> defaultExtraClasspath, List<IConfigurationElement> defaultTypes, List<IConfigurationElement> defaultProperties, boolean headless) -
Uses of IConfigurationElement in org.eclipse.core.expressions
Modifier and TypeMethodDescriptionabstract Expression
ElementHandler.create
(ExpressionConverter converter, IConfigurationElement config) Creates the corresponding expression for the given configuration element.ExpressionConverter.perform
(IConfigurationElement root) Converts the tree of configuration elements represented by the given root element and returns a corresponding expression tree.protected void
ElementHandler.processChildren
(ExpressionConverter converter, IConfigurationElement element, CompositeExpression expression) Converts the children of the given configuration element and adds them to the given composite expression.ModifierConstructorDescriptionCountExpression
(IConfigurationElement configElement) EqualsExpression
(IConfigurationElement element) ReferenceExpression
(IConfigurationElement element) TestExpression
(IConfigurationElement element) WithExpression
(IConfigurationElement configElement) -
Uses of IConfigurationElement in org.eclipse.core.resources
Modifier and TypeMethodDescriptionvoid
IncrementalProjectBuilder.setInitializationData
(IConfigurationElement config, String propertyName, Object data) Sets initialization data for this builder. -
Uses of IConfigurationElement in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionIConfigurationElement.getChildren()
Returns all configuration elements that are children of this configuration element.IConfigurationElement.getChildren
(String name) Returns all child configuration elements with the given name.IExtension.getConfigurationElements()
Returns all configuration elements declared by this extension.IExtensionPoint.getConfigurationElements()
Returns all configuration elements from all extensions configured into this extension point.IExtensionRegistry.getConfigurationElementsFor
(String extensionPointId) Returns all configuration elements from all extensions configured into the identified extension point.IExtensionRegistry.getConfigurationElementsFor
(String namespace, String extensionPointName) Returns all configuration elements from all extensions configured into the identified extension point.IExtensionRegistry.getConfigurationElementsFor
(String namespace, String extensionPointName, String extensionId) Returns all configuration elements from the identified extension.Modifier and TypeMethodDescriptionvoid
IExecutableExtension.setInitializationData
(IConfigurationElement config, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration information. -
Uses of IConfigurationElement in org.eclipse.core.runtime.content
Modifier and TypeMethodDescriptionvoid
BinarySignatureDescriber.setInitializationData
(IConfigurationElement config, String propertyName, Object data) void
XMLRootElementContentDescriber.setInitializationData
(IConfigurationElement config, String propertyName, Object data) Deprecated.void
XMLRootElementContentDescriber2.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.equinox.jsp.jasper.registry
Modifier and TypeMethodDescriptionvoid
JSPFactory.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.help.ui.browser
Modifier and TypeMethodDescriptionvoid
LaunchURL.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ltk.core.refactoring.participants
Modifier and TypeMethodDescriptionboolean
IParticipantDescriptorFilter.select
(IConfigurationElement element, RefactoringStatus status) Returns whether the given element makes it through this filter. -
Uses of IConfigurationElement in org.eclipse.team.ui.synchronize
Modifier and TypeFieldDescriptionprotected IConfigurationElement
AbstractSynchronizeParticipant.configElement
Modifier and TypeMethodDescriptionvoid
AbstractSynchronizeParticipant.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui
Modifier and TypeMethodDescriptionvoid
BasicWorkingSetElementAdapter.setInitializationData
(IConfigurationElement config, String propertyName, Object data) void
ExtensionFactory.setInitializationData
(IConfigurationElement config, String propertyName, Object data) ModifierConstructorDescriptionSelectionEnabler
(IConfigurationElement configElement) Create a new instance of the receiver. -
Uses of IConfigurationElement in org.eclipse.ui.actions
ModifierConstructorDescriptionContributedAction
(IServiceLocator locator, IConfigurationElement element) Create an action that can call a command. -
Uses of IConfigurationElement in org.eclipse.ui.activities
Modifier and TypeMethodDescriptionvoid
ActivitiesPreferencePage.setInitializationData
(IConfigurationElement config, String propertyName, Object data) void
ActivityCategoryPreferencePage.setInitializationData
(IConfigurationElement config, String propertyName, Object data) void
WorkbenchTriggerPointAdvisor.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.cheatsheets
Modifier and TypeMethodDescriptionvoid
CheatSheetExtensionFactory.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.commands
Modifier and TypeMethodDescriptionvoid
ExtensionParameterValues.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.handlers
Modifier and TypeMethodDescriptionvoid
RadioState.setInitializationData
(IConfigurationElement config, String propertyName, Object data) void
RegistryRadioState.setInitializationData
(IConfigurationElement configurationElement, String propertyName, Object data) void
RegistryToggleState.setInitializationData
(IConfigurationElement configurationElement, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.intro.universal
Modifier and TypeMethodDescriptionvoid
ExtensionFactory.setInitializationData
(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.part
Modifier and TypeMethodDescriptionprotected IConfigurationElement
IntroPart.getConfigurationElement()
Returns the configuration element for this part.protected IConfigurationElement
WorkbenchPart.getConfigurationElement()
Returns the configuration element for this part.Modifier and TypeMethodDescriptionvoid
EditorPart.setInitializationData
(IConfigurationElement cfig, String propertyName, Object data) void
IntroPart.setInitializationData
(IConfigurationElement cfig, String propertyName, Object data) TheIntroPart
implementation of thisIExecutableExtension
records the configuration element in and internal state variable (accessible viagetConfigElement
).void
ViewPart.setInitializationData
(IConfigurationElement cfig, String propertyName, Object data) void
WorkbenchPart.setInitializationData
(IConfigurationElement cfig, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration information. -
Uses of IConfigurationElement in org.eclipse.ui.preferences
Modifier and TypeMethodDescriptionstatic IConfigurationElement[]
SettingsTransfer.getSettingsTransfers()
Return the configuration elements for all of the settings transfers. -
Uses of IConfigurationElement in org.eclipse.ui.testing
ModifierConstructorDescriptionContributionInfo
(String bundleId, String elementType, IConfigurationElement configurationElement) Creates a new instance. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor
Modifier and TypeFieldDescriptionAnnotationPreference.fConfigurationElement
The configuration element from which to create the annotation image provider.Modifier and TypeMethodDescriptionabstract IConfigurationElement
ConfigurationElementSorter.getConfigurationElement
(Object object) Returns the configuration element for the given object.Modifier and TypeMethodDescriptionvoid
AnnotationPreference.setAnnotationImageProviderData
(IConfigurationElement configurationElement, String annotationImageProviderAttribute) Sets the data needed to create the annotation image provider. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor.quickdiff
ModifierConstructorDescriptionCreates a new descriptor forelement
. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor.spelling
ModifierConstructorDescriptionCreates a new descriptor forelement
. -
Uses of IConfigurationElement in org.eclipse.ui.themes
Modifier and TypeMethodDescriptionvoid
RGBBlendColorFactory.setInitializationData
(IConfigurationElement config, String propertyName, Object data) This executable extension requires parameters to be explicitly declared via the second method described in theIExecutableExtension
documentation. -
Uses of IConfigurationElement in org.eclipse.ui.views.markers
Modifier and TypeMethodDescriptionfinal IConfigurationElement
MarkerField.getConfigurationElement()
Get the configuration element for the receiver.Modifier and TypeMethodDescriptionfinal void
MarkerField.setConfigurationElement
(IConfigurationElement element) Set the configuration element used by the receiver. -
Uses of IConfigurationElement in org.eclipse.ui.wizards.newresource
Modifier and TypeMethodDescriptionvoid
BasicNewProjectResourceWizard.setInitializationData
(IConfigurationElement cfig, String propertyName, Object data) Stores the configuration element for the wizard.static void
BasicNewProjectResourceWizard.updatePerspective
(IConfigurationElement configElement) Updates the perspective based on the current settings in the Workbench/Perspectives preference page.