Package | Description |
---|---|
org.eclipse.core.expressions |
Application programming interfaces for the expression language.
|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.core.runtime.content |
Provides core support for content types.
|
org.eclipse.help.ui.browser |
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
|
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.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.activities |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.cheatsheets |
Provides support for working with cheat sheets.
|
org.eclipse.ui.commands | |
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
org.eclipse.ui.intro.universal | |
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.texteditor.quickdiff |
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor. |
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
org.eclipse.ui.themes |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.wizards.newresource |
Provides the standard wizards for creating files,
folders, and projects in the workspace.
|
Modifier and Type | Method and Description |
---|---|
abstract Expression |
ElementHandler.create(ExpressionConverter converter,
IConfigurationElement config)
Creates the corresponding expression for the given configuration element.
|
Expression |
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,
org.eclipse.core.internal.expressions.CompositeExpression expression)
Converts the children of the given configuration element and adds them
to the given composite expression.
|
Modifier and Type | Method and Description |
---|---|
void |
IncrementalProjectBuilder.setInitializationData(IConfigurationElement config,
String propertyName,
Object data)
Sets initialization data for this builder.
|
Modifier and Type | Method and Description |
---|---|
IConfigurationElement[] |
IConfigurationElement.getChildren()
Returns all configuration elements that are children of this
configuration element.
|
IConfigurationElement[] |
IConfigurationElement.getChildren(String name)
Returns all child configuration elements with the given name.
|
IConfigurationElement[] |
IExtensionPoint.getConfigurationElements()
Returns all configuration elements from all extensions configured
into this extension point.
|
IConfigurationElement[] |
IExtension.getConfigurationElements()
Returns all configuration elements declared by this extension.
|
IConfigurationElement[] |
IPluginRegistry.getConfigurationElementsFor(String extensionPointId)
Deprecated.
|
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(String extensionPointId)
Returns all configuration elements from all extensions configured
into the identified extension point.
|
IConfigurationElement[] |
IPluginRegistry.getConfigurationElementsFor(String pluginId,
String extensionPointName)
Deprecated.
|
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(String namespace,
String extensionPointName)
Returns all configuration elements from all extensions configured
into the identified extension point.
|
IConfigurationElement[] |
IPluginRegistry.getConfigurationElementsFor(String pluginId,
String extensionPointName,
String extensionId)
Deprecated.
|
IConfigurationElement[] |
IExtensionRegistry.getConfigurationElementsFor(String namespace,
String extensionPointName,
String extensionId)
Returns all configuration elements from the identified extension.
|
Modifier and Type | Method and Description |
---|---|
void |
IExecutableExtension.setInitializationData(IConfigurationElement config,
String propertyName,
Object data)
This method is called by the implementation of the method
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information. |
Modifier and Type | Method and Description |
---|---|
void |
XMLRootElementContentDescriber.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
void |
BinarySignatureDescriber.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
LaunchURL.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
boolean |
IParticipantDescriptorFilter.select(IConfigurationElement element,
RefactoringStatus status)
Returns whether the given element makes it through this filter.
|
Modifier and Type | Field and Description |
---|---|
protected IConfigurationElement |
AbstractSynchronizeParticipant.configElement |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSynchronizeParticipant.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionFactory.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Constructor and Description |
---|
SelectionEnabler(IConfigurationElement configElement)
Create a new instance of the receiver.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityCategoryPreferencePage.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
void |
ActivitiesPreferencePage.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
void |
WorkbenchTriggerPointAdvisor.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
CheatSheetExtensionFactory.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionParameterValues.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
RegistryToggleState.setInitializationData(IConfigurationElement configurationElement,
String propertyName,
Object data) |
void |
RegistryRadioState.setInitializationData(IConfigurationElement configurationElement,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionFactory.setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
Modifier and Type | Method and Description |
---|---|
protected IConfigurationElement |
WorkbenchPart.getConfigurationElement()
Returns the configuration element for this part.
|
protected IConfigurationElement |
IntroPart.getConfigurationElement()
Returns the configuration element for this part.
|
Modifier and Type | Method and Description |
---|---|
void |
EditorPart.setInitializationData(IConfigurationElement cfig,
String propertyName,
Object data) |
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 method
IConfigurationElement.createExecutableExtension
on a newly constructed extension, passing it its relevant configuration
information. |
void |
IntroPart.setInitializationData(IConfigurationElement cfig,
String propertyName,
Object data)
The
IntroPart implementation of this
IExecutableExtension records the configuration element in
and internal state variable (accessible via getConfigElement ). |
Modifier and Type | Field and Description |
---|---|
IConfigurationElement |
AnnotationPreference.fConfigurationElement
The configuration element from which to create the annotation image provider.
|
Modifier and Type | Method and Description |
---|---|
abstract IConfigurationElement |
ConfigurationElementSorter.getConfigurationElement(Object object)
Returns the configuration element for the given object.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationPreference.setAnnotationImageProviderData(IConfigurationElement configurationElement,
String annotationImageProviderAttribute)
Sets the data needed to create the annotation image provider.
|
Constructor and Description |
---|
ReferenceProviderDescriptor(IConfigurationElement element)
Creates a new descriptor for
element . |
Constructor and Description |
---|
SpellingEngineDescriptor(IConfigurationElement element)
Creates a new descriptor for
element . |
Modifier and Type | Method and Description |
---|---|
void |
RGBBlendColorFactory.setInitializationData(IConfigurationElement config,
String propertyName,
Object data)
This executable extension requires parameters to be explicitly declared
via the second method described in the
IExecutableExtension
documentation. |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.