Uses of Interface
de.mid.innovator.ui.InnovatorApplication

Packages that use InnovatorApplication
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
 class InnovatorApplicationDefault
          The class is a default implementation of the InnovatorApplication interface.
 

Methods in de.mid.innovator.ui that return InnovatorApplication
static InnovatorApplication InnovatorApplicationDefault.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 InnovatorApplication
static InnovatorApplication InnovatorApplicationDefault.create(Class<? extends InnovatorApplication> cls, Property[] props, String[] args)
           This method should be called in your static main method.