Class LaunchProps
java.lang.Object
com.inductiveautomation.factorypmi.common.projectprops.LaunchProps
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAppletHeight(int appletHeight) voidsetAppletWidth(int appletWidth) voidsetDefaultLaunchMode(LaunchProps.LaunchMode launchMode) voidsetHideExitButton(boolean hideExitButton) voidsetHideFromLaunch(boolean hideFromLaunch) voidsetInitialMemory(String initialMemory) voidsetJwsHeight(int jwsHeight) voidsetJwsHomepage(String jwsHomepage) voidsetJwsImagePath(String jwsImagePath) voidsetJwsVendor(String jwsVendor) voidsetJwsWidth(int jwsWidth) voidsetMaxMemory(String maxMemory) voidsetScreenIndex(int screenIndex) voidsetShowAppletButton(boolean showAppletButton) voidsetShowFullScreenButton(boolean showFullScreenButton) voidsetShowWindowedButton(boolean showWindowedButton) voidsetSSOEnabled(boolean ssoEnabled) voidsetStartCentered(boolean startCentered) voidsetStartMaximized(boolean startMaximized)
-
Field Details
-
RESOURCE_TYPE
-
SCOPE
public static final int SCOPE- See Also:
-
-
Constructor Details
-
LaunchProps
public LaunchProps()
-
-
Method Details
-
getDefaultLaunchMode
-
setDefaultLaunchMode
-
isShowWindowedButton
public boolean isShowWindowedButton() -
setShowWindowedButton
public void setShowWindowedButton(boolean showWindowedButton) -
isShowFullScreenButton
public boolean isShowFullScreenButton() -
setShowFullScreenButton
public void setShowFullScreenButton(boolean showFullScreenButton) -
isShowAppletButton
public boolean isShowAppletButton() -
setShowAppletButton
public void setShowAppletButton(boolean showAppletButton) -
isHideFromLaunch
public boolean isHideFromLaunch() -
setHideFromLaunch
public void setHideFromLaunch(boolean hideFromLaunch) -
getJwsVendor
-
setJwsVendor
-
getJwsHomepage
-
setJwsHomepage
-
getJwsImagePath
-
setJwsImagePath
-
getJwsHeight
public int getJwsHeight() -
setJwsHeight
public void setJwsHeight(int jwsHeight) -
getJwsWidth
public int getJwsWidth() -
setJwsWidth
public void setJwsWidth(int jwsWidth) -
getAppletWidth
public int getAppletWidth() -
setAppletWidth
public void setAppletWidth(int appletWidth) -
getAppletHeight
public int getAppletHeight() -
setAppletHeight
public void setAppletHeight(int appletHeight) -
isStartMaximized
public boolean isStartMaximized() -
setStartMaximized
public void setStartMaximized(boolean startMaximized) -
isHideExitButton
public boolean isHideExitButton() -
setHideExitButton
public void setHideExitButton(boolean hideExitButton) -
isStartCentered
public boolean isStartCentered() -
setStartCentered
public void setStartCentered(boolean startCentered) -
getInitialMemory
-
setInitialMemory
-
getMaxMemory
-
setMaxMemory
-
getScreenIndex
public int getScreenIndex() -
setScreenIndex
public void setScreenIndex(int screenIndex) -
isSSOEnabled
public boolean isSSOEnabled() -
setSSOEnabled
public void setSSOEnabled(boolean ssoEnabled)
-