TextFieldAutocompleter

Package: docking.widgets.autocomplete
Type: class

10.2_PUBLIC

addedmethod: flushUpdates
void flushUpdates()
addedmethod: getSuggestions
java.util.List<T> getSuggestions()
addedmethod: updateNow
void updateNow()

9.0.2_PUBLIC

addedmethod: activateCurrentCompletion
void activateCurrentCompletion()
addedmethod: addContent
void addContent(javax.swing.JPanel contentPanel)
addedmethod: buildCompletionWindow
void buildCompletionWindow()
addedmethod: buildListCellRenderer
javax.swing.ListCellRenderer<? super T> buildListCellRenderer()
addedmethod: destroyCompletionWindow
void destroyCompletionWindow()
addedmethod: getCaretPositionOnScreen
java.awt.Point getCaretPositionOnScreen(javax.swing.JTextField field)
addedmethod: getCompletionBackground
java.awt.Color getCompletionBackground(T sel, boolean isSelected, boolean cellHasFocus)
addedmethod: getCompletionCanDefault
boolean getCompletionCanDefault(T sel)
addedmethod: getCompletionDisplay
java.lang.String getCompletionDisplay(T sel)
addedmethod: getCompletionFont
java.awt.Font getCompletionFont(T sel, boolean isSelected, boolean cellHasFocus)
addedmethod: getCompletionForeground
java.awt.Color getCompletionForeground(T sel, boolean isSelected, boolean cellHasFocus)
addedmethod: getCompletionIcon
javax.swing.Icon getCompletionIcon(T sel, boolean isSelected, boolean cellHasFocus)
addedmethod: getCompletionText
java.lang.String getCompletionText(T sel)
addedmethod: getCompletionWindowPosition
java.awt.Point getCompletionWindowPosition()
addedmethod: getDefaultCompletionWindowDimension
java.awt.Dimension getDefaultCompletionWindowDimension()
addedmethod: getPrefix
java.lang.String getPrefix(javax.swing.JTextField field)
addedmethod: select
void select(int index)
addedmethod: selectFirst
void selectFirst()
addedmethod: selectLast
void selectLast()
addedmethod: selectNext
void selectNext()
addedmethod: selectNextPage
void selectNextPage()
addedmethod: selectPrev
void selectPrev()
addedmethod: selectPrevPage
void selectPrevPage()
addedmethod: updateDisplayContents
void updateDisplayContents()

9.0.1_PUBLIC

introducedInitial version