Uses of Interface
de.mid.innovator.ui.Property
Packages that use Property
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 Property in de.mid.innovator.ui
Classes in de.mid.innovator.ui that implement PropertyModifier and TypeClassDescriptionclassPropertyCfg<T>The class is thePropertyinterface default implementation that can be used with Innovator applications.Methods in de.mid.innovator.ui that return types with arguments of type PropertyModifier and TypeMethodDescriptionPropertyProvider.getAllValidProperties()PropertyProviderDefault.getAllValidProperties()Methods in de.mid.innovator.ui with parameters of type PropertyModifier and TypeMethodDescriptionintstatic InnovatorApplicationInnovatorApplicationDefault.create(Class<? extends InnovatorApplication> cls, Property[] props, String[] args) This method should be called in your static main method.voidPropertyProvider.provideProperty(Property prop) Adds precisely one property that can be used at runtime.voidPropertyProviderDefault.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 PropertyModifier and TypeMethodDescriptionvoidPropertyProvider.providePropertyList(List<Property> props) Configures a list of valid properties to be used at runtime.voidPropertyProviderDefault.providePropertyList(List<Property> validProps) Configures a list of valid properties to be used at runtime.