Uses of Class
adams.terminal.core.LogTextBox
-
Packages that use LogTextBox Package Description adams.scripting.requesthandler adams.scripting.responsehandler adams.terminal adams.terminal.application adams.terminal.menu.remotecommand -
-
Uses of LogTextBox in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as LogTextBox Modifier and Type Field Description protected LogTextBoxLogTextBoxRequestHandler. m_Logthe log to use.Methods in adams.scripting.requesthandler that return LogTextBox Modifier and Type Method Description LogTextBoxLogTextBoxRequestHandler. getLog()Returns the log in use.Methods in adams.scripting.requesthandler with parameters of type LogTextBox Modifier and Type Method Description voidLogTextBoxRequestHandler. setLog(LogTextBox value)Sets the log to use. -
Uses of LogTextBox in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as LogTextBox Modifier and Type Field Description protected LogTextBoxLogTextBoxResponseHandler. m_Logthe log to use.Methods in adams.scripting.responsehandler that return LogTextBox Modifier and Type Method Description LogTextBoxLogTextBoxResponseHandler. getLog()Returns the log in use.Methods in adams.scripting.responsehandler with parameters of type LogTextBox Modifier and Type Method Description voidLogTextBoxResponseHandler. setLog(LogTextBox value)Sets the log to use. -
Uses of LogTextBox in adams.terminal
Fields in adams.terminal declared as LogTextBox Modifier and Type Field Description protected LogTextBoxMain. m_TextBoxLogthe textbox for the logging.Methods in adams.terminal that return LogTextBox Modifier and Type Method Description LogTextBoxMain. getLogTextBox()Returns the textbox to be used for logging. -
Uses of LogTextBox in adams.terminal.application
Methods in adams.terminal.application that return LogTextBox Modifier and Type Method Description LogTextBoxAbstractLanternaTerminalApplication. getLogTextBox()Returns the textbox to be used for logging. -
Uses of LogTextBox in adams.terminal.menu.remotecommand
Fields in adams.terminal.menu.remotecommand declared as LogTextBox Modifier and Type Field Description protected LogTextBoxRemoteFlowCommands. m_Logthe log for the responses.protected LogTextBoxRemoteLogging. m_TextLogfor outputting the logging info.Methods in adams.terminal.menu.remotecommand that return LogTextBox Modifier and Type Method Description protected LogTextBoxAbstractRemoteCommandAction. getLogTextBox()Returns the LogTextBox to use.protected LogTextBoxRemoteLogging. getLogTextBox()Returns the LogTextBox to use.
-