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 |
AutoComplete.getDictionary()
Return the dictionnary used for the Autocompletion.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoComplete.setDictionnary(AutoCompleteDictionary dictionary)
Set the dictionnary used for the Autocompletion.
|
Modifier and Type | Method and Description |
---|---|
AutoCompleteDictionary |
JFXAutoComplete.getDictionary()
Return the dictionnary used for the Autocompletion.
|
Modifier and Type | Method and Description |
---|---|
void |
JFXAutoComplete.setDictionnary(AutoCompleteDictionary dictionary)
Set the dictionnary used for the Autocompletion.
|
Modifier and Type | Method and Description |
---|---|
AutoCompleteDictionary |
JAutoComplete.getDictionary()
Return the dictionnary used for the Autocompletion.
|
Modifier and Type | Method and Description |
---|---|
void |
JAutoComplete.setDictionnary(AutoCompleteDictionary dictionary)
Set the dictionnary used for the Autocompletion.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence