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 "3 The Mouse"

 
Line 1: Line 1:
'''Mouse Events.'''
+
===Mouse Events.===
  
'''Selection.'''
+
Many of the Mouse Events will most likely not be implemented in RWT. Due to its distributed nature and associated network latency those events would be very difficult to use consistently.
 +
 
 +
'''Don't be afraid:''' We are not talking about Double-Clicks and Selection (see below), which are / will be available. Context menus are also available.
 +
 
 +
===Selection.===
 +
RWT implements the same selection behavior as SWT.
 +
Default selection semantics are planned but not yet available.

Revision as of 12:10, 8 January 2007

Mouse Events.

Many of the Mouse Events will most likely not be implemented in RWT. Due to its distributed nature and associated network latency those events would be very difficult to use consistently.

Don't be afraid: We are not talking about Double-Clicks and Selection (see below), which are / will be available. Context menus are also available.

Selection.

RWT implements the same selection behavior as SWT. Default selection semantics are planned but not yet available.

Back to the top