Interface LaunchParent
- All Known Implementing Classes:
BootstrapSwing,BootstrapSwingFS
public interface LaunchParent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier 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
-
isFullScreen
boolean isFullScreen() -
getRootPaneContainer
RootPaneContainer getRootPaneContainer() -
setContent
-
getLaunchFlavor
LaunchParent.LaunchFlavor getLaunchFlavor() -
restart
Restarts the launcher with the settings specified. Used for re-targeting.
-