org.xnap.gui.component
Class CompletionModeFactory
java.lang.Object
org.xnap.gui.component.CompletionModeFactory
public class CompletionModeFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
CompletionModeFactory
public CompletionModeFactory()
createCompletionMode
public static CompletionMode createCompletionMode(java.lang.String key,
javax.swing.text.JTextComponent c,
boolean wholeText)
Copyright © 2001-2005 XNap Team. All Rights Reserved.