org.swixml.examples.wizard
Class DDLWizardApplication
java.lang.Object
org.jdesktop.application.AbstractBean
org.jdesktop.application.Application
org.jdesktop.application.SingleFrameApplication
org.swixml.jsr296.SwingApplication
org.swixml.examples.wizard.DDLWizardApplication
- All Implemented Interfaces:
- DDLWizardConstants
public class DDLWizardApplication
- extends SwingApplication
- implements DDLWizardConstants
| 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 |
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDLWizardApplication
public DDLWizardApplication()
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.