Class ProjectInitializationParams
java.lang.Object
com.inductiveautomation.factorypmi.application.runtime.ProjectInitializationParams
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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_VERSION
public static final int CURRENT_VERSION- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProjectInitializationParams
public ProjectInitializationParams() 
 - 
 - 
Method Details
- 
getStartupWindows
If non-null, the app should use these windows as the startup windows, unless the windowState property is defined - 
setStartupWindows
 - 
getGlobalScriptingParams
 - 
setGlobalScriptingParams
 - 
isTouchscreen
public boolean isTouchscreen() - 
setTouchscreen
public void setTouchscreen(boolean touchscreen)  - 
getWindowState
If 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
 - 
getVersion
public int getVersion() - 
setVersion
public void setVersion(int version)  - 
isBehind
public boolean isBehind() 
 -