Uses of Class
de.fraunhofer.iosb.ilt.configurable.editor.EditorMap
-
Packages that use EditorMap Package Description de.fraunhofer.iosb.ilt.configurable de.fraunhofer.iosb.ilt.configurable.annotations -
-
Uses of EditorMap in de.fraunhofer.iosb.ilt.configurable
Methods in de.fraunhofer.iosb.ilt.configurable that return EditorMap Modifier and Type Method Description EditorMap<?>AbstractConfigurable. getConfigEditor(C context, D edtCtx) -
Uses of EditorMap in de.fraunhofer.iosb.ilt.configurable.annotations
Methods in de.fraunhofer.iosb.ilt.configurable.annotations that return types with arguments of type EditorMap 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.static <C,D>
Optional<EditorMap<?>>AnnotationHelper. generateEditorFromAnnotations(Class<?> configurableClass, C context, D edtCtx)Generate the editor for the given configurable instance.
-