Class DefaultDisplaySet
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
-
- cern.accsoft.steering.aloha.gui.display.DefaultDisplaySet
-
- All Implemented Interfaces:
DisplaySet
public class DefaultDisplaySet extends AbstractDisplaySet
this is the implementation of a DisplaySet which only contains analyzers It is created by default for a measurement, if no dedicated displayset for a measurement is provided by a factory.
-
-
Constructor Summary
Constructors Constructor Description DefaultDisplaySet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoRefresh()has to be implemented by subclass to perform the necessary actions to refresh the display-
Methods inherited from class cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
addAnalyzers, addDvView, getDetailPanel, getDvViews, refresh, setDetailPanel
-
-
-
-
Method Detail
-
doRefresh
protected void doRefresh()
Description copied from class:AbstractDisplaySethas to be implemented by subclass to perform the necessary actions to refresh the display- Specified by:
doRefreshin classAbstractDisplaySet
-
-