Class ErrorsManager
java.lang.Object
org.eclipse.birt.core.ui.frameworks.taskwizard.ErrorsManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorsManager
instance()
This method returns the instance of ErrorsManager.void
registerWizard
(WizardBase wizard) This method registers a wizard with the ErrorsManager.void
Clean the error message in the wizard dialog.void
showErrors
(String errorMessage) Set the error message to the wizard dialog.
-
Field Details
-
YSERIESDATA
- See Also:
-
-
Method Details
-
instance
This method returns the instance of ErrorsManager. If an instance does not exist, one is created.- Returns:
- Singleton instance of ErrorsManager
-
registerWizard
This method registers a wizard with the ErrorsManager.- Parameters:
wizard
-
-
showErrors
Set the error message to the wizard dialog.- Parameters:
t
- Exception
-
removeErrors
public void removeErrors()Clean the error message in the wizard dialog. -
getErrors
-