|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkspaceExtPoint
WorkspacePromptExtPoint
defines how the workspace for the application
is loaded. There can be only one extension point of this type in the application.
Field Summary | |
---|---|
static java.lang.String |
NAME
The name of this extension point element |
static java.lang.String |
WORKSPACE
The tag under which the workspace URL should be stored in the parameters |
Method Summary | |
---|---|
java.lang.Object |
promptForWorkspace(Display display,
IApplicationContext context,
java.util.Map<java.lang.String,java.lang.Object> parameters)
Selects the appropriate workspace according to the given parameters. |
Field Detail |
---|
static final java.lang.String NAME
static final java.lang.String WORKSPACE
Method Detail |
---|
java.lang.Object promptForWorkspace(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 context of the applicationparameters
- 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 |