Index
All Classes and Interfaces|All Packages|Constant Field Values
R
- resetMemory() - Method in class com.calebleavell.jatui.modules.ApplicationModule
-
Clears the hashmap of inputs for reuse.
- restart - Variable in class com.calebleavell.jatui.modules.TUIModule
-
Whether this module is flagged to restart.
- restart() - Method in class com.calebleavell.jatui.modules.TUIModule
-
Terminates the running module and flags it to run again.
- restart(String, TUIModule) - Static method in class com.calebleavell.jatui.modules.ModuleFactory
-
Restarts
moduleToRestartwhen the returnedFunctionModuleis run. - restart(String, TUIModule, String) - Static method in class com.calebleavell.jatui.modules.ModuleFactory
-
Restarts
moduleToRestartwhen the returnedFunctionModuleis run. - restartChild(String) - Method in class com.calebleavell.jatui.modules.TUIModule
-
Terminates the running child of this module and flags it to run again.
- run(String, TUIModule, String) - Static method in class com.calebleavell.jatui.modules.ModuleFactory
-
Returns a Function Module that finds the child of a parent by name then runs it.
- RunFrame - Class in com.calebleavell.jatui.core
-
Holds information required for a single scheduling unit of the application.
- RunFrame(TUIModule, TUIModule, RunFrame.State) - Constructor for class com.calebleavell.jatui.core.RunFrame
-
Constructs a new
RunFrameto store information for a scheduling unit. - RunFrame(TUIModule, TUIModule, RunFrame.State, TUIModule) - Constructor for class com.calebleavell.jatui.core.RunFrame
-
Constructs a new
RunFrameto store information for a scheduling unit. - RunFrame.State - Enum Class in com.calebleavell.jatui.core
-
Signals to the scheduler how to manage this frame.
All Classes and Interfaces|All Packages|Constant Field Values