SCA XML Editors Extension
Identifier:
org.eclipse.soa.sca.core.common.org.eclipse.soa.sca.common.editors
Since:
SCA Tools 2.2.0
Description:
An extension-point to customize the XML editors for a given version of SCA.
Configuration Markup:
<!ELEMENT extension (Commons? , PreferenceInitializer* , SourceEditor?)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT Commons EMPTY>
<!ATTLIST Commons
class CDATA #REQUIRED
specification-id CDATA #REQUIRED
>
Defines common properties for the SCA (XML and form) editors.
- class - A class that can return images to use in the SCA XML and form editors.
- specification-id -
<!ELEMENT SourceEditor (PreferenceInitializer+)>
Customize the SCA XML editor for a given SCA specification.
<!ELEMENT PreferenceInitializer EMPTY>
<!ATTLIST PreferenceInitializer
resource CDATA #REQUIRED
>
Initializes the preferences for the SCA XML editor.
- resource - A properties file whose content define a set of platforms, elements and attributes for the "XML Editors" preference page.
Examples:
[Enter extension point usage example here.]
API Information:
This extension-point is not yet API.
It may change in future versions.
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2010-2011, EBM WebSourcing