Package | Description |
---|---|
org.openstreetmap.josm.gui.help |
Help system based on an embedded web browser fetching contents from JOSM wiki.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingHelpContentException
Exception thrown when help content is missing.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HelpBrowser.handleHelpContentReaderException(java.lang.String relativeHelpTopic,
HelpContentReaderException e)
Displays a error page if a help topic couldn't be loaded because of network or IO error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HelpContentReader.fetchHelpTopicContent(java.lang.String helpTopicUrl,
boolean dotest)
Fetches the content of a help topic from the JOSM wiki.
|
protected java.lang.String |
HelpContentReader.prepareHelpContent(java.io.BufferedReader in,
boolean dotest,
java.net.URL url)
Reads help content from the input stream and prepares it to be rendered later
in the internal help browser.
|