Package gda.rcp.views
Class AbstractFindableExecutableExtension
java.lang.Object
gda.factory.FindableBase
gda.rcp.views.AbstractFindableExecutableExtension
- All Implemented Interfaces:
Findable,FindableExecutableExtension,org.eclipse.core.runtime.IExecutableExtension,org.eclipse.core.runtime.IExecutableExtensionFactory,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
CompositeFactoryExecutableExtension
public abstract class AbstractFindableExecutableExtension
extends FindableBase
implements FindableExecutableExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetInitializationData(org.eclipse.core.runtime.IConfigurationElement config, String propertyName, Object data) Methods inherited from class gda.factory.FindableBase
equals, getName, hashCode, setNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IExecutableExtensionFactory
create
-
Constructor Details
-
AbstractFindableExecutableExtension
public AbstractFindableExecutableExtension()
-
-
Method Details
-
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
-