public class TableDoubleClickListenerCollection extends ArrayList<TableDoubleClickListener>
TableDoubleClickListener
s
only.
It's able to fire the double click event and invoke these listeners on demand.modCount
Constructor and Description |
---|
TableDoubleClickListenerCollection() |
Modifier and Type | Method and Description |
---|---|
void |
fireCellDoubleClicked(SourcesTableDoubleClickEvents sender,
int row,
int cell)
This method fires the double click event and invokes all the listeners
stored in this collection.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public void fireCellDoubleClicked(SourcesTableDoubleClickEvents sender, int row, int cell)
sender
- is a sender table.row
- is a row number.cell
- is a cell number.Copyright © 2008–2013. All rights reserved.