Class AbstractSpectrumHandler

    • Field Summary

      • Fields inherited from class adams.gui.tools.previewbrowser.AbstractContentHandler

        m_Relation
      • Fields inherited from class adams.core.option.AbstractOptionHandler

        m_OptionManager
      • Fields inherited from class adams.core.logging.LoggingObject

        m_Logger, m_LoggingIsEnabled, m_LoggingLevel
      • Fields inherited from interface adams.gui.tools.previewbrowser.ContentHandler

        MATCH_ALL
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      adams.gui.tools.previewbrowser.PreviewPanel createPreview​(File file)
      Creates the actual view.
      protected adams.gui.tools.previewbrowser.PreviewPanel createPreview​(File[] files)
      Creates the actual view.
      adams.gui.tools.previewbrowser.PreviewPanel getPreview​(File[] files)
      Returns the preview for the specified files.
      protected abstract AbstractSpectrumReader getReader​(File file)
      Returns the reader to use.
      String globalInfo()
      Returns a string describing the object.
      adams.gui.tools.previewbrowser.PreviewPanel reusePreview​(File[] files, adams.gui.tools.previewbrowser.PreviewPanel previewPanel)
      Returns the preview for the specified files.
      • Methods inherited from class adams.gui.tools.previewbrowser.AbstractContentHandler

        checkFile, getHandlers, getHandlersForFile, getHandlersForFile, getPreview, getRelation, hasHandler, hasHandler, reusePreview
      • Methods inherited from class adams.core.option.AbstractOptionHandler

        cleanUpOptions, defineOptions, destroy, finishInit, getDefaultLoggingLevel, getOptionManager, initialize, loggingLevelTipText, newOptionManager, reset, setLoggingLevel, toCommandLine, toString
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.gui.tools.previewbrowser.ContentHandler

        getExtensions
      • Methods inherited from interface adams.core.Destroyable

        destroy
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
      • Methods inherited from interface adams.core.option.OptionHandler

        cleanUpOptions, defineOptions, getOptionManager, toCommandLine
    • Constructor Detail

      • AbstractSpectrumHandler

        public AbstractSpectrumHandler()
    • Method Detail

      • globalInfo

        public String globalInfo()
        Returns a string describing the object.
        Specified by:
        globalInfo in interface adams.core.GlobalInfoSupporter
        Specified by:
        globalInfo in class adams.core.option.AbstractOptionHandler
        Returns:
        a description suitable for displaying in the gui
      • getReader

        protected abstract AbstractSpectrumReader getReader​(File file)
        Returns the reader to use.
        Parameters:
        file - the file to read from
        Returns:
        the reader
      • createPreview

        public adams.gui.tools.previewbrowser.PreviewPanel createPreview​(File file)
        Creates the actual view.
        Specified by:
        createPreview in interface adams.gui.tools.previewbrowser.ContentHandler
        Specified by:
        createPreview in class adams.gui.tools.previewbrowser.AbstractContentHandler
        Parameters:
        file - the file to create the view for
        Returns:
        the view
      • createPreview

        protected adams.gui.tools.previewbrowser.PreviewPanel createPreview​(File[] files)
        Creates the actual view.
        Parameters:
        files - the files to create the view for
        Returns:
        the view
      • reusePreview

        public adams.gui.tools.previewbrowser.PreviewPanel reusePreview​(File[] files,
                                                                        adams.gui.tools.previewbrowser.PreviewPanel previewPanel)
        Returns the preview for the specified files.
        Default implementation just creates a new preview.
        Specified by:
        reusePreview in interface adams.gui.tools.previewbrowser.MultipleFileContentHandler
        Parameters:
        files - the files to create the view for
        previewPanel - the preview panel to resuse
        Returns:
        the preview, NoPreviewAvailablePanel in case of an error
        See Also:
        NoPreviewAvailablePanel
      • getPreview

        public adams.gui.tools.previewbrowser.PreviewPanel getPreview​(File[] files)
        Returns the preview for the specified files.
        Specified by:
        getPreview in interface adams.gui.tools.previewbrowser.MultipleFileContentHandler
        Parameters:
        files - the files to create the view for
        Returns:
        the preview, NoPreviewAvailablePanel in case of an error
        See Also:
        NoPreviewAvailablePanel