|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ io overview ] | PREV NEXT | ||||||||
A
- addToFavorites(String, int) - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
B
- BROWSE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Deprecated. Do not define this capability.
This was the official API for adding items to a file system browser's Plugins menu in jEdit 4.1 and earlier. In jEdit 4.2, there is a different way of doing this, you must provide a
browser.actions.xmlfile in your plugin JAR, and defineplugin.class.browser-menu-itemorplugin.class.browser-menuproperties. See org.gjt.sp.jedit.EditPlugin for details.
C
- CASE_INSENSITIVE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Case insensitive file system capability.
- canRead - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- canWrite - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- caps - Variable in class org.gjt.sp.jedit.io.VFS
- color - Variable in class org.gjt.sp.jedit.io.VFS.ColorEntry
- color - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- colorCalculated - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- colors - Static variable in class org.gjt.sp.jedit.io.VFS
- compare(Object, Object) - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
- constructPath(String, String) - Method in class org.gjt.sp.jedit.io.FileVFS
- constructPath(String, String) - Method in class org.gjt.sp.jedit.io.UrlVFS
- constructPath(String, String) - Method in class org.gjt.sp.jedit.io.VFS
- Constructs a path from the specified directory and file name component.
- createVFSSession(String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Creates a VFS session.
D
- DATE_FORMAT - Static variable in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
- DELETE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Delete file capability.
- DIRECTORY - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- deletePath - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
E
- EA_MODIFIED - Static variable in class org.gjt.sp.jedit.io.VFS
- File last modified date.
- EA_SIZE - Static variable in class org.gjt.sp.jedit.io.VFS
- File size.
- EA_STATUS - Static variable in class org.gjt.sp.jedit.io.VFS
- File status (read only, read write, etc).
- EA_TYPE - Static variable in class org.gjt.sp.jedit.io.VFS
- File type.
- error - Static variable in class org.gjt.sp.jedit.io.VFSManager
- error(Component, String, Object[]) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Deprecated. Call the other
error()method instead. - error(Component, String, String, Object[]) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Reports an I/O error.
- errorLock - Static variable in class org.gjt.sp.jedit.io.VFSManager
- errorOccurred() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns if the last request caused an error.
- errors - Static variable in class org.gjt.sp.jedit.io.VFSManager
- extAttrs - Variable in class org.gjt.sp.jedit.io.VFS
F
- FILE - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- FILESYSTEM - Static variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- FavoritesVFS - class org.gjt.sp.jedit.io.FavoritesVFS.
- A VFS used for remembering frequently-visited directories.
- FavoritesVFS() - Constructor for class org.gjt.sp.jedit.io.FavoritesVFS
- FavoritesVFS.FavoritesEntry - class org.gjt.sp.jedit.io.FavoritesVFS.FavoritesEntry.
- FavoritesVFS.FavoritesEntry(String, int) - Constructor for class org.gjt.sp.jedit.io.FavoritesVFS.FavoritesEntry
- FileRootsVFS - class org.gjt.sp.jedit.io.FileRootsVFS.
- A VFS that lists local root filesystems.
- FileRootsVFS() - Constructor for class org.gjt.sp.jedit.io.FileRootsVFS
- FileRootsVFS.RootsEntry - class org.gjt.sp.jedit.io.FileRootsVFS.RootsEntry.
- FileRootsVFS.RootsEntry(File) - Constructor for class org.gjt.sp.jedit.io.FileRootsVFS.RootsEntry
- FileVFS - class org.gjt.sp.jedit.io.FileVFS.
- Local filesystem VFS.
- FileVFS() - Constructor for class org.gjt.sp.jedit.io.FileVFS
- FileVFS.LocalDirectoryEntry - class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry.
- FileVFS.LocalDirectoryEntry(File) - Constructor for class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
- favorites - Static variable in class org.gjt.sp.jedit.io.FavoritesVFS
- fileVFS - Static variable in class org.gjt.sp.jedit.io.VFSManager
- fsView - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
G
- getCapabilities() - Method in class org.gjt.sp.jedit.io.VFS
- Returns the capabilities of this VFS.
- getColor() - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- getDefaultColorFor(String) - Static method in class org.gjt.sp.jedit.io.VFS
- Returns color of the specified file name, by matching it against user-specified regular expressions.
- getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.FavoritesVFS.FavoritesEntry
- getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.FileRootsVFS.RootsEntry
- getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
- getExtendedAttribute(String) - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- Returns the value of an extended attribute.
- getExtendedAttributes() - Method in class org.gjt.sp.jedit.io.VFS
- Returns the extended attributes supported by this VFS.
- getFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
- getFileName(String) - Method in class org.gjt.sp.jedit.io.VFS
- Returns the file name component of the specified path.
- getFileSeparator() - Method in class org.gjt.sp.jedit.io.FileVFS
- getFileSeparator() - Method in class org.gjt.sp.jedit.io.VFS
- Returns the file separator used by this VFS.
- getFileVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the local filesystem VFS.
- getFilesystems() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Deprecated. Use
getVFSs()instead. - getIOThreadPool() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the I/O thread pool.
- getName() - Method in class org.gjt.sp.jedit.io.VFS
- Returns this VFS's name.
- getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
- getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
- getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.FileVFS
- getParentOfPath(String) - Method in class org.gjt.sp.jedit.io.VFS
- Returns the parent of the specified path.
- getPermissions(String) - Static method in class org.gjt.sp.jedit.io.FileVFS
- Returns numeric permissions of a file.
- getRequestCount() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the number of pending I/O requests.
- getRoots - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
- getSystemDisplayName - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
- getTwoStageSaveName(String) - Method in class org.gjt.sp.jedit.io.VFS
- Returns a temporary file name based on the given path.
- getUrlVFS() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the URL VFS.
- getVFSByName(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Deprecated. Use
getVFSForProtocol()instead. - getVFSForPath(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the VFS for the specified path.
- getVFSForProtocol(String) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns the VFS for the specified protocol.
- getVFSs() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns a list of all registered filesystems.
H
- hidden - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
I
- init() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Do not call.
- insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
- insert(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
- Inserts a file into the specified buffer.
- instance - Static variable in class org.gjt.sp.jedit.io.FavoritesVFS
- ioThreadPool - Static variable in class org.gjt.sp.jedit.io.VFSManager
- isDrive(File) - Method in class org.gjt.sp.jedit.io.FileRootsVFS.RootsEntry
- isDrive - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
- isFileSystemRoot - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
- isFloppy(File) - Method in class org.gjt.sp.jedit.io.FileRootsVFS.RootsEntry
- isFloppyDrive - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
L
- LOW_LATENCY_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Low latency capability.
- length - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- listRoots() - Static method in class org.gjt.sp.jedit.io.FileRootsVFS
- load(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
- Loads the specified buffer.
- loadColors() - Static method in class org.gjt.sp.jedit.io.VFS
- loadFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
- lock - Static variable in class org.gjt.sp.jedit.io.FavoritesVFS
- lock - Static variable in class org.gjt.sp.jedit.io.VFS
M
- MKDIR_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Make directory capability.
- modified - Variable in class org.gjt.sp.jedit.io.FileVFS.LocalDirectoryEntry
N
- name - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- name - Variable in class org.gjt.sp.jedit.io.VFS
O
- org.gjt.sp.jedit.io - package org.gjt.sp.jedit.io
P
- PERMISSIONS_PROPERTY - Static variable in class org.gjt.sp.jedit.io.FileVFS
- PROTOCOL - Static variable in class org.gjt.sp.jedit.io.FavoritesVFS
- PROTOCOL - Static variable in class org.gjt.sp.jedit.io.FileRootsVFS
- path - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- protocolHash - Static variable in class org.gjt.sp.jedit.io.VFSManager
R
- READ_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Read capability.
- RENAME_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Rename file capability.
- re - Variable in class org.gjt.sp.jedit.io.VFS.ColorEntry
- registerVFS(String, VFS) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Deprecated. Write a
services.xmlfile instead; see org.gjt.sp.jedit.ServiceManager. - reloadDirectory(String) - Method in class org.gjt.sp.jedit.io.VFS
- Called before a directory is reloaded by the file system browser.
- run() - Method in class org.gjt.sp.jedit.io.VFSManager.SendVFSUpdatesSafely
- runInAWTThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Executes the specified runnable in the AWT thread once all pending I/O requests are complete.
- runInWorkThread(Runnable) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Executes the specified runnable in one of the I/O threads.
S
- SERVICE - Static variable in class org.gjt.sp.jedit.io.VFSManager
- The service type.
- save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.FileVFS
- save(View, Buffer, String) - Method in class org.gjt.sp.jedit.io.VFS
- Saves the specifies buffer.
- saveFavorites() - Static method in class org.gjt.sp.jedit.io.FavoritesVFS
- sendVFSUpdate(VFS, String, boolean) - Static method in class org.gjt.sp.jedit.io.VFSManager
- Sends a VFS update message.
- setPermissions(String, int) - Static method in class org.gjt.sp.jedit.io.FileVFS
- Sets numeric permissions of a file.
- showBrowseDialog(Object[], Component) - Method in class org.gjt.sp.jedit.io.VFS
- Displays a dialog box that should set up a session and return the initial URL to browse.
- sortIgnoreCase - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
- sortMixFilesAndDirs - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
- start() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Do not call.
- symlinkPath - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
T
- toString() - Method in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- type - Variable in class org.gjt.sp.jedit.io.VFS.DirectoryEntry
U
- UrlVFS - class org.gjt.sp.jedit.io.UrlVFS.
- URL VFS.
- UrlVFS() - Constructor for class org.gjt.sp.jedit.io.UrlVFS
- urlVFS - Static variable in class org.gjt.sp.jedit.io.VFSManager
V
- VFS - class org.gjt.sp.jedit.io.VFS.
- A virtual filesystem implementation.
- VFS(String) - Constructor for class org.gjt.sp.jedit.io.VFS
- Deprecated. Use the form where the constructor takes a capability list.
- VFS(String, int) - Constructor for class org.gjt.sp.jedit.io.VFS
- Creates a new virtual filesystem.
- VFS(String, int, String[]) - Constructor for class org.gjt.sp.jedit.io.VFS
- Creates a new virtual filesystem.
- VFS.ColorEntry - class org.gjt.sp.jedit.io.VFS.ColorEntry.
- VFS.ColorEntry(RE, Color) - Constructor for class org.gjt.sp.jedit.io.VFS.ColorEntry
- VFS.DirectoryEntry - class org.gjt.sp.jedit.io.VFS.DirectoryEntry.
- A directory entry.
- VFS.DirectoryEntry() - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- VFS.DirectoryEntry(String, String, String, int, long, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntry
- VFS.DirectoryEntryCompare - class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare.
- Implementation of org.gjt.sp.jedit.MiscUtilities.Compare interface that compares VFS.DirectoryEntry instances.
- VFS.DirectoryEntryCompare(boolean, boolean) - Constructor for class org.gjt.sp.jedit.io.VFS.DirectoryEntryCompare
- Creates a new
DirectoryEntryCompare. - VFSManager - class org.gjt.sp.jedit.io.VFSManager.
- jEdit's virtual filesystem allows it to transparently edit files stored elsewhere than the local filesystem, for example on an FTP site.
- VFSManager() - Constructor for class org.gjt.sp.jedit.io.VFSManager
- VFSManager.SendVFSUpdatesSafely - class org.gjt.sp.jedit.io.VFSManager.SendVFSUpdatesSafely.
- VFSManager.SendVFSUpdatesSafely() - Constructor for class org.gjt.sp.jedit.io.VFSManager.SendVFSUpdatesSafely
- vfsHash - Static variable in class org.gjt.sp.jedit.io.VFSManager
- vfsUpdateLock - Static variable in class org.gjt.sp.jedit.io.VFSManager
- vfsUpdates - Static variable in class org.gjt.sp.jedit.io.VFSManager
W
- WRITE_CAP - Static variable in class org.gjt.sp.jedit.io.VFS
- Write capability.
- waitForRequests() - Static method in class org.gjt.sp.jedit.io.VFSManager
- Returns when all pending requests are complete.
_
- _backup(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _backup(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Backs up the specified file.
- _canonPath(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- Returns the canonical form if the specified path name.
- _canonPath(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Returns the canonical form of the specified path name.
- _createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.UrlVFS
- _createInputStream(Object, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Creates an input stream.
- _createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.UrlVFS
- _createOutputStream(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Creates an output stream.
- _delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
- _delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _delete(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Deletes the specified URL.
- _endVFSSession(Object, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Finishes the specified VFS session.
- _getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
- _getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
- _getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _getDirectoryEntry(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Returns the specified directory entry.
- _listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FavoritesVFS
- _listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileRootsVFS
- _listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _listDirectory(Object, String, String, boolean, Component) - Method in class org.gjt.sp.jedit.io.VFS
- A convinience method that matches file names against globs, and can optionally list the directory recursively.
- _listDirectory(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Lists the specified directory.
- _listDirectory(Object, ArrayList, ArrayList, String, RE, boolean, Component) - Method in class org.gjt.sp.jedit.io.VFS
- _mkdir(Object, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _mkdir(Object, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Creates a new directory with the specified URL.
- _rename(Object, String, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _rename(Object, String, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Renames the specified URL.
- _saveComplete(Object, Buffer, String, Component) - Method in class org.gjt.sp.jedit.io.FileVFS
- _saveComplete(Object, Buffer, String, Component) - Method in class org.gjt.sp.jedit.io.VFS
- Called after a file has been saved.
A B C D E F G H I L M N O P R S T U V W _
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ io overview ] | PREV NEXT | ||||||||