Rational Developer for System z

CARMA 連線精靈

com.ibm.carma.ui.newCarmaWizards

6.0.1

將 CARMA 連線建立精靈新增至新的 CARMA 連線對話框。建議精靈透過精靈的順利完成,來建立新的 CARMA 連線。

有數個 Helper 類別,可用於輕鬆建立 CARMA 連線:

<!ELEMENT extension (wizard)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT wizard EMPTY>

<!ATTLIST wizard

id    CDATA #REQUIRED

class CDATA #REQUIRED

name  CDATA #REQUIRED

icon  CDATA #IMPLIED>

宣告 CARMA 的「連線」精靈



新增用於將新的 CARMA 連線連接至現有 RSE 連線的精靈:

<extension point=

"com.ibm.carma.ui.newCarmaWizards"

>

<wizard id=

"com.ibm.carma.ui.rse.rseCarmaConnectionWizard"

class=

"com.ibm.carma.ui.rse.wizard.RseNewCarmaConnectionWizard"

name=

"New CARMA Connection from RSE Connection"

icon=

"icons/full/obj/carma.gif"

/>

</extension>

class 屬性的值必須代表 org.eclipse.jface.wizard.IWizard 的實作者。

外掛程式可能會使用此延伸點將新精靈新增至 CARMA「新建連線」對話框。


使用條款 | 意見

本資訊中心採用 Eclipse 技術。(http://www.eclipse.org)