Uses of Interface
de.fraunhofer.iosb.ilt.configurable.Configurable
-
Packages that use Configurable Package Description de.fraunhofer.iosb.ilt.configurable de.fraunhofer.iosb.ilt.configurable.annotations -
-
Uses of Configurable in de.fraunhofer.iosb.ilt.configurable
Subinterfaces of Configurable in de.fraunhofer.iosb.ilt.configurable Modifier and Type Interface Description interfaceAnnotatedConfigurable<C,D>Classes in de.fraunhofer.iosb.ilt.configurable that implement Configurable Modifier and Type Class Description classAbstractConfigurable<C,D> -
Uses of Configurable in de.fraunhofer.iosb.ilt.configurable.annotations
Methods in de.fraunhofer.iosb.ilt.configurable.annotations with parameters of type Configurable Modifier and Type Method Description static <C,D>
Optional<EditorMap<?>>AnnotationHelper. generateEditorFromAnnotations(Configurable<C,D> instance, C context, D edtCtx)Generate the editor for the given configurable instance.
-