Package com.portal.pfc.ui
Class TreeTableDataSupport
java.lang.Object
com.portal.pfc.ui.TreeTableDataSupport
TreeTableModeSupport
provides support for issuing model data change events.
It is similar to the model of the java.beans.PropertyChangeSupport
class.- Version:
- 1
- Author:
- Manjunatha L
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 changesvoid
Removes a section listener from the list.
-
Constructor Details
-
TreeTableDataSupport
public TreeTableDataSupport()Creates an instance of a support object.
-
-
Method Details
-
addTreeTableDataListener
Adds a section listener to the list.- Parameters:
l
- the new selection listener
-
removeTreeTableDataListener
Removes a section listener from the list.- Parameters:
l
- the selection listener to remove
-
fireTreeTableDataChanged
fires the tree table data listener when ever tree table data changes- Parameters:
src
- the issuing object
-