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 | Class and Description |
---|---|
class |
ArticleItem
An article item in the AutoComplete field.
|
class |
TitleItem
An article title item in the AutoComplete field.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedMap<java.lang.String,java.util.List<AutoCompleteDictionary.Item>> |
AutoCompleteDictionary.Category.getDictionnary()
Return the dictionary for the category.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AutoComplete.addItemToSuggestions(java.lang.String category,
AutoCompleteDictionary.Item item)
Add a category to the list of suggestions in the Popup Window.
|
void |
AutoComplete.addToDictionary(AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
boolean |
AutoCompleteDictionary.addToDictionary(AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
void |
AutoComplete.addToDictionary(java.lang.String category,
AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
boolean |
AutoCompleteDictionary.addToDictionary(java.lang.String category,
AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
Modifier and Type | Method and Description |
---|---|
AutoCompleteDictionary.Item |
AutoCompleteEvent.getItem()
Return the selected item used for autoCompletion.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JFXAutoComplete.addItemToSuggestions(java.lang.String category,
AutoCompleteDictionary.Item item)
Add a category to the list of suggestions in the Popup Window.
|
void |
JFXAutoComplete.addToDictionary(AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
void |
JFXAutoComplete.addToDictionary(java.lang.String category,
AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
Constructor and Description |
---|
AutoCompleteEvent(int startOffset,
AutoCompleteDictionary.Item item)
Constructor.
|
AutoCompleteEvent(java.lang.Object source,
javafx.event.EventTarget target,
int startOffset,
AutoCompleteDictionary.Item item) |
SuggestedHit(AutoCompleteDictionary.Item item)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AutoCompleteDictionary.Item |
AutoCompleteEvent.getItem()
Return the selected item used for autoCompletion.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JAutoComplete.addItemToSuggestions(java.lang.String category,
AutoCompleteDictionary.Item item)
Add a category to the list of suggestions in the Popup Window.
|
void |
JAutoComplete.addToDictionary(AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
void |
JAutoComplete.addToDictionary(java.lang.String category,
AutoCompleteDictionary.Item item)
Add an item to the dictionary to use for the autoComplete.
|
Constructor and Description |
---|
AutoCompleteEvent(JAutoComplete source,
int startOffset,
AutoCompleteDictionary.Item item)
Constructor.
|
SuggestedHit(AutoCompleteDictionary.Item item)
Constructor.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence