Package | Description |
---|---|
prefuse.controls |
Control modules for incorporating interaction in prefuse Displays.
|
prefuse.data |
Table, Graph, and Tree data structures for organizing data.
|
prefuse.data.util |
Utility classes for supporting prefuse data structures, including
indexes, iterators, filters, and column projections.
|
prefuse.util.ui |
Utility classes facilitating the generation and composition of user
interface components.
|
Modifier and Type | Class and Description |
---|---|
class |
DragControl
Changes a node's location when dragged on screen.
|
Modifier and Type | Class and Description |
---|---|
protected class |
Graph.Listener
Listener class for tracking updates from node and edge tables,
and their columns that determine the graph linkage structure.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addTableListener(TableListener listnr)
Add a table listener to this table.
|
void |
Table.removeTableListener(TableListener listnr)
Remove a table listener from this table.
|
Modifier and Type | Class and Description |
---|---|
class |
TreeIndex
Index instance that uses red-black trees to provide an index
over a column of data.
|
Modifier and Type | Class and Description |
---|---|
class |
PrefuseTableModel
TableModel implementation that serves as an adapter between a prefuse
Table instance and a JTable component.
|
Copyright ? 2013 Regents of the University of California