Interface | Description |
---|---|
IContentPageFactory |
Defines the interface to be provided by classes wanting to contribute Content Pages to the
MQContent View
|
IExplorerAbstractImportExport |
Interface to cover both
IExplorerImportExport and IExplorerRuntimeImportExport |
IExplorerExternalDragDrop |
The interface that must be implemented if a TreeNode is to accept drag/drop events using an
external (non-Explorer defined) data type
|
IExplorerImportExport | Deprecated
Superseded by IExplorerRuntimeImportExport.
|
IExplorerImportManager |
Interface for contributing import managers within WebSphere MQ Explorer
|
IExplorerNotify |
Event interface for notification of explorer events providing information on the explorer being
initialised and closed.
|
IExplorerRuntimeImportExport |
Interface for contributing import and export within WebSphere MQ Explorer
|
IExplorerTreeNodeDragDrop |
The interface that must be implemented if a TreeNode is to accept drag/drop events using the
TreeNodeTransfer data type
|
IMQExtObjectChangedListener |
Interface for listening to changed events from UiObjects
|
IMQExtObjectDeletedListener |
Interface for listening to deleted events from UiObjects
|
IPropertyTabFactory |
Defines the interface to be provided by classes wanting to contribute new Property Tabs to a
Property Dialog
|
ITreeNodeFactory |
Defines the interface to be provided by classes wanting to contribute to the Navigator Tree
|
Class | Description |
---|---|
ActionFilterNames |
Common constants used by other classes in this and other packages.
|
ContentPage |
Abstract class for classes providing Content Pages to the MQ Content View
|
ContentTitleBar |
Title Bar for Content Pages
|
DragDropFile |
Class to define the keys used in the XML file created when a user interface element is dragged
out of Explorer in FileTransfer format.
|
DragDropTreeNode |
Class for the object received when a TreeNode object is drag-dropped.
|
ExplorerExtension |
ExplorerExtension provides query methods to return all queue manager, show queue managers,
installed plugins and enabled plugins via the ExplorerExtensionBase
|
ExplorerNotifyEvent |
ExplorerNotifyEvent used as the event to notify the registered listeners that an explorer event
has occured.
|
IExplorerNotifyAdapter |
IExplorerNotifyAdapter provides null implementations of the IExplorerNotify interface for
overriding.
|
ImportExportId |
Class to define the Category Ids and Subcategory Ids used by WebSphere MQ Explorer.
|
MQExtObject |
In MQExplorer, there is an object underlying the treenodes, contentpages and tableitems.
|
MQExtObjectChangedEvent |
Changed event class for UiObjects
|
MQExtObjectDeletedEvent |
Deleted event class for MQExtObjects
|
MQQmgrExtObject |
External object representing a UI QueueManager.
|
MQSetExtObject |
Class for the MQExtObject associated with a Set
|
ObjectId |
Class describing all UI Object id's
|
PreferenceId |
Class describing all UI Preference id's
|
PropertyPage |
Abstract class for classes defining property pages for corresponding property tabs in a property
dialog
|
QueueManagerConnections |
Class to provide an external API for adding connections to remote queue managers.
|
SequenceId |
Class describing all UI Sequence id's The highest level tree nodes can be added to the tree
underneath the "IBM WebSphere MQ" tree node.
|
TreeNode |
Abstract class for classes defining nodes in the TreeViewer in the MQ Navigator View.
|
TreeNodeId |
Class describing all UI TreeNode id's
|
Exception | Description |
---|---|
QueueManagerConnectionException |
This exception is returned by the QueueManagerConnections class to inform the calling application
of any errors.
|