Uses of Class
org.gjt.sp.jedit.io.VFSFile
Package
Description
-
Uses of VFSFile in de.grogra.ext.jedit
-
Uses of VFSFile in org.gjt.sp.jedit.browser
Modifier and TypeMethodDescriptionVFSFile[]
VFSDirectoryEntryTableModel.getFiles()
VFSFile[]
VFSBrowser.getSelectedFiles()
Return the selected files in the lower browser tree.VFSFile[]
VFSBrowser.getSelectedFiles
(Component source) Return the selected files from the point of view of the given component.VFSFile[]
VFSDirectoryEntryTable.getSelectedFiles()
Modifier and TypeMethodDescriptionboolean
void
Note that all files must be on the same VFS.void
VFSBrowser.fileProperties
(VFSFile[] files) Show selected file's properties.void
BrowserListener.filesActivated
(VFSBrowser browser, VFSFile[] files) The user has double-clicked a set of files.void
BrowserListener.filesSelected
(VFSBrowser browser, VFSFile[] files) The user has selected a set of files.static Icon
FileCellRenderer.getIconForFile
(VFSFile file, boolean expanded) static Icon
FileCellRenderer.getIconForFile
(VFSFile file, boolean expanded, boolean openBuffer) void
Paste the file contained in the clipboard.void
Rename a file.void
Rename a file. -
Uses of VFSFile in org.gjt.sp.jedit.datatransfer
-
Uses of VFSFile in org.gjt.sp.jedit.gui
ModifierConstructorDescriptionFilePropertiesDialog
(View view, VFSBrowser browser, VFSFile[] files) The FilePropertiesDialog's constructor -
Uses of VFSFile in org.gjt.sp.jedit.io
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionReturns the specified directory entry.VFSFile[]
FavoritesVFS._listFiles
(Object session, String url, Component comp) VFSFile[]
FileRootsVFS._listFiles
(Object session, String url, Component comp) VFSFile[]
FileVFS._listFiles
(Object session, String path, Component comp) VFSFile[]
VFS._listFiles
(Object session, String directory, Component comp) Lists the specified directory.static VFSFile[]
FavoritesVFS.getFavorites()
Modifier and TypeMethodDescriptionboolean
boolean
Should return whether the entry represented by the given URL should be listed in the browser view.int
static int
VFSFile.findCompletion
(VFSFile[] files, int start, int end, String str, boolean dirsOnly) Return the index of a file whose name matches the given string, in a case-insensitive manner.