Interface LaunchParent
- All Known Implementing Classes:
BootstrapSwing
,BootstrapSwingFS
public interface LaunchParent
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
restart
(List<GatewayAddress> addresses, String projectName, String scope, byte[] userObj) Restarts the launcher with the settings specified.void
setContent
(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.
-