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 SimpleLogPanelRemoteControlCenterLogPanel. m_LogOtherthe log for other messages.protected SimpleLogPanelRemoteControlCenterLogPanel. m_LogRequestthe request log.protected SimpleLogPanelRemoteControlCenterLogPanel. m_LogResponsethe response log.Methods in adams.gui.tools.remotecontrolcenter that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanelRemoteControlCenterLogPanel. getOtherLog()Returns the log for other messages.SimpleLogPanelRemoteControlCenterLogPanel. getRequestLog()Returns the log for requests.SimpleLogPanelRemoteControlCenterLogPanel. 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 SimpleLogPanelAdvancedTab. m_Logthe log for the responses.protected SimpleLogPanelRemoteFlowCommandsTab. m_Logthe log for the responses.protected SimpleLogPanelRemoteLoggingTab. m_Logthe log for the responses.Methods in adams.gui.tools.remotecontrolcenter.panels that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanelRemoteLoggingTab. 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 SimpleLogPanelAbstractResultItem. m_LogPanelthe log component.Methods in adams.gui.tools.wekainvestigator.output that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanelAbstractResultItem. 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 SimpleLogPanelLogTab. m_LogPanelthe log panel. -
Uses of SimpleLogPanel in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as SimpleLogPanel Modifier and Type Field Description protected SimpleLogPanelSimpleLogPanelRequestHandler. m_Logthe log to use.Methods in adams.scripting.requesthandler that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanelSimpleLogPanelRequestHandler. getLog()Returns the log in use.Methods in adams.scripting.requesthandler with parameters of type SimpleLogPanel Modifier and Type Method Description voidSimpleLogPanelRequestHandler. 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 SimpleLogPanelSimpleLogPanelResponseHandler. m_Logthe log to use.Methods in adams.scripting.responsehandler that return SimpleLogPanel Modifier and Type Method Description SimpleLogPanelSimpleLogPanelResponseHandler. getLog()Returns the log in use.Methods in adams.scripting.responsehandler with parameters of type SimpleLogPanel Modifier and Type Method Description voidSimpleLogPanelResponseHandler. setLog(SimpleLogPanel value)Sets the log to use.
-