Package | Description |
---|---|
org.docgene.help |
Contains the root classes of the docJGenerator help API.
|
org.docgene.help.gui.autocomplete |
This package contains the GUI-independant classes for the AutoComplete.
|
org.docgene.help.gui.jfx |
This package contains the JavaFX classes for the help system.
|
org.docgene.help.gui.jfx.autocomplete |
This package contains several classes which implements an Autocomplete behavior in JavaFX.
|
org.docgene.help.gui.swing |
This package contains the Swing classes for the help system.
|
org.docgene.help.gui.swing.autocomplete |
This package contains several classes which implements an Autocomplete behavior in Swing.
|
Modifier and Type | Method and Description |
---|---|
AutoComplete |
HelpContentViewer.getAutoComplete()
Return the AutoComplete element.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoCompleteEngine.setAutoComplete(AutoComplete autoComplete)
Set the AutoComplete which will be used with the Engine.
|
void |
DefaultPopupEngine.setAutoComplete(AutoComplete autoComplete)
Set the AutoComplete which will be used with the Engine.
|
Modifier and Type | Method and Description |
---|---|
AutoComplete |
JFXHelpContentViewer.getAutoComplete()
Return the AutoComplete element.
|
Modifier and Type | Class and Description |
---|---|
class |
JFXAutoComplete
An Autocomplete class, usable with a TextInputControl, which allows to add Autocomplete behavior to the text component.
|
Modifier and Type | Method and Description |
---|---|
AutoComplete |
SwingHelpContentViewer.getAutoComplete()
Return the AutoComplete element.
|
Modifier and Type | Class and Description |
---|---|
class |
JAutoComplete
An Autocomplete class, usable with a JTextComponent, which allows to add Autocomplete behavior to the text component.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence