Uses of Class
org.gjt.sp.jedit.browser.VFSBrowser
Packages that use VFSBrowser
-
Uses of VFSBrowser in org.gjt.sp.jedit.browser
Methods in org.gjt.sp.jedit.browser that return VFSBrowserModifier and TypeMethodDescriptionVFSFileChooserDialog.getBrowser()Returns the VFSBrowser instance used internally.Methods in org.gjt.sp.jedit.browser with parameters of type VFSBrowserModifier and TypeMethodDescriptionvoidBrowserListener.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.Constructors in org.gjt.sp.jedit.browser with parameters of type VFSBrowserModifierConstructorDescriptionBrowserCommandsMenu(VFSBrowser browser, VFSFile[] files) VFSFileNameField(VFSBrowser browser, String model) -
Uses of VFSBrowser in org.gjt.sp.jedit.gui
Constructors in org.gjt.sp.jedit.gui with parameters of type VFSBrowserModifierConstructorDescriptionFilePropertiesDialog(View view, VFSBrowser browser, VFSFile[] files) The FilePropertiesDialog's constructor -
Uses of VFSBrowser in org.gjt.sp.jedit.io
Methods in org.gjt.sp.jedit.io with parameters of type VFSBrowserModifier and TypeMethodDescriptionstatic StringVFSFile.findCompletion(String path, String complete, VFSBrowser browser, boolean dirsOnly)