Package xal.app.configurator
Class MainApp
- java.lang.Object
-
- javafx.application.Application
-
- xal.extension.fxapplication.FxApplication
-
- xal.app.configurator.MainApp
-
public class MainApp extends xal.extension.fxapplication.FxApplication- Author:
- Juan F. Esteban Müller
-
-
Constructor Summary
Constructors Constructor Description MainApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, beforeStart, 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
-
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
-
-