Class LaunchDescriptor
java.lang.Object
com.inductiveautomation.ignition.gateway.launch.LaunchDescriptor
- 
Constructor SummaryConstructorsConstructorDescriptionLaunchDescriptor(boolean disableDirect3D, boolean disableDirectDraw) Constructor that uses the a SystemPropertiesRecord to set the allowed JREs, rendering options etc
- 
Method SummaryModifier and TypeMethodDescriptionCan be "Windowed" or "Full Screen"Platform edition.getTitle()intThe number of windows currently saved in the projectbooleanbooleanbooleanbooleanbooleanThe "Hide From Launch Page" option in Project PropertiesbooleanbooleanThe "Full Screen" button in Project PropertiesbooleanThe "Windowed" button in Project PropertiesvoidsetDefaultLaunchMode(String launchMode) voidsetDescription(String description) voidsetDesktopShortcut(boolean desktopShortcut) voidsetHideFromLaunch(boolean hideFromLaunch) voidsetHomepage(String homepage) voidsetImagePath(String imagePath) voidsetInitHeapSize(String initHeapSize) voidsetLaunchHook(String launchHook) voidsetMaxHeapSize(String maxHeapSize) voidsetMenuShortcut(boolean menuShortcut) voidsetPlatformEdition(String platformEdition) voidsetProjectName(String projectName) voidsetScopeCode(String scopeCode) voidvoidsetShowFullscreenButton(boolean showFullscreenButton) voidsetShowWindowedButton(boolean showWindowedButton) voidsetSupportedFlavors(Set<LaunchFlavor> supportedFlavors) voidvoidvoidsetWindowCount(int windowCount) 
- 
Constructor Details- 
LaunchDescriptorpublic LaunchDescriptor(boolean disableDirect3D, boolean disableDirectDraw) Constructor that uses the a SystemPropertiesRecord to set the allowed JREs, rendering options etc
 
- 
- 
Method Details- 
getScopeCode
- 
setScopeCode
- 
getLaunchHook
- 
setLaunchHook
- 
getSupportedFlavors
- 
setSupportedFlavors
- 
getProjectName
- 
setProjectName
- 
getScreen
- 
setScreen
- 
getTitle
- 
setTitle
- 
getDescription
- 
setDescription
- 
getVendor
- 
setVendor
- 
getHomepage
- 
setHomepage
- 
getImagePath
- 
setImagePath
- 
getInitHeapSize
- 
setInitHeapSize
- 
getMaxHeapSize
- 
setMaxHeapSize
- 
isDisableDirect3Dpublic boolean isDisableDirect3D()
- 
isDisableDirectDrawpublic boolean isDisableDirectDraw()
- 
isDesktopShortcutpublic boolean isDesktopShortcut()
- 
setDesktopShortcutpublic void setDesktopShortcut(boolean desktopShortcut) 
- 
isMenuShortcutpublic boolean isMenuShortcut()
- 
setMenuShortcutpublic void setMenuShortcut(boolean menuShortcut) 
- 
getWindowCountpublic int getWindowCount()The number of windows currently saved in the project
- 
setWindowCountpublic void setWindowCount(int windowCount) 
- 
isHideFromLaunchpublic boolean isHideFromLaunch()The "Hide From Launch Page" option in Project Properties
- 
setHideFromLaunchpublic void setHideFromLaunch(boolean hideFromLaunch) 
- 
isShowWindowedButtonpublic boolean isShowWindowedButton()The "Windowed" button in Project Properties
- 
setShowWindowedButtonpublic void setShowWindowedButton(boolean showWindowedButton) 
- 
isShowFullscreenButtonpublic boolean isShowFullscreenButton()The "Full Screen" button in Project Properties
- 
setShowFullscreenButtonpublic void setShowFullscreenButton(boolean showFullscreenButton) 
- 
getDefaultLaunchModeCan be "Windowed" or "Full Screen"
- 
setDefaultLaunchMode
- 
isAllowSSOpublic boolean isAllowSSO()
- 
getPlatformEditionPlatform edition. Standard edition = "", Edge edition = "edge"
- 
setPlatformEdition
 
-