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

    Modifier and Type
    Method
    Description
    createPropertyPage(org.eclipse.swt.widgets.Composite parent, MQExtObject mqExtObj, 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
  • Field Details

  • Method Details

    • createPropertyPage

      PropertyPage createPropertyPage(org.eclipse.swt.widgets.Composite parent, MQExtObject mqExtObj, 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