Class TrimDisplaySet
- java.lang.Object
-
- cern.accsoft.steering.aloha.plugin.trim.display.TrimDisplaySet
-
- All Implemented Interfaces:
DisplaySet
public class TrimDisplaySet extends java.lang.Object implements DisplaySet
-
-
Constructor Summary
Constructors Constructor Description TrimDisplaySet(TrimMeasurement measurement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanelgetDetailPanel()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.voidrefresh()refresh all the displayed values.
-
-
-
Constructor Detail
-
TrimDisplaySet
public TrimDisplaySet(TrimMeasurement measurement)
-
-
Method Detail
-
getDetailPanel
public javax.swing.JPanel getDetailPanel()
Description copied from interface:DisplaySetthis method has to return the panel which is shown in the gui to display details of the measurment.- Specified by:
getDetailPanelin interfaceDisplaySet- Returns:
- an appropriate panel
-
getDvViews
public java.util.List<cern.jdve.viewer.DVView> getDvViews()
Description copied from interface:DisplaySetthis method shall return all views, that shall be displayed in the dataviewer.- Specified by:
getDvViewsin interfaceDisplaySet- Returns:
- a list of views
-
refresh
public void refresh()
Description copied from interface:DisplaySetrefresh all the displayed values.- Specified by:
refreshin interfaceDisplaySet
-
-