|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AboutDialogFactory
This interface is used to help you to create an 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 |
|---|
java.awt.Dialog buildAboutDialog(java.awt.Frame owner,
java.util.Hashtable info)
owner - The owner of the About dialog.info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).
java.awt.Dialog buildAboutDialog(java.awt.Dialog owner,
java.util.Hashtable info)
owner - The owner of the About dialog.info - Key: property name (e.g. Product Name); Value: property information (e.g. JReport Designer).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||