Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.swt.widgets.Button

Packages that use Button
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
org.eclipse.jface.dialogs Provides support for dialogs.  
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets.  
org.eclipse.jface.wizard Provides a framework for wizards.  
org.eclipse.swt.widgets SWT widget public API classes.  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.  
 

Uses of Button in org.eclipse.debug.ui
 

Fields in org.eclipse.debug.ui declared as Button
protected  Button CommonTab.fLaunchInBackgroundButton
           
protected  Button EnvironmentTab.envAddButton
           
protected  Button EnvironmentTab.envEditButton
           
protected  Button EnvironmentTab.envRemoveButton
           
protected  Button EnvironmentTab.appendEnvironment
           
protected  Button EnvironmentTab.replaceEnvironment
           
protected  Button EnvironmentTab.envSelectButton
           
 

Methods in org.eclipse.debug.ui that return Button
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.
protected  Button AbstractLaunchConfigurationTab.createCheckButton(Composite parent, String label)
          Creates and returns a new check button with the given label.
 

Uses of Button in org.eclipse.jface.dialogs
 

Fields in org.eclipse.jface.dialogs declared as Button
protected  Button ProgressMonitorDialog.cancel
          The Cancel button control.
 

Methods in org.eclipse.jface.dialogs that return Button
protected  Button Dialog.createButton(Composite parent, int id, String label, boolean defaultButton)
          Creates a new button with the given id.
protected  Button Dialog.getButton(int id)
          Returns the button created by the method createButton for the specified ID as defined on IDialogConstants.
protected  Button Dialog.getCancelButton()
          Deprecated. Use getButton(IDialogConstants.CANCEL_ID) instead. This method will be removed soon.
protected  Button Dialog.getOKButton()
          Deprecated. Use getButton(IDialogConstants.OK_ID) instead. This method will be removed soon.
protected  Button MessageDialog.getButton(int index)
          Gets a button in this dialog's button bar.
protected  Button MessageDialog.createButton(Composite parent, int id, String label, boolean defaultButton)
           
protected  Button InputDialog.getOkButton()
          Returns the ok button.
protected  Button MessageDialogWithToggle.createToggleButton(Composite parent)
          Creates a toggle button without any text or state.
protected  Button MessageDialogWithToggle.getToggleButton()
          Returns the toggle button.
 

Methods in org.eclipse.jface.dialogs with parameters of type Button
protected  void Dialog.setButtonLayoutData(Button button)
          Set the layout data of the button to a GridData with appropriate heights and widths.
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  GridData DialogPage.setButtonLayoutData(Button button)
          Sets the GridData on the specified button to be one that is spaced for the current dialog page units.
protected  void MessageDialogWithToggle.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 Button
protected  Button PreferencePage.getApplyButton()
          Returns the Apply button.
protected  Button PreferencePage.getDefaultsButton()
          Returns the Restore Defaults button.
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.
 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 StringButtonFieldEditor.getChangeControl(Composite parent)
          Get the change control.
 

Methods in org.eclipse.jface.preference with parameters of type Button
protected  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
 

Methods in org.eclipse.jface.viewers that return Button
protected  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
 

Methods in org.eclipse.jface.wizard that return Button
protected  Button WizardDialog.getButton(int id)
          Return the cancel button if the id is a the cancel id.
 

Uses of Button in org.eclipse.swt.widgets
 

Methods in org.eclipse.swt.widgets that return Button
 Button Decorations.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 Button
 void 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.dialogs
 

Methods in org.eclipse.ui.dialogs that return Button
 Button SelectionDialog.getOkButton()
          Returns the ok button.
protected  Button WizardExportResourcesPage.createButton(Composite parent, int id, String label, boolean defaultButton)
          Creates a new button with the given id.
 

Uses of Button in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets that return Button
 Button FormToolkit.createButton(Composite parent, String text, int style)
          Creates a button as a part of the form.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.