public class FileEditor
extends java.beans.PropertyEditorSupport
The PropertyEditor that converts between String and File.
The current directory is determined by WorkingDirectory
.
Constructor and Description |
---|
FileEditor() |
FileEditor(java.lang.Object source) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsText() |
void |
setAsText(java.lang.String text) |
void |
setValue(java.lang.Object value) |
public FileEditor()
public FileEditor(java.lang.Object source)
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
java.lang.IllegalArgumentException
public void setValue(java.lang.Object value)
setValue
in interface java.beans.PropertyEditor
setValue
in class java.beans.PropertyEditorSupport