Class SequenceViewCreatorFactory
java.lang.Object
org.opengda.detector.electronanalyser.client.viewfactories.SequenceViewCreatorFactory
- All Implemented Interfaces:
Findable,FindableExecutableExtension,org.eclipse.core.runtime.IExecutableExtension,org.eclipse.core.runtime.IExecutableExtensionFactory,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
SequenceViewLiveFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()protected SequenceViewCreatorgetName()Get the object name.voidvoidsetInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data) voidSet or change the name of the object (as defined in XML).voidsetRegionValidator(IRegionValidator regionValidator) voidsetViewPartName(String viewPartName)
-
Constructor Details
-
SequenceViewCreatorFactory
public SequenceViewCreatorFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.eclipse.core.runtime.IExecutableExtensionFactory- Throws:
org.eclipse.core.runtime.CoreException
-
createView
-
setInitializationData
public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data) throws org.eclipse.core.runtime.CoreException - Specified by:
setInitializationDatain interfaceorg.eclipse.core.runtime.IExecutableExtension- Throws:
org.eclipse.core.runtime.CoreException
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getViewPartName
-
setViewPartName
-
setName
Description copied from interface:FindableSet or change the name of the object (as defined in XML). -
getName
Description copied from interface:FindableGet the object name. Used by Castor to check if the object name has been set before calling theFindable.setName(String)method. -
getCamera
-
setCamera
-
getRegionValidator
-
setRegionValidator
-