|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--allensoft.bug.WizardBasedBugSubmitter
A convienient base class for bug submitters. This class provides a means for obtaining information from the user about a bug report (such as the user's email and comments) using a friendly wizard.
| Constructor Summary | |
WizardBasedBugSubmitter()
|
|
| Method Summary | |
protected abstract Wizard |
createWizard(BugReport bugReport)
Creates the wizard that should be used to submit the bug report. |
boolean |
submitBugReport(BugReport bugReport)
Submits the supplied bug report. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WizardBasedBugSubmitter()
| Method Detail |
public boolean submitBugReport(BugReport bugReport)
submitBugReport in interface BugSubmitterallensoft.bug.BugSubmitterprotected abstract Wizard createWizard(BugReport bugReport)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||