Class LaunchProps
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.common.projectprops.LaunchProps
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LaunchProps extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLaunchProps.LaunchMode
 - 
Field SummaryFields Modifier and Type Field Description static ResourceTypeRESOURCE_TYPEstatic intSCOPE
 - 
Constructor SummaryConstructors Constructor Description LaunchProps()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAppletHeight()intgetAppletWidth()LaunchProps.LaunchModegetDefaultLaunchMode()java.lang.StringgetInitialMemory()intgetJwsHeight()java.lang.StringgetJwsHomepage()java.lang.StringgetJwsImagePath()java.lang.StringgetJwsVendor()intgetJwsWidth()java.lang.StringgetMaxMemory()intgetScreenIndex()booleanisHideExitButton()booleanisHideFromLaunch()booleanisShowAppletButton()booleanisShowFullScreenButton()booleanisShowWindowedButton()booleanisSSOEnabled()booleanisStartCentered()booleanisStartMaximized()voidsetAppletHeight(int appletHeight)voidsetAppletWidth(int appletWidth)voidsetDefaultLaunchMode(LaunchProps.LaunchMode launchMode)voidsetHideExitButton(boolean hideExitButton)voidsetHideFromLaunch(boolean hideFromLaunch)voidsetInitialMemory(java.lang.String initialMemory)voidsetJwsHeight(int jwsHeight)voidsetJwsHomepage(java.lang.String jwsHomepage)voidsetJwsImagePath(java.lang.String jwsImagePath)voidsetJwsVendor(java.lang.String jwsVendor)voidsetJwsWidth(int jwsWidth)voidsetMaxMemory(java.lang.String maxMemory)voidsetScreenIndex(int screenIndex)voidsetShowAppletButton(boolean showAppletButton)voidsetShowFullScreenButton(boolean showFullScreenButton)voidsetShowWindowedButton(boolean showWindowedButton)voidsetSSOEnabled(boolean ssoEnabled)voidsetStartCentered(boolean startCentered)voidsetStartMaximized(boolean startMaximized)
 
- 
- 
- 
Field Detail- 
RESOURCE_TYPEpublic static final ResourceType RESOURCE_TYPE 
 - 
SCOPEpublic static final int SCOPE - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDefaultLaunchModepublic LaunchProps.LaunchMode getDefaultLaunchMode() 
 - 
setDefaultLaunchModepublic void setDefaultLaunchMode(LaunchProps.LaunchMode launchMode) 
 - 
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) 
 - 
getJwsVendorpublic java.lang.String getJwsVendor() 
 - 
setJwsVendorpublic void setJwsVendor(java.lang.String jwsVendor) 
 - 
getJwsHomepagepublic java.lang.String getJwsHomepage() 
 - 
setJwsHomepagepublic void setJwsHomepage(java.lang.String jwsHomepage) 
 - 
getJwsImagePathpublic java.lang.String getJwsImagePath() 
 - 
setJwsImagePathpublic void setJwsImagePath(java.lang.String jwsImagePath) 
 - 
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) 
 - 
getInitialMemorypublic java.lang.String getInitialMemory() 
 - 
setInitialMemorypublic void setInitialMemory(java.lang.String initialMemory) 
 - 
getMaxMemorypublic java.lang.String getMaxMemory() 
 - 
setMaxMemorypublic void setMaxMemory(java.lang.String maxMemory) 
 - 
getScreenIndexpublic int getScreenIndex() 
 - 
setScreenIndexpublic void setScreenIndex(int screenIndex) 
 - 
isSSOEnabledpublic boolean isSSOEnabled() 
 - 
setSSOEnabledpublic void setSSOEnabled(boolean ssoEnabled) 
 
- 
 
-