| Package | Description |
|---|---|
| org.coode.parsers.ui | |
| org.coode.parsers.ui.autocompletionmatcher |
| Constructor and Description |
|---|
AutoCompleter(JTextComponent tc,
AutoCompletionMatcher matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeywordAutoCompletionMatcher
Matches (case insensitively) the string to complete against a set of keywords
and returns those that start with the string to complete
|
class |
ManchesterOWLSyntaxSimpleAutoCompletionMatcher |
class |
MultipleAutoCompletionMatcher
Combines more than one AutoCompletionMatcher.
|
class |
OWLEntityRendererAutoCompletionMatcher
Retrieves the OWL Entities whose rendering match the string to complete
|
class |
ParseTreeBasedAutoCompletionMatcher
Decides matches based on the parse tree generated by parsing the String to
complete.
|
| Constructor and Description |
|---|
MultipleAutoCompletionMatcher(Collection<? extends AutoCompletionMatcher> matchers) |
Copyright © 2015 The University of Manchester. All Rights Reserved.