public class HelpAppGui extends AbstractAppGui<HelpApp>
Copyright 2011 Partner Software, Inc.
windowapp| Constructor and Description |
|---|
HelpAppGui(HelpApp helpApp) |
| Modifier and Type | Method and Description |
|---|---|
FormHtmlViewField |
getTestDescriptionView() |
FormProgressBar |
getTestProgressBar() |
Cog |
getTroubleReportState() |
void |
setTroubleReportState(Cog state) |
void |
showContactPanel() |
void |
showDocumentationPanel() |
void |
showReportPanel() |
void |
showTroubleshootingPanel() |
getWindowgetAppclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApppublic HelpAppGui(HelpApp helpApp)
public void showContactPanel()
public void showDocumentationPanel()
public void showReportPanel()
public void showTroubleshootingPanel()
public void setTroubleReportState(Cog state)
public Cog getTroubleReportState()
public FormProgressBar getTestProgressBar()
public FormHtmlViewField getTestDescriptionView()