guitools.api
Interface AboutDialogFactory

All Known Implementing Classes:
AboutDesignerDialogBuilder

public interface AboutDialogFactory

This interface is used to help you to create an Designer About Dialog.


Method Summary
 java.awt.Dialog buildAboutDialog(java.awt.Dialog owner, java.util.Hashtable info)
          Creates an About dialog whose owner is a Dialog according to the about information.
 java.awt.Dialog buildAboutDialog(java.awt.Frame owner, java.util.Hashtable info)
          Creates an About dialog whose owner is a Frame according to the about information.
 

Method Detail

buildAboutDialog

java.awt.Dialog buildAboutDialog(java.awt.Frame owner,
                                 java.util.Hashtable info)
Creates an About dialog whose owner is a Frame according to the about information.

Parameters:
owner - The owner of the About dialog.
info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).
Returns:
The About dialog.

buildAboutDialog

java.awt.Dialog buildAboutDialog(java.awt.Dialog owner,
                                 java.util.Hashtable info)
Creates an About dialog whose owner is a Dialog according to the about information.

Parameters:
owner - The owner of the About dialog.
info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).
Returns:
The About dialog.