Uses of Class
org.eclipse.swt.widgets.Button
-
Uses of Button in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionprotected Button
FileDialog.createButton
(Composite parent, String text) Decorations.getDefaultButton()
Returns the receiver's default button if one had previously been set, otherwise returns null.Modifier and TypeMethodDescriptionvoid
Decorations.setDefaultButton
(Button button) If the argument is not null, sets the receiver's default button to the argument, and if the argument is null, sets the receiver's default button to the first button which was set as the receiver's default button (called the saved default button).