A Rich UI button invokes an event handler in response to
a user’s click.
The following fields are supported:
- text, which holds a string for display
on the button.
- Properties described in “Rich UI widget fields,” in the EGL Programmer’s
Guide.
The following function is supported:
- select causes the button to receive
focus and, on most browsers, selects the button text. The functions
has no parameters.
- Functions described in “Rich UI widget functions,” in the EGL
Programmer’s Guide.
Use of this widget requires the following statement:
import org.eclipse.edt.rui.widgets.Button;