Package | Description |
---|---|
prefuse.data.tuple |
Implementing classes for data tuples, object proxies to a row of table
data.
|
prefuse.util |
Utility classes for use by both the toolkit and applications, including
color and font support.
|
Modifier and Type | Method and Description |
---|---|
void |
TupleSet.addTupleSetListener(TupleSetListener tsl)
Add a listener to this tuple set that will be notified when tuples
are added and removed from the set.
|
void |
AbstractTupleSet.addTupleSetListener(TupleSetListener tsl) |
void |
TupleSet.removeTupleSetListener(TupleSetListener tsl)
Remove a listener from this tuple set.
|
void |
AbstractTupleSet.removeTupleSetListener(TupleSetListener tsl) |
Modifier and Type | Class and Description |
---|---|
class |
UpdateListener
Convenience listener class that implements ExpressionListener,
TupleSetListener, and ComponentListener and routes all the
callbacks into a generic
UpdateListener.update(Object) method. |
Copyright ? 2013 Regents of the University of California