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 -
Method Summary
Modifier and TypeMethodDescriptioncreatePropertyPage
(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
-
COPYRIGHT_NOTICE
Common copyright notice- See Also:
-
SCCSID
CMVC descriptors - expanded during extraction- See Also:
-
-
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 compositemqExtObj
- the object for which the property page is foruiDispGroup
- which display group the page is for- Returns:
- a PropertyPage
-