說明:此延伸點可讓您新增 UI 到 Java 建置路徑設定頁面的程式庫標籤中, 以建立或編輯類別路徑儲存器。 延伸點是為 JDT Core 所定義的類別路徑儲存器定義 UI。
配置標記:
<!ELEMENT classpathContainerPage EMPTY>
<!ATTLIST classpathContainerPage
id CDATA
#IMPLIED
name CDATA #IMPLIED
class CDATA #IMPLIED
>
以下是類別路徑儲存器頁面的範例:
<extension point="org.eclipse.jdt.ui.classpathContainerPage">
<classpathContainerPage
id="com.example.jre.classpathContainer"
name="JRE System Libraries"
class="com.example.NewJDKEntryPage"
</classpathContainerPage>
</extension>