|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntroXHTMLContentProvider
A content provider for dynamic XHTML Intro content. When an XHTML intro page is parsed and a contentProvider element is detected, it is used to create dynamic XHTML content in the page.
Method Summary | |
---|---|
void |
createContent(java.lang.String id,
org.w3c.dom.Element parent)
Create XHTML content in the provided parent DOM Element. |
Methods inherited from interface org.eclipse.ui.intro.config.IIntroContentProvider |
---|
createContent, createContent, dispose, init |
Method Detail |
---|
void createContent(java.lang.String id, org.w3c.dom.Element parent)
<contentProvider id="contentProviderId"
class="xx.yy.IntroContentProvider"
pluginId="xx.yy.id"/>
id
- the unique identifier of the content element. The same content
provider class can be reused for several elements and the id
can be used to tell them apart.parent
- the parent xml Element where dynamic content will be added as
children.
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.