Class AbstractDisplaySet

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      void addAnalyzers​(java.util.List<Analyzer> analyzers)
      sets all the analyzers
      protected void addDvView​(cern.jdve.viewer.DVView dvView)  
      protected abstract void doRefresh()
      has to be implemented by subclass to perform the necessary actions to refresh the display
      javax.swing.JPanel getDetailPanel()
      this method has to return the panel which is shown in the gui to display details of the measurment.
      java.util.List<cern.jdve.viewer.DVView> getDvViews()
      this method shall return all views, that shall be displayed in the dataviewer.
      void refresh()
      refresh all the displayed values.
      protected void setDetailPanel​(javax.swing.JPanel detailPanel)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractDisplaySet

        public AbstractDisplaySet()
    • Method Detail

      • getDetailPanel

        public final javax.swing.JPanel getDetailPanel()
        Description copied from interface: DisplaySet
        this method has to return the panel which is shown in the gui to display details of the measurment.
        Specified by:
        getDetailPanel in interface DisplaySet
        Returns:
        an appropriate panel
      • getDvViews

        public final java.util.List<cern.jdve.viewer.DVView> getDvViews()
        Description copied from interface: DisplaySet
        this method shall return all views, that shall be displayed in the dataviewer.
        Specified by:
        getDvViews in interface DisplaySet
        Returns:
        a list of views
      • refresh

        public final void refresh()
        Description copied from interface: DisplaySet
        refresh all the displayed values.
        Specified by:
        refresh in interface DisplaySet
      • doRefresh

        protected abstract void doRefresh()
        has to be implemented by subclass to perform the necessary actions to refresh the display
      • addDvView

        protected final void addDvView​(cern.jdve.viewer.DVView dvView)
      • setDetailPanel

        protected final void setDetailPanel​(javax.swing.JPanel detailPanel)
      • addAnalyzers

        public void addAnalyzers​(java.util.List<Analyzer> analyzers)
        sets all the analyzers
        Parameters:
        analyzers -