Class TrajectoryDisplaySet
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
-
- cern.accsoft.steering.aloha.gui.display.GenericDisplaySet<TrajectoryMeasurement>
-
- cern.accsoft.steering.aloha.plugin.traj.display.TrajectoryDisplaySet
-
- All Implemented Interfaces:
BeanAware,ChartFactoryAware,MachineElementsManagerAware,DisplaySet
public class TrajectoryDisplaySet extends GenericDisplaySet<TrajectoryMeasurement> implements MachineElementsManagerAware, ChartFactoryAware
this is the displayset for a trajectory measurement
-
-
Constructor Summary
Constructors Constructor Description TrajectoryDisplaySet(TrajectoryMeasurement measurement)
-
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()init method, which is automatically called after the beans are injected.voidsetChartFactory(ChartFactory chartFactory)set the chart factoryvoidsetMachineElementsManager(MachineElementsManager machineElementsManager)by the use of this method theMachineElementsManageris injected if the class is configured by theAlohaBeanFactory-
Methods inherited from class cern.accsoft.steering.aloha.gui.display.GenericDisplaySet
getMeasurement
-
Methods inherited from class cern.accsoft.steering.aloha.gui.display.AbstractDisplaySet
addAnalyzers, addDvView, getDetailPanel, getDvViews, refresh, setDetailPanel
-
-
-
-
Constructor Detail
-
TrajectoryDisplaySet
public TrajectoryDisplaySet(TrajectoryMeasurement measurement)
-
-
Method Detail
-
init
public void init()
init method, which is automatically called after the beans are injected.
-
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
-
setChartFactory
public void setChartFactory(ChartFactory chartFactory)
Description copied from interface:ChartFactoryAwareset the chart factory- Specified by:
setChartFactoryin interfaceChartFactoryAware- Parameters:
chartFactory- theChartFactoryto set
-
setMachineElementsManager
public void setMachineElementsManager(MachineElementsManager machineElementsManager)
Description copied from interface:MachineElementsManagerAwareby the use of this method theMachineElementsManageris injected if the class is configured by theAlohaBeanFactory- Specified by:
setMachineElementsManagerin interfaceMachineElementsManagerAware
-
-