Class TrimDisplaySet

  • All Implemented Interfaces:
    DisplaySet

    public class TrimDisplaySet
    extends java.lang.Object
    implements DisplaySet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDetailPanel

        public 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 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 void refresh()
        Description copied from interface: DisplaySet
        refresh all the displayed values.
        Specified by:
        refresh in interface DisplaySet