com.sun.xfilechooser

Class XFileChooserEditor


public class XFileChooserEditor
extends PropertyEditorSupport

An editor to set the current Directory and selected file. Used during customization via a bean editor.
See Also:
XFileChooserEditor

Method Summary

String
getAsText()
Gets the String representation of XFile object
void
setAsText(String text)
Sets the selected file path

Method Details

getAsText

public String getAsText()
Gets the String representation of XFile object
Returns:
String name of XFile object

setAsText

public void setAsText(String text)
            throws IllegalArgumentException
Sets the selected file path
Parameters: