Revision 41940 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiFrame/ThreadSafeDialogs.java

View differences:

ThreadSafeDialogs.java
175 175
	 * @param type of the dialog, JFileChooser.SAVE_DIALOG or JFileChooser.OPEN_DIALOG
176 176
	 * @param selectionMode of the dialog, values are: JFileChooser.FILES_ONLY, JFileChooser.DIRECTORIES_ONLY, JFileChooser.FILES_AND_DIRECTORIES
177 177
	 * @param multiselection, true if multiselection is allowed
178
	 * @param inihelpertialPath, to show in the dialog
178
	 * @param initialPath, to show in the dialog
179 179
	 * @param filter used to filter the files show in the dialog.
180 180
	 * @param fileHidingEnabled, if true hidden files are show
181 181
	 * @return an array whit the files selecteds or null.
......
185 185
			final int type,
186 186
			final int selectionMode,
187 187
			final boolean multiselection, 
188
			final File inihelpertialPath,
188
			final File initialPath,
189 189
			final FileFilter filter,
190 190
			final boolean fileHidingEnabled
191 191
			) ;

Also available in: Unified diff