Syntax
enum DataEditorEventType;
Description
specifies the type of an event from an XDataEditor .
Values Summary
|
DONE |
specifies that the data editing is done (data stored).
|
|
CANCELED |
specifies that the data editing was cancelled by the user (data not stored).
|
|
Values Details
|
|
Syntax
DONE,
Description
specifies that the data editing is done (data stored).
Syntax
CANCELED,
Description
specifies that the data editing was cancelled by the user (data not stored).
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.