Package com.sodius.mdw.core
Central classes of the MDWorkbench platform.
A MDWorkbench
instance is created using a MDWorkbenchFactory
,
and is connected to a host application.
-
Interface Summary 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 Summary Class Description MDWorkbenchFactory Main entry-point to instantiate aMDWorkbench
. -
Exception Summary 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.