Package | Description |
---|---|
org.docgene.help.gui.autocomplete |
This package contains the GUI-independant classes for the AutoComplete.
|
org.docgene.help.gui.jfx.autocomplete |
This package contains several classes which implements an Autocomplete behavior in JavaFX.
|
org.docgene.help.gui.swing.autocomplete |
This package contains several classes which implements an Autocomplete behavior in Swing.
|
Modifier and Type | Method and Description |
---|---|
AutoCompleteDictionary.Category |
AutoCompleteDictionary.addCategory(java.lang.String name)
Add a Category to the dictionary.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AutoCompleteDictionary.Category> |
AutoCompleteDictionary.getCategories()
Return the map of categories.
|
java.util.List<AutoCompleteDictionary.Category> |
AutoCompleteDictionary.getDictionary()
Return the dictionary.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AutoComplete.addCategory(AutoCompleteDictionary.Category category)
Add a category to the dictionary.
|
boolean |
AutoCompleteDictionary.addCategory(AutoCompleteDictionary.Category category)
Add a Category to the dictionary.
|
void |
AutoComplete.addCategoryToSuggestions(AutoCompleteDictionary.Category category)
Add a category to the list of suggestions in the Popup Window.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JFXAutoComplete.addCategory(AutoCompleteDictionary.Category category)
Add a category to the dictionary.
|
void |
JFXAutoComplete.addCategoryToSuggestions(AutoCompleteDictionary.Category category)
Add a category to the list of suggestions in the Popup Window.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JAutoComplete.addCategory(AutoCompleteDictionary.Category category)
Add a category to the dictionary.
|
void |
JAutoComplete.addCategoryToSuggestions(AutoCompleteDictionary.Category category)
Add a category to the list of suggestions in the Popup Window.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence