Interface LaunchParent
- 
- All Known Implementing Classes:
- BootstrapSwing,- BootstrapSwingFS
 
 public interface LaunchParent
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classLaunchParent.LaunchFlavor
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchParent.LaunchFlavorgetLaunchFlavor()javax.swing.RootPaneContainergetRootPaneContainer()booleanisFullScreen()voidrestart(java.util.List<GatewayAddress> addresses, java.lang.String projectName, java.lang.String scope, byte[] userObj)Restarts the launcher with the settings specified.voidsetContent(LaunchContext context, LaunchableApp app)
 
- 
- 
- 
Method Detail- 
isFullScreenboolean isFullScreen() 
 - 
getRootPaneContainerjavax.swing.RootPaneContainer getRootPaneContainer() 
 - 
setContentvoid setContent(LaunchContext context, LaunchableApp app) 
 - 
getLaunchFlavorLaunchParent.LaunchFlavor getLaunchFlavor() 
 - 
restartvoid restart(java.util.List<GatewayAddress> addresses, java.lang.String projectName, java.lang.String scope, byte[] userObj) Restarts the launcher with the settings specified. Used for re-targeting.
 
- 
 
-