Modifier and Type | Class and Description |
---|---|
class |
MQQmgrExtObject
External object representing a UI QueueManager.
|
class |
MQSetExtObject
Class for the MQExtObject associated with a Set
|
Modifier and Type | Method and Description |
---|---|
MQExtObject |
MQExtObjectDeletedEvent.getMQExtObject()
Return the deleted MQExtObject
|
MQExtObject |
MQExtObjectChangedEvent.getMQExtObject()
Return the changed MQExtObject
|
MQExtObject[] |
MQSetExtObject.getObjectsInSet()
Get an array of objects currently in the associated Set
|
MQExtObject |
MQExtObject.getParent()
Get Parent Object
|
Modifier and Type | Method and Description |
---|---|
PropertyPage |
IPropertyTabFactory.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
|
abstract void |
ContentPage.setObject(MQExtObject object)
Set the object which the page will use when refreshing its contents
|
Constructor and Description |
---|
MQExtObject(MQExtObject parentObj,
java.lang.Object obj,
java.lang.String type,
java.lang.String objId,
java.lang.String objName)
Constructor
|
MQExtObjectChangedEvent(MQExtObject source)
Constructor.
|
MQExtObjectDeletedEvent(MQExtObject source)
Constructor.
|
MQQmgrExtObject(MQExtObject parentObj,
java.lang.Object obj,
java.lang.String type,
java.lang.String objId,
java.lang.String objName)
Constructor
|
MQSetExtObject(MQExtObject parentObj,
java.lang.Object obj,
java.lang.String type,
java.lang.String objId,
java.lang.String objName)
Constructor
|
PropertyPage(org.eclipse.swt.widgets.Composite parent,
int style,
MQExtObject mqExtObj,
java.lang.Object internalObj,
boolean readonly)
Constructor
|
TreeNode(TreeNode parent,
MQExtObject object,
java.lang.String plugin_id)
Constructor
|