fable.gui.dialog
Class CensorshipDialog

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

public class CensorshipDialog
extends Dialog

This dialog box controls censorship of the Fable.

Author:
Wonsik Kim

Method Summary
static void showCensorshipDialog(Shell parent, FableCensor fc)
          This method generates a dialog box which users can control the censorship.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showCensorshipDialog

public static void showCensorshipDialog(Shell parent,
                                        FableCensor fc)
This method generates a dialog box which users can control the censorship. It does change the FableCensor object itself.

Parameters:
parent - parent shell of the dialog box.
fc - FableCensor object to be changed.
Requires:
parent != null, fc != null.
Modifies:
fc