Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

AbstractHelpContentViewer<C,W> - Class in org.docgene.help
The abstract class for the HelpContentViewer.
AbstractHelpContentViewer() - Constructor for class org.docgene.help.AbstractHelpContentViewer
 
AbstractSwingEngineManager - Class in org.docgene.help.gui.swing
An abstract Engine manager.
AbstractSwingEngineManager() - Constructor for class org.docgene.help.gui.swing.AbstractSwingEngineManager
 
acceptDuplicates(boolean) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Set if the dictionnary accept duplicates.
acceptDuplicates(boolean) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Set if the dictionnary accept duplicates.
acceptDuplicates(boolean) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Set if the dictionnary accept duplicates.
acceptSuggestion() - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete.SuggestionHitsListView
Return true if the panel will accept a new suggestion.
addAdditionalSearchSuggestion(String) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add the additional search text suggestion in the popup Window.
addAdditionalSearchSuggestion(String) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add the additional search text suggestion in the popup Window.
addAdditionalSearchSuggestion(String) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add the additional search text suggestion in the popup Window.
addAdditionalSearchText(String) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add the additional search item in the popup.
addAdditionalSearchText(String) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add the additional search item in the popup.
addAdditionalSearchText(String) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add the additional search item in the popup.
addAltTitle(String) - Method in class org.docgene.help.model.Article
Add an alternate title to the article.
addAnchor(String, String) - Method in class org.docgene.help.model.Article
Add an anchor to the article.
addArticle(Article) - Method in class org.docgene.help.model.ArticlesModel
Add an article.
addArticle(Article) - Method in class org.docgene.help.model.Chapter
Add an article in this Chapter.
addAutoCompleteListener(AutoCompleteListener) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add an JAutoComplete listener.
addCategory(AutoCompleteDictionary.Category) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a category to the dictionary.
addCategory(String) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a category to the dictionary.
addCategory(AutoCompleteDictionary.Category) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add a Category to the dictionary.
addCategory(String) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add a Category to the dictionary.
addCategory(AutoCompleteDictionary.Category) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a category to the dictionary.
addCategory(String) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a category to the dictionary.
addCategory(Label) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete.SuggestionHitsListView
Add a category label.
addCategory(AutoCompleteDictionary.Category) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a category to the dictionary.
addCategory(String) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a category to the dictionary.
addCategoryToSuggestions(AutoCompleteDictionary.Category) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a category to the list of suggestions in the Popup Window.
addCategoryToSuggestions(AutoCompleteDictionary.Category) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a category to the list of suggestions in the Popup Window.
addCategoryToSuggestions(AutoCompleteDictionary.Category) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a category to the list of suggestions in the Popup Window.
addChapter(Chapter) - Method in class org.docgene.help.model.Chapter
Add a child Chapter to this Chapter.
addHelpRef(String, Article, String) - Method in class org.docgene.help.model.ArticlesModel
Add a HelpRef.
addItemToSuggestions(String, AutoCompleteDictionary.Item) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a category to the list of suggestions in the Popup Window.
addItemToSuggestions(String, AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a category to the list of suggestions in the Popup Window.
addItemToSuggestions(String, AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a category to the list of suggestions in the Popup Window.
AdditionalSearchEvent - Class in org.docgene.help.gui.jfx.autocomplete
Represents an additional search Event.
AdditionalSearchEvent(String) - Constructor for class org.docgene.help.gui.jfx.autocomplete.AdditionalSearchEvent
Constructor.
AdditionalSearchEvent(Object, EventTarget, String) - Constructor for class org.docgene.help.gui.jfx.autocomplete.AdditionalSearchEvent
 
AdditionalSearchEvent - Class in org.docgene.help.gui.swing.autocomplete
Represents an additional search Event.
AdditionalSearchEvent(JAutoComplete, String) - Constructor for class org.docgene.help.gui.swing.autocomplete.AdditionalSearchEvent
Constructor.
AdditionalSearchListener - Interface in org.docgene.help.gui.swing.autocomplete
Represents listeners for additional search Events.
addSearchTextListener(AdditionalSearchListener) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add an containing text listener.
addStyleSheetTheme(String, URL) - Method in class org.docgene.help.model.ArticlesModel
Add a styleSheet theme.
addSuggestion(Label) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete.SuggestionHitsListView
Add a suggestion label.
addTitle(String, String) - Method in class org.docgene.help.model.Article
Add a title to the article.
addToDictionary(String) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(AutoCompleteDictionary.Item) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String, String) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(String, AutoCompleteDictionary.Item) - Method in interface org.docgene.help.gui.autocomplete.AutoComplete
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add a word to the dictionary to use for the autoComplete.
addToDictionary(AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String, String) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add a word to the dictionary to use for the autoComplete.
addToDictionary(String, AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String, String) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(String, AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.jfx.autocomplete.JFXAutoComplete
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add an item to the dictionary to use for the autoComplete.
addToDictionary(String, String) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add a word to the dictionary to use for the autoComplete.
addToDictionary(String, AutoCompleteDictionary.Item) - Method in class org.docgene.help.gui.swing.autocomplete.JAutoComplete
Add an item to the dictionary to use for the autoComplete.
ANCHORS - Static variable in interface org.docgene.help.locale.LocalizationKeys
"Anchors": the key for the anchors.
applyAutocomplete(Article, String, boolean) - Method in interface org.docgene.help.gui.swing.EngineManager
 
applyAutocomplete(Article, String, boolean) - Method in class org.docgene.help.gui.swing.SwingJFXEngineManager
 
applyAutocomplete(Article, String, boolean) - Method in class org.docgene.help.gui.swing.SwingSwingEngineManager
 
applyFullTextSearchLink(String) - Method in interface org.docgene.help.gui.swing.EngineManager
Fired when applying a full text search.
applyFullTextSearchLink(String) - Method in class org.docgene.help.gui.swing.SwingJFXEngineManager
Do nothing.
applyFullTextSearchLink(String) - Method in class org.docgene.help.gui.swing.SwingSwingEngineManager
Fired when applying a full text search.
applyLink(Article, URL, String) - Method in interface org.docgene.help.gui.swing.ContentViewer
Apply a link.
applyLink(Article, URL, String) - Method in class org.docgene.help.gui.swing.SwingHelpContentViewer
Apply a link.
Article - Class in org.docgene.help.model
Represents an article.
Article(URL) - Constructor for class org.docgene.help.model.Article
Constructor.
Article(String, String, URL) - Constructor for class org.docgene.help.model.Article
Constructor.
articleIcon - Variable in class org.docgene.help.AbstractHelpContentViewer
The icon for articles.
ArticleItem - Class in org.docgene.help.gui.autocomplete
An article item in the AutoComplete field.
ArticleItem(Article) - Constructor for class org.docgene.help.gui.autocomplete.ArticleItem
 
ArticleObject - Class in org.docgene.help.model
Represents an element in the articles tree.
ArticleObject(Article) - Constructor for class org.docgene.help.model.ArticleObject
Constructor.
ARTICLES - Static variable in interface org.docgene.help.locale.LocalizationKeys
"Articles": the key for the articles.
ArticlesModel - Class in org.docgene.help.model
Represents the articles model.
ArticlesModel(URL) - Constructor for class org.docgene.help.model.ArticlesModel
Constructor.
ArticlesTreeCellRenderer - Interface in org.docgene.help.gui.swing
The interface for the Articles TreeCellRenderer.
AutoComplete - Interface in org.docgene.help.gui.autocomplete
An Autocomplete interface.
AUTOCOMPLETE - Static variable in class org.docgene.help.gui.jfx.autocomplete.AutoCompleteEvent
 
AutoCompleteDictionary - Class in org.docgene.help.gui.autocomplete
The AutoComplete Dictionnary.
AutoCompleteDictionary() - Constructor for class org.docgene.help.gui.autocomplete.AutoCompleteDictionary
 
AutoCompleteDictionary.Category - Class in org.docgene.help.gui.autocomplete
Represents a category of results in the dictionnary.
AutoCompleteDictionary.Item - Interface in org.docgene.help.gui.autocomplete
A common interface for items to use for the Autocomplete.
AutoCompleteEngine - Interface in org.docgene.help.gui.autocomplete
The interface used for AutoComplete engines.
AutoCompleteEvent - Class in org.docgene.help.gui.jfx.autocomplete
Represents an AutoComplete Event.
AutoCompleteEvent(int, AutoCompleteDictionary.Item) - Constructor for class org.docgene.help.gui.jfx.autocomplete.AutoCompleteEvent
Constructor.
AutoCompleteEvent(Object, EventTarget, int, AutoCompleteDictionary.Item) - Constructor for class org.docgene.help.gui.jfx.autocomplete.AutoCompleteEvent
 
AutoCompleteEvent - Class in org.docgene.help.gui.swing.autocomplete
Represents an JAutoComplete Event.
AutoCompleteEvent(JAutoComplete, int, AutoCompleteDictionary.Item) - Constructor for class org.docgene.help.gui.swing.autocomplete.AutoCompleteEvent
Constructor.
AutoCompleteListener - Interface in org.docgene.help.gui.swing.autocomplete
Represents listeners of AutoComplete Events.
autoCompletePerformed(AutoCompleteEvent) - Method in interface org.docgene.help.gui.swing.autocomplete.AutoCompleteListener
Fired for an AutoComplete Event.
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence