Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Status Handling Best Practices"

(New page: This is Status Handling Best Practices page.)
 
m (added draft table of contents)
Line 1: Line 1:
 
This is Status Handling Best Practices page.
 
This is Status Handling Best Practices page.
 +
 +
Draft Table of contents
 +
 +
Rationale for a Status Handling (possibly link to UI best practices)
 +
  * discuss the need of 'showing and logging' and express the different logging level
 +
  * discuss the different API for logging
 +
  * discuss the different api for showing (ErrorDialog, MessageDialog, StatusDialog ?, Job Dialog ?)
 +
Discussion about IStatus best practices (does it carry a payload?)
 +
  * Subclassing and IStatus

Revision as of 13:25, 26 March 2007

This is Status Handling Best Practices page.

Draft Table of contents

Rationale for a Status Handling (possibly link to UI best practices)

  * discuss the need of 'showing and logging' and express the different logging level
  * discuss the different API for logging
  * discuss the different api for showing (ErrorDialog, MessageDialog, StatusDialog ?, Job Dialog ?)

Discussion about IStatus best practices (does it carry a payload?)

  * Subclassing and IStatus

Back to the top