Package gda.rcp.views

Interface FindableExecutableExtension

All Superinterfaces:
Findable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.core.runtime.IExecutableExtensionFactory, org.springframework.beans.factory.InitializingBean
All Known Implementing Classes:
AbstractFindableExecutableExtension, CompositeFactoryExecutableExtension, ExternalIOViewFactory, ImageViewFactory, ProgressViewFactory, RegionViewCreatorFactory, RegionViewLiveFactory, SequenceViewCreatorFactory, SequenceViewLiveFactory, SlicesViewFactory, SpectrumViewFactory, StatusViewFactory, StatusViewFactory

public interface FindableExecutableExtension extends Findable, org.eclipse.core.runtime.IExecutableExtensionFactory, org.eclipse.core.runtime.IExecutableExtension, org.springframework.beans.factory.InitializingBean
Allow views configured in Spring to be accessed via Finder
  • Method Summary

    Methods inherited from interface gda.factory.Findable

    getName, setName

    Methods inherited from interface org.eclipse.core.runtime.IExecutableExtension

    setInitializationData

    Methods inherited from interface org.eclipse.core.runtime.IExecutableExtensionFactory

    create

    Methods inherited from interface org.springframework.beans.factory.InitializingBean

    afterPropertiesSet