com.ibm.mq.explorer.ui.extensions

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 and Description
      static java.lang.String COPYRIGHT_NOTICE
      Common copyright notice
      static java.lang.String SCCSID
      CMVC descriptors - expanded during extraction
    • Field Detail

      • COPYRIGHT_NOTICE

        static final java.lang.String COPYRIGHT_NOTICE
        Common copyright notice
        See Also:
        Constant Field Values
      • SCCSID

        static final java.lang.String SCCSID
        CMVC descriptors - expanded during extraction
        See Also:
        Constant Field Values
    • Method Detail

      • getPageId

        java.lang.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