Class AbstractTrailViewerPlugin

    • Field Summary

      • Fields inherited from class adams.gui.plugin.AbstractToolPlugin

        m_CanceledByUser, m_CurrentPanel, m_LastSetup
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doLog​(String msg)
      Performs the actual logging.
      • Methods inherited from class adams.gui.plugin.AbstractToolPlugin

        canExecute, createLogEntry, doExecute, execute, getCanceledByUser, getCaption, getIcon, getIconName, getLastSetup, getMenu, hasLastSetup, log, setLastSetup
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
    • Constructor Detail

      • AbstractTrailViewerPlugin

        public AbstractTrailViewerPlugin()
    • Method Detail

      • doLog

        protected void doLog​(String msg)
        Performs the actual logging.
        Specified by:
        doLog in class adams.gui.plugin.AbstractToolPlugin<TrailPanel>
        Parameters:
        msg - the message to log