Package | Description |
---|---|
org.docgene.help |
Contains the root classes of the docJGenerator help API.
|
org.docgene.help.gui.jfx |
This package contains the JavaFX classes for the help system.
|
org.docgene.help.gui.swing |
This package contains the Swing classes for the help system.
|
org.docgene.help.utils |
Contains Help utilities classes.
|
Modifier and Type | Field and Description |
---|---|
protected HistoryElement |
AbstractHelpContentViewer.previousPage
The previous page.
|
Modifier and Type | Method and Description |
---|---|
abstract HistoryElement |
AbstractHelpContentViewer.back()
Perform a back action in the history.
|
abstract HistoryElement |
AbstractHelpContentViewer.forward()
Perform a forward action in the history.
|
HistoryElement |
AbstractHelpContentViewer.getPreviousPage()
Return the previous page in the history.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractHelpContentViewer.goTo(HistoryElement element)
Go to an element.
|
Modifier and Type | Method and Description |
---|---|
HistoryElement |
JFXHelpContentViewer.back() |
HistoryElement |
JFXHelpContentViewer.forward() |
Modifier and Type | Method and Description |
---|---|
void |
JFXHelpContentViewer.goTo(HistoryElement element) |
Modifier and Type | Method and Description |
---|---|
HistoryElement |
SwingHelpContentViewer.back() |
HistoryElement |
SwingHelpContentViewer.forward() |
Modifier and Type | Method and Description |
---|---|
void |
SwingHelpContentViewer.goTo(HistoryElement element) |
Modifier and Type | Method and Description |
---|---|
HistoryElement |
NavigationHistory.back()
Apply a back action.
|
HistoryElement |
NavigationHistory.back(HistoryElement element)
Apply a back action.
|
HistoryElement |
NavigationHistory.back(java.lang.String urlS)
Apply a back action.
|
HistoryElement |
NavigationHistory.back(java.lang.String urlS,
java.lang.String anchor)
Apply a back action.
|
HistoryElement |
NavigationHistory.forward()
Apply a forward action.
|
Modifier and Type | Method and Description |
---|---|
HistoryElement |
NavigationHistory.back(HistoryElement element)
Apply a back action.
|
void |
NavigationHistory.visit(HistoryElement element)
Visit a history element.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence