Saves this ResultsTable as a tab or comma delimited text file. The table is saved as a CSV (comma-separated values) file if 'path' ends with ".csv". Displays a file save dialog if 'path' is empty or null. Does nothing if the table is empty.
Saves project in a location defined by the 'baseDirectory' Resource. Does not delete the old resource locations. After saving, resets configuration sources of all project objects to the new Resources.
if {@link #isSaveable()} returns true this method must be implemented tosave whatever needs to be saved for that window providing a way for the user to define where to save it.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.