The java org.eclipse.core.runtime.IConfigurationElement is a class within the Eclipse platform's runtime library. It represents a configuration element in an Eclipse extension point. These elements define the contribution made by an Eclipse plug-in to the overall functionality of the platform. The IConfigurationElement class allows access to various attributes and child elements of a configuration element, enabling developers to manipulate and retrieve information about the contributed extension points and their associated extensions. This class is an important component for extending and customizing the Eclipse platform.
Java IConfigurationElement - 30 examples found. These are the top rated real world Java examples of org.eclipse.core.runtime.IConfigurationElement extracted from open source projects. You can rate examples to help us improve the quality of examples.