Package xal.app.scanner
Class MainApp
- java.lang.Object
-
- javafx.application.Application
-
- xal.extension.fxapplication.FxApplication
-
- xal.app.scanner.MainApp
-
public class MainApp extends xal.extension.fxapplication.FxApplication
-
-
Constructor Summary
Constructors Constructor Description MainApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeStart(javafx.stage.Stage stage)static voidmain(String[] args)The main() method is ignored in correctly deployed JavaFX application.voidsetup(javafx.stage.Stage stage)-
Methods inherited from class xal.extension.fxapplication.FxApplication
aboutMenuHandler, addComboHandler, buildSequenceMenu, eLogMenuHandler, exitMenuHandler, getApplicationName, getDocument, getLaunchTime, getStage, helpMenuHandler, loadAcceleratorMenuHandler, loadDefaultAcceleratorMenuHandler, loadFileMenuHandler, newFileMenuHandler, registerApplicationStatusService, saveFileMenuHandler, selectSequenceMenuHandler, setAcceleratorWithPath, setApplicationName, setOxalDarkStyle, setOxalStyle, setTestMode, setTestModeSuffix, setTheme, start, stop, testModeMenuHandler, testModeSuffixMenuHandler, urlMenuHandler
-
-
-
-
Method Detail
-
setup
public void setup(javafx.stage.Stage stage)
- Specified by:
setupin classxal.extension.fxapplication.FxApplication
-
beforeStart
public void beforeStart(javafx.stage.Stage stage)
- Overrides:
beforeStartin classxal.extension.fxapplication.FxApplication
-
main
public static void main(String[] args)
The main() method is ignored in correctly deployed JavaFX application. main() serves only as fallback in case the application can not be launched through deployment artifacts, e.g., in IDEs with limited FX support. NetBeans ignores main().- Parameters:
args- the command line arguments
-
-