Constructs a new instance of this class based on the information in the given untyped event.
Returns a string containing a concise, human-readable description of the receiver.
Extra detail information about the selection, depending on the widget.
A flag indicating whether the operation should be allowed. Setting this field to <code>false</code> will cancel the operation, depending on the widget.
The height of selected area.
The item that was selected.
The state of the keyboard modifier keys at the time the event was generated.
The text of the hyperlink that was selected. This will be either the text of the hyperlink or the value of its HREF, if one was specified.
The width of selected area.
The x location of the selected area.
The y location of selected area.
the display where the event occurred
the widget that issued the event
the time that the event occurred.
a field for application use
Returns the name of the event. This is the name of the class without the module name.
Returns a string containing a concise, human-readable description of the receiver.
Instances of this class are sent as a result of widgets being selected. <p> Note: The fields that are filled in depend on the widget. </p>
@see SelectionListener @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>