站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

F-Index (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 
A C D E F G H I J L M N O P R S T U W X

F

FileAlreadyLockedException - exception org.openide.filesystems.FileAlreadyLockedException.
Exception raised when a file is already locked.
FileAlreadyLockedException() - Constructor for class org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException.
FileAlreadyLockedException(String) - Constructor for class org.openide.filesystems.FileAlreadyLockedException
Creates new FileAlreadyLockedException with specified text.
FileAttributeEvent - class org.openide.filesystems.FileAttributeEvent.
Event used to listen on filesystem attribute changes.
FileAttributeEvent(FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, FileObject, String, Object, Object) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileAttributeEvent(FileObject, FileObject, String, Object, Object, boolean) - Constructor for class org.openide.filesystems.FileAttributeEvent
Creates new FileAttributeEvent.
FileChangeAdapter - class org.openide.filesystems.FileChangeAdapter.
Adapter for changes in FileObjects.
FileChangeAdapter() - Constructor for class org.openide.filesystems.FileChangeAdapter
 
FileChangeListener - interface org.openide.filesystems.FileChangeListener.
Listener for changes in FileObjects.
FileEvent - class org.openide.filesystems.FileEvent.
Event for listening on filesystem changes.
FileEvent(FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent.
FileEvent(FileObject, FileObject) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
FileEvent(FileObject, FileObject, boolean) - Constructor for class org.openide.filesystems.FileEvent
Creates new FileEvent, specifying the action object.
FileLock - class org.openide.filesystems.FileLock.
Represents an acquired lock on a FileObject.
FileLock() - Constructor for class org.openide.filesystems.FileLock
 
FileObject - class org.openide.filesystems.FileObject.
This is the base for all implementations of file objects on a filesystem.
FileObject() - Constructor for class org.openide.filesystems.FileObject
 
FileRenameEvent - class org.openide.filesystems.FileRenameEvent.
Event indicating a file rename.
FileRenameEvent(FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent.
FileRenameEvent(FileObject, FileObject, String, String) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location.
FileRenameEvent(FileObject, FileObject, String, String, boolean) - Constructor for class org.openide.filesystems.FileRenameEvent
Creates new FileRenameEvent, specifying an event location and whether the event was expected by the system.
FileStateInvalidException - exception org.openide.filesystems.FileStateInvalidException.
Signals that the file object is somehow corrupted.
FileStateInvalidException() - Constructor for class org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException.
FileStateInvalidException(String) - Constructor for class org.openide.filesystems.FileStateInvalidException
Create new FileStateInvalidException with the specified text.
FileStatusEvent - class org.openide.filesystems.FileStatusEvent.
Event describing a change in annotation of files.
FileStatusEvent(FileSystem, Set, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusEvent(FileSystem, FileObject, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent
FileStatusEvent(FileSystem, boolean, boolean) - Constructor for class org.openide.filesystems.FileStatusEvent
Creates new FileStatusEvent.
FileStatusListener - interface org.openide.filesystems.FileStatusListener.
Listener to changes in annotation of file objects.
FileSystem - class org.openide.filesystems.FileSystem.
Interface that provides basic information about a virtual filesystem in the IDE.
FileSystem() - Constructor for class org.openide.filesystems.FileSystem
Default constructor.
FileSystem.AtomicAction - interface org.openide.filesystems.FileSystem.AtomicAction.
An action that it is to be called atomically with respect to filesystem event notification.
FileSystem.Environment - class org.openide.filesystems.FileSystem.Environment.
Deprecated. Please use the ClassPath API instead.
FileSystem.Environment() - Constructor for class org.openide.filesystems.FileSystem.Environment
Deprecated.  
FileSystem.HtmlStatus - interface org.openide.filesystems.FileSystem.HtmlStatus.
Extension interface for Status provides HTML-formatted annotations.
FileSystem.Status - interface org.openide.filesystems.FileSystem.Status.
Allows a filesystem to annotate a group of files (typically comprising a data object) with additional markers.
FileSystemCapability - class org.openide.filesystems.FileSystemCapability.
Deprecated. Now useless.
FileSystemCapability() - Constructor for class org.openide.filesystems.FileSystemCapability
Deprecated.  
FileSystemCapability.Bean - class org.openide.filesystems.FileSystemCapability.Bean.
Deprecated. For the same reason the whole class is.
FileSystemCapability.Bean() - Constructor for class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.  
FileUtil - class org.openide.filesystems.FileUtil.
Common utilities for handling files.
fileAttributeChanged(FileAttributeEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file attribute is changed.
fileAttributeChanged(FileAttributeEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file attribute is changed.
fileChanged(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is changed.
fileChanged(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is changed.
fileDataCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new file is created.
fileDataCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new file is created.
fileDeleted(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is deleted.
fileDeleted(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is deleted.
fileFolderCreated(FileEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a new folder is created.
fileFolderCreated(FileEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a new folder is created.
fileRenamed(FileRenameEvent) - Method in class org.openide.filesystems.FileChangeAdapter
Fired when a file is renamed.
fileRenamed(FileRenameEvent) - Method in interface org.openide.filesystems.FileChangeListener
Fired when a file is renamed.
fileSystemAdded(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemAdded(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when new filesystem is added to the pool.
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemPoolReordered(RepositoryReorderedEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem pool is reordered.
fileSystemRemoved(RepositoryEvent) - Method in class org.openide.filesystems.RepositoryAdapter
 
fileSystemRemoved(RepositoryEvent) - Method in interface org.openide.filesystems.RepositoryListener
Called when a filesystem is removed from the pool.
fileSystems() - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
fileSystems() - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
finalize() - Method in class org.openide.filesystems.FileLock
Finalize this object.
finalize() - Method in class org.openide.filesystems.JarFileSystem
Close the jar file when we go away...
find(String, String, String) - Method in class org.openide.filesystems.AbstractFileSystem
 
find(String, String, String) - Method in class org.openide.filesystems.FileSystem
Deprecated. Please use the ClassPath API instead, or use FileSystem.findResource(java.lang.String) if you are not interested in classpaths.
find(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
find(String, String, String) - Method in class org.openide.filesystems.MultiFileSystem
 
find(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findAll(String, String, String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findAll(String, String, String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findAllResources(String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findAllResources(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findBrother(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds brother file with same base name but different extension.
findFileObject(URL) - Static method in class org.openide.filesystems.URLMapper
Find an appropiate instance of FileObject that addresses this url
findFileObjects(URL) - Static method in class org.openide.filesystems.URLMapper
Deprecated. Use URLMapper.findFileObject(java.net.URL) instead.
findFileSystem(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findFreeFileName(FileObject, String, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused file name similar to that requested in the same folder.
findFreeFolderName(FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Finds an unused folder name similar to that requested in the same parent folder.
findMIMEType(FileObject) - Method in class org.openide.filesystems.MIMEResolver
Resolves FileObject and returns recognized MIME type
findReference(String) - Method in class org.openide.filesystems.AbstractFileSystem
This method allows to find Reference to resourceName
findResource(String) - Method in class org.openide.filesystems.AbstractFileSystem
 
findResource(String) - Method in class org.openide.filesystems.FileSystem
Finds a file given its full resource path.
findResource(String) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Please use the ClassPath API instead.
findResource(String) - Method in class org.openide.filesystems.MultiFileSystem
 
findResource(String) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
findResourceOn(FileSystem, String) - Method in class org.openide.filesystems.MultiFileSystem
Finds a resource on given filesystem.
findSystem(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
For given file object finds the filesystem that the object is placed on.
findURL(FileObject, int) - Static method in class org.openide.filesystems.URLMapper
Find a good URL for this file object which works according to type: inside this VM inside this machine from networked machines
fireFileAttributeChangedEvent(Enumeration, FileAttributeEvent) - Method in class org.openide.filesystems.FileObject
Fire file attribute change event.
fireFileChangedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file change event.
fireFileDataCreatedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire data creation event.
fireFileDeletedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire file deletion event.
fireFileFolderCreatedEvent(Enumeration, FileEvent) - Method in class org.openide.filesystems.FileObject
Fire folder creation event.
fireFileRenamedEvent(Enumeration, FileRenameEvent) - Method in class org.openide.filesystems.FileObject
Fire file rename event.
fireFileStatusChanged(FileStatusEvent) - Method in class org.openide.filesystems.FileSystem
Notifies all registered listeners about change of status of some files.
firePropertyChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property change event.
fireVetoableChange(String, Object, Object) - Method in class org.openide.filesystems.FileSystem
Fires property vetoable event.
firedFrom(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileEvent
Tests if FileEvent was fired from atomic action.
folder(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Test if the file is a folder or contains data.
folder(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.JarFileSystem
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
folder(String) - Method in class org.openide.filesystems.LocalFileSystem
 
folder(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test if the file is folder or contains data.
fromFile(File) - Static method in class org.openide.filesystems.FileUtil
Deprecated. Use FileUtil.toFileObject(java.io.File) instead.

 
A C D E F G H I J L M N O P R S T U W X
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.