Uses of Interface
de.mid.innovator.ui.Property
-
Packages that use Property 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 Property in de.mid.innovator.ui
Classes in de.mid.innovator.ui that implement Property Modifier and Type Class Description class
PropertyCfg<T>
The class is theProperty
interface default implementation that can be used with Innovator applications.Fields in de.mid.innovator.ui with type parameters of type Property Modifier and Type Field Description protected java.util.Map<java.lang.String,Property>
PropertyProviderDefault. confMap
The list of all configured properties.Methods in de.mid.innovator.ui that return types with arguments of type Property Modifier and Type Method Description java.util.List<Property>
PropertyProvider. getAllValidProperties()
java.util.List<Property>
PropertyProviderDefault. getAllValidProperties()
Methods in de.mid.innovator.ui with parameters of type Property Modifier and Type Method Description int
PropertyCfg. compareTo(Property o)
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.void
PropertyProvider. provideProperty(Property prop)
Adds precisely one property that can be used at runtime.void
PropertyProviderDefault. provideProperty(Property p)
Adds precisely one property that can be used at runtime.Method parameters in de.mid.innovator.ui with type arguments of type Property Modifier and Type Method Description void
PropertyProvider. providePropertyList(java.util.List<Property> props)
Configures a list of valid properties to be used at runtime.void
PropertyProviderDefault. providePropertyList(java.util.List<Property> validProps)
Configures a list of valid properties to be used at runtime.
-