<!ELEMENT extension (section+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT section EMPTY>
<!ATTLIST section
id CDATA #IMPLIED
sectionTitle CDATA #REQUIRED
class CDATA #REQUIRED>
org.eclipse.ui.about.ISystemSummarySection
的类的标准名称。该类必须提供缺省构造函数。<extension point=
"org.eclipse.ui.systemSummarySections"
>
<section id=
"RCPBrowser.CookieDetails"
sectionTitle=
"Browser Cookies"
class=
"org.eclipse.ui.examples.rcp.browser.CookieConfigDetails"
/>
</extension>
org.eclipse.ui.about.ISystemSummarySection
的具体子类。
Copyright (c) 2004, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html