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"

m (3. The Mouse. moved to 3 The Mouse)
m
Line 1: Line 1:
 
[[Comparison SWT / RWT|back to table of content]]
 
[[Comparison SWT / RWT|back to table of content]]
  
===Mouse Events.===
+
===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.  
 
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.  
Line 7: Line 7:
 
'''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.
 
'''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.===
+
===Selection===
 
RWT implements the same selection behavior as SWT.
 
RWT implements the same selection behavior as SWT.
 
Default selection semantics are planned but not yet available.
 
Default selection semantics are planned but not yet available.

Revision as of 19:04, 9 January 2007

back to table of content

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