mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
[api] Needs possibility to register newWizardConnectionDelegate with dynamically contributed system types
This commit is contained in:
parent
2393efadd9
commit
4614f392bb
1 changed files with 8 additions and 8 deletions
|
@ -27,7 +27,7 @@
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="id" type="string">
|
<attribute name="id" type="string" use="required">
|
||||||
<annotation>
|
<annotation>
|
||||||
<documentation>
|
<documentation>
|
||||||
|
|
||||||
|
@ -54,10 +54,10 @@
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
<complexType>
|
<complexType>
|
||||||
<attribute name="systemType" type="string" use="required">
|
<attribute name="systemType" type="string">
|
||||||
<annotation>
|
<annotation>
|
||||||
<documentation>
|
<documentation>
|
||||||
The system type ID.
|
The system type ID. If not specified, all registered system types will be checked if any of them accepts this contributed new connection wizard delegate.
|
||||||
</documentation>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -83,11 +83,11 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<pre>
|
<pre>
|
||||||
<extension point="org.eclipse.rse.ui.newConnectionWizardDelegates">
|
<extension point="org.eclipse.rse.ui.newConnectionWizardDelegates">
|
||||||
<newConnectionWizardDelegate
|
<newConnectionWizardDelegate
|
||||||
class="com.abc.SerialConnectionWizardDelegate"
|
class="com.abc.SerialConnectionWizardDelegate"
|
||||||
systemType="Embedded-Linux-Serial"/>
|
systemType="Embedded-Linux-Serial"/>
|
||||||
</extension>
|
</extension>
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
</documentation>
|
</documentation>
|
||||||
|
|
Loading…
Add table
Reference in a new issue