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/Commands

< E4
Revision as of 19:54, 18 May 2008 by Pwebster.ca.ibm.com (Talk | contribs) (New page: Some thoughts on executing commands in E4: * Commands should be easy to execute * When a command executes it should have access to the parts of the model that it cares about * A command s...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Some thoughts on executing commands in E4:

  • Commands should be easy to execute
  • When a command executes it should have access to the parts of the model that it cares about
  • A command should always be able to determine if it can execute
  • A command in a local context (like within a view) should always be presented with its local state

Back to the top