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 LogTextBox
LogTextBoxRequestHandler. m_Log
the log to use.Methods in adams.scripting.requesthandler that return LogTextBox Modifier and Type Method Description LogTextBox
LogTextBoxRequestHandler. getLog()
Returns the log in use.Methods in adams.scripting.requesthandler with parameters of type LogTextBox Modifier and Type Method Description void
LogTextBoxRequestHandler. 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 LogTextBox
LogTextBoxResponseHandler. m_Log
the log to use.Methods in adams.scripting.responsehandler that return LogTextBox Modifier and Type Method Description LogTextBox
LogTextBoxResponseHandler. getLog()
Returns the log in use.Methods in adams.scripting.responsehandler with parameters of type LogTextBox Modifier and Type Method Description void
LogTextBoxResponseHandler. 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 LogTextBox
Main. m_TextBoxLog
the textbox for the logging.Methods in adams.terminal that return LogTextBox Modifier and Type Method Description LogTextBox
Main. 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 LogTextBox
AbstractLanternaTerminalApplication. 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 LogTextBox
RemoteFlowCommands. m_Log
the log for the responses.protected LogTextBox
RemoteLogging. m_TextLog
for outputting the logging info.Methods in adams.terminal.menu.remotecommand that return LogTextBox Modifier and Type Method Description protected LogTextBox
AbstractRemoteCommandAction. getLogTextBox()
Returns the LogTextBox to use.protected LogTextBox
RemoteLogging. getLogTextBox()
Returns the LogTextBox to use.
-