<!ELEMENT extension (launchConfigurationTabGroup*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT launchConfigurationTabGroup (launchMode*)>
<!ATTLIST launchConfigurationTabGroup
id CDATA #REQUIRED
type CDATA #REQUIRED
class CDATA #REQUIRED
helpContextId CDATA #IMPLIED
description CDATA #IMPLIED>
ILaunchConfigurationTabGroup
的完整 Java 類別名稱。<!ELEMENT launchMode EMPTY>
<!ATTLIST launchMode
mode CDATA #REQUIRED
perspective CDATA #IMPLIED
description CDATA #IMPLIED>
啟動模式元素指定這個標籤群組專用的啟動模式。標籤群組可以關聯一或多個啟動模式。為了舊版相容性(3.0 以前),不需要指定啟動模式。如果未指定,會將某個標籤群組登錄為關聯啟動配置類型的預設標籤群組(亦即,未提供特定的標籤群組會適用所有支援的啟動模式)。
在上述的範例中,構成的標示群組將顯示啟動配置類型和 ID com.example.ExampleLaunchConfigurationTypeIdentifier。<extension point=
"org.eclipse.debug.ui.launchConfigurationTabGroups"
>
<launchConfigurationTabGroup id=
"com.example.ExampleTabGroup"
type=
"com.example.ExampleLaunchConfigurationTypeIdentifier"
class=
"com.example.ExampleLaunchConfigurationTabGroupClass"
>
</launchConfigurationTabGroup>
</extension>
class
屬性值必須是實作 org.eclipse.debug.ui.ILaunchConfigurationTabGroup
介面的完整 Java 類別名稱。
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved.
這個程式和檢附的資料是遵循這項分送檢附的 Eclipse Public License 1.0 版的條款而提供的,
請造訪下列網址來取得此條款:http://www.eclipse.org/legal/epl-v10.html