|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for command completion.
This code has been inspired by the BeanShell Java Scripting project (http://www.beanshell.org/) by Patrick Niemeyer (pat@pat.net).
| Method Summary | |
java.lang.String[] |
complete(java.lang.String part)
Returns an array containing a String element of the maximum
unambiguous command completion or, if there is no common prefix, returns
the list of ambiguous commands. |
| Method Detail |
public java.lang.String[] complete(java.lang.String part)
String element of the maximum
unambiguous command completion or, if there is no common prefix, returns
the list of ambiguous commands.
part - the String to complete.
String[] instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||