public class CreateFileData extends Object
A data class that stores all information for the creation of a new file.
This class acts as the form bean for the dialog for creating a new file. This is a pretty simple dialog: It allows the user to specify a file name and the content of the file. This bean class defines corresponding properties. It is populated from the dialog when the user clicks the OK button.
Constructor and Description |
---|
CreateFileData() |
Modifier and Type | Method and Description |
---|---|
String |
getFileContent() |
String |
getFileName() |
void |
setFileContent(String fileContent) |
void |
setFileName(String fileName) |
Copyright © 2016 The JGUIraffe Team. All rights reserved.