* type, this is obviously only useful for save dialogs
*/
public FileHandlingParamDialog(ParameterBlock parameter, String historyID,
int dialogType, boolean enforceEnding) {
this.enforceFileEnding = enforceEnding;
fileChooser = new FileChooser(historyID);
fileChooser.setDialogType(dialogType);
Collection<X> factories =
parameter
.getSubBlockValue(AbstractFactoryParameterDialogFactory.CONCRETE_FACTORIES);