Uses of Class
org.eclipse.swt.widgets.Button
Package
Description
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a framework for wizards.
SWT widget public API classes.
Application programming interfaces for interaction with
and extension of the Eclipse Platform About dialog.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Custom widgets and controls for forms-based parts.
Utility classes for working with markers in views
-
Uses of Button in org.eclipse.debug.ui
Modifier and TypeFieldDescriptionprotected Button
EnvironmentTab.appendEnvironment
protected Button
EnvironmentTab.envAddButton
protected Button
EnvironmentTab.envCopyButton
protected Button
EnvironmentTab.envEditButton
protected Button
EnvironmentTab.envPasteButton
protected Button
EnvironmentTab.envRemoveButton
protected Button
EnvironmentTab.envSelectButton
protected Button
EnvironmentTab.replaceEnvironment
Modifier and TypeMethodDescriptionprotected Button
AbstractLaunchConfigurationTab.createCheckButton
(Composite parent, String label) Creates and returns a new check button with the given label.protected Button
AbstractLaunchConfigurationTab.createPushButton
(Composite parent, String label, Image image) Creates and returns a new push button with the given label and/or image.protected Button
AbstractLaunchConfigurationTab.createRadioButton
(Composite parent, String label) Creates and returns a new radio button with the given label and/or image. -
Uses of Button in org.eclipse.e4.ui.css.swt.dom
-
Uses of Button in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic void
CSSSWTImageHelper.restoreDefaultImage
(Button button) static void
Helper function to avoid setting images unnecessarilystatic void
CSSSWTImageHelper.storeDefaultImage
(Button button) -
Uses of Button in org.eclipse.jface.databinding.swt.typed
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty<Button,
Boolean> WidgetProperties.buttonSelection()
Returns a value property for observing the selection state of aButton
. -
Uses of Button in org.eclipse.jface.dialogs
Modifier and TypeFieldDescriptionprotected Button
ProgressMonitorDialog.cancel
The Cancel button control.Modifier and TypeMethodDescriptionprotected Button
Dialog.createButton
(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id.protected Button
MessageDialog.createButton
(Composite parent, int id, String label, boolean defaultButton) protected Button
PlainMessageDialog.createButton
(Composite parent, int id, String label, boolean defaultButton) protected Button
MessageDialogWithToggle.createToggleButton
(Composite parent) Creates a toggle button without any text or state.protected Button
Dialog.getButton
(int id) Returns the button created by the methodcreateButton
for the specified ID as defined onIDialogConstants
.protected Button
MessageDialog.getButton
(int index) Gets a button in this dialog's button bar.protected Button
Dialog.getCancelButton()
Deprecated.protected Button
InputDialog.getOkButton()
Returns the ok button.protected Button
Dialog.getOKButton()
Deprecated.UsegetButton(IDialogConstants.OK_ID)
instead.protected Button
MessageDialogWithToggle.getToggleButton()
Returns the toggle button.Modifier and TypeMethodDescriptionprotected void
Dialog.setButtonLayoutData
(Button button) Set the layout data of the button to a GridData with appropriate heights and widths.protected GridData
DialogPage.setButtonLayoutData
(Button button) Sets theGridData
on the specified button to be one that is spaced for the current dialog page units.protected void
Dialog.setButtonLayoutFormData
(Button button) Set the layout data of the button to a FormData with appropriate heights and widths.protected void
MessageDialog.setButtons
(Button... buttons) A mutator for the array of buttons in the button bar.protected void
MessageDialogWithToggle.setToggleButton
(Button button) A mutator for the button providing the toggle option. -
Uses of Button in org.eclipse.jface.preference
Modifier and TypeMethodDescriptionprotected Button
ListEditor.getAddButton()
Return the Add button.protected Button
PreferencePage.getApplyButton()
Returns the Apply button.ColorSelector.getButton()
Get the button control being wrappered by the selector.protected Button
BooleanFieldEditor.getChangeControl
(Composite parent) Returns the change button for this field editor.protected Button
ColorFieldEditor.getChangeControl
(Composite parent) Returns the change button for this field editor.protected Button
FontFieldEditor.getChangeControl
(Composite parent) Returns the change button for this field editor.protected Button
StringButtonFieldEditor.getChangeControl
(Composite parent) Get the change control.protected Button
PreferencePage.getDefaultsButton()
Returns the Restore Defaults button.protected Button
ListEditor.getDownButton()
Return the Down button.protected Button
ListEditor.getRemoveButton()
Return the Remove button.protected Button
ListEditor.getUpButton()
Return the Up button.Modifier and TypeMethodDescriptionprotected void
FieldEditor.setButtonLayoutData
(Button button) Set the GridData on button to be one that is spaced for the current font. -
Uses of Button in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionprotected Button
DialogCellEditor.createButton
(Composite parent) Creates the button for this cell editor under the given parent control. -
Uses of Button in org.eclipse.jface.wizard
-
Uses of Button in org.eclipse.swt.widgets
Modifier and TypeMethodDescriptionDecorations.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). -
Uses of Button in org.eclipse.ui.about
Modifier and TypeMethodDescriptionprotected Button
InstallationPage.createButton
(Composite parent, int id, String label) Creates a new button with the given id.Modifier and TypeMethodDescriptionvoid
IInstallationPageContainer.registerPageButton
(InstallationPage page, Button button) Register a button as belonging to a particular page in the container. -
Uses of Button in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionprotected Button
ProjectLocationSelectionDialog.createButton
(Composite parent, int id, String label, boolean defaultButton) protected Button
WizardExportResourcesPage.createButton
(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id.SelectionDialog.getOkButton()
Returns the ok button. -
Uses of Button in org.eclipse.ui.forms.widgets
Modifier and TypeMethodDescriptionFormToolkit.createButton
(Composite parent, String text, int style) Creates a button as a part of the form. -
Uses of Button in org.eclipse.ui.views.markers
Modifier and TypeMethodDescriptionprotected void
FilterConfigurationArea.setButtonLayoutData
(Button button) Set the standard button data for the button. -
Uses of Button in org.eclipse.ui.views.markers.internal
getButton(IDialogConstants.CANCEL_ID)
instead.