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 definedint
If non-null, this window state should take precedence over both the app's defined startup windows and the startup windows in this class.boolean
isBehind()
boolean
void
setAuthChallenge
(AuthChallenge authChallenge) void
setGlobalScriptingParams
(Map<String, org.python.core.PyObject> globalScriptingParams) void
setStartupWindows
(String[] startupWindows) void
setTouchscreen
(boolean touchscreen) void
setUsername
(String username) void
setVersion
(int version) void
setWindowState
(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()
-