fable.gui.dialog
Class EditArticleDialog

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

public class EditArticleDialog
extends Dialog

This dialog box shows a dialog box to edit an article.

Author:
Wonsik Kim

Method Summary
static EditArticleDialogData showPropertiesDialog(Shell parent, Article target)
          Show up a edit article dialog box and return any changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showPropertiesDialog

public static EditArticleDialogData showPropertiesDialog(Shell parent,
                                                         Article target)
Show up a edit article dialog box and return any changes.

Parameters:
parent - parent shell of the dialog box.
target - target article.
Returns:
any changes made during the dialog box session, or null if cancelled.
Requires:
parent != null, target != null.