|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.event.EventMultiplexer
com.tensegrity.composite.event.CompositeTableSelectionMultiplexer
The CompositeTableSelectionMultiplexer manages the information
of selection listeneres registered on a
CompositeTable if a selection of a cell,
column or row occured.
| Constructor Summary | |
CompositeTableSelectionMultiplexer(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
Constructor for CompositeTableEventMultiplexer. |
|
| Method Summary | |
static CompositeTableSelectionListener |
combine(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
Combines the two given listeners. |
static CompositeTableSelectionListener |
separate(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
Separates the two given listeners. |
void |
tableSelectionChanged(CompositeTableSelectionEvent event)
Called on all registered listeners whenever a CompositeTableSelectionEvent occurs on the
CompositeTable. |
| Methods inherited from class com.tensegrity.generic.event.EventMultiplexer |
a, b, combine, countEventListeners, listenersToArrayList, separate, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CompositeTableSelectionMultiplexer(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
CompositeTableEventMultiplexer.
a - a CompositeTableSelectionListener.b - a CompositeTableSelectionListener, may be
null.| Method Detail |
public static CompositeTableSelectionListener combine(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
a - a CompositeTableSelectionListener.b - a CompositeTableSelectionListener, may be
null.
public static CompositeTableSelectionListener separate(CompositeTableSelectionListener a,
CompositeTableSelectionListener b)
a - a CompositeTableSelectionListener.b - a CompositeTableSelectionListener, may not
be null.
public void tableSelectionChanged(CompositeTableSelectionEvent event)
CompositeTableSelectionListenerCompositeTableSelectionEvent occurs on the
CompositeTable.
tableSelectionChanged in interface CompositeTableSelectionListenerevent - the CompositeTableSelectionEvent that
occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||