| |
|
| javax.swing.JDialog it.businesslogic.ireport.gui.ProjectDialog
ProjectDialog | public ProjectDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form ProjectDialog
|
applyI18n | public void applyI18n()(Code) | | |
getConnection | public java.lang.String getConnection()(Code) | | Getter for property connection.
Value of property connection. |
getDialogResult | public int getDialogResult()(Code) | | Getter for property dialogResult.
Value of property dialogResult. |
getOutputDir | public java.lang.String getOutputDir()(Code) | | Getter for property outputDir.
Value of property outputDir. |
getProjectName | public java.lang.String getProjectName()(Code) | | Getter for property projectName.
Value of property projectName. |
getSourcesDir | public java.lang.String getSourcesDir()(Code) | | Getter for property sourcesDir.
Value of property sourcesDir. |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setConnection | public void setConnection(java.lang.String connection)(Code) | | Setter for property connection.
Parameters: connection - New value of property connection. |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | Setter for property dialogResult.
Parameters: dialogResult - New value of property dialogResult. |
setOutputDir | public void setOutputDir(java.lang.String outputDir)(Code) | | Setter for property outputDir.
Parameters: outputDir - New value of property outputDir. |
setProjectName | public void setProjectName(java.lang.String projectName)(Code) | | Setter for property projectName.
Parameters: projectName - New value of property projectName. |
setSourcesDir | public void setSourcesDir(java.lang.String sourcesDir)(Code) | | Setter for property sourcesDir.
Parameters: sourcesDir - New value of property sourcesDir. |
|
|
|