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

public class SequenceViewCreatorFactory extends Object implements FindableExecutableExtension
  • Constructor Details

    • SequenceViewCreatorFactory

      public SequenceViewCreatorFactory()
  • Method Details

    • create

      public Object create() throws org.eclipse.core.runtime.CoreException
      Specified by:
      create in interface org.eclipse.core.runtime.IExecutableExtensionFactory
      Throws:
      org.eclipse.core.runtime.CoreException
    • createView

      protected SequenceViewCreator createView()
    • setInitializationData

      public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data) throws org.eclipse.core.runtime.CoreException
      Specified by:
      setInitializationData in interface org.eclipse.core.runtime.IExecutableExtension
      Throws:
      org.eclipse.core.runtime.CoreException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getViewPartName

      public String getViewPartName()
    • setViewPartName

      public void setViewPartName(String viewPartName)
    • setName

      public void setName(String name)
      Description copied from interface: Findable
      Set or change the name of the object (as defined in XML).
      Specified by:
      setName in interface Findable
      Parameters:
      name - the object name
    • getName

      public String getName()
      Description copied from interface: Findable
      Get the object name. Used by Castor to check if the object name has been set before calling the Findable.setName(String) method.
      Specified by:
      getName in interface Findable
      Returns:
      a String containing the object name.
    • getCamera

      public Camera getCamera()
    • setCamera

      public void setCamera(Camera camera)
    • getRegionValidator

      public IRegionValidator getRegionValidator()
    • setRegionValidator

      public void setRegionValidator(IRegionValidator regionValidator)