Interface | Description |
---|---|
MDWorkbench |
The central class of the MDWorkbench platform.
|
WorkbenchApplication |
Describes an application the workbench can connect to.
|
WorkbenchConfiguration |
Defines properties to configure the workbench.
|
Class | Description |
---|---|
MDWorkbenchFactory |
Main entry-point to instantiate a
MDWorkbench . |
Exception | Description |
---|---|
CoreException |
A checked exception representing a failure.
|
OperationCanceledException |
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
A MDWorkbench
is created using a MDWorkbenchFactory
,
and is connected to a host application.