Class LaunchProps
java.lang.Object
com.inductiveautomation.factorypmi.common.projectprops.LaunchProps
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
- 
SCOPEpublic static final int SCOPE- See Also:
 
 
- 
- 
Constructor Details- 
LaunchPropspublic LaunchProps()
 
- 
- 
Method Details- 
getDefaultLaunchMode
- 
setDefaultLaunchMode
- 
isShowWindowedButtonpublic boolean isShowWindowedButton()
- 
setShowWindowedButtonpublic void setShowWindowedButton(boolean showWindowedButton) 
- 
isShowFullScreenButtonpublic boolean isShowFullScreenButton()
- 
setShowFullScreenButtonpublic void setShowFullScreenButton(boolean showFullScreenButton) 
- 
isShowAppletButtonpublic boolean isShowAppletButton()
- 
setShowAppletButtonpublic void setShowAppletButton(boolean showAppletButton) 
- 
isHideFromLaunchpublic boolean isHideFromLaunch()
- 
setHideFromLaunchpublic void setHideFromLaunch(boolean hideFromLaunch) 
- 
getJwsVendor
- 
setJwsVendor
- 
getJwsHomepage
- 
setJwsHomepage
- 
getJwsImagePath
- 
setJwsImagePath
- 
getJwsHeightpublic int getJwsHeight()
- 
setJwsHeightpublic void setJwsHeight(int jwsHeight) 
- 
getJwsWidthpublic int getJwsWidth()
- 
setJwsWidthpublic void setJwsWidth(int jwsWidth) 
- 
getAppletWidthpublic int getAppletWidth()
- 
setAppletWidthpublic void setAppletWidth(int appletWidth) 
- 
getAppletHeightpublic int getAppletHeight()
- 
setAppletHeightpublic void setAppletHeight(int appletHeight) 
- 
isStartMaximizedpublic boolean isStartMaximized()
- 
setStartMaximizedpublic void setStartMaximized(boolean startMaximized) 
- 
isHideExitButtonpublic boolean isHideExitButton()
- 
setHideExitButtonpublic void setHideExitButton(boolean hideExitButton) 
- 
isStartCenteredpublic boolean isStartCentered()
- 
setStartCenteredpublic void setStartCentered(boolean startCentered) 
- 
getInitialMemory
- 
setInitialMemory
- 
getMaxMemory
- 
setMaxMemory
- 
getScreenIndexpublic int getScreenIndex()
- 
setScreenIndexpublic void setScreenIndex(int screenIndex) 
- 
isSSOEnabledpublic boolean isSSOEnabled()
- 
setSSOEnabledpublic void setSSOEnabled(boolean ssoEnabled) 
 
-