|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.salespointframework.core.data.database.AbstractJavaDBConnection.JavaDBConfigurationDialog
protected class AbstractJavaDBConnection.JavaDBConfigurationDialog
Configuration dialog for javadb connections. useable for JavaDBClientConnection and JavaDBEmbeddedConnection
| Field Summary | |
|---|---|
private AbstractJavaDBConnection |
dbc
connection to configure |
private boolean |
remote
flag for romote connections ( JavaDBClientConnection ) |
| Constructor Summary | |
|---|---|
AbstractJavaDBConnection.JavaDBConfigurationDialog(AbstractJavaDBConnection dbc,
boolean remote)
default constructor |
|
| Method Summary | |
|---|---|
void |
show(java.awt.Window owner)
show the dialog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private AbstractJavaDBConnection dbc
private boolean remote
JavaDBClientConnection )
| Constructor Detail |
|---|
public AbstractJavaDBConnection.JavaDBConfigurationDialog(AbstractJavaDBConnection dbc,
boolean remote)
dbc, - connection to configureremote - true if connection is a remote one. which means: no file dialog is displayed| Method Detail |
|---|
public void show(java.awt.Window owner)
owner - owning dialog
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||