classpathhelper.eclipse.ui.common
Class FiltersDialog

java.lang.Object
  extended byDialog
      extended byclasspathhelper.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)
           
 
Method Summary
protected  void buttonPressed(int buttonId)
           
protected  void configureShell(Shell shell)
           
protected  void createButtonsForButtonBar(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
protected  Button getOkButton()
          Returns the ok button.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiltersDialog

public FiltersDialog(Shell parentShell,
                     java.lang.String dialogTitle,
                     IPreferenceStore thePrefStore)
Method Detail

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