Uses of Interface
de.mid.innovator.ui.InnovatorApplication
Packages that use InnovatorApplication
Package
Description
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 InnovatorApplicationModifier and TypeClassDescriptionclassThe class is a default implementation of the InnovatorApplication interface.Methods in de.mid.innovator.ui that return InnovatorApplicationModifier and TypeMethodDescriptionstatic InnovatorApplicationInnovatorApplicationDefault.create(Class<? extends InnovatorApplication> cls, Property[] props, String[] args) This method should be called in your static main method.Method parameters in de.mid.innovator.ui with type arguments of type InnovatorApplicationModifier and TypeMethodDescriptionstatic InnovatorApplicationInnovatorApplicationDefault.create(Class<? extends InnovatorApplication> cls, Property[] props, String[] args) This method should be called in your static main method.