Uses of Class
adams.gui.core.SimpleLogPanel
-
-
Uses of SimpleLogPanel in adams.gui.tools.remotecontrolcenter
Fields in adams.gui.tools.remotecontrolcenter declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
RemoteControlCenterLogPanel. m_LogOther
the log for other messages.protected SimpleLogPanel
RemoteControlCenterLogPanel. m_LogRequest
the request log.protected SimpleLogPanel
RemoteControlCenterLogPanel. m_LogResponse
the response log.Methods in adams.gui.tools.remotecontrolcenter that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanel
RemoteControlCenterLogPanel. getOtherLog()
Returns the log for other messages.SimpleLogPanel
RemoteControlCenterLogPanel. getRequestLog()
Returns the log for requests.SimpleLogPanel
RemoteControlCenterLogPanel. getResponseLog()
Returns the log for response. -
Uses of SimpleLogPanel in adams.gui.tools.remotecontrolcenter.panels
Fields in adams.gui.tools.remotecontrolcenter.panels declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
AdvancedTab. m_Log
the log for the responses.protected SimpleLogPanel
RemoteFlowCommandsTab. m_Log
the log for the responses.protected SimpleLogPanel
RemoteLoggingTab. m_Log
the log for the responses.Methods in adams.gui.tools.remotecontrolcenter.panels that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanel
RemoteLoggingTab. getLog()
Returns the log panel. -
Uses of SimpleLogPanel in adams.gui.tools.wekainvestigator.output
Fields in adams.gui.tools.wekainvestigator.output declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
AbstractResultItem. m_LogPanel
the log component.Methods in adams.gui.tools.wekainvestigator.output that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanel
AbstractResultItem. getLogPanel()
Returns the log panel. -
Uses of SimpleLogPanel in adams.gui.tools.wekainvestigator.tab
Fields in adams.gui.tools.wekainvestigator.tab declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
LogTab. m_LogPanel
the log panel. -
Uses of SimpleLogPanel in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
SimpleLogPanelRequestHandler. m_Log
the log to use.Methods in adams.scripting.requesthandler that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanel
SimpleLogPanelRequestHandler. getLog()
Returns the log in use.Methods in adams.scripting.requesthandler with parameters of type SimpleLogPanel Modifier and Type Method Description void
SimpleLogPanelRequestHandler. setLog(SimpleLogPanel value)
Sets the log to use. -
Uses of SimpleLogPanel in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanel
SimpleLogPanelResponseHandler. m_Log
the log to use.Methods in adams.scripting.responsehandler that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanel
SimpleLogPanelResponseHandler. getLog()
Returns the log in use.Methods in adams.scripting.responsehandler with parameters of type SimpleLogPanel Modifier and Type Method Description void
SimpleLogPanelResponseHandler. setLog(SimpleLogPanel value)
Sets the log to use.
-