Uses of Class
org.eclipse.swt.widgets.Button
Packages that use 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
Fields in org.eclipse.debug.ui declared as ButtonModifier and TypeFieldDescriptionprotected ButtonEnvironmentTab.appendEnvironmentprotected ButtonEnvironmentTab.envAddButtonprotected ButtonEnvironmentTab.envCopyButtonprotected ButtonEnvironmentTab.envEditButtonprotected ButtonEnvironmentTab.envPasteButtonprotected ButtonEnvironmentTab.envRemoveButtonprotected ButtonEnvironmentTab.envSelectButtonprotected ButtonEnvironmentTab.replaceEnvironmentMethods in org.eclipse.debug.ui that return ButtonModifier and TypeMethodDescriptionprotected ButtonAbstractLaunchConfigurationTab.createCheckButton(Composite parent, String label) Creates and returns a new check button with the given label.protected ButtonAbstractLaunchConfigurationTab.createPushButton(Composite parent, String label, Image image) Creates and returns a new push button with the given label and/or image.protected ButtonAbstractLaunchConfigurationTab.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
Methods in org.eclipse.e4.ui.css.swt.dom that return ButtonConstructors in org.eclipse.e4.ui.css.swt.dom with parameters of type Button -
Uses of Button in org.eclipse.e4.ui.css.swt.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type ButtonModifier and TypeMethodDescriptionstatic voidCSSSWTImageHelper.restoreDefaultImage(Button button) static voidHelper function to avoid setting images unnecessarilystatic voidCSSSWTImageHelper.storeDefaultImage(Button button) -
Uses of Button in org.eclipse.jface.databinding.swt.typed
Methods in org.eclipse.jface.databinding.swt.typed that return types with arguments of type ButtonModifier 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
Fields in org.eclipse.jface.dialogs declared as ButtonModifier and TypeFieldDescriptionprotected ButtonProgressMonitorDialog.cancelThe Cancel button control.Methods in org.eclipse.jface.dialogs that return ButtonModifier and TypeMethodDescriptionprotected ButtonDialog.createButton(Composite parent, int id, String label, boolean defaultButton) Creates a new button with the given id.protected ButtonMessageDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ButtonPlainMessageDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ButtonMessageDialogWithToggle.createToggleButton(Composite parent) Creates a toggle button without any text or state.protected ButtonDialog.getButton(int id) Returns the button created by the methodcreateButtonfor the specified ID as defined onIDialogConstants.protected ButtonMessageDialog.getButton(int index) Gets a button in this dialog's button bar.protected ButtonDialog.getCancelButton()Deprecated.protected ButtonInputDialog.getOkButton()Returns the ok button.protected ButtonDialog.getOKButton()Deprecated.UsegetButton(IDialogConstants.OK_ID)instead.protected ButtonMessageDialogWithToggle.getToggleButton()Returns the toggle button.Methods in org.eclipse.jface.dialogs with parameters of type ButtonModifier and TypeMethodDescriptionprotected voidDialog.setButtonLayoutData(Button button) Set the layout data of the button to a GridData with appropriate heights and widths.protected GridDataDialogPage.setButtonLayoutData(Button button) Sets theGridDataon the specified button to be one that is spaced for the current dialog page units.protected voidDialog.setButtonLayoutFormData(Button button) Set the layout data of the button to a FormData with appropriate heights and widths.protected voidMessageDialog.setButtons(Button... buttons) A mutator for the array of buttons in the button bar.protected voidMessageDialogWithToggle.setToggleButton(Button button) A mutator for the button providing the toggle option. -
Uses of Button in org.eclipse.jface.preference
Methods in org.eclipse.jface.preference that return ButtonModifier and TypeMethodDescriptionprotected ButtonListEditor.getAddButton()Return the Add button.protected ButtonPreferencePage.getApplyButton()Returns the Apply button.ColorSelector.getButton()Get the button control being wrappered by the selector.protected ButtonBooleanFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonColorFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonFontFieldEditor.getChangeControl(Composite parent) Returns the change button for this field editor.protected ButtonStringButtonFieldEditor.getChangeControl(Composite parent) Get the change control.protected ButtonPreferencePage.getDefaultsButton()Returns the Restore Defaults button.protected ButtonListEditor.getDownButton()Return the Down button.protected ButtonListEditor.getRemoveButton()Return the Remove button.protected ButtonListEditor.getUpButton()Return the Up button.Methods in org.eclipse.jface.preference with parameters of type ButtonModifier and TypeMethodDescriptionprotected voidFieldEditor.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
Methods in org.eclipse.jface.viewers that return ButtonModifier and TypeMethodDescriptionprotected ButtonDialogCellEditor.createButton(Composite parent) Creates the button for this cell editor under the given parent control. -
Uses of Button in org.eclipse.jface.wizard
Methods in org.eclipse.jface.wizard that return ButtonModifier and TypeMethodDescriptionprotected ButtonWizardDialog.getButton(int id) Return the cancel button if the id is a the cancel id.Methods in org.eclipse.jface.wizard with parameters of type Button -
Uses of Button in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return ButtonModifier and TypeMethodDescriptionDecorations.getDefaultButton()Returns the receiver's default button if one had previously been set, otherwise returns null.Methods in org.eclipse.swt.widgets with parameters of type ButtonModifier and TypeMethodDescriptionvoidDecorations.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
Methods in org.eclipse.ui.about that return ButtonModifier and TypeMethodDescriptionprotected ButtonInstallationPage.createButton(Composite parent, int id, String label) Creates a new button with the given id.Methods in org.eclipse.ui.about with parameters of type ButtonModifier and TypeMethodDescriptionvoidIInstallationPageContainer.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
Methods in org.eclipse.ui.dialogs that return ButtonModifier and TypeMethodDescriptionprotected ButtonProjectLocationSelectionDialog.createButton(Composite parent, int id, String label, boolean defaultButton) protected ButtonWizardExportResourcesPage.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
Methods in org.eclipse.ui.forms.widgets that return ButtonModifier 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
Methods in org.eclipse.ui.views.markers with parameters of type ButtonModifier and TypeMethodDescriptionprotected voidFilterConfigurationArea.setButtonLayoutData(Button button) Set the standard button data for the button. -
Uses of Button in org.eclipse.ui.views.markers.internal
Fields in org.eclipse.ui.views.markers.internal declared as Button
getButton(IDialogConstants.CANCEL_ID)instead.