Uses of Interface
bsh.util.NameCompletion

Packages that use NameCompletion
bsh.util   
 

Uses of NameCompletion in bsh.util
 

Classes in bsh.util that implement NameCompletion
 class NameCompletionTable
          NameCompletionTable is a utility that implements simple name completion for a collection of names, NameSources, and other NameCompletionTables.
 

Fields in bsh.util declared as NameCompletion
(package private)  NameCompletion JConsole.nameCompletion
           
 

Methods in bsh.util with parameters of type NameCompletion
 void JConsole.setNameCompletion(NameCompletion nc)
           
 void GUIConsoleInterface.setNameCompletion(NameCompletion nc)