| |
|
| java.lang.Object henplus.view.util.NameCompleter
NameCompleter | public class NameCompleter (Code) | | a Completer for names that are only given partially. This is used for
tab-completion or to automatically correct names.
|
NameCompleter | public NameCompleter()(Code) | | |
getAlternatives | public Iterator getAlternatives(String partialName)(Code) | | returns an iterator with alternatives that match the partial name
given or 'null' if there is no alternative.
|
|
|
|