jar

de.fraunhofer.iosb.ilt : Configurable

Maven & Gradle

Jan 16, 2023
2 usages
1 stars

Configurable · A light-weight framework for generating configuration user interfaces from classes and storing the configuration in JSON.

Table Of Contents

Latest Version

Download de.fraunhofer.iosb.ilt : Configurable JAR file - Latest Versions:

All Versions

Download de.fraunhofer.iosb.ilt : Configurable JAR file - All Versions:

Version Vulnerabilities Size Updated
0.34
0.33
0.32
0.31
0.30

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Configurable-0.34.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.fraunhofer.iosb.ilt.configurable.JsonSchema

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemArray.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemBoolean.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemConst.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemInteger.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemNumber.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemObject.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemRef.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemString.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.ItemTrue.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.RootSchema.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.SchemaItem.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.JsonSchema.SchemaItemAbstract.class - [JAR]

de.fraunhofer.iosb.ilt.configurable.editor.swing

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryBigDecimalSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryBooleanSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryClassSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryColorSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryDoubleSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryEnumSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryIntSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryListSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryLongSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryMapSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryNullSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactoryStringSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FactorySubclsSwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.swing.FilteringComboBox.class - [JAR]

de.fraunhofer.iosb.ilt.configurable

├─ de.fraunhofer.iosb.ilt.configurable.AbstractConfigurable.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.AnnotatedConfigurable.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.ConfigEditor.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.ConfigEditors.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.Configurable.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.ConfigurableFactory.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.ConfigurationException.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.ContentConfigEditor.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.EditorFactory.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.GuiFactoryFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.GuiFactoryHtml.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.GuiFactorySwing.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.Reflection.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.Styles.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.Utils.class - [JAR]

de.fraunhofer.iosb.ilt.configurable.editor.fx

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryBigDecimalFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryBooleanFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryClassFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryColorFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryDoubleFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryEnumFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryIntFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryListFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryLongFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryMapFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryNullFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactoryStringFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FactorySubclsFx.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.fx.FilteringComboBox.class - [JAR]

de.fraunhofer.iosb.ilt.configurable.editor

├─ de.fraunhofer.iosb.ilt.configurable.editor.AbstractEditorMap.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorBigDecimal.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorBoolean.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorClass.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorColor.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorDefault.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorDouble.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorEnum.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorInt.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorList.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorLong.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorMap.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorNull.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorPassword.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorString.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.editor.EditorSubclass.class - [JAR]

de.fraunhofer.iosb.ilt.configurable.annotations

├─ de.fraunhofer.iosb.ilt.configurable.annotations.AnnotationHelper.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.annotations.ConfigurableClass.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.annotations.ConfigurableConstructor.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.annotations.ConfigurableField.class - [JAR]

├─ de.fraunhofer.iosb.ilt.configurable.annotations.ConfigurableParameter.class - [JAR]

Advertisement

Dependencies from Group

Oct 18, 2022
2 usages
27 stars
Jan 16, 2023
2 usages
1 stars
May 13, 2023
1 usages
0 stars
Nov 07, 2022
8 stars

Discover Dependencies

Dec 18, 2021
1 usages
0 stars
Dec 18, 2021
1 usages
0 stars
Dec 24, 2021
0 stars
Jun 16, 2023
3 usages
255 stars
Feb 06, 2021
3.7k stars
xml
Aug 11, 2023
3 stars