Uses of Class
org.kcc.CompletionItem
Packages that use CompletionItem
-
Uses of CompletionItem in org.kcc
Classes in org.kcc that implement interfaces with type arguments of type CompletionItemFields in org.kcc declared as CompletionItemModifier and TypeFieldDescriptionprivate static final CompletionItem[]ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower.COMPLETION_ITEMS_HELPprivate CompletionItem[]KeywordBasedCodeCompletion.keywordsFields in org.kcc with type parameters of type CompletionItemModifier and TypeFieldDescriptionprivate final JList<CompletionItem> KeywordBasedCodeCompletion.suggestedMethods in org.kcc that return CompletionItemModifier and TypeMethodDescriptionCompletionItem.CompletionItemSet.getItemsArray()ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) ContextSuggestionsNarrower.DebugNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) ContextSuggestionsNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) Methods in org.kcc that return types with arguments of type CompletionItemMethods in org.kcc with parameters of type CompletionItemModifier and TypeMethodDescriptionintCompletionItem.compareTo(CompletionItem o) private static ListModelKeywordBasedCodeCompletion.createModel(CompletionItem[] listData) ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) ContextSuggestionsNarrower.DebugNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) ContextSuggestionsNarrower.narrowSuggestions(String currentKeyword, CompletionItem[] currentSet, String[] beforeLines, String[] afterLines, CompletionSettings settings) private voidKeywordBasedCodeCompletion.setKeywords(CompletionItem[] keywords) private voidKeywordBasedCodeCompletion.setKeywordsImpl(CompletionItem[] lkeywords) -
Uses of CompletionItem in org.kcc.wordsets
Fields in org.kcc.wordsets declared as CompletionItemModifier and TypeFieldDescriptionprivate static final CompletionItem[]JavaKeywordsWithHelp.BASE_JAVA_KEYWORDSprivate static final CompletionItem[]JrdApiKeywords.BASE_JRDAPI_KEYWORDSprivate static final CompletionItem[]BytecodeKeywordsWithHelp.BYTECODE_KEYWORDSprivate static final CompletionItem[]BytemanKeywords.BYTEMAN_KEYWORDS(package private) static final CompletionItem[]JavaKeywordsWithHelp.EXT_JAVA_KEYWORDSprivate static final CompletionItem[]JavaKeywordsWithHelp.JAVA_KEYWORDSprivate static final CompletionItem[]JrdApiKeywords.JRDAPI_KEYWORDSprivate static final CompletionItem[]JavaKeywordsWithHelp.MANUAL_JAVA_KEYWORDSMethods in org.kcc.wordsets that return CompletionItemModifier and TypeMethodDescriptionBytecodeKeywordsWithHelp.getItemsArray()BytemanKeywords.getItemsArray()ConnectedKeywords.getItemsArray()JavaKeywordsWithHelp.getItemsArray()JrdApiKeywords.getItemsArray()(package private) static CompletionItem[]JavaKeywordsWithHelp.getSystemAndRuntimeAsCompletions()Methods in org.kcc.wordsets that return types with arguments of type CompletionItemModifier and TypeMethodDescriptionBytecodeKeywordsWithHelp.getItemsList()BytemanKeywords.getItemsList()ConnectedKeywords.getItemsList()JavaKeywordsWithHelp.getItemsList()JrdApiKeywords.getItemsList()Method parameters in org.kcc.wordsets with type arguments of type CompletionItemModifier and TypeMethodDescriptionprivate static voidJavaKeywordsWithHelp.addToList(boolean onlyStatic, int modifiers, List<CompletionItem> result, String stringRepresentation) private static voidJavaKeywordsWithHelp.getFields(Class clazz, List<CompletionItem> result, boolean onlyStatic) private static voidJavaKeywordsWithHelp.getMethods(Class clazz, List<CompletionItem> result, boolean onlyStatic)