- readAttributes(Path, Class<A>, LinkOption...) - Method in class net.java.truevfs.access.TFileSystemProvider
-
- readAttributes(Path, String, LinkOption...) - Method in class net.java.truevfs.access.TFileSystemProvider
-
- refresh() - Method in class net.java.truevfs.access.swing.TFileTree
-
Refreshes the entire tree,
restores the expanded and selected paths and scrolls to the lead
selection path if necessary.
- refresh(TFile) - Method in class net.java.truevfs.access.swing.TFileTree
-
Refreshes the subtree for the given node,
restores the expanded and selected paths and scrolls to the lead
selection path if necessary.
- refresh(TreePath[]) - Method in class net.java.truevfs.access.swing.TFileTree
-
Refreshes the subtree for the given paths,
restores the expanded and selected paths and scrolls to the lead
selection path if necessary.
- refresh() - Method in class net.java.truevfs.access.swing.TFileTreeModel
-
Refreshes the tree structure for the entire tree.
- refresh(TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
-
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class net.java.truevfs.access.TPath
-
- register(WatchService, WatchEvent.Kind<?>...) - Method in class net.java.truevfs.access.TPath
-
- relativize(Path) - Method in class net.java.truevfs.access.TPath
-
- removeTreeModelListener(TreeModelListener) - Method in class net.java.truevfs.access.swing.TFileTreeModel
-
Removes a listener from this model.
- resolve(Path) - Method in class net.java.truevfs.access.TPath
-
- resolve(String) - Method in class net.java.truevfs.access.TPath
-
- resolveSibling(Path) - Method in class net.java.truevfs.access.TPath
-
- resolveSibling(String) - Method in class net.java.truevfs.access.TPath
-
- rm(TFile) - Method in class net.java.truevfs.access.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the successor to the deleted node
is selected and visible.
- rm(TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
-
Deletes the file or empty directory node
and updates the tree accordingly.
- rm() - Method in class net.java.truevfs.access.TFile
-
- rm(File) - Static method in class net.java.truevfs.access.TFile
-
Deletes the given file or directory.
- rm_r(TFile) - Method in class net.java.truevfs.access.swing.TFileTree
-
Forwards the call to the
TFileTreeModel
and scrolls the tree so that the successor to the deleted node
is selected and visible.
- rm_r(TFile) - Method in class net.java.truevfs.access.swing.TFileTreeModel
-
Deletes the file or (probably not empty) directory node
and updates the tree accordingly.
- rm_r() - Method in class net.java.truevfs.access.TFile
-
- rm_r(File) - Static method in class net.java.truevfs.access.TFile
-
Recursively deletes the given file or directory tree.
- run(String[]) - Method in class net.java.truevfs.access.TApplication
-
Runs the setup-work-sync life cycle.