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

E4/Eclipse Application Services

< E4
Revision as of 16:54, 16 October 2008 by Boris Bokowski.ca.ibm.com (Talk | contribs) (New page: * Receiving input. * Producing selection. * Persisting data (receiving persisted state, and producing persistable state). * Accessing preferences (mostly read access, but sometimes write a...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Receiving input.
  • Producing selection.
  • Persisting data (receiving persisted state, and producing persistable state).
  • Accessing preferences (mostly read access, but sometimes write access).
  • Managing shared resources (e.g. JFace LocalResourceManager).
  • Status handling (errors and warnings).
  • Connecting to the help system.
  • Participating in Undo/Redo.
  • Scheduling background work.
  • Contributing to the workbench model (e.g. tool items, menus).
  • Registering command handlers.
  • Reacting to changes to the workbench model.
  • Reporting progress and responding to cancellation requests.
  • Reporting status.
  • Logging.

Back to the top