mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +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>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="id" type="string">
|
||||
<attribute name="id" type="string" use="required">
|
||||
<annotation>
|
||||
<documentation>
|
||||
|
||||
|
@ -54,10 +54,10 @@
|
|||
</documentation>
|
||||
</annotation>
|
||||
<complexType>
|
||||
<attribute name="systemType" type="string" use="required">
|
||||
<attribute name="systemType" type="string">
|
||||
<annotation>
|
||||
<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>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
@ -83,11 +83,11 @@
|
|||
|
||||
<p>
|
||||
<pre>
|
||||
<extension point="org.eclipse.rse.ui.newConnectionWizardDelegates">
|
||||
<newConnectionWizardDelegate
|
||||
class="com.abc.SerialConnectionWizardDelegate"
|
||||
systemType="Embedded-Linux-Serial"/>
|
||||
</extension>
|
||||
<extension point="org.eclipse.rse.ui.newConnectionWizardDelegates">
|
||||
<newConnectionWizardDelegate
|
||||
class="com.abc.SerialConnectionWizardDelegate"
|
||||
systemType="Embedded-Linux-Serial"/>
|
||||
</extension>
|
||||
</pre>
|
||||
</p>
|
||||
</documentation>
|
||||
|
|
Loading…
Add table
Reference in a new issue