Java Reference
In-Depth Information
Notes:
Diagrams generated using the GMF tooling do not currently use this
extension-point.
This extension-point is not contributed to in the runtime itself, and the only
implementations of the ILogListener interface are found in PlatformLog
Writer and StatusManagerLogListener .
10.5.4 PropertiesConfigurations
Identifier: org.eclipse.gmf.runtime.common.core.
propertiesConfiguration
Description: This extension-point defines plug-in-specific Strings in external
properties files so that clients of the plug-in can refer to these Strings without
loading the plug-in itself. (Loading of the plug-in is deferred.)
Configuration markup:
<!ELEMENT extension (PropertiesConfiguration+)>
<!ELEMENT PropertiesConfiguration EMPTY>
<!ATTLIST PropertiesConfiguration
path CDATA #REQUIRED>
path —The relative path to a properties file.
Examples:
The following is an example of a PropertiesConfiguration contri-
bution:
<extension
point="org.eclipse.gmf.runtime.common.core.propertiesConfiguration">
<PropertiesConfiguration path="plugin.properties"/>
</extension>
Notes:
Diagrams generated using the GMF tooling do not currently use this
extension-point.
10.5.5 Document Providers
Identifier: org.eclipse.gmf.runtime.diagram.ui.resources.
editor.documentProviders
Description: This extension-point defines mappings between file types and
documentProviders , or between types of editor inputs and document
Search WWH ::




Custom Search