Class GUIConstants
java.lang.Object
de.aristaflow.adept2.model.globals.GUIConstants
This class defines constants regarding the GUI of application components.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifier for an GUI context which provides an application with a AWT frame.static final StringIdentifier for an activity that is to be executed by a specific client application and does not represent anExecutableComponent.static final StringIdentifier 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 final StringIdentifier 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 final StringGUI Context ID for activities that should be handled by the EventManager.static final StringIdentifier for the HTML GUI context which allows for rendering HTML.static final StringIdentifier for an GUI context that is passed if no GUI is available or no GUI is requested by an application.static final StringIdentifier for an GUI context which provides an application with a SWT frame and acts as a file server.static final StringIdentifier for an GUI context which provides an application with a SWT frame.static final StringIdentifier for an URL context which provides a URL that usually encapsulates HTML. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL_CONTEXT
Identifier for an GUI context that is passed if no GUI is available or no GUI is requested by an application.- See Also:
-
EVENT_CONTEXT
GUI Context ID for activities that should be handled by the EventManager.- See Also:
-
CLIENT_APPLICATION
Identifier for an activity that is to be executed by a specific client application and does not represent anExecutableComponent. Such activities can only be executed by aRuntimeServiceand each activity has to be started by the appropriate client application. These activities are bound to their client application and cannot be reused.- See Also:
-
SWT_CONTEXT
Identifier for an GUI context which provides an application with a SWT frame.- See Also:
-
SWT_BROWSER_CONTEXT
Identifier for an GUI context which provides an application with a SWT frame and acts as a file server.- See Also:
-
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.- See Also:
-
AWT_CONTEXT
Identifier for an GUI context which provides an application with a AWT frame.- See Also:
-
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.- See Also:
-
HTML_CONTEXT
Identifier for the HTML GUI context which allows for rendering HTML.- See Also:
-
URL_CONTEXT
Identifier for an URL context which provides a URL that usually encapsulates HTML. This can be rendered in aHTML_CONTEXT.- See Also:
-
-
Constructor Details
-
GUIConstants
public GUIConstants()
-