Class TreeTableDataSupport

java.lang.Object
com.portal.pfc.ui.TreeTableDataSupport

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.
Version:
1
Author:
Manjunatha L
  • Constructor Details

    • TreeTableDataSupport

      public TreeTableDataSupport()
      Creates an instance of a support object.
  • Method Details

    • addTreeTableDataListener

      public void addTreeTableDataListener(TreeTableDataListener l)
      Adds a section listener to the list.
      Parameters:
      l - the new selection listener
    • removeTreeTableDataListener

      public void removeTreeTableDataListener(TreeTableDataListener l)
      Removes a section listener from the list.
      Parameters:
      l - the selection listener to remove
    • fireTreeTableDataChanged

      public void fireTreeTableDataChanged(Object src, Object pValue, Object aValue, int row, int column)
      fires the tree table data listener when ever tree table data changes
      Parameters:
      src - the issuing object