Class LiveStreamViewWithHistogramFactory
java.lang.Object
gda.factory.FindableBase
gda.rcp.views.FindableViewFactoryBase
uk.ac.gda.client.live.stream.view.LiveStreamViewWithHistogramFactory
- All Implemented Interfaces:
Findable,IViewFactory
an
IViewFactory to create LiveStreamViewWithHistogram with custom widgets.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.part.ViewPartCreates the view.voidsetCustomWidget(ICustomWidget customWidget) Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
LiveStreamViewWithHistogramFactory
public LiveStreamViewWithHistogramFactory()
-
-
Method Details
-
createView
public org.eclipse.ui.part.ViewPart createView()Description copied from class:FindableViewFactoryBaseCreates the view. Subclasses must override this method.- Specified by:
createViewin interfaceIViewFactory- Specified by:
createViewin classFindableViewFactoryBase
-
setCustomWidget
-