Uses of Class
org.gjt.sp.jedit.io.VFSFile
Packages that use VFSFile
Package
Description
- 
Uses of VFSFile in de.grogra.ext.jeditSubclasses of VFSFile in de.grogra.ext.jeditMethods in de.grogra.ext.jedit that return VFSFile
- 
Uses of VFSFile in org.gjt.sp.jedit.browserMethods 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.datatransferConstructors in org.gjt.sp.jedit.datatransfer with parameters of type VFSFile
- 
Uses of VFSFile in org.gjt.sp.jedit.guiConstructors 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.ioSubclasses of VFSFile in org.gjt.sp.jedit.ioModifier and TypeClassDescriptionstatic classstatic classMethods 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.