Package com.dassault_systemes.catjdialog

   
Class CATCellChangedNotification

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATNotification
        |
        +-com.dassault_systemes.catjdialog.CATCellChangedNotification
Class Location

Framework : CATJDialog

Module : CATJDialog

Class Description

public class CATCellChangedNotification

This class is used by CATTable to notify that an editable cell input was changed.

It contains information to identify the source table cell and the new input text.

See Also:
com.dassault_systemes.catjdialog.CATTable
Field Summary

Constructor Summary
CATCellChangedNotification(String description)

Method Summary
CATCellSelection getSelection()
String getValue()


Field Detail

Constructor Detail

CATCellChangedNotification

    CATCellChangedNotification(String description)

Creates a cell changed notification

Parameters:
description
The notification description.

Method Detail

getSelection

    CATCellSelection getSelection()

Returns an object identifying the source cell for this notification.

Returns:
An object identifying the source cell for this notification.

getValue

    String getValue()

Returns the new cell text.



Copyright © 2000, Dassault Systèmes. All rights reserved