org.salespointframework.core.data.database
Class MysqlDatabaseConnection.MysqlConfigurationDialog

java.lang.Object
  extended by org.salespointframework.core.data.database.MysqlDatabaseConnection.MysqlConfigurationDialog
Enclosing class:
MysqlDatabaseConnection

private class MysqlDatabaseConnection.MysqlConfigurationDialog
extends java.lang.Object

The config dialog for Mysql connections

Since:
4.0
Author:
Thomas Kissinger

Field Summary
private  MysqlDatabaseConnection dbc
          connection to configure
 
Constructor Summary
MysqlDatabaseConnection.MysqlConfigurationDialog(MysqlDatabaseConnection dbc)
          Default constructor
 
Method Summary
 void show(java.awt.Window owner)
          initializes the window, shows it and updates the connection properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbc

private MysqlDatabaseConnection dbc
connection to configure

Constructor Detail

MysqlDatabaseConnection.MysqlConfigurationDialog

public MysqlDatabaseConnection.MysqlConfigurationDialog(MysqlDatabaseConnection dbc)
Default constructor

Parameters:
dbc - connection to configure
Method Detail

show

public void show(java.awt.Window owner)
initializes the window, shows it and updates the connection properties

Parameters:
owner - owning window