public class AutoCompletion
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 |
---|---|
(package private) javax.swing.JComboBox |
comboBox |
(package private) javax.swing.text.JTextComponent |
editor |
(package private) java.awt.event.FocusListener |
editorFocusListener |
(package private) java.awt.event.KeyListener |
editorKeyListener |
(package private) boolean |
firstUpper |
(package private) boolean |
hidePopupOnFocusLoss |
(package private) boolean |
hitBackspace |
(package private) boolean |
hitBackspaceOnSelection |
(package private) javax.swing.ComboBoxModel |
model |
(package private) boolean |
selecting |
Constructor and Description |
---|
AutoCompletion(javax.swing.JComboBox comboBox) |
AutoCompletion(javax.swing.JComboBox comboBox,
boolean firstLetterUppercase) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
configureEditor(javax.swing.ComboBoxEditor newEditor) |
void |
insertString(int offs,
java.lang.String str,
javax.swing.text.AttributeSet a) |
void |
remove(int offs,
int len) |
createDefaultRoot, getDefaultRootElement, getParagraphElement, insertUpdate, removeUpdate
addDocumentListener, 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, replace, setAsynchronousLoadPriority, setDocumentFilter, setDocumentProperties, writeLock, writeUnlock
javax.swing.JComboBox comboBox
javax.swing.ComboBoxModel model
javax.swing.text.JTextComponent editor
boolean selecting
boolean hidePopupOnFocusLoss
boolean hitBackspace
boolean hitBackspaceOnSelection
boolean firstUpper
transient java.awt.event.KeyListener editorKeyListener
transient java.awt.event.FocusListener editorFocusListener
public AutoCompletion(javax.swing.JComboBox comboBox)
public AutoCompletion(javax.swing.JComboBox comboBox, boolean firstLetterUppercase)
void configureEditor(javax.swing.ComboBoxEditor newEditor)
public void remove(int offs, int len) throws javax.swing.text.BadLocationException
remove
in interface javax.swing.text.Document
remove
in class javax.swing.text.AbstractDocument
javax.swing.text.BadLocationException
public void insertString(int offs, java.lang.String str, javax.swing.text.AttributeSet a) throws javax.swing.text.BadLocationException
insertString
in interface javax.swing.text.Document
insertString
in class javax.swing.text.PlainDocument
javax.swing.text.BadLocationException
TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)