public interface IPropertyTabFactory
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
|
Modifier and Type | Method and Description |
---|---|
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
|
static final java.lang.String COPYRIGHT_NOTICE
static final java.lang.String SCCSID
PropertyPage createPropertyPage(org.eclipse.swt.widgets.Composite parent, MQExtObject mqExtObj, java.lang.Object uiDispGroup)
parent
- the parent compositemqExtObj
- the object for which the property page is foruiDispGroup
- which display group the page is for