|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sodius.mdw.core.MDWorkbenchFactory
public final class MDWorkbenchFactory
Main entry-point to instantiate a MDWorkbench.
This class cannot be instantiated or subclassed by clients.
| Method Summary | |
|---|---|
static MDWorkbench |
create()
Creates a new MDWorkbench. |
static MDWorkbench |
create(String applicationID)
Creates a new MDWorkbench based on the specified application ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MDWorkbench create()
throws CoreException
MDWorkbench.
CoreException - if the workbench could not be instantiated. Reasons include :
public static MDWorkbench create(String applicationID)
throws CoreException
MDWorkbench based on the specified application ID.
applicationID - the host application MDWorkbench must be connected to.
CoreException - if the workbench could not be instantiated. Reasons include :
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||