|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.google.gwt.user.client.ui.MouseListenerCollection
org.gwtwidgets.client.temp.TMouseListenerCollection
public class TMouseListenerCollection
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.
| 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 |
|---|
public TMouseListenerCollection()
| Method Detail |
|---|
public void fireMouseEvent(com.google.gwt.user.client.ui.Widget sender,
com.google.gwt.user.client.Event event)
fireMouseEvent in class com.google.gwt.user.client.ui.MouseListenerCollection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||