public interface IIntroXHTMLContentProvider extends IIntroContentProvider
Modifier and Type | Method and Description |
---|---|
void |
createContent(String id,
Element parent)
Create XHTML content in the provided parent DOM Element.
|
createContent, createContent, dispose, init
void createContent(String id, 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.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.