Uses of Interface
org.eclipse.epsilon.dt.exeed.extensions.IExeedCustomizer
Packages that use IExeedCustomizer
-
Uses of IExeedCustomizer in org.eclipse.epsilon.dt.exeed
Fields in org.eclipse.epsilon.dt.exeed with type parameters of type IExeedCustomizerModifier and TypeFieldDescriptionprotected final Map<Class<?>,IExeedCustomizer> ExeedItemProvider.resourceClassToCustomizerMapMethods in org.eclipse.epsilon.dt.exeed that return IExeedCustomizerModifier and TypeMethodDescriptionprotected IExeedCustomizerExeedActionBarContributor.getCustomizerFromSelection(org.eclipse.jface.viewers.ISelection selection) Methods in org.eclipse.epsilon.dt.exeed that return types with arguments of type IExeedCustomizerModifier and TypeMethodDescriptionMap<Class<?>,IExeedCustomizer> ExeedActionBarContributor.getCustomizerMap()Method parameters in org.eclipse.epsilon.dt.exeed with type arguments of type IExeedCustomizerModifier and TypeMethodDescriptionvoidExeedActionBarContributor.setCustomizerMap(Map<Class<?>, IExeedCustomizer> resourceClassToCustomizerMap) Constructor parameters in org.eclipse.epsilon.dt.exeed with type arguments of type IExeedCustomizerModifierConstructorDescriptionExeedItemProvider(org.eclipse.emf.common.notify.AdapterFactory arg0, ExeedPlugin plugin, Map<Class<?>, IExeedCustomizer> resourceClassToCustomizerMap) ExeedItemProviderAdapterFactory(ExeedPlugin plugin, Map<Class<?>, IExeedCustomizer> resourceClassToCustomizerMap)