public interface IContentPageFactory
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Common copyright notice
|
static java.lang.String |
SCCSID
CMVC descriptors - expanded during extraction
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPageId()
Return the id of the content page that this factory creates
|
ContentPage |
makePage(org.eclipse.swt.widgets.Composite parent)
Create the ContentPage
|
static final java.lang.String COPYRIGHT_NOTICE
static final java.lang.String SCCSID
java.lang.String getPageId()
ContentPage makePage(org.eclipse.swt.widgets.Composite parent)
parent
- the parent Composite to use