Inherits PlainDocument.
Definition at line 29 of file AutoCompletion.java.
| org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.AutoCompletion |
( |
final JComboBox<?> |
comboBox | ) |
|
| static void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.enable |
( |
JComboBox<?> |
comboBox | ) |
|
|
static |
| void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.highlightCompletedText |
( |
int |
start | ) |
|
|
private |
| void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.insertString |
( |
int |
offs, |
|
|
String |
str, |
|
|
AttributeSet |
a |
|
) |
| throws BadLocationException |
| Object org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.lookupItem |
( |
String |
pattern | ) |
|
|
private |
| void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.remove |
( |
int |
offs, |
|
|
int |
len |
|
) |
| throws BadLocationException |
| void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.setSelectedItem |
( |
Object |
item | ) |
|
|
private |
| void org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.setText |
( |
String |
text | ) |
|
|
private |
| boolean org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.startsWithIgnoreCase |
( |
String |
str1, |
|
|
String |
str2 |
|
) |
| |
|
private |
| JComboBox<?> org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.comboBox |
|
private |
| JTextComponent org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.editor |
|
private |
| FocusListener org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.editorFocusListener |
|
private |
| KeyListener org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.editorKeyListener |
|
private |
| boolean org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.hidePopupOnFocusLoss |
|
private |
| boolean org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.hitBackspace = false |
|
private |
| boolean org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.hitBackspaceOnSelection |
|
private |
| ComboBoxModel<?> org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.model |
|
private |
| boolean org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.selecting = false |
|
private |
| final long org.sleuthkit.autopsy.guicomponentutils.AutoCompletion.serialVersionUID = 1L |
|
staticprivate |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/org/sleuthkit/autopsy/guicomponentutils/AutoCompletion.java