|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompletionModel | |
---|---|
org.xnap.commons.gui | Provides common GUI components like dialogs, borders and such. |
org.xnap.commons.gui.completion | Provides classes offering input completion for JTextComponents
to users. |
Uses of CompletionModel in org.xnap.commons.gui |
---|
Methods in org.xnap.commons.gui with parameters of type CompletionModel | |
---|---|
static Completion |
Builder.addCompletion(JTextComponent textComponent,
CompletionModel model)
Adds completion and a completion mode menu to a text component. |
static Completion |
Builder.addCompletion(JTextComponent textComponent,
JMenu menu,
CompletionModel model)
Adds completion and a completion mode menu to a text component. |
Uses of CompletionModel in org.xnap.commons.gui.completion |
---|
Classes in org.xnap.commons.gui.completion that implement CompletionModel | |
---|---|
class |
DefaultCompletionModel
This classl uses a ternary search tree for completion. |
class |
FileCompletionModel
This class provides completion for path prefixes on the local file system. |
Methods in org.xnap.commons.gui.completion that return CompletionModel | |
---|---|
protected CompletionModel |
AbstractCompletionMode.getModel()
Convenience accessor, returns the completion model |
CompletionModel |
Completion.getModel()
Returns the currently used model. |
Methods in org.xnap.commons.gui.completion with parameters of type CompletionModel | |
---|---|
void |
Completion.setModel(CompletionModel model)
Sets the completion model. |
Constructors in org.xnap.commons.gui.completion with parameters of type CompletionModel | |
---|---|
Completion(JTextComponent textComponent,
CompletionModel model)
Convenience wrapper for Completion.Completion(JTextComponent,
CompletionModel, boolean) . |
|
Completion(JTextComponent textComponent,
CompletionModel model,
boolean wholeText)
Constructs a new Completion object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |