Package com.dassault_systemes.catjdialog |
|
Class CATCellChangedNotification
|
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATNotification
|
+-com.dassault_systemes.catjdialog.CATCellChangedNotification
Framework : CATJDialog
Module : CATJDialog
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
CATCellChangedNotification
CATCellChangedNotification(String description)
Creates a cell changed notification
- Parameters:
description
- The notification description.
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