| java.lang.Object org.eclipse.ui.examples.javaeditor.java.JavaCompletionProcessor
JavaCompletionProcessor | public class JavaCompletionProcessor implements IContentAssistProcessor(Code) | | Example Java completion processor.
|
Inner Class :protected static class Validator implements IContextInformationValidator,IContextInformationPresenter | |
fValidator | protected IContextInformationValidator fValidator(Code) | | |
fgProposals | final protected static String[] fgProposals(Code) | | |
computeCompletionProposals | public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int documentOffset)(Code) | | |
computeContextInformation | public IContextInformation[] computeContextInformation(ITextViewer viewer, int documentOffset)(Code) | | |
getCompletionProposalAutoActivationCharacters | public char[] getCompletionProposalAutoActivationCharacters()(Code) | | |
getContextInformationAutoActivationCharacters | public char[] getContextInformationAutoActivationCharacters()(Code) | | |
getContextInformationValidator | public IContextInformationValidator getContextInformationValidator()(Code) | | |
|
|