public class TreeTableDataSupport extends Object
TreeTableModeSupport
provides support for issuing model data change events.
It is similar to the model of the java.beans.PropertyChangeSupport
class.Constructor and Description |
---|
TreeTableDataSupport()
Creates an instance of a support object.
|
Modifier and Type | Method and Description |
---|---|
void |
addTreeTableDataListener(TreeTableDataListener l)
Adds a section listener to the list.
|
void |
fireTreeTableDataChanged(Object src,
Object pValue,
Object aValue,
int row,
int column)
fires the tree table data listener when ever tree table data changes
|
void |
removeTreeTableDataListener(TreeTableDataListener l)
Removes a section listener from the list.
|
public TreeTableDataSupport()
public void addTreeTableDataListener(TreeTableDataListener l)
l
- the new selection listenerpublic void removeTreeTableDataListener(TreeTableDataListener l)
l
- the selection listener to removeCopyright © 2003, 2023, Oracle and/or its affiliates.