public class FileEditor extends PropertyEditorSupport<File>
File.| Constructor and Description |
|---|
FileEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String text)
Set the property value by parsing a given String.
|
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getAsText, getType, getValue, removePropertyChangeListener, removePropertyChangeListener, setValuefirePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, setSource, supportsCustomEditorpublic void setAsText(String text)
PropertyEditorsetAsText in interface PropertyEditorsetAsText in class PropertyEditorSupport<File>text - The string to be parsed.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.