Uses of Class
org.xnap.commons.gui.completion.CompletionModeFactory.CompletionModeInfo

Packages that use CompletionModeFactory.CompletionModeInfo
org.xnap.commons.gui.completion Provides classes offering input completion for JTextComponents to users. 
 

Uses of CompletionModeFactory.CompletionModeInfo in org.xnap.commons.gui.completion
 

Methods in org.xnap.commons.gui.completion that return CompletionModeFactory.CompletionModeInfo
static CompletionModeFactory.CompletionModeInfo CompletionModeFactory.getCompletionModeInfoByClassName(String className)
          Returns the completion mode info object for the className.
static CompletionModeFactory.CompletionModeInfo[] CompletionModeFactory.getInstalledCompletionModes()
          Returns all installed completion mode info objects.
 

Methods in org.xnap.commons.gui.completion with parameters of type CompletionModeFactory.CompletionModeInfo
static CompletionMode CompletionModeFactory.createCompletionMode(CompletionModeFactory.CompletionModeInfo info)
          Creates a completion mode using the class name information from info.
static void CompletionModeFactory.installCompletionMode(CompletionModeFactory.CompletionModeInfo info)
          Installs a completion mode info object.
 



Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.