| Modifier and Type | Method and Description |
|---|---|
static VfsFile |
createDocumentationPage(boolean includeMapViewerDocumentation,
boolean includeWorkbenchDocumentation)
Creates a table-of-contents in a temp file.
|
static VfsFile |
createDocumentationPageIn(VfsFile file,
boolean includeMapViewerDocumentation,
boolean includeWorkbenchDocumentation)
Creates a table-of-contents of all installed documentation page in the given file.
|
static Naming<VfsFile> |
installedManuals() |
static Naming<VfsFile> |
installedMapsetManuals(MapApp app) |
static Naming<VfsFile> |
installedModuleDocumentation() |
static Naming<VfsFile> |
installedModuleManuals() |
static Naming<VfsFile> |
installedWorkbenchManuals() |
static HelpApp |
launchApp()
Launches the Help application.
|
static void |
openDocumentationPage()
Creates a table-of-contents of installed documentation and opens it
in a web browser.
|
static void |
openDocumentationPage(boolean includeMapViewerDocumentation,
boolean includeWorkbenchDocumentation)
Creates a table-of-contents of installed documentation and opens it
in a web browser.
|
static void |
openTroubleReport()
Opens the help app to the Trouble Report tab.
|
public static HelpApp launchApp()
public static void openTroubleReport()
public static void openDocumentationPage()
public static void openDocumentationPage(boolean includeMapViewerDocumentation,
boolean includeWorkbenchDocumentation)
public static VfsFile createDocumentationPage(boolean includeMapViewerDocumentation, boolean includeWorkbenchDocumentation) throws java.io.IOException
java.io.IOExceptionpublic static VfsFile createDocumentationPageIn(VfsFile file, boolean includeMapViewerDocumentation, boolean includeWorkbenchDocumentation) throws java.io.IOException
java.io.IOExceptionpublic static Naming<VfsFile> installedManuals() throws java.io.IOException
java.io.IOExceptionpublic static Naming<VfsFile> installedMapsetManuals(MapApp app) throws java.io.IOException
java.io.IOExceptionpublic static Naming<VfsFile> installedModuleManuals() throws java.io.IOException
java.io.IOExceptionpublic static Naming<VfsFile> installedWorkbenchManuals() throws java.io.IOException
java.io.IOException