org.das2.jythoncompletion.support.CompletionResultSet

Listener interface for passing the query results.


PRIORITY_SORT_TYPE

Sort type returned from {@link #getSortType()} that prefers priority of the item ({@link CompletionItem#getSortPriority()}) over the text of the item ({@link CompletionItem#getSortText()}).


TEXT_SORT_TYPE

Sort type returned from {@link #getSortType()} that prefers text of the item ({@link CompletionItem#getSortText()}). over the priority of the item ({@link CompletionItem#getSortPriority()})