fable.gui.dialog
Class PropertiesDialog

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

public class PropertiesDialog
extends Dialog

This dialog box shows a property of any FableComponent, and allows users to change some of the properties.

Author:
Wonsik Kim

Method Summary
static PropertiesDialogData showPropertiesDialog(Shell parent, FableComponent target)
          Show up a property 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 PropertiesDialogData showPropertiesDialog(Shell parent,
                                                        FableComponent target)
Show up a property dialog box and return any changes.

Parameters:
parent - parent shell of the dialog box.
target - target fable component.
Returns:
any changes made during the dialog box session.
Requires:
parent != null, target != null.