public class TableDoubleClickListenerCollection extends ArrayList<TableDoubleClickListener>
TableDoubleClickListeners
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic 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.