Class InstrumentControlViewFactory
java.lang.Object
gda.factory.FindableBase
gda.rcp.views.FindableViewFactoryBase
uk.ac.gda.beamline.i19.shared.views.InstrumentControlViewFactory
- All Implemented Interfaces:
Findable,IViewFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.part.ViewPartCreates the view.voidsetControls(List<Map<String, Object>> controls) voidvoidsetSections(List<Map<String, Object>> sections) Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setName
-
Constructor Details
-
InstrumentControlViewFactory
public InstrumentControlViewFactory()
-
-
Method Details
-
setLabel
-
setControls
-
setSections
-
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
-