|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jinfonet.designer.ui.dialogs.share.AboutDesignerDialogBuilder
public class AboutDesignerDialogBuilder
AboutDialogFactory
Constructor Summary | |
---|---|
AboutDesignerDialogBuilder()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AboutDesignerDialogBuilder()
Method Detail |
---|
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).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |