Class AbstractDisplaySetFactory
- java.lang.Object
-
- cern.accsoft.steering.aloha.gui.display.AbstractDisplaySetFactory
-
- All Implemented Interfaces:
AlohaPlugin,DisplaySetFactory
public abstract class AbstractDisplaySetFactory extends java.lang.Object implements DisplaySetFactory
This is the base implementation of allDisplaySetFactorys.
-
-
Constructor Summary
Constructors Constructor Description AbstractDisplaySetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChartFactorygetChartFactory()voidsetChartFactory(ChartFactory chartFactory)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.DisplaySetFactory
createDisplaySet
-
-
-
-
Method Detail
-
setChartFactory
public void setChartFactory(ChartFactory chartFactory)
-
getChartFactory
protected ChartFactory getChartFactory()
-
-