Uses of Class
org.kcc.CompletionItem
Packages that use CompletionItem
-
Uses of CompletionItem in org.kcc
Fields in org.kcc declared as CompletionItemModifier and TypeFieldDescriptionprivate static final CompletionItem[]
ContextSuggestionsNarrower.ClassesAndMethodsEnforcingNarrower.COMPLETION_ITEMS_HELP
private CompletionItem[]
KeywordBasedCodeCompletion.keywords
Fields in org.kcc with type parameters of type CompletionItemModifier and TypeFieldDescriptionprivate final JList
<CompletionItem> KeywordBasedCodeCompletion.suggested
Methods 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 TypeMethodDescriptionint
CompletionItem.compareTo
(CompletionItem o) private static ListModel
KeywordBasedCodeCompletion.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 void
KeywordBasedCodeCompletion.setKeywords
(CompletionItem[] keywords) private void
KeywordBasedCodeCompletion.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_KEYWORDS
private static final CompletionItem[]
JrdApiKeywords.BASE_JRDAPI_KEYWORDS
private static final CompletionItem[]
BytecodeKeywordsWithHelp.BYTECODE_KEYWORDS
private static final CompletionItem[]
BytemanKeywords.BYTEMAN_KEYWORDS
(package private) static final CompletionItem[]
JavaKeywordsWithHelp.EXT_JAVA_KEYWORDS
private static final CompletionItem[]
JavaKeywordsWithHelp.JAVA_KEYWORDS
private static final CompletionItem[]
JrdApiKeywords.JRDAPI_KEYWORDS
private static final CompletionItem[]
JavaKeywordsWithHelp.MANUAL_JAVA_KEYWORDS
Methods 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 void
JavaKeywordsWithHelp.addToList
(boolean onlyStatic, int modifiers, List<CompletionItem> result, String stringRepresentation) private static void
JavaKeywordsWithHelp.getFields
(Class clazz, List<CompletionItem> result, boolean onlyStatic) private static void
JavaKeywordsWithHelp.getMethods
(Class clazz, List<CompletionItem> result, boolean onlyStatic)