|
Revision 3309M | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBConnectorSwing
Interface to add user-interface functionality to DBConnection classes. When a database class implements this interface, it can provide dialogs for opening and creating a database of this type.
| Method Summary | |
|---|---|
java.lang.String |
openChooseDbDialog(java.awt.Component parent)
This method will be called when the user needs to select a database. |
java.lang.String |
openNewDbDialog(java.awt.Component parent,
java.lang.String defaultName)
This method will be called when the user needs to select a database to create. |
| Method Detail |
|---|
java.lang.String openChooseDbDialog(java.awt.Component parent)
shell - The shell to create the dialog
java.lang.String openNewDbDialog(java.awt.Component parent,
java.lang.String defaultName)
shell - The shell to create the dialog
|
Generated September 9 2010 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||