Uses of Class
org.gjt.sp.jedit.io.VFSFile
Packages that use VFSFile
Package
Description
jEdit's file system browser.
Classes related to encoding and decoding MIME data to/from system clipboard, etc.
Various GUI controls and dialog boxes.
Virtual file system and multi-threaded I/O.
-
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 TypeMethodDescriptionbooleanvoidNote that all files must be on the same VFS.voidVFSBrowser.fileProperties(VFSFile[] files) Show selected file's properties.voidBrowserListener.filesActivated(VFSBrowser browser, VFSFile[] files) The user has double-clicked a set of files.voidBrowserListener.filesSelected(VFSBrowser browser, VFSFile[] files) The user has selected a set of files.static IconFileCellRenderer.getIconForFile(VFSFile file, boolean expanded) static IconFileCellRenderer.getIconForFile(VFSFile file, boolean expanded, boolean openBuffer) voidPaste the file contained in the clipboard.voidRename a file.voidRename a file.Method parameters in org.gjt.sp.jedit.browser with type arguments of type VFSFileModifier and TypeMethodDescriptionintVFSDirectoryEntryTableModel.expand(VFS vfs, org.gjt.sp.jedit.browser.VFSDirectoryEntryTableModel.Entry entry, List<VFSFile> list) voidVFSDirectoryEntryTable.setDirectory(VFS vfs, Object node, List<VFSFile> list, Set<String> tmpExpanded) voidConstructors 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 classstatic classClasses in org.gjt.sp.jedit.io that implement interfaces with type arguments of type VFSFileModifier and TypeClassDescriptionstatic classImplementation ofComparatorinterface that comparesVFSFileinstances.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 TypeMethodDescriptionbooleanbooleanShould return whether the entry represented by the given URL should be listed in the browser view.intstatic intVFSFile.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.