|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Button | |
---|---|
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.swt.widgets | Optional Expanded eSWT Widgets This package includes widgets which are in the Expanded portion of eSWT. |
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. |
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.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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |