Index
All Classes and Interfaces|All Packages|Constant Field Values
P
- parent - Variable in class com.calebleavell.jatui.core.RunFrame
-
The
TUIModulethat is the parent of the module that will be running. - PasswordInput - Class in com.calebleavell.jatui.templates
-
Handles collecting, validating, and cleaning passwords from the user.
- PasswordInput() - Constructor for class com.calebleavell.jatui.templates.PasswordInput
- PasswordInput(String, String, Supplier<char[]>) - Constructor for class com.calebleavell.jatui.templates.PasswordInput
-
Constructs a new
PasswordInputbuilder. - prependStyle(Ansi) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Prepends
Ansito the beginning of the existing ansi for this module and recursively for its children. - prependToName(String) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Prepends
nameto the current name of this module. - printNewLine - Variable in class com.calebleavell.jatui.modules.TextModule.Builder
-
Whether to print a new line after the text is outputted.
- printNewLine(boolean) - Method in class com.calebleavell.jatui.modules.TextModule.Builder
-
If true, this module prints a new line after outputting.
- printStream - Variable in class com.calebleavell.jatui.modules.TUIModule.Builder
-
PrintStream that outputs data to the defined location.
- printStream(PrintStream) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Sets the
Scannerfor this module and recursively for its children. - PRINTSTREAM - Enum constant in enum class com.calebleavell.jatui.modules.TUIModule.Property
-
The PrintStream this module may write to (not every module writes data)
- propertyUpdateFlags - Variable in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Specifies how property propagation functions for
TUIModule.Builder.application,TUIModule.Builder.ansi,TUIModule.Builder.scanner,TUIModule.Builder.printStream, andTUIModule.Builder.enableAnsi.
All Classes and Interfaces|All Packages|Constant Field Values