Uses of Interface
de.fraunhofer.iosb.ilt.configurable.ConfigEditor
-
-
Uses of ConfigEditor in de.fraunhofer.iosb.ilt.configurable
Classes in de.fraunhofer.iosb.ilt.configurable with type parameters of type ConfigEditor Modifier and Type Interface Description interfaceEditorFactory<E extends ConfigEditor>Subinterfaces of ConfigEditor in de.fraunhofer.iosb.ilt.configurable Modifier and Type Interface Description interfaceContentConfigEditor<T>Interface defining configuration editors suited to set configured content.Methods in de.fraunhofer.iosb.ilt.configurable that return ConfigEditor Modifier and Type Method Description default ConfigEditor<?>AnnotatedConfigurable. getConfigEditor(C context, D edtCtx)Returns an editor for this class.ConfigEditor<?>Configurable. getConfigEditor(C context, D edtCtx)Returns an editor for this class.Methods in de.fraunhofer.iosb.ilt.configurable that return types with arguments of type ConfigEditor Modifier and Type Method Description static <R,E>
Optional<ConfigEditor<?>>ConfigEditors. buildEditorFromClass(Class<?> subclassType, R runtimeContext, E editorContext)Methods in de.fraunhofer.iosb.ilt.configurable with parameters of type ConfigEditor Modifier and Type Method Description voidAbstractConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)default voidAnnotatedConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)Configure the instance using the given configuration.voidConfigurable. configure(com.google.gson.JsonElement config, C context, D edtCtx, ConfigEditor<?> configEditor)Configure the instance using the given configuration. -
Uses of ConfigEditor in de.fraunhofer.iosb.ilt.configurable.annotations
Methods in de.fraunhofer.iosb.ilt.configurable.annotations with type parameters of type ConfigEditor Modifier and Type Method Description static <E,F,T extends ConfigEditor>
TAnnotationHelper. createEditor(Class<T> editorForClass, Field field, E context, F edtCtx)static <E,F,T extends ConfigEditor>
TAnnotationHelper. createEditor(Class<T> editorForClass, Field field, E context, F edtCtx, String key)Methods in de.fraunhofer.iosb.ilt.configurable.annotations that return types with arguments of type ConfigEditor Modifier and Type Method Description Class<? extends ConfigEditor>editor()The class to use as editor for the annotated field. -
Uses of ConfigEditor in de.fraunhofer.iosb.ilt.configurable.editor
Classes in de.fraunhofer.iosb.ilt.configurable.editor with type parameters of type ConfigEditor Modifier and Type Class Description classEditorList<U,T extends ConfigEditor<U>>An editor for a list of editors, all of the same type.Classes in de.fraunhofer.iosb.ilt.configurable.editor that implement ConfigEditor Modifier and Type Class Description classAbstractEditorMap<T,V>An editor for a list of editors, all of the same type.classEditorBigDecimalclassEditorBooleanAn editor for boolean values.classEditorClass<C,D,T>An editor that wraps a single class.classEditorColorclassEditorDefault<T>classEditorDoubleclassEditorEnum<T extends Enum<T>>classEditorIntclassEditorList<U,T extends ConfigEditor<U>>An editor for a list of editors, all of the same type.classEditorLongclassEditorMap<T>An editor for a collection of editors, of various types, that can be selected from a list.classEditorNullAn editor that does not edit anything.classEditorPasswordA single-line text editor that hides the content that is typed into it.classEditorStringclassEditorSubclass<C,D,T>An editor that offers a selection of a class that implements an interface or extends a class.Fields in de.fraunhofer.iosb.ilt.configurable.editor declared as ConfigEditor Modifier and Type Field Description ConfigEditor<V>AbstractEditorMap.Item. editorMethods in de.fraunhofer.iosb.ilt.configurable.editor that return ConfigEditor Modifier and Type Method Description ConfigEditorEditorClass. getClassEditor()ConfigEditorEditorSubclass. getClassEditor()Methods in de.fraunhofer.iosb.ilt.configurable.editor that return types with arguments of type ConfigEditor Modifier and Type Method Description Class<? extends ConfigEditor>editor()The class to use as editor for the items in the list.Methods in de.fraunhofer.iosb.ilt.configurable.editor with parameters of type ConfigEditor Modifier and Type Method Description voidAbstractEditorMap. addOption(String name, ConfigEditor editor, boolean optional)Add an option (Field) to the Map.voidAbstractEditorMap. addOption(String name, ConfigEditor editor, boolean optional, int width)Add an option (Field) to the Map.voidAbstractEditorMap. addOption(String fieldName, String jsonName, ConfigEditor editor, boolean optional, int width)voidAbstractEditorMap. addOption(String fieldName, String jsonName, ConfigEditor editor, boolean optional, int width, boolean merge)voidAbstractEditorMap. addOption(String fieldName, String jsonName, ConfigEditor editor, boolean optional, int width, boolean merge, String profilesSave, String profilesGui)voidAbstractEditorMap. addOption(String fieldName, String jsonName, ConfigEditor editor, ConfigurableField annotation)Constructors in de.fraunhofer.iosb.ilt.configurable.editor with parameters of type ConfigEditor Constructor Description Item(String fieldName, String jsonName, ConfigEditor<V> editor, boolean optional, int colwidth, boolean merge, String profilesSave, String profilesGui) -
Uses of ConfigEditor in de.fraunhofer.iosb.ilt.configurable.editor.fx
Classes in de.fraunhofer.iosb.ilt.configurable.editor.fx with type parameters of type ConfigEditor Modifier and Type Class Description classFactoryListFx<U,T extends ConfigEditor<U>> -
Uses of ConfigEditor in de.fraunhofer.iosb.ilt.configurable.editor.swing
Classes in de.fraunhofer.iosb.ilt.configurable.editor.swing with type parameters of type ConfigEditor Modifier and Type Class Description classFactoryListSwing<U,T extends ConfigEditor<U>>
-