Constructors in de.hillenbrand.jreqtools with parameters of type PropertyEditorElement |
PropertyFileEditorRequester(java.io.File file,
PropertyEditorElement[] elements)
Constructs a new FileEditorRequester with a default title and message, and a given file. |
PropertyFileEditorRequester(java.lang.String message,
java.io.File file,
PropertyEditorElement[] elements)
Constructs a new FileEditorRequester with a default title, a given message, and file. |
PropertyFileEditorRequester(java.lang.String title,
java.lang.String message,
java.io.File file,
PropertyEditorElement[] elements)
Constructs a new FileEditorRequester with a given title, message, and file. |