public class AboutDesignerDialogBuilder extends Object implements AboutDialogFactory
AboutDesignerDialogBuilder is used to help you to create an Designer About Dialog.AboutDialogFactory| Constructor and Description |
|---|
AboutDesignerDialogBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Dialog |
buildAboutDialog(Dialog owner,
Hashtable info)
Creates an About dialog whose owner is a Dialog according to the about information.
|
Dialog |
buildAboutDialog(Frame owner,
Hashtable info)
Creates an About dialog whose owner is a Frame according to the about information.
|
public Dialog buildAboutDialog(Frame owner, Hashtable info)
AboutDialogFactorybuildAboutDialog in interface AboutDialogFactoryowner - The owner of the About dialog.info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).public Dialog buildAboutDialog(Dialog owner, Hashtable info)
AboutDialogFactorybuildAboutDialog in interface AboutDialogFactoryowner - The owner of the About dialog.info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).© insightsoftware. All rights reserved.