org.gwtwidgets.client.temp
Class TMouseListenerCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by com.google.gwt.user.client.ui.MouseListenerCollection
                  extended by org.gwtwidgets.client.temp.TMouseListenerCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess

public class TMouseListenerCollection
extends com.google.gwt.user.client.ui.MouseListenerCollection

Fixed (?) coords for FocusPanel. The FocusPanel that comes with GWT returns very strange coords for the content in the panel. This panel will report the coords as 0,0 for top-left of the panel, meaning the coords are relative to the panel, not to the window.

Author:
rhanson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TMouseListenerCollection()
           
 
Method Summary
 void fireMouseEvent(com.google.gwt.user.client.ui.Widget sender, com.google.gwt.user.client.Event event)
           
 
Methods inherited from class com.google.gwt.user.client.ui.MouseListenerCollection
fireMouseDown, fireMouseEnter, fireMouseLeave, fireMouseMove, fireMouseUp
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

TMouseListenerCollection

public TMouseListenerCollection()
Method Detail

fireMouseEvent

public void fireMouseEvent(com.google.gwt.user.client.ui.Widget sender,
                           com.google.gwt.user.client.Event event)
Overrides:
fireMouseEvent in class com.google.gwt.user.client.ui.MouseListenerCollection


Copyright © 2009. All Rights Reserved.