FileSystemItems are the entries in the file system view. Implements <@link com.adito.table.TableItem> and <@link java.lang.Comparable>.
808182838485868788
flowPanel_.add(spacerLabel); } protected String projFileFromDir(String dir) { FileSystemItem dirItem = FileSystemItem.createDir(dir); return FileSystemItem.createFile( dirItem.completePath(dirItem.getName() + ".Rproj")).getPath(); }