org.swixml.examples.wizard
Class DDLWizardApplication

java.lang.Object
  extended by org.jdesktop.application.AbstractBean
      extended by org.jdesktop.application.Application
          extended by org.jdesktop.application.SingleFrameApplication
              extended by org.swixml.jsr296.SwingApplication
                  extended by org.swixml.examples.wizard.DDLWizardApplication
All Implemented Interfaces:
DDLWizardConstants

public class DDLWizardApplication
extends SwingApplication
implements DDLWizardConstants


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jdesktop.application.Application
Application.ExitListener
 
Field Summary
 
Fields inherited from class org.jdesktop.application.Application
AUTO_INJECTFIELD, IGNORE_RESOURCES_PREFIX, MAC_OSX_OS_NAME, USE_COMMON_LOCALIZER
 
Fields inherited from interface org.swixml.examples.wizard.DDLWizardConstants
CONNECTIONURL, CONTINUEONERROR, CREATEDB, DATABASE_MODEL, DBSCHEMA, DRIVERCLASS, DROPTABLES, FROMDB, GENERATE_BEAN, GENERATESQL, PACKAGE_NAME, PAGE1_STEP, PAGE2_STEP, PASSWORD, SQLFILE, USER
 
Constructor Summary
DDLWizardApplication()
           
 
Method Summary
static void closeConnection(Connection conn)
           
static Connection getConnection(Map<String,Object> wizardData)
           
protected  void initialize(String[] args)
           
static boolean isEmpty(String value)
           
static void main(String[] args)
           
protected  void startup()
           
 
Methods inherited from class org.swixml.jsr296.SwingApplication
render, render, render, render, render
 
Methods inherited from class org.jdesktop.application.SingleFrameApplication
configureWindow, getMainFrame, getMainView, hide, hide, setMainFrame, show, show, show, show, shutdown
 
Methods inherited from class org.jdesktop.application.Application
addExitListener, end, exit, exit, getBooleanProperty, getContext, getExitListeners, getInstance, getInstance, getMacApp, hide, isMacOSX, launch, quit, ready, removeExitListener
 
Methods inherited from class org.jdesktop.application.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDLWizardApplication

public DDLWizardApplication()
Method Detail

isEmpty

public static boolean isEmpty(String value)

getConnection

public static Connection getConnection(Map<String,Object> wizardData)
                                throws Exception
Throws:
Exception

closeConnection

public static void closeConnection(Connection conn)

startup

protected void startup()
Specified by:
startup in class Application

initialize

protected void initialize(String[] args)
Overrides:
initialize in class Application

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.