:: com :: sun :: star :: awt :: grid ::

unpublished enum SelectionEventType
Usage Restrictions
not published
Description
specifies the type of a selection event, as used by GridSelectionEvent.

Values
ADD This value indicates that a selection was added to the grid control  
REMOVE This value indicates that a selection was removed from the grid control  
Values' Details
ADD
ADD,
Description
This value indicates that a selection was added to the grid control
REMOVE
REMOVE,
Description
This value indicates that a selection was removed from the grid control
Top of Page