org.xnap.gui.component
Class CompletionModeFactory

java.lang.Object
  extended by org.xnap.gui.component.CompletionModeFactory

public class CompletionModeFactory
extends java.lang.Object


Field Summary
static java.lang.String AUTOMATIC_COMPLETION
           
static java.lang.String AUTOMATIC_DROPDOWN_COMPLETION
           
static java.lang.String DEFAULT_COMPLETION
           
static java.lang.String[] DEFAULT_COMPLETION_MODES
           
static java.lang.String DROPDOWN_COMPLETION
           
static java.lang.String EMACS_COMPLETION
           
static java.lang.String MANUAL_COMPLETION
           
static java.lang.String NO_COMPLETION
           
static java.lang.String SHORT_AUTOMATIC_COMPLETION
           
 
Constructor Summary
CompletionModeFactory()
           
 
Method Summary
static CompletionMode createCompletionMode(java.lang.String key, javax.swing.text.JTextComponent c, boolean wholeText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_COMPLETION

public static final java.lang.String DEFAULT_COMPLETION

AUTOMATIC_COMPLETION

public static final java.lang.String AUTOMATIC_COMPLETION

SHORT_AUTOMATIC_COMPLETION

public static final java.lang.String SHORT_AUTOMATIC_COMPLETION

AUTOMATIC_DROPDOWN_COMPLETION

public static final java.lang.String AUTOMATIC_DROPDOWN_COMPLETION

NO_COMPLETION

public static final java.lang.String NO_COMPLETION

MANUAL_COMPLETION

public static final java.lang.String MANUAL_COMPLETION

EMACS_COMPLETION

public static final java.lang.String EMACS_COMPLETION

DROPDOWN_COMPLETION

public static final java.lang.String DROPDOWN_COMPLETION

DEFAULT_COMPLETION_MODES

public static final java.lang.String[] DEFAULT_COMPLETION_MODES
Constructor Detail

CompletionModeFactory

public CompletionModeFactory()
Method Detail

createCompletionMode

public static CompletionMode createCompletionMode(java.lang.String key,
                                                  javax.swing.text.JTextComponent c,
                                                  boolean wholeText)


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