com.ibm.mq.explorer.ui.extensions

Interface IPropertyTabFactory



  • public interface IPropertyTabFactory
    Defines the interface to be provided by classes wanting to contribute new Property Tabs to a Property Dialog
    • 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

      • createPropertyPage

        PropertyPage createPropertyPage(org.eclipse.swt.widgets.Composite parent,
                                        MQExtObject mqExtObj,
                                        java.lang.Object uiDispGroup)
        Explorer UI calls this method to allow plugins to create and associate a property page with a new property tab for a property dialog
        Parameters:
        parent - the parent composite
        mqExtObj - the object for which the property page is for
        uiDispGroup - which display group the page is for
        Returns:
        a PropertyPage