<!ELEMENT extension (section+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT section EMPTY>
<!ATTLIST section
class CDATA #REQUIRED
sectionTitle CDATA #REQUIRED
id CDATA #IMPLIED>
org.eclipse.ui.about.ISystemSummarySection
を実装するクラスの完全修飾名。
このクラスは、デフォルト・コンストラクターを提供する必要があります。<extension point=
"org.eclipse.ui.systemSummarySections"
>
<section sectionTitle=
"Cookie Manager Plugin"
class=
"org.eclipse.ui.examples.rcp.browser.ConfigDetails"
id=
"RCPBrowser.ConfigDetails"
>
</section>
</extension>
org.eclipse.ui.about.ISystemSummarySection
の具象サブクラスである必要があります。
Copyright (c) 2004 IBM Corporation and others.
All rights reserved.
This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html