Class SimpleFxLauncher

java.lang.Object
app.supernaut.fx.FxLauncherAbstract
app.supernaut.fx.sample.SimpleFxLauncher
All Implemented Interfaces:
FxLauncher

public final class SimpleFxLauncher extends FxLauncherAbstract
A simple FxLauncherAbstract that uses Class objects to specify BackgroundApp and ApplicationDelegate.
  • Constructor Details

    • SimpleFxLauncher

      Default constructor using background start
    • SimpleFxLauncher

      public SimpleFxLauncher(boolean backgroundStart)
      Constructor that lets you choose background start or not
      Parameters:
      backgroundStart - true to start on background
  • Method Details

    • name

      public String name()
      Implementations must implement this method to return a unique name
      Returns:
      A unique name for this DI-capable FxLauncher implementation