public class AboutDesignerDialogBuilder extends java.lang.Object implements AboutDialogFactory
AboutDialogFactory
Constructor and Description |
---|
AboutDesignerDialogBuilder() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.awt.Dialog buildAboutDialog(java.awt.Frame owner, java.util.Hashtable info)
AboutDialogFactory
buildAboutDialog
in interface AboutDialogFactory
owner
- The owner of the About dialog.info
- Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).public java.awt.Dialog buildAboutDialog(java.awt.Dialog owner, java.util.Hashtable info)
AboutDialogFactory
buildAboutDialog
in interface AboutDialogFactory
owner
- The owner of the About dialog.info
- Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).