Index
All Classes and Interfaces|All Packages|Constant Field Values
N
- name - Variable in class com.calebleavell.jatui.modules.TUIModule.Builder
-
The identifier for this module.
It is highly recommended to try and keep this unique in order to allow identification methods (e.g., viaApplicationModule.getInput(java.lang.String)) to function properly. - name(String) - Method in class com.calebleavell.jatui.modules.TextInputModule.Builder
-
Sets the name of the module.
- name(String) - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Sets the name of this module.
- name(String) - Method in class com.calebleavell.jatui.templates.ConfirmationPrompt
-
Sets the name as provided by
TUIModule.Builder.name(String). - name(String) - Method in class com.calebleavell.jatui.templates.PasswordInput
-
Sets the name of this module.
- NameOrModule - Class in com.calebleavell.jatui.modules
-
Stores either the module builder or the name of a module, which abstracts module retrieving.
- NameOrModule(TUIModule.Builder<?>) - Constructor for class com.calebleavell.jatui.modules.NameOrModule
-
Sets the stored module to a concrete reference to a builder.
- NameOrModule(String) - Constructor for class com.calebleavell.jatui.modules.NameOrModule
-
Sets the stored module to the name of a builder.
- navigateTo(TUIModule.Builder<?>) - Method in class com.calebleavell.jatui.modules.TUIModule
-
Runs the module with this module as the parent (important for checking the current running child and getting the current running branch).
- newLine() - Method in class com.calebleavell.jatui.templates.TextChain
-
Prints an os-defined newline.
- NumberedList - Class in com.calebleavell.jatui.templates
-
Handles displaying a list of text as a numbered list.
- NumberedList() - Constructor for class com.calebleavell.jatui.templates.NumberedList
- NumberedList(String) - Constructor for class com.calebleavell.jatui.templates.NumberedList
- NumberedModuleSelector - Class in com.calebleavell.jatui.templates
-
Handles navigating to a module based on a user's decision.
- NumberedModuleSelector() - Constructor for class com.calebleavell.jatui.templates.NumberedModuleSelector
- NumberedModuleSelector(String, ApplicationModule) - Constructor for class com.calebleavell.jatui.templates.NumberedModuleSelector
-
Constructor for
NumberedModuleSelector.
All Classes and Interfaces|All Packages|Constant Field Values