Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
G
I
L
M
O
P
R
S
T
U
V
A
AbstractAutoCompleteAdaptor
- Class in
org.jdesktop.swingx.autocomplete
This is the interface that binds the mechanism for automatic completion to a data model, a selection model (e.g.
AbstractAutoCompleteAdaptor()
- Constructor for class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
actionPerformed(ActionEvent)
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
Implementation side effect - do not invoke.
addActionListener(ActionListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
addDocumentListener(DocumentListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
addStyle(String, Style)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
addUndoableEditListener(UndoableEditListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
AutoCompleteComboBoxEditor
- Class in
org.jdesktop.swingx.autocomplete
Wrapper around the combobox editor that translates combobox items into strings.
AutoCompleteComboBoxEditor(ComboBoxEditor, ObjectToStringConverter)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
Creates a new
AutoCompleteComboBoxEditor
.
AutoCompleteDecorator
- Class in
org.jdesktop.swingx.autocomplete
This class contains only static utility methods that can be used to set up automatic completion for some Swing components.
AutoCompleteDocument
- Class in
org.jdesktop.swingx.autocomplete
A document that can be plugged into any JTextComponent to enable automatic completion.
AutoCompleteDocument(AbstractAutoCompleteAdaptor, boolean, ObjectToStringConverter, Document)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
AutoCompleteDocument(AbstractAutoCompleteAdaptor, boolean, ObjectToStringConverter)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
AutoCompleteDocument(AbstractAutoCompleteAdaptor, boolean)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
Creates a new AutoCompleteDocument for the given AbstractAutoCompleteAdaptor.
AutoCompleteStyledDocument
- Class in
org.jdesktop.swingx.autocomplete
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor, boolean, ObjectToStringConverter, StyledDocument)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor, boolean, ObjectToStringConverter)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
AutoCompleteStyledDocument(AbstractAutoCompleteAdaptor, boolean)
- Constructor for class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
C
ComboBoxAdaptor
- Class in
org.jdesktop.swingx.autocomplete
An implementation of the AbstractAutoCompleteAdaptor that is suitable for JComboBox.
ComboBoxAdaptor(JComboBox)
- Constructor for class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
Creates a new ComobBoxAdaptor for the given combobox.
ComboBoxCellEditor
- Class in
org.jdesktop.swingx.autocomplete
This is a cell editor that can be used when a combo box (that has been set up for automatic completion) is to be used in a JTable.
ComboBoxCellEditor(JComboBox)
- Constructor for class org.jdesktop.swingx.autocomplete.
ComboBoxCellEditor
Creates a new ComboBoxCellEditor.
createDefaultDocument()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
Creates the default backing document when no delegate is passed to this document.
createDefaultDocument()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
Creates the default backing document when no delegate is passed to this document.
createPosition(int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
D
decorate(JComboBox)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JComboBox.
decorate(JComboBox, ObjectToStringConverter)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JComboBox.
decorate(JList, JTextComponent)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JTextComponent based on the items contained in the given JList.
decorate(JList, JTextComponent, ObjectToStringConverter)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JTextComponent based on the items contained in the given JList.
decorate(JTextComponent, List<?>, boolean)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JTextComponent based on the items contained in the given
List
.
decorate(JTextComponent, List<?>, boolean, ObjectToStringConverter)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Enables automatic completion for the given JTextComponent based on the items contained in the given
List
.
decorate(JTextComponent, AutoCompleteDocument, AbstractAutoCompleteAdaptor)
- Static method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDecorator
Decorates a given text component for automatic completion using the given AutoCompleteDocument and AbstractAutoCompleteAdaptor.
DEFAULT_IMPLEMENTATION
- Static variable in class org.jdesktop.swingx.autocomplete.
ObjectToStringConverter
This field contains the default implementation, that returns
item.toString()
for any item
!=null
.
delegate
- Variable in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
G
getBackground(AttributeSet)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getCharacterElement(int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getDefaultRootElement()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getEditorComponent()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
getEndPosition()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getFont(AttributeSet)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getForeground(AttributeSet)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getItem(int)
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns the item at a given index.
getItem()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
getItem(int)
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
getItem(int)
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
getItem(int)
- Method in class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
getItemCount()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns the number of items in the list.
getItemCount()
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
getItemCount()
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
getItemCount()
- Method in class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
getLength()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getLogicalStyle(int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getParagraphElement(int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getPossibleStringsForItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
ObjectToStringConverter
Returns all possible
String
representations for a given item.
getPreferredStringForItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
ObjectToStringConverter
Returns the preferred
String
representations for a given item.
getProperty(Object)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getRootElements()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getSelectedItem()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns the currently selected item.
getSelectedItem()
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
getSelectedItem()
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
getSelectedItem()
- Method in class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
getSelectedItemAsString()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns the string representation in use for the currently selected item.
getStartPosition()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getStyle(String)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
getText(int, int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getText(int, int, Segment)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
getTextComponent()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns the text component that is being used for the automatic completion.
getTextComponent()
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
getTextComponent()
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
getTextComponent()
- Method in class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
I
insertString(int, String, AttributeSet)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
install(JComboBox)
- Static method in class org.jdesktop.swingx.autocomplete.workarounds.
MacOSXPopupLocationFix
Install the fix for the specified combo box.
isStrictMatching()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
Returns if only items from the adaptor's list should be allowed to be entered.
L
ListAdaptor
- Class in
org.jdesktop.swingx.autocomplete
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a JList in conjunction with a JTextComponent.
ListAdaptor(JList, JTextComponent)
- Constructor for class org.jdesktop.swingx.autocomplete.
ListAdaptor
Creates a new JListAdaptor for the given list and text component.
ListAdaptor(JList, JTextComponent, ObjectToStringConverter)
- Constructor for class org.jdesktop.swingx.autocomplete.
ListAdaptor
Creates a new JListAdaptor for the given list and text component.
listContainsSelectedItem()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Returns true if the list contains the currently selected item.
M
MacOSXPopupLocationFix
- Class in
org.jdesktop.swingx.autocomplete.workarounds
Fix a problem where the JComboBox's popup obscures its editor in the Mac OS X Aqua look and feel.
markEntireText()
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Marks/selects the entire text that is displayed inside the text component.
markText(int)
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Marks/selects the text that is displayed inside the text component starting from the character with index
start
.
O
ObjectToStringConverter
- Class in
org.jdesktop.swingx.autocomplete
This class is used to provide string representations for objects when doing automatic completion.
ObjectToStringConverter()
- Constructor for class org.jdesktop.swingx.autocomplete.
ObjectToStringConverter
org.jdesktop.swingx.autocomplete
- package org.jdesktop.swingx.autocomplete
Contains classes to enable automatic completion for JComboBox and other components.
org.jdesktop.swingx.autocomplete.workarounds
- package org.jdesktop.swingx.autocomplete.workarounds
Contains classes to workaround Look and Feel implemetation problems caused when applying the autocomplete decorators.
P
putProperty(Object, Object)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
R
remove(int, int)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
removeActionListener(ActionListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
removeDocumentListener(DocumentListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
removeStyle(String)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
removeUndoableEditListener(UndoableEditListener)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
render(Runnable)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
S
selectAll()
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
setCharacterAttributes(int, int, AttributeSet, boolean)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
setItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteComboBoxEditor
setLogicalStyle(int, Style)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
setParagraphAttributes(int, int, AttributeSet, boolean)
- Method in class org.jdesktop.swingx.autocomplete.
AutoCompleteStyledDocument
setSelectedItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Sets the selected item.
setSelectedItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
ComboBoxAdaptor
setSelectedItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
setSelectedItem(Object)
- Method in class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
setSelectedItemAsString(String)
- Method in class org.jdesktop.swingx.autocomplete.
AbstractAutoCompleteAdaptor
Sets the string representation in use for the currently selected item.
strictMatching
- Variable in class org.jdesktop.swingx.autocomplete.
AutoCompleteDocument
true, if only items from the adaptors's list can be entered false, otherwise (selected item might not be in the adaptors's list)
T
TextComponentAdaptor
- Class in
org.jdesktop.swingx.autocomplete
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a JTextComponent.
TextComponentAdaptor(JTextComponent, List<?>)
- Constructor for class org.jdesktop.swingx.autocomplete.
TextComponentAdaptor
Creates a new
TextComponentAdaptor
for the given list and text component.
U
uninstall()
- Method in class org.jdesktop.swingx.autocomplete.workarounds.
MacOSXPopupLocationFix
Uninstall the fix.
V
valueChanged(ListSelectionEvent)
- Method in class org.jdesktop.swingx.autocomplete.
ListAdaptor
Implementation side effect - do not invoke.
A
C
D
G
I
L
M
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All Rights Reserved.