Inheritance diagram for GuiComponents.Console.NameCompletionListener:
Public Member Functions | |
java.util.List | completeName (String curCmd) |
The receiver should return a List of possible completions The return value can be null. |
Definition at line 13 of file NameCompletionListener.java.
|
The receiver should return a List of possible completions The return value can be null.
Implemented in GuiComponents.scripting.DefaultInterpreter. |