| javax.swing.JDialog it.businesslogic.ireport.gui.WizardDialog
maxStepVisited | int maxStepVisited(Code) | | |
WizardDialog | public WizardDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form WizardDialog
|
applyI18n | public void applyI18n()(Code) | | |
cancelElaborationStep1 | public void cancelElaborationStep1()(Code) | | |
disableGroups | public void disableGroups(int fromIndex)(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | Getter for property dialogResult.
Value of property dialogResult. |
jRSQLExpressionArea1TextConnectionExpressionTextChanged | public void jRSQLExpressionArea1TextConnectionExpressionTextChanged()(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
nextStep | public void nextStep()(Code) | | |
prevStep | public void prevStep()(Code) | | |
run | public void run()(Code) | | When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
See Also: java.lang.Thread.run |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | Setter for property dialogResult.
Parameters: dialogResult - New value of property dialogResult. |
setStep | public void setStep(int step, int oldStep)(Code) | | |
setViewedPanel | public void setViewedPanel(int panel)(Code) | | |
updateConnections | public void updateConnections()(Code) | | |
updateTemplatesList | public void updateTemplatesList()(Code) | | |
|
|