Class StartDefaultUI<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>>
- java.lang.Object
-
- org.nuiton.jaxx.runtime.application.command.CommandSupport<Config,Context>
-
- org.nuiton.jaxx.runtime.application.command.WithMainUICommandSupport<Config,Context>
-
- org.nuiton.jaxx.runtime.application.command.StartDefaultUI<Config,Context>
-
public class StartDefaultUI<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>> extends WithMainUICommandSupport<Config,Context>
Action to start main ui.Created by tchemit on 08/02/2018.
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
CommandSupport.CommandLineActionWorker
-
-
Field Summary
-
Fields inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
log
-
-
Constructor Summary
Constructors Constructor Description StartDefaultUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidrun(Frame ui)-
Methods inherited from class org.nuiton.jaxx.runtime.application.command.WithMainUICommandSupport
run
-
Methods inherited from class org.nuiton.jaxx.runtime.application.command.CommandSupport
getConfig, getContext, launchAction, start
-
-
-
-
Method Detail
-
run
protected void run(Frame ui)
- Specified by:
runin classWithMainUICommandSupport<Config extends ApplicationConfiguration,Context extends ApplicationContext<Config,Context>>
-
-