Uses of Interface
de.mid.innovator.ui.InnovatorApplication
-
Packages that use InnovatorApplication Package Description de.mid.innovator.ui The classes in this package can be used to provide transparent user interfaces with a standard mechanism for supporting command line arguments or Java properties. -
-
Uses of InnovatorApplication in de.mid.innovator.ui
Classes in de.mid.innovator.ui that implement InnovatorApplication Modifier and Type Class Description class
InnovatorApplicationDefault
The class is a default implementation of the InnovatorApplication interface.Methods in de.mid.innovator.ui that return InnovatorApplication Modifier and Type Method Description static InnovatorApplication
InnovatorApplicationDefault. create(java.lang.Class<? extends InnovatorApplication> cls, Property[] props, java.lang.String[] args)
This method should be called in your static main method.Method parameters in de.mid.innovator.ui with type arguments of type InnovatorApplication Modifier and Type Method Description static InnovatorApplication
InnovatorApplicationDefault. create(java.lang.Class<? extends InnovatorApplication> cls, Property[] props, java.lang.String[] args)
This method should be called in your static main method.
-