public class DialogHelpConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DialogHelpConfig.Entry
An entry in the help dialog.
|
Constructor and Description |
---|
DialogHelpConfig()
Creates a new config.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DialogHelpConfig.Entry> |
getEntries()
Returns all entries.
|
int |
getIndexForId(java.lang.String id)
Returns the index for a given ID.
|
int |
getIndexForUrl(java.lang.String url)
Returns the index of a given URL.
|
java.lang.String |
getUrlForIndex(int index)
Returns the URL for a given index.
|
public java.util.List<DialogHelpConfig.Entry> getEntries()
public int getIndexForId(java.lang.String id)
id
- public int getIndexForUrl(java.lang.String url)
url
- public java.lang.String getUrlForIndex(int index)
index
-