Inheritance diagram for scripting.NameCompleter:

Public Member Functions | |
| List | completeName (String context, String part) |
| This function is called whenever the owner wants to complete a string. | |
| List | provideHelp (String method) |
| This function returns a list of help Strings. | |
Typically called after the user has pressed the TAB key. None of these methods may return null.
|
||||||||||||
|
This function is called whenever the owner wants to complete a string. The parameter context can be used to determine context. For instance, typing: "import java.la<TAB>" would give context = "import" and part = "java.la".
Implemented in scripting.BeanShellNameCompleter, and scripting.SearchableObjectRegistry. |
|
|
This function returns a list of help Strings. It is intended to be used to help the user when calling a function/method by providing an argument list.
Implemented in scripting.BeanShellNameCompleter, and scripting.SearchableObjectRegistry. |
1.3-rc3