org.xnap.commons.gui.completion
Class AutomaticCompletionMode
java.lang.Object
org.xnap.commons.gui.completion.AbstractCompletionMode
org.xnap.commons.gui.completion.ShortAutomaticCompletionMode
org.xnap.commons.gui.completion.AutomaticCompletionMode
- All Implemented Interfaces:
- CompletionMode
- Direct Known Subclasses:
- AutomaticDropDownCompletionMode
public class AutomaticCompletionMode
- extends ShortAutomaticCompletionMode
This mode provides automatic completion similar to the one provided in
KDE.
It inserts the first match it finds into the text component after the
cursor.
- Author:
- Felix Berger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticCompletionMode
public AutomaticCompletionMode()
complete
protected void complete(String prefix)
- Overrides:
complete
in class ShortAutomaticCompletionMode
Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.