Skip to main content
Jump to: navigation, search

Difference between revisions of "Scout/Concepts/KeyStroke"

(stub)
 
m (Category changed)
Line 1: Line 1:
{{ScoutPage|cat=Concepts}}
+
{{ScoutPage|cat=Component Model}}
  
 
Special type of {{ScoutLink|Concepts|Action|Action}} for key actions.
 
Special type of {{ScoutLink|Concepts|Action|Action}} for key actions.

Revision as of 12:08, 3 November 2011


Scout
Wiki Home
Website
DownloadGit
Community
ForumsBlogTwitterG+
Bugzilla
Bugzilla


Special type of Action for key actions.

  • implements: I obj.pngIKeyStroke
  • extends: C obj.pngAbstractKeyStroke

Description

Note.png
TODO
Add a description


Screenshot

Note.png
TODO
Add a screenshot (or remove this section, if there is no screenshot to make)


Properties

Defined with getConfiguredXxxxxx() methods.

Note.png
TODO
Add a description of important properties. The idea is not to recreate the JavaDoc of the getConfiguredXxxxxx() methods but to provide explanations, best practice, example... Group the properties by domain.


Events

Defined with execXxxxxx() methods.

Note.png
TODO
Add a description of important events. The idea is not to recreate the JavaDoc of the execXxxxxx() methods but to provide explanations, best practice, example... Group the events by domain.


See Also

Copyright © Eclipse Foundation, Inc. All Rights Reserved.