public class DelegatingContentAssistContextFactory extends AbstractContentAssistContextFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
DelegatingContentAssistContextFactory.StatefulFactory |
ContentAssistContext.Factory.Null| Constructor and Description |
|---|
DelegatingContentAssistContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
ContentAssistContext[] |
create(org.eclipse.jface.text.ITextViewer viewer,
int offset,
XtextResource resource) |
protected ExecutorService |
getPool() |
com.google.inject.Provider<? extends DelegatingContentAssistContextFactory.StatefulFactory> |
getStatefulFactoryProvider() |
public DelegatingContentAssistContextFactory()
public com.google.inject.Provider<? extends DelegatingContentAssistContextFactory.StatefulFactory> getStatefulFactoryProvider()
protected ExecutorService getPool()
public ContentAssistContext[] create(org.eclipse.jface.text.ITextViewer viewer, int offset, XtextResource resource)
Copyright © 2016. All Rights Reserved.