|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkbenchExtPoint
RunWorkbenchExtPoint defines the actions that are executed during
the workbench startup. Only one extension point of this type is allowed per product.
| Field Summary | |
|---|---|
static java.lang.String |
NAME
The name of this extension point element |
| Method Summary | |
|---|---|
java.lang.Object |
afterWorkbenchCreation(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Is called just after the workbench is created. |
java.lang.Object |
beforeWorkbenchCreation(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Is called just before the workbench is started. |
java.lang.Object |
runWorkbench(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Runs the workbench. |
| Field Detail |
|---|
static final java.lang.String NAME
| Method Detail |
|---|
java.lang.Object beforeWorkbenchCreation(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws java.lang.Exception
display - the display of the applicationcontext - the application's contextparameters - contains additional parameters, which can define
some special behaviour during the execution of this method (the keys
are parameters names and the values are parameters values)
java.lang.Exception - if an error occurred during the operation
java.lang.Object afterWorkbenchCreation(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws java.lang.Exception
display - the display of the applicationcontext - the application's contextparameters - contains additional parameters, which can define
some special behaviour during the execution of this method (the keys
are parameters names and the values are parameters values)
java.lang.Exception - if an error occurred during the operation
java.lang.Object runWorkbench(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
throws java.lang.Exception
display - the display of the applicationcontext - the application's contextparameters - contains additional parameters, which can define
some special behaviour during the execution of this method (the keys
are parameters names and the values are parameters values)
java.lang.Exception - if an error occurred during the operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||