Package | Description |
---|---|
org.openstreetmap.josm.gui.help |
Modifier and Type | Class and Description |
---|---|
class |
MissingHelpContentException |
Modifier and Type | Method and Description |
---|---|
protected void |
HelpBrowser.handleHelpContentReaderException(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 |
---|---|
String |
HelpContentReader.fetchHelpTopicContent(String helpTopicUrl,
boolean dotest)
Fetches the content of a help topic from the JOSM wiki.
|
protected String |
HelpContentReader.prepareHelpContent(BufferedReader in,
boolean dotest,
URL url)
Reads help content from the input stream and prepares it to be rendered later
in the internal help browser.
|