Package org.eclipse.wst.xsl.ui.internal.contentassist
public class ContentAssistProcessorFactory extends java.lang.ObjectA factory class that reads an eclipse extension point for Content Assist Processors.
Constructor Summary |
ContentAssistProcessorFactory() |
Method Summary | |
public static IContentAssistProcessor[] | createProcessors() Creates the necessary Content Assist Processors that have been Contributed to the XSL Editor configuration. |
Constructor Detail |
public ContentAssistProcessorFactory()
Methods Detail |
public IContentAssistProcessor[] createProcessors()
Creates the necessary Content Assist Processors that have been Contributed to the XSL Editor configuration.
IContentAssistProcessor[]