Interface LaunchParent
- All Known Implementing Classes:
- BootstrapSwing,- BootstrapSwingFS
public interface LaunchParent
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleanvoidrestart(List<GatewayAddress> addresses, String projectName, String scope, byte[] userObj) Restarts the launcher with the settings specified.voidsetContent(LaunchContext context, LaunchableApp app) 
- 
Method Details- 
isFullScreenboolean isFullScreen()
- 
getRootPaneContainerRootPaneContainer getRootPaneContainer()
- 
setContent
- 
getLaunchFlavorLaunchParent.LaunchFlavor getLaunchFlavor()
- 
restartRestarts the launcher with the settings specified. Used for re-targeting.
 
-