Uses of Class
org.xnap.gui.component.CompletionMode

Packages that use CompletionMode
org.xnap.gui.component Provides generic Swing based components that provide additional functionality. 
 

Uses of CompletionMode in org.xnap.gui.component
 

Subclasses of CompletionMode in org.xnap.gui.component
 class AutomaticCompletionMode
           
 class AutomaticDropDownCompletionMode
           
 class DropDownListCompletionMode
          Uses a CompletionPopup to present its completions to the user.
 class EmacsCompletionMode
           
 class ManualCompletionMode
           
 class NoCompletionMode
           
 class ShortAutomaticCompletionMode
           
 

Methods in org.xnap.gui.component that return CompletionMode
static CompletionMode CompletionModeFactory.createCompletionMode(java.lang.String key, javax.swing.text.JTextComponent c, boolean wholeText)
           
 CompletionMode Completable.getCompletionMode()
          Returns the currently set completion mode.
 CompletionMode HistoryComboBox.getCompletionMode()
           
 CompletionMode XNapTextField.getCompletionMode()
           
 

Constructors in org.xnap.gui.component with parameters of type CompletionMode
CompletionPopup(CompletionMode mode)
          Constructs a new completion popup for the given text component.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.