Uses of Interface
org.objectweb.cjdbc.controller.console.CommandCompletorInterface

Packages that use CommandCompletorInterface
org.objectweb.cjdbc.controller.console C-JDBC text and graphical console. 
 

Uses of CommandCompletorInterface in org.objectweb.cjdbc.controller.console
 

Classes in org.objectweb.cjdbc.controller.console that implement CommandCompletorInterface
 class CommandCompletor
          Command completor utility: allow to complete a String from a given list of keywords and from the file sytem.
 

Fields in org.objectweb.cjdbc.controller.console declared as CommandCompletorInterface
static CommandCompletorInterface VirtualDatabaseConsole.COMPLETOR
          Command completor.
static CommandCompletorInterface VirtualDatabaseAdmin.COMPLETOR
          Command completor to use.
static CommandCompletorInterface Console.COMPLETOR
          Command completor to use.
private  CommandCompletorInterface GUIConsoleHelper.commandCompletor
          Command completor to use.
 

Methods in org.objectweb.cjdbc.controller.console with parameters of type CommandCompletorInterface
 void CommandLineConsoleHelper.setCommandCompletor(CommandCompletorInterface commandCompletor)
          Not supported.
 void ConsoleHelperInterface.setCommandCompletor(CommandCompletorInterface completor)
          Sets the command completor to use.
 void GUIConsoleHelper.setCommandCompletor(CommandCompletorInterface completor)
           
 



Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.