Eclipse 平台提供外掛程式、資源和工作台的基本支援。
Eclipse 平台本身分為許多不同的外掛程式。
下列表格顯示哪些外掛程式中有哪些 API 套件(最常用的 API 套件會強調顯示)。
在決定一個給定的外掛程式應該併入哪些外掛程式當做必備項目時,此表格非常有用
。
API 套件 | 外掛程式 ID | 附註 |
javax.xml.parsers,
org.apache.html.dom, org.apache.wml, org.apache.wml.dom, org.apache.xerces[.*], org.apache.xml.serialize, org.w3c.dom[.*], org.xml.sax[.*] |
org.apache.xerces | |
org.apache.tools.ant[.*],
org.eclipse.ant.core[.*] |
org.eclipse.ant.core | |
org.eclipse.compare[.*] | org.eclipse.compare | |
org.eclipse.core.boot | org.eclipse.core.boot | [1] |
org.eclipse.core.resources | org.eclipse.core.resources | [2] |
org.eclipse.core.runtime,
org.eclipse.core.runtime.model |
org.eclipse.core.runtime | [1] |
org.eclipse.core.target | org.eclipse.core.target | |
org.eclipse.help | org.eclipse.help | |
org.eclipse.scripting | org.eclipse.scripting | |
org.eclipse.jface[.*],
org.eclipse.swt[.*], org.eclipse.ui[.*] |
org.eclipse.ui | [3] |
org.eclipse.webdav[.*] | org.eclipse.webdav |
附註 1:org.eclipse.core.boot 和 org.eclipse.core.runtime 都是虛擬外掛程式。 它們會自動提供為每個外掛程式的必備項目;因此,任何外掛程式自動能夠使用它們的 API 套件。
附註 2:需要存取工作台和資源 API 且必須將 org.eclipse.core.resources 列為必備外掛程式。
附註 3:需要存取 SWT、JFace 或工作台 API 的外掛程式必須將 org.eclipse.ui 列為必備的外掛程式。