~vcs-imports/eclipse-rap/trunk

« back to all changes in this revision

Viewing changes to org.eclipse.rap.rwt/src/org/eclipse/swt/custom/CTabFolderEvent.java

  • Committer: rherrmann
  • Date: 2008-10-15 09:58:00 UTC
  • Revision ID: vcs-imports@canonical.com-20081015095800-bp15qj4a7pebt7zm
Implemented time field on MouseEvent
Changed type hierachy of org.eclipse.rwt.internal.events.Event (now extends Event Object)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 */
27
27
public class CTabFolderEvent extends TypedEvent {
28
28
  
 
29
  private static final long serialVersionUID = 1L;
 
30
 
29
31
  // TODO [fappel]: Think about a better solution!
30
32
  //                Do not use SWT.None (0) as event handler identifier 
31
33
  //                -> causes problems with the filter implementation