Uses of Class
org.gjt.sp.jedit.io.VFSFile
Packages that use VFSFile
Package
Description
-
Uses of VFSFile in de.grogra.ext.jedit
Subclasses of VFSFile in de.grogra.ext.jeditMethods in de.grogra.ext.jedit that return VFSFile -
Uses of VFSFile in org.gjt.sp.jedit.browser
Methods in org.gjt.sp.jedit.browser that return VFSFileModifier 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()
Methods in org.gjt.sp.jedit.browser with parameters of type VFSFileModifier 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.Method parameters in org.gjt.sp.jedit.browser with type arguments of type VFSFileModifier and TypeMethodDescriptionint
VFSDirectoryEntryTableModel.expand
(VFS vfs, org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry entry, List<VFSFile> list) void
VFSDirectoryEntryTable.setDirectory
(VFS vfs, Object node, List<VFSFile> list, Set<String> tmpExpanded) void
Constructors in org.gjt.sp.jedit.browser with parameters of type VFSFile -
Uses of VFSFile in org.gjt.sp.jedit.datatransfer
Constructors in org.gjt.sp.jedit.datatransfer with parameters of type VFSFile -
Uses of VFSFile in org.gjt.sp.jedit.gui
Constructors in org.gjt.sp.jedit.gui with parameters of type VFSFileModifierConstructorDescriptionFilePropertiesDialog
(View view, VFSBrowser browser, VFSFile[] files) The FilePropertiesDialog's constructor -
Uses of VFSFile in org.gjt.sp.jedit.io
Subclasses of VFSFile in org.gjt.sp.jedit.ioModifier and TypeClassDescriptionstatic class
static class
Methods in org.gjt.sp.jedit.io that return VFSFileModifier 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()
Methods in org.gjt.sp.jedit.io with parameters of type VFSFileModifier 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.