|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.netbeans.spi.wizard.WizardPage
org.swixml.examples.wizard.SetDBSchema
public class SetDBSchema
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.netbeans.spi.wizard.WizardPage |
|---|
org.netbeans.spi.wizard.WizardPage.CustomComponentListener, org.netbeans.spi.wizard.WizardPage.CustomComponentNotifier, org.netbeans.spi.wizard.WizardPage.WizardResultProducer |
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| 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 |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
SetDBSchema()
|
|
| Method Summary | |
|---|---|
org.netbeans.spi.wizard.WizardPanelNavResult |
allowFinish(String stepName,
Map settings,
org.netbeans.spi.wizard.Wizard wizard)
|
org.netbeans.spi.wizard.WizardPanelNavResult |
allowNext(String stepName,
Map settings,
org.netbeans.spi.wizard.Wizard wizard)
|
File |
getDbSchema()
|
String |
getSelectedFile()
|
File |
getSQLFile()
|
boolean |
isContinueOnError()
|
boolean |
isDropTables()
|
boolean |
isGenerateSQL()
|
protected void |
renderingPage()
|
void |
selectFile()
|
void |
setContinueOnError(boolean continueOnError)
|
void |
setDbSchema(File dbSchema)
|
void |
setDropTables(boolean dropTables)
|
void |
setGenerateSQL(boolean generateXML)
|
void |
setSQLFile(File value)
|
protected String |
validateContents(Component component,
Object event)
|
| Methods inherited from class org.netbeans.spi.wizard.WizardPage |
|---|
addNotify, allowBack, createCustomComponentListener, createWizard, createWizard, createWizard, createWizard, createWizard, createWizard, createWizard, createWizard, getLongDescription, getMapKeyFor, getWizardData, getWizardDataKeys, getWizardDataMap, putWizardData, recycle, setBusy, setForwardNavigationMode, setLongDescription, setProblem, userInputReceived, valueFrom, valueTo, wizardDataContainsKey |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SetDBSchema()
| Method Detail |
|---|
protected void renderingPage()
renderingPage in class org.netbeans.spi.wizard.WizardPage
public org.netbeans.spi.wizard.WizardPanelNavResult allowFinish(String stepName,
Map settings,
org.netbeans.spi.wizard.Wizard wizard)
allowFinish in interface org.netbeans.spi.wizard.WizardPanelallowFinish in class org.netbeans.spi.wizard.WizardPage
public org.netbeans.spi.wizard.WizardPanelNavResult allowNext(String stepName,
Map settings,
org.netbeans.spi.wizard.Wizard wizard)
allowNext in interface org.netbeans.spi.wizard.WizardPanelallowNext in class org.netbeans.spi.wizard.WizardPage
protected String validateContents(Component component,
Object event)
validateContents in class org.netbeans.spi.wizard.WizardPagepublic String getSelectedFile()
public final boolean isDropTables()
public final void setDropTables(boolean dropTables)
public final boolean isContinueOnError()
public final void setContinueOnError(boolean continueOnError)
public final boolean isGenerateSQL()
public final void setGenerateSQL(boolean generateXML)
public final File getDbSchema()
public final void setDbSchema(File dbSchema)
public void setSQLFile(File value)
public File getSQLFile()
@Action public void selectFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||