Index
All Classes and Interfaces|All Packages|Constant Field Values
T
- terminate() - Method in class com.calebleavell.jatui.modules.TUIModule
-
Stop this module from running any more children.
- terminate(String, TUIModule) - Static method in class com.calebleavell.jatui.modules.ModuleFactory
-
Returns a
FunctionModulethat calls another module's terminate method. - terminate(String, String, TUIModule) - Static method in class com.calebleavell.jatui.modules.ModuleFactory
-
Returns a
FunctionModulethat terminates the child of namemoduleToTerminatethat is a child ofparent. - terminateChild(String) - Method in class com.calebleavell.jatui.modules.TUIModule
-
Terminates a currently running child of this module (see
TUIModule.terminate()). - text - Variable in class com.calebleavell.jatui.modules.TextModule.Builder
-
The text to either display directly or the input identifier fetch the input from for the
ApplicationModule. - text(String) - Method in class com.calebleavell.jatui.modules.TextModule.Builder
-
Set the text that defines how this module outputs.
- TextChain - Class in com.calebleavell.jatui.templates
-
Simplifies chaining text together that is meant to live on the same line.
- TextChain() - Constructor for class com.calebleavell.jatui.templates.TextChain
- TextChain(String) - Constructor for class com.calebleavell.jatui.templates.TextChain
- TextInputModule - Class in com.calebleavell.jatui.modules
-
Handles collection of text for the application.
- TextInputModule(TextInputModule.Builder) - Constructor for class com.calebleavell.jatui.modules.TextInputModule
-
Constructs a new
TextInputModulegiven a builder. - TextInputModule.Builder - Class in com.calebleavell.jatui.modules
-
Builder for
TextInputModule. - TextModule - Class in com.calebleavell.jatui.modules
-
Handles the displaying of text.
- TextModule(TextModule.Builder) - Constructor for class com.calebleavell.jatui.modules.TextModule
-
Constructs a new
TextModulebased on the configuration of theTextModule.Builder. - TextModule.Builder - Class in com.calebleavell.jatui.modules
-
Builder for
TextInputModule. - TextModule.OutputType - Enum Class in com.calebleavell.jatui.modules
-
Defines the behavior of the
TextModule, specifically whether it displays raw text or fetches application state. - toString() - Method in class com.calebleavell.jatui.core.RunFrame
-
Format: "(toRun:
<module>| parent:<parent>| state:<state>| displacedChild:<displacedChild>)". - toString() - Method in class com.calebleavell.jatui.modules.TUIModule.Builder
-
Returns the name of this module.
- toString() - Method in class com.calebleavell.jatui.modules.TUIModule
-
Returns the name of this module.
- toTreeString() - Method in class com.calebleavell.jatui.modules.TUIModule
-
Recursively generates toString with info for this scene and all children.
- toTreeString(int) - Method in class com.calebleavell.jatui.modules.TUIModule
-
Recursively generates toString with info for this scene and all children.
- TUIModule - Class in com.calebleavell.jatui.modules
-
The abstract class for all TUIModules.
- TUIModule(TUIModule.Builder<?>) - Constructor for class com.calebleavell.jatui.modules.TUIModule
-
Builds a
TUIModulebased on the state ofbuilder - TUIModule.Builder<B> - Class in com.calebleavell.jatui.modules
-
Builder for
TUIModule. - TUIModule.Property - Enum Class in com.calebleavell.jatui.modules
-
Fields that can be recursively updated in the Builder.
- type - Variable in class com.calebleavell.jatui.modules.TUIModule.Builder
-
The class extending this class (CRTP).
All Classes and Interfaces|All Packages|Constant Field Values