Class GUIConstants
- java.lang.Object
- 
- de.aristaflow.adept2.model.globals.GUIConstants
 
- 
 public class GUIConstants extends Object This class defines constants regarding the GUI of application components.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAWT_CONTEXTIdentifier for an GUI context which provides an application with a AWT frame.static StringCLIENT_APPLICATIONIdentifier for an activity that is to be executed by a specific client application and does not represent anExecutableComponent.static StringECLIPSE_AWARE_AWT_CONTEXTIdentifier 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 StringECLIPSE_AWARE_SWT_CONTEXTIdentifier 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 StringEVENT_CONTEXTGUI Context ID for activities that should be handled by the EventManager.static StringHTML_CONTEXTIdentifier for the HTML GUI context which allows for rendering HTML.static StringNULL_CONTEXTIdentifier for an GUI context that is passed if no GUI is available or no GUI is requested by an application.static StringSWT_BROWSER_CONTEXTIdentifier for an GUI context which provides an application with a SWT frame and acts as a file server.static StringSWT_CONTEXTIdentifier for an GUI context which provides an application with a SWT frame.static StringURL_CONTEXTIdentifier for an URL context which provides a URL that usually encapsulates HTML.
 - 
Constructor SummaryConstructors Constructor Description GUIConstants()
 
- 
- 
- 
Field Detail- 
NULL_CONTEXTpublic static final String 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:
- Constant Field Values
 
 - 
EVENT_CONTEXTpublic static final String EVENT_CONTEXT GUI Context ID for activities that should be handled by the EventManager.- See Also:
- Constant Field Values
 
 - 
CLIENT_APPLICATIONpublic static final String 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:
- Constant Field Values
 
 - 
SWT_CONTEXTpublic static final String SWT_CONTEXT Identifier for an GUI context which provides an application with a SWT frame.- See Also:
- Constant Field Values
 
 - 
SWT_BROWSER_CONTEXTpublic static final String SWT_BROWSER_CONTEXT Identifier for an GUI context which provides an application with a SWT frame and acts as a file server.- See Also:
- Constant Field Values
 
 - 
ECLIPSE_AWARE_SWT_CONTEXTpublic static final 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.- See Also:
- Constant Field Values
 
 - 
AWT_CONTEXTpublic static final String AWT_CONTEXT Identifier for an GUI context which provides an application with a AWT frame.- See Also:
- Constant Field Values
 
 - 
ECLIPSE_AWARE_AWT_CONTEXTpublic static final 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.- See Also:
- Constant Field Values
 
 - 
HTML_CONTEXTpublic static final String HTML_CONTEXT Identifier for the HTML GUI context which allows for rendering HTML.- See Also:
- HTMLContext, Constant Field Values
 
 - 
URL_CONTEXTpublic static final String URL_CONTEXT Identifier for an URL context which provides a URL that usually encapsulates HTML. This can be rendered in aHTML_CONTEXT.- See Also:
- URLContext, Constant Field Values
 
 
- 
 
-