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

Packages that use PropertyProvider
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 PropertyProvider in de.mid.innovator.ui
 

Classes in de.mid.innovator.ui that implement PropertyProvider
 class PropertyProviderDefault
          The class is a default implementation of the PropertyProvider interface which can be used to unify command line arguments and system properties.
 

Methods in de.mid.innovator.ui that return PropertyProvider
protected  PropertyProvider InnovatorApplicationDefault.getPropertyProvider()
          Gets the property provider.
 

Constructors in de.mid.innovator.ui with parameters of type PropertyProvider
InnovatorBatchLoginDefault(PropertyProvider propProvider)
          Creates a BatchLoginDefault object which uses the given PropertyProvider.