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
    Modifier and Type
    Field
    Description
    static final String
    Common copyright notice
    static final String
    CMVC descriptors - expanded during extraction
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the id of the content page that this factory creates
    makePage(org.eclipse.swt.widgets.Composite parent)
    Create the ContentPage
  • Field Details

  • 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

      ContentPage makePage(org.eclipse.swt.widgets.Composite parent)
      Create the ContentPage
      Parameters:
      parent - the parent Composite to use
      Returns:
      ContentPage the content page