Java Reference
In-Depth Information
notationDepdendents"/>
</binding>
</extension>
Consider this example of binding multiple elementTypes and advice to the
logic context:
<extension-
point="org.eclipse.gmf.runtime.emf.type.core.elementTypeBindings">
<binding
context="org.eclipse.gmf.examples.runtime.diagram.logic"/>
<elementType pattern="logic.*"/>
<advice pattern="logic.*"/>
</binding>
</extension>
10.5.3 LogListeners
Identifier: org.eclipse.gmf.runtime.common.core.logListeners
Description: This extension-point defines listeners for the Eclipse logging
facility.
Configuration markup:
<!ELEMENT extension (LogListener)>
<!ELEMENT LogListener EMPTY>
<!ATTLIST LogListener
class CDATA #REQUIRED>
class —The listener class.
Examples:
The following is an example of a LogListener contribution:
<extension point="org.eclipse.gmf.runtime.common.core.logListeners">
<LogListener
class="org.eclipse.mindmap.listeners.MindmapLogListener"/>
</extension>
API information:
The value of the class attribute must be the fully qualified name of a class
that implements org.eclipse.core.runtime.ILogListener .
Search WWH ::




Custom Search