jar

org.carlfx : cognitive

Maven & Gradle

May 30, 2024
16 stars

Cognitive · A lightweight JavaFX forms and validation framework capability based on the MVVM UI architectural pattern.

Table Of Contents

Latest Version

Download org.carlfx : cognitive JAR file - Latest Versions:

All Versions

Download org.carlfx : cognitive JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

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 cognitive-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.carlfx.cognitive.loader

├─ org.carlfx.cognitive.loader.Config.class - [JAR]

├─ org.carlfx.cognitive.loader.FXMLMvvmLoader.class - [JAR]

├─ org.carlfx.cognitive.loader.InjectViewModel.class - [JAR]

├─ org.carlfx.cognitive.loader.JFXNode.class - [JAR]

├─ org.carlfx.cognitive.loader.NamedVm.class - [JAR]

org.carlfx.cognitive.validator

├─ org.carlfx.cognitive.validator.BooleanValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.CustomValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.DoubleValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.FloatValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.IntegerValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.ListValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.LongValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.MessageType.class - [JAR]

├─ org.carlfx.cognitive.validator.ObjectValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.PropertyValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.SetValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.StringValidator.class - [JAR]

├─ org.carlfx.cognitive.validator.ValidationMessage.class - [JAR]

├─ org.carlfx.cognitive.validator.Validator.class - [JAR]

├─ org.carlfx.cognitive.validator.ValidatorType.class - [JAR]

org.carlfx.cognitive.viewmodel

├─ org.carlfx.cognitive.viewmodel.SimpleViewModel.class - [JAR]

├─ org.carlfx.cognitive.viewmodel.ValidationViewModel.class - [JAR]

├─ org.carlfx.cognitive.viewmodel.ViewModel.class - [JAR]