Interface LaunchParent
- 
- All Known Implementing Classes:
 BootstrapSwing,BootstrapSwingFS
public interface LaunchParent 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchParent.LaunchFlavor 
- 
Method Summary
All 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
- 
isFullScreen
boolean isFullScreen()
 
- 
getRootPaneContainer
javax.swing.RootPaneContainer getRootPaneContainer()
 
- 
setContent
void setContent(LaunchContext context, LaunchableApp app)
 
- 
getLaunchFlavor
LaunchParent.LaunchFlavor getLaunchFlavor()
 
- 
restart
void 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. 
 - 
 
 -