protected class AutoCompleteCombo.AutoCompleteDocument
extends javax.swing.text.PlainDocument
javax.swing.text.AbstractDocument.AbstractElement, javax.swing.text.AbstractDocument.AttributeContext, javax.swing.text.AbstractDocument.BranchElement, javax.swing.text.AbstractDocument.Content, javax.swing.text.AbstractDocument.DefaultDocumentEvent, javax.swing.text.AbstractDocument.ElementEdit, javax.swing.text.AbstractDocument.LeafElement| Modifier and Type | Field and Description | 
|---|---|
| protected boolean | arrowkey | 
| protected javax.swing.Timer | t | 
| Constructor and Description | 
|---|
| AutoCompleteDocument()Create a new AutoCompleteDocument. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose() | 
| void | insertString(int offs,
            java.lang.String str,
            javax.swing.text.AttributeSet a) | 
| void | remove(int offs,
      int len) | 
| void | replace(int offset,
       int length,
       java.lang.String text,
       javax.swing.text.AttributeSet attrs) | 
| protected void | updateModel() | 
createDefaultRoot, getDefaultRootElement, getParagraphElement, insertUpdate, removeUpdateaddDocumentListener, addUndoableEditListener, createBranchElement, createLeafElement, createPosition, dump, fireChangedUpdate, fireInsertUpdate, fireRemoveUpdate, fireUndoableEditUpdate, getAsynchronousLoadPriority, getAttributeContext, getBidiRootElement, getContent, getCurrentWriter, getDocumentFilter, getDocumentListeners, getDocumentProperties, getEndPosition, getLength, getListeners, getProperty, getRootElements, getStartPosition, getText, getText, getUndoableEditListeners, postRemoveUpdate, putProperty, readLock, readUnlock, removeDocumentListener, removeUndoableEditListener, render, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlockpublic AutoCompleteDocument()
public void dispose()
protected void updateModel()
public void remove(int offs,
                   int len)
            throws javax.swing.text.BadLocationException
remove in interface javax.swing.text.Documentremove in class javax.swing.text.AbstractDocumentjavax.swing.text.BadLocationExceptionpublic void insertString(int offs,
                         java.lang.String str,
                         javax.swing.text.AttributeSet a)
                  throws javax.swing.text.BadLocationException
insertString in interface javax.swing.text.DocumentinsertString in class javax.swing.text.PlainDocumentjavax.swing.text.BadLocationExceptionpublic void replace(int offset,
                    int length,
                    java.lang.String text,
                    javax.swing.text.AttributeSet attrs)
             throws javax.swing.text.BadLocationException
replace in class javax.swing.text.AbstractDocumentjavax.swing.text.BadLocationException