us.asciiroth.client.ui
Class MouseCellListenerCollection

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<MouseCellListener>
              extended by us.asciiroth.client.ui.MouseCellListenerCollection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<MouseCellListener>, java.util.Collection<MouseCellListener>, java.util.List<MouseCellListener>, java.util.RandomAccess

public class MouseCellListenerCollection
extends java.util.ArrayList<MouseCellListener>

See Also:
Serialized Form

Constructor Summary
MouseCellListenerCollection()
           
 
Method Summary
 void fireContextMenu(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void fireMouseDown(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void fireMouseOut(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void fireMouseOver(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 void fireMouseUp(com.google.gwt.user.client.Element td, Cell cell, boolean shifted)
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, 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
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

MouseCellListenerCollection

public MouseCellListenerCollection()
Method Detail

fireContextMenu

public void fireContextMenu(com.google.gwt.user.client.Element td,
                            Cell cell,
                            boolean shifted)

fireMouseDown

public void fireMouseDown(com.google.gwt.user.client.Element td,
                          Cell cell,
                          boolean shifted)

fireMouseOut

public void fireMouseOut(com.google.gwt.user.client.Element td,
                         Cell cell,
                         boolean shifted)

fireMouseOver

public void fireMouseOver(com.google.gwt.user.client.Element td,
                          Cell cell,
                          boolean shifted)

fireMouseUp

public void fireMouseUp(com.google.gwt.user.client.Element td,
                        Cell cell,
                        boolean shifted)

0.7

© 2009 Alx Dark