Interface IContentPageFactory
public interface IContentPageFactory
Defines the interface to be provided by classes wanting to contribute Content Pages to the
MQContent View
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturn the id of the content page that this factory createsmakePage
(org.eclipse.swt.widgets.Composite parent) Create the ContentPage
-
Field Details
-
COPYRIGHT_NOTICE
Common copyright notice- See Also:
-
SCCSID
CMVC descriptors - expanded during extraction- See Also:
-
-
Method Details
-
getPageId
String getPageId()Return the id of the content page that this factory creates- Returns:
- String the id of the content page that this factory creates
-
makePage
Create the ContentPage- Parameters:
parent
- the parent Composite to use- Returns:
- ContentPage the content page
-