Uses of Interface
com.twineworks.tweakflow.repl.console.TextTerminal
Packages that use TextTerminal
-
Uses of TextTerminal in com.twineworks.tweakflow.repl.commands
Methods in com.twineworks.tweakflow.repl.commands with parameters of type TextTerminalModifier and TypeMethodDescriptionCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) DocCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) EditToggleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) ExpressionCommand.perform(String line, TextTerminal terminal, ReplState state, boolean measure) HelpCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InspectCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InteractiveInputCommand.perform(TextTerminal terminal, ReplState state, boolean measure) LoadModuleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) MetaCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintLoadPathCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintVarsCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintWorkingDirectoryCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) QuitCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) TimeCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) VarDefCommand.perform(String varName, String line, TextTerminal terminal, ReplState state, boolean measure) -
Uses of TextTerminal in com.twineworks.tweakflow.repl.console
Classes in com.twineworks.tweakflow.repl.console that implement TextTerminal