Uses of Interface
org.xnap.commons.gui.completion.CompletionMode

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

Uses of CompletionMode in org.xnap.commons.gui.completion
 

Classes in org.xnap.commons.gui.completion that implement CompletionMode
 class AbstractCompletionMode
          Abstract convenience class which provides some wrapping function to ease the implementation of a CompletionMode.
 class AutomaticCompletionMode
          This mode provides automatic completion similar to the one provided in KDE.
 class AutomaticDropDownCompletionMode
          This mode mimics KDE's automatic drop down mode.
 class DropDownListCompletionMode
          Uses a CompletionPopup to present its completions to the user.
 class EmacsCompletionMode
          This completion mode mimics Emacs' (dabbrev-expand).
 class GlobalDefaultCompletionMode
          This mode acts as a proxy for another mode that can be set as global default.
 class ManualCompletionMode
          This mode provides manual completion similar to the one offered by KDE.
 class NoCompletionMode
          A null completion mode that provides no completion whatsoever.
 class ShortAutomaticCompletionMode
          This mode mimics KDE's short automatic completion mode.
 

Methods in org.xnap.commons.gui.completion that return CompletionMode
static CompletionMode CompletionModeFactory.createCompletionMode(CompletionModeFactory.CompletionModeInfo info)
          Creates a completion mode using the class name information from info.
static CompletionMode CompletionModeFactory.createCompletionMode(String className)
          Creates a completion mode object with the given class name.
 CompletionMode Completion.getMode()
          Returns the currently active completion mode.
 

Methods in org.xnap.commons.gui.completion with parameters of type CompletionMode
 void Completion.setMode(CompletionMode newMode)
          Sets a new completion mode for the managed text component and enables it if the completion is currently enabled.
 



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