public class DiagnosticsLink extends java.lang.Object implements CustomUILink
| Constructor and Description |
|---|
DiagnosticsLink() |
| Modifier and Type | Method and Description |
|---|---|
ConfigPanel |
getCustomUI(IConfigPage configPage,
ConfigPanel returnPanel,
Driver driver)
Gets the custom
ConfigPanel to display. |
java.lang.String |
getLinkText(java.util.Locale locale)
Gets the text to be displayed for the link.
|
public java.lang.String getLinkText(java.util.Locale locale)
LinkEntrygetLinkText in interface LinkEntrypublic ConfigPanel getCustomUI(IConfigPage configPage, ConfigPanel returnPanel, Driver driver)
CustomUILinkConfigPanel to display.getCustomUI in interface CustomUILinkconfigPage - The IConfigPage the gateway was at.returnPanel - The ConfigPanel to return to, using configPage.driver - The Driver instnace.ConfigPanel to display.