Package com.marcpg.libpg.formular
package com.marcpg.libpg.formular
-
ClassDescriptionRepresents a CLI (Command Line Interface)
Formular
, that can be displayed inside of consoles.Represents a simple formular, similar to your everyday formulars, like Google Forms, but in Java.Represents anexception
thrown if there was an issue with the formular.Represents a fully filled out formular's result with all values.Represents a result of aBooleanQuestion
.Represents a result of aCheckboxesQuestion
.Represents a result of aIntegerQuestion
.Represents a result of aMultipleChoiceQuestion
.All results should extend this.Represents a result of aTextQuestion
.Note that this will require you to manually implement the JNA dependency (>5.14.0)!
Should not be used outside of the LibPG library, as it's not tested for other use!
All credits for this code go to source-code.biz! All I did, was reformatting the code, to be more up-to-date.
A JNA based driver for reading single characters from the console.Internal - Should not be used outside of this class!