Class ProjectInitializationParams
java.lang.Object
com.inductiveautomation.factorypmi.application.runtime.ProjectInitializationParams
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionString[]If non-null, the app should use these windows as the startup windows, unless the windowState property is definedintIf non-null, this window state should take precedence over both the app's defined startup windows and the startup windows in this class.booleanisBehind()booleanvoidsetAuthChallenge(AuthChallenge authChallenge) voidsetGlobalScriptingParams(Map<String, org.python.core.PyObject> globalScriptingParams) voidsetStartupWindows(String[] startupWindows) voidsetTouchscreen(boolean touchscreen) voidsetUsername(String username) voidsetVersion(int version) voidsetWindowState(WindowStateCollection windowState) 
- 
Field Details- 
CURRENT_VERSIONpublic static final int CURRENT_VERSION- See Also:
 
 
- 
- 
Constructor Details- 
ProjectInitializationParamspublic ProjectInitializationParams()
 
- 
- 
Method Details- 
getStartupWindowsIf non-null, the app should use these windows as the startup windows, unless the windowState property is defined
- 
setStartupWindows
- 
getGlobalScriptingParams
- 
setGlobalScriptingParams
- 
isTouchscreenpublic boolean isTouchscreen()
- 
setTouchscreenpublic void setTouchscreen(boolean touchscreen) 
- 
getWindowStateIf non-null, this window state should take precedence over both the app's defined startup windows and the startup windows in this class.
- 
setWindowState
- 
getUsername
- 
setUsername
- 
getAuthChallenge
- 
setAuthChallenge
- 
getVersionpublic int getVersion()
- 
setVersionpublic void setVersion(int version) 
- 
isBehindpublic boolean isBehind()
 
-