Class StringBasedFileEditor

All Implemented Interfaces:
PropertyEditor

public class StringBasedFileEditor extends FileChooserEditor
A PropertyEditor that allows the user to edit strings by way of a File editor, as is done by StringBasedFileEditor. In other words, the user can use the file chooser to pick a file. That file is then turned into a String.

This class has the restriction that it will only take in String objects and will only give out String objects.