Package org.scijava.script
Class AutoCompletionResult
- java.lang.Object
-
- org.scijava.script.AutoCompletionResult
-
public class AutoCompletionResult extends Object
Data structure housing suggestions given byAutoCompleterhelpers.- Author:
- Hadrien Mary
-
-
Constructor Summary
Constructors Constructor Description AutoCompletionResult(List<String> matches)AutoCompletionResult(List<String> matches, int startIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getMatches()intgetStartIndex()
-