DropDownTextField

Package: docking.widgets
Type: class

12.0_PUBLIC

addedmethod: getSearchMode
docking.widgets.DropDownTextFieldDataModel.SearchMode getSearchMode()
addedmethod: getSearchModeBounds
docking.widgets.DropDownTextField<T>.SearchModeBounds getSearchModeBounds()
addedmethod: paintComponent
void paintComponent(java.awt.Graphics g)
addedmethod: setSearchMode
void setSearchMode(docking.widgets.DropDownTextFieldDataModel.SearchMode newMode)
addedmethod: updateUI
void updateUI()

11.4_PUBLIC

addedmethod: setShowMatchingListOnEmptyText
void setShowMatchingListOnEmptyText(boolean show)
addedmethod: showMatchingList
void showMatchingList()

11.3_PUBLIC

removedmethod: processKeyBinding
boolean processKeyBinding(javax.swing.KeyStroke ks, java.awt.event.KeyEvent e, int condition, boolean pressed)

11.1_PUBLIC

modifiedfield: list
type: GList → DropDownList
- docking.widgets.list.GList<T> list
+ docking.widgets.DropDownTextField<T>.DropDownList list

10.3_PUBLIC

addedfield: PREVIEW_WINDOW_BGCOLOR
static java.awt.Color PREVIEW_WINDOW_BGCOLOR
addedfield: PREVIEW_WINDOW_FGCOLOR
static java.awt.Color PREVIEW_WINDOW_FGCOLOR
removedfield: TOOLTIP_WINDOW_BGCOLOR
static java.awt.Color TOOLTIP_WINDOW_BGCOLOR

10.2_PUBLIC

addedmethod: shouldReplaceTextFieldTextWithSelectedItem
boolean shouldReplaceTextFieldTextWithSelectedItem(java.lang.String textFieldText, T selectedItem)

9.1_PUBLIC

modifiedtype-implements: DropDownTextField
- (none)
+ docking.widgets.GComponent
modifiedfield: list
type: JList → GList
- javax.swing.JList<T> list
+ docking.widgets.list.GList<T> list

9.0.2_PUBLIC

addedmethod: createListSelectionModel
javax.swing.ListSelectionModel createListSelectionModel()
addedfield: dataModel
docking.widgets.DropDownTextFieldDataModel<T> dataModel
addedmethod: getMatchingData
java.util.List<T> getMatchingData(java.lang.String searchText)
addedmethod: getPreviewListener
javax.swing.event.ListSelectionListener getPreviewListener()
addedmethod: getPreviewPaneComponent
javax.swing.JComponent getPreviewPaneComponent()
addedmethod: hasPreview
boolean hasPreview()
addedmethod: hideMatchingWindow
void hideMatchingWindow()
addedfield: internallyDrivenUpdate
boolean internallyDrivenUpdate
addedfield: list
javax.swing.JList<T> list
addedmethod: processKeyBinding
boolean processKeyBinding(javax.swing.KeyStroke ks, java.awt.event.KeyEvent e, int condition, boolean pressed)
addedmethod: setPreviewPaneAttributes
void setPreviewPaneAttributes()
addedmethod: setSelectedItems
void setSelectedItems()
addedmethod: setTextFromList
void setTextFromList()
addedmethod: setTextFromSelectedListItemAndKeepMatchingWindowOpen
void setTextFromSelectedListItemAndKeepMatchingWindowOpen()
addedmethod: setTextWithoutClosingCompletionWindow
void setTextWithoutClosingCompletionWindow(java.lang.String text)
addedfield: TOOLTIP_WINDOW_BGCOLOR
static java.awt.Color TOOLTIP_WINDOW_BGCOLOR

9.0.1_PUBLIC

introducedInitial version