public class GUIConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AWT_CONTEXT
Identifier for an GUI context which provides an application with a AWT
frame.
|
static java.lang.String |
CLIENT_APPLICATION
Identifier for an activity that is to be executed by a specific client
application and does not represent an
ExecutableComponent. |
static java.lang.String |
ECLIPSE_AWARE_AWT_CONTEXT
Identifier for an GUI context which provides a AWT frame to an
application and which ensures that the GUI of the application component
will be integrated into an eclipse environment.
|
static java.lang.String |
ECLIPSE_AWARE_SWT_CONTEXT
Identifier for an GUI context which provides a SWT frame to an
application and which ensures that the GUI of the application component
will be integrated into an eclipse environment.
|
static java.lang.String |
HTML_CONTEXT
Identifier for the HTML GUI context which allows for rendering HTML.
|
static java.lang.String |
NULL_CONTEXT
Identifier for an GUI context that is passed if no GUI is available or no
GUI is requested by an application.
|
static java.lang.String |
SWT_BROWSER_CONTEXT
Identifier for an GUI context which provides an application with a SWT
frame and acts as a file server.
|
static java.lang.String |
SWT_CONTEXT
Identifier for an GUI context which provides an application with a SWT
frame.
|
static java.lang.String |
URL_CONTEXT
Identifier for an URL context which provides a URL that usually
encapsulates HTML.
|
| Constructor and Description |
|---|
GUIConstants() |
public static final java.lang.String NULL_CONTEXT
public static final java.lang.String CLIENT_APPLICATION
ExecutableComponent.
Such activities can only be executed by a
RuntimeService and each
activity has to be started by the appropriate client application. These
activities are bound to their client application and cannot be reused.public static final java.lang.String SWT_CONTEXT
public static final java.lang.String SWT_BROWSER_CONTEXT
public static final java.lang.String ECLIPSE_AWARE_SWT_CONTEXT
public static final java.lang.String AWT_CONTEXT
public static final java.lang.String ECLIPSE_AWARE_AWT_CONTEXT
public static final java.lang.String HTML_CONTEXT
HTMLContext,
Constant Field Valuespublic static final java.lang.String URL_CONTEXT
HTML_CONTEXT.URLContext,
Constant Field Values