|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTableListener | |
---|---|
org.jdesktop.dataset | The dataset package is the entrypoint to the DataSet API, and includes the major public classes for working with tabular data in JDNC, including disconnected SQL results. |
org.jdesktop.dataset.event |
Uses of DataTableListener in org.jdesktop.dataset |
---|
Methods in org.jdesktop.dataset with parameters of type DataTableListener | |
---|---|
void |
DataTable.addDataTableListener(DataTableListener listener)
Adds a DataTableListener to the table for event propagation. |
void |
DataTable.removeDataTableListener(DataTableListener listener)
Removes an event listener from the table; if the listener is also a PropertyChangeListener , then
it is also removed as a property change listener on the table as well. |
Uses of DataTableListener in org.jdesktop.dataset.event |
---|
Classes in org.jdesktop.dataset.event that implement DataTableListener | |
---|---|
class |
DataTableEventAdapter
DataTableEventAdapter is a DataTableListener that captures TableChangeEvents and
RowChangeEvents and re-directs them to handler methods by event type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |