classpathhelper.eclipse.ui.common
Class FiltersDialog
java.lang.Object
Dialog
classpathhelper.eclipse.ui.common.FiltersDialog
- public class FiltersDialog
- extends Dialog
Dialog for displaying the various filters that can be applied
to the Classpath Helper related views.
Usage
FiltersDialog dialog = new FiltersDialog(shell, title, prefStore);
dialog.open();
Implementation Notes
The dialog deals with values stored in the preference store. All changes are updated back
to the preference store, with the preference store notifying the views.
- Since:
- 1.1
- Author:
- bharris
- See Also:
- Serialized Form
Constructor Summary |
FiltersDialog(Shell parentShell,
java.lang.String dialogTitle,
IPreferenceStore thePrefStore)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FiltersDialog
public FiltersDialog(Shell parentShell,
java.lang.String dialogTitle,
IPreferenceStore thePrefStore)
buttonPressed
protected void buttonPressed(int buttonId)
configureShell
protected void configureShell(Shell shell)
createDialogArea
protected Control createDialogArea(Composite parent)
createButtonsForButtonBar
protected void createButtonsForButtonBar(Composite parent)
getOkButton
protected Button getOkButton()
- Returns the ok button.
- Returns:
- the ok button