Package gda.rcp.views
Class FindableViewFactoryBase
java.lang.Object
gda.factory.FindableBase
gda.rcp.views.FindableViewFactoryBase
- All Implemented Interfaces:
Findable,IViewFactory
- Direct Known Subclasses:
CommissioningViewFactory,CommissioningViewFactory,DetectorRateViewConfig,FluorescenceDetectorViewFactory,InstrumentControlViewFactory,LiveStreamViewWithHistogramFactory,MXBeamOpticsViewFactory,MXHardwareViewFactory,QxesScanViewFactory,TurboXasExperimentViewFactory
Base class for (findable) view factory beans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.eclipse.ui.part.ViewPartCreates the view.Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
FindableViewFactoryBase
public FindableViewFactoryBase()
-
-
Method Details
-
createView
public abstract org.eclipse.ui.part.ViewPart createView()Creates the view. Subclasses must override this method.- Specified by:
createViewin interfaceIViewFactory
-