public interface IWorkbench
IEclipseContext of the applicationIWorkbench instances in one
OSGi-Instance| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR_PERSISTED_STATE
The argument for whether the persisted state should be cleared on startup
Value is: clearPersistedState |
static String |
CSS_RESOURCE_URI_ARG
The argument for the
URI of the resources referenced from the application CSS file Value is: applicationCSSResources |
static String |
CSS_URI_ARG
|
static String |
LIFE_CYCLE_URI_ARG
|
static String |
MODEL_RESOURCE_HANDLER
The argument for the resource handler to use
Value is: modelResourceHandler |
static String |
PERSIST_STATE
The argument for whether the workbench should save and restore its state
< Value is: persistState |
static String |
PRESENTATION_URI_ARG
|
static String |
XMI_URI_ARG
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
close()
Close the workbench instance
|
MApplication |
getApplication() |
String |
getId() |
boolean |
restart()
restart the workbench
|
static final String CLEAR_PERSISTED_STATE
clearPersistedStatestatic final String CSS_RESOURCE_URI_ARG
URI of the resources referenced from the application CSS file applicationCSSResourcesstatic final String CSS_URI_ARG
static final String LIFE_CYCLE_URI_ARG
static final String MODEL_RESOURCE_HANDLER
modelResourceHandlerstatic final String PERSIST_STATE
persistStatestatic final String PRESENTATION_URI_ARG
static final String XMI_URI_ARG
boolean close()
true if the shutdown succeedsMApplication getApplication()
String getId()
boolean restart()
false if the restart is aborted
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.