fable.gui.dialog
Class FilterDialog

java.lang.Object
  extended by Dialog
      extended by fable.gui.dialog.FilterDialog

public class FilterDialog
extends Dialog

Dialog that asks the user for custom filters

Author:
Wonsik Kim, Christopher Moh

Method Summary
static FilterStrategy showFilterDialog(Shell parent)
          Returns a FilterStrategy that the user selects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showFilterDialog

public static FilterStrategy showFilterDialog(Shell parent)
Returns a FilterStrategy that the user selects.

Parameters:
parent - parent shell of the dialog box.
Returns:
Custom FilterStrategy, or null if cancelled.
Requires:
parent != null.