Uses of Interface
org.eclipse.core.runtime.IConfigurationElement
Packages that use 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
Method parameters in org.eclipse.ant.core with type arguments of type IConfigurationElementModifier and TypeMethodDescriptionprotected voidAntCorePreferences.computeDefaultExtraClasspathEntries(List<IConfigurationElement> entries) AntCorePreferences.computeDefaultTasks(List<IConfigurationElement> tasks) Returns the complete list of pre-configuredTasksAntCorePreferences.computeDefaultTypes(List<IConfigurationElement> types) Returns the complete listing of pre-configuredTypesConstructor parameters in org.eclipse.ant.core with type arguments of type IConfigurationElementModifierConstructorDescriptionprotectedAntCorePreferences(List<IConfigurationElement> defaultTasks, List<IConfigurationElement> defaultExtraClasspath, List<IConfigurationElement> defaultTypes, boolean headless) protectedAntCorePreferences(List<IConfigurationElement> defaultTasks, List<IConfigurationElement> defaultExtraClasspath, List<IConfigurationElement> defaultTypes, List<IConfigurationElement> defaultProperties, boolean headless) -
Uses of IConfigurationElement in org.eclipse.compare.internal
Constructors in org.eclipse.compare.internal with parameters of type IConfigurationElementModifierConstructorDescription -
Uses of IConfigurationElement in org.eclipse.core.expressions
Methods in org.eclipse.core.expressions with parameters of type IConfigurationElementModifier and TypeMethodDescriptionabstract ExpressionElementHandler.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 voidElementHandler.processChildren(ExpressionConverter converter, IConfigurationElement element, CompositeExpression expression) Converts the children of the given configuration element and adds them to the given composite expression.Constructors in org.eclipse.core.expressions with parameters of type IConfigurationElementModifierConstructorDescriptionCountExpression(IConfigurationElement configElement) EqualsExpression(IConfigurationElement element) ReferenceExpression(IConfigurationElement element) TestExpression(IConfigurationElement element) WithExpression(IConfigurationElement configElement) -
Uses of IConfigurationElement in org.eclipse.core.resources
Methods in org.eclipse.core.resources with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidIncrementalProjectBuilder.setInitializationData(IConfigurationElement config, String propertyName, Object data) Sets initialization data for this builder. -
Uses of IConfigurationElement in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime that return IConfigurationElementModifier 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.Methods in org.eclipse.core.runtime with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidIExecutableExtension.setInitializationData(IConfigurationElement config, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtensionon a newly constructed extension, passing it its relevant configuration information. -
Uses of IConfigurationElement in org.eclipse.core.runtime.content
Methods in org.eclipse.core.runtime.content with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidBinarySignatureDescriber.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidXMLRootElementContentDescriber.setInitializationData(IConfigurationElement config, String propertyName, Object data) Deprecated.voidXMLRootElementContentDescriber2.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.equinox.jsp.jasper.registry
Methods in org.eclipse.equinox.jsp.jasper.registry with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidJSPFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.help.ui.browser
Methods in org.eclipse.help.ui.browser with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidLaunchURL.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ltk.core.refactoring.participants
Methods in org.eclipse.ltk.core.refactoring.participants with parameters of type IConfigurationElementModifier and TypeMethodDescriptionbooleanIParticipantDescriptorFilter.select(IConfigurationElement element, RefactoringStatus status) Returns whether the given element makes it through this filter. -
Uses of IConfigurationElement in org.eclipse.team.ui.synchronize
Fields in org.eclipse.team.ui.synchronize declared as IConfigurationElementModifier and TypeFieldDescriptionprotected IConfigurationElementAbstractSynchronizeParticipant.configElementMethods in org.eclipse.team.ui.synchronize with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidAbstractSynchronizeParticipant.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui
Methods in org.eclipse.ui with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidBasicWorkingSetElementAdapter.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) Constructors in org.eclipse.ui with parameters of type IConfigurationElementModifierConstructorDescriptionSelectionEnabler(IConfigurationElement configElement) Create a new instance of the receiver. -
Uses of IConfigurationElement in org.eclipse.ui.actions
Constructors in org.eclipse.ui.actions with parameters of type IConfigurationElementModifierConstructorDescriptionContributedAction(IServiceLocator locator, IConfigurationElement element) Create an action that can call a command. -
Uses of IConfigurationElement in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidActivitiesPreferencePage.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidActivityCategoryPreferencePage.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidWorkbenchTriggerPointAdvisor.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.cheatsheets
Methods in org.eclipse.ui.cheatsheets with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidCheatSheetExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidExtensionParameterValues.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidRadioState.setInitializationData(IConfigurationElement config, String propertyName, Object data) voidRegistryRadioState.setInitializationData(IConfigurationElement configurationElement, String propertyName, Object data) voidRegistryToggleState.setInitializationData(IConfigurationElement configurationElement, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.internal
Fields in org.eclipse.ui.internal with type parameters of type IConfigurationElementModifier and TypeFieldDescriptionprotected ArrayList<IConfigurationElement> PluginActionBuilder.BasicContribution.menusMethods in org.eclipse.ui.internal that return IConfigurationElementModifier and TypeMethodDescriptionprotected IConfigurationElementPluginAction.getConfigElement()PluginActionSet.getConfigElement()Returns the configuration element.WorkbenchWindow.getICEFor(MToolControl mtc) static IConfigurationElement[]ConfigurationInfo.getSortedExtensions(IConfigurationElement[] configElements) Methods in org.eclipse.ui.internal with parameters of type IConfigurationElementModifier and TypeMethodDescriptionbooleanObjectFilterTest.addFilterElement(IConfigurationElement element) Add a filter element to the test.voidPluginActionBuilder.BasicContribution.addMenu(IConfigurationElement element) Add a menu.protected voidPluginActionBuilder.BasicContribution.contributeGroupMarker(IMenuManager menu, IConfigurationElement element) Creates a named menu group marker from the information in the configuration element.protected voidPluginActionBuilder.BasicContribution.contributeMenu(IConfigurationElement menuElement, IMenuManager mng, boolean appendIfMissing) Creates a menu from the information in the menu configuration element and adds it into the provided menu manager.protected voidPluginActionBuilder.BasicContribution.contributeSeparator(IMenuManager menu, IConfigurationElement element) Creates a named menu separator from the information in the configuration element.protected ActionDescriptorEditorActionBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorObjectActionContributor.createActionDescriptor(IConfigurationElement element) protected abstract ActionDescriptorPluginActionBuilder.createActionDescriptor(IConfigurationElement element) This factory method returns a new ActionDescriptor for the configuration element.protected ActionDescriptorPluginActionSetBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorViewActionBuilder.createActionDescriptor(IConfigurationElement element) protected ActionDescriptorViewerActionBuilder.createActionDescriptor(IConfigurationElement element) static ObjectWorkbenchPlugin.createExtension(IConfigurationElement element, String classAttribute) Creates an extension.static StringWorkbenchWindow.getActionSetCommandId(IConfigurationElement element) static BundleWorkbenchPlugin.getBundleForExecutableExtension(IConfigurationElement element, String extensionName) Returns the bundle that contains the class referenced by an executable extension.static StringWorkbenchWindow.getCommandId(IConfigurationElement element) static StringWorkbenchWindow.getDefinitionId(IConfigurationElement element) static StringWorkbenchWindow.getId(IConfigurationElement element) protected StringPluginActionBuilder.getID(IConfigurationElement element) Returns the id of this contributions.static booleanWorkbenchWindow.getRetarget(IConfigurationElement element) static IConfigurationElement[]ConfigurationInfo.getSortedExtensions(IConfigurationElement[] configElements) protected StringPluginActionBuilder.getTargetID(IConfigurationElement element) Returns the name of the part ID attribute that is expected in the target extension.static booleanWorkbenchPlugin.hasExecutableExtension(IConfigurationElement element, String extensionName) Answers whether the provided element either has an attribute with the given name or a child element with the given name with an attribute called class.static booleanWorkbenchPlugin.isBundleLoadedForExecutableExtension(IConfigurationElement element, String extensionName) Checks to see if the provided element has the syntax for an executable extension with a given name that resides in a bundle that is already active.protected voidObjectActionContributorReader.processObjectContribution(IConfigurationElement element) Creates popup menu contributor from this element.protected booleanObjectActionContributor.readElement(IConfigurationElement element) protected booleanObjectActionContributorReader.readElement(IConfigurationElement element) Implements abstract method to handle configuration elements.protected booleanPerspectiveExtensionReader.readElement(IConfigurationElement element) protected booleanPluginActionBuilder.readElement(IConfigurationElement element) Implements abstract method to handle the provided XML element in the registry.protected booleanViewerActionBuilder.readElement(IConfigurationElement element) voidFilteredTableBaseHandler.setInitializationData(IConfigurationElement config, String propertyName, Object data) Constructors in org.eclipse.ui.internal with parameters of type IConfigurationElementModifierConstructorDescriptionActionDescriptor(IConfigurationElement actionElement, int targetType) Creates a new descriptor with the specified target.ActionDescriptor(IConfigurationElement actionElement, int targetType, Object target) Creates a new descriptor with the target and destination workbench part it will go into.ActionExpression(IConfigurationElement element) Creates an action expression for the given configuration element.EditorPluginAction(IConfigurationElement actionElement, IEditorPart part, String id, int style) This class adds the requirement that action delegates loaded on demand implement IViewActionDelegateEditorSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) Constructs an EditorSite for an editor.The constructor.ObjectPluginAction(IConfigurationElement actionElement, String id, int style) Constructs a new ObjectPluginAction.PartPluginAction(IConfigurationElement actionElement, String id, int style) PartPluginAction constructor.PartSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) Build the part site.PluginAction(IConfigurationElement actionElement, String id, int style) PluginAction constructor.ViewPluginAction(IConfigurationElement actionElement, IViewPart viewPart, String id, int style) This class adds the requirement that action delegates loaded on demand implement IViewActionDelegateViewSite(MPart model, IWorkbenchPart part, IWorkbenchPartReference ref, IConfigurationElement element) WWinPluginAction(IConfigurationElement actionElement, IWorkbenchWindow window, String id, int style) Constructs a newWWinPluginActionobject.WWinPluginPulldown(IConfigurationElement actionElement, IWorkbenchWindow window, String id, int style) Constructs a new instance ofWWinPluginPulldown. -
Uses of IConfigurationElement in org.eclipse.ui.intro.universal
Methods in org.eclipse.ui.intro.universal with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidExtensionFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) -
Uses of IConfigurationElement in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IConfigurationElementModifier and TypeMethodDescriptionprotected IConfigurationElementIntroPart.getConfigurationElement()Returns the configuration element for this part.protected IConfigurationElementWorkbenchPart.getConfigurationElement()Returns the configuration element for this part.Methods in org.eclipse.ui.part with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidEditorPart.setInitializationData(IConfigurationElement cfig, String propertyName, Object data) voidIntroPart.setInitializationData(IConfigurationElement cfig, String propertyName, Object data) TheIntroPartimplementation of thisIExecutableExtensionrecords the configuration element in and internal state variable (accessible viagetConfigElement).voidViewPart.setInitializationData(IConfigurationElement cfig, String propertyName, Object data) voidWorkbenchPart.setInitializationData(IConfigurationElement cfig, String propertyName, Object data) This method is called by the implementation of the methodIConfigurationElement.createExecutableExtensionon a newly constructed extension, passing it its relevant configuration information. -
Uses of IConfigurationElement in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences that return IConfigurationElementModifier and TypeMethodDescriptionstatic IConfigurationElement[]SettingsTransfer.getSettingsTransfers()Return the configuration elements for all of the settings transfers. -
Uses of IConfigurationElement in org.eclipse.ui.testing
Methods in org.eclipse.ui.testing that return IConfigurationElementConstructors in org.eclipse.ui.testing with parameters of type IConfigurationElementModifierConstructorDescriptionContributionInfo(String bundleId, String elementType, IConfigurationElement configurationElement) Creates a new instance. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor
Fields in org.eclipse.ui.texteditor declared as IConfigurationElementModifier and TypeFieldDescriptionAnnotationPreference.fConfigurationElementThe configuration element from which to create the annotation image provider.Methods in org.eclipse.ui.texteditor that return IConfigurationElementModifier and TypeMethodDescriptionabstract IConfigurationElementConfigurationElementSorter.getConfigurationElement(Object object) Returns the configuration element for the given object.Methods in org.eclipse.ui.texteditor with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidAnnotationPreference.setAnnotationImageProviderData(IConfigurationElement configurationElement, String annotationImageProviderAttribute) Sets the data needed to create the annotation image provider. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor.quickdiff
Constructors in org.eclipse.ui.texteditor.quickdiff with parameters of type IConfigurationElementModifierConstructorDescriptionCreates a new descriptor forelement. -
Uses of IConfigurationElement in org.eclipse.ui.texteditor.spelling
Constructors in org.eclipse.ui.texteditor.spelling with parameters of type IConfigurationElementModifierConstructorDescriptionCreates a new descriptor forelement. -
Uses of IConfigurationElement in org.eclipse.ui.themes
Methods in org.eclipse.ui.themes with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidRGBBlendColorFactory.setInitializationData(IConfigurationElement config, String propertyName, Object data) This executable extension requires parameters to be explicitly declared via the second method described in theIExecutableExtensiondocumentation. -
Uses of IConfigurationElement in org.eclipse.ui.views.markers
Methods in org.eclipse.ui.views.markers that return IConfigurationElementModifier and TypeMethodDescriptionfinal IConfigurationElementMarkerField.getConfigurationElement()Get the configuration element for the receiver.Methods in org.eclipse.ui.views.markers with parameters of type IConfigurationElementModifier and TypeMethodDescriptionfinal voidMarkerField.setConfigurationElement(IConfigurationElement element) Set the configuration element used by the receiver. -
Uses of IConfigurationElement in org.eclipse.ui.views.markers.internal
Methods in org.eclipse.ui.views.markers.internal that return IConfigurationElementModifier and TypeMethodDescriptionAttributeMarkerGrouping.getElement()Return the IConfigurationElement for the receiver.ContentGeneratorDescriptor.getFilterReferences()Return the configuration elements for the receiver.Methods in org.eclipse.ui.views.markers.internal with parameters of type IConfigurationElementModifier and TypeMethodDescriptionstatic MarkerGroupMarkerGroup.createMarkerGroup(IConfigurationElement element) Create a new MarkerGroup from element.voidContentGeneratorDescriptor.removeExtension(IConfigurationElement element) Remove the element from the generator extensionsMethod parameters in org.eclipse.ui.views.markers.internal with type arguments of type IConfigurationElementModifier and TypeMethodDescriptionvoidContentGeneratorDescriptor.addExtensions(Collection<IConfigurationElement> extensions) Add the extensions to the receiver.Constructors in org.eclipse.ui.views.markers.internal with parameters of type IConfigurationElementModifierConstructorDescriptionCreate a new instance of the receiver from element.Create a new ContentGeneratorDescriptorprotectedMarkerGroup(IConfigurationElement element) Create a new instance of the receiver called name with id identifier.MarkerGroupingEntry(IConfigurationElement element) Create a new instance of the receiver from element. -
Uses of IConfigurationElement in org.eclipse.ui.wizards.newresource
Methods in org.eclipse.ui.wizards.newresource with parameters of type IConfigurationElementModifier and TypeMethodDescriptionvoidBasicNewProjectResourceWizard.setInitializationData(IConfigurationElement cfig, String propertyName, Object data) Stores the configuration element for the wizard.static voidBasicNewProjectResourceWizard.updatePerspective(IConfigurationElement configElement) Updates the perspective based on the current settings in the Workbench/Perspectives preference page.