Class KickResponseDisplaySet
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
-
- cern.accsoft.steering.aloha.plugin.kickresp.display.KickResponseDisplaySet
-
- All Implemented Interfaces:
AlohaBeanFactoryAware,BeanAware,DisplaySet
public class KickResponseDisplaySet extends AbstractDisplaySet implements AlohaBeanFactoryAware
this is a special implementation of a DisplaySet for a kick-response measurement
-
-
Constructor Summary
Constructors Constructor Description KickResponseDisplaySet(KickResponseMeasurementImpl measurement, ChartFactory chartFactory)
-
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 displayvoidinit()voidsetAlohaBeanFactory(AlohaBeanFactory alohaBeanFactory)this method is used by theAlohaBeanFactoryto inject itself.-
Methods inherited from class cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
addAnalyzers, addDvView, getDetailPanel, getDvViews, refresh, setDetailPanel
-
-
-
-
Constructor Detail
-
KickResponseDisplaySet
public KickResponseDisplaySet(KickResponseMeasurementImpl measurement, ChartFactory chartFactory)
-
-
Method Detail
-
init
public void init()
-
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
-
setAlohaBeanFactory
public void setAlohaBeanFactory(AlohaBeanFactory alohaBeanFactory)
Description copied from interface:AlohaBeanFactoryAwarethis method is used by theAlohaBeanFactoryto inject itself.- Specified by:
setAlohaBeanFactoryin interfaceAlohaBeanFactoryAware
-
-