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

R-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

R

Repository - class org.openide.filesystems.Repository.
Holder for system filesystem, used for most of NetBeans' runtime configuration.
Repository(FileSystem) - Constructor for class org.openide.filesystems.Repository
Creates new instance of filesystem pool and registers it as the default one.
RepositoryAdapter - class org.openide.filesystems.RepositoryAdapter.
Dummy adapter for RepositoryListener.
RepositoryAdapter() - Constructor for class org.openide.filesystems.RepositoryAdapter
 
RepositoryEvent - class org.openide.filesystems.RepositoryEvent.
Event describing adding a filesystem to, or removing a filesystem from, the filesystem pool.
RepositoryEvent(Repository, FileSystem, boolean) - Constructor for class org.openide.filesystems.RepositoryEvent
Create a new filesystem pool event.
RepositoryListener - interface org.openide.filesystems.RepositoryListener.
Listener to changes in the filesystem pool.
RepositoryReorderedEvent - class org.openide.filesystems.RepositoryReorderedEvent.
Fired when a filesystem pool is reordered.
RepositoryReorderedEvent(Repository, int[]) - Constructor for class org.openide.filesystems.RepositoryReorderedEvent
Create a new reorder event.
readAttribute(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Get the file attribute with the specified name.
readAttribute(String, String) - Method in class org.openide.filesystems.DefaultAttributes
 
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
readAttribute(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
readAttribute(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get the file attribute with the specified name.
readExternal(ObjectInput) - Method in class org.openide.filesystems.Repository
Deprecated. Unused.
readOnly(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Test whether this file can be written to or not.
readOnly(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
readOnly(String) - Method in class org.openide.filesystems.JarFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
readOnly(String) - Method in class org.openide.filesystems.LocalFileSystem
 
readOnly(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Test whether this file can be written to or not.
refresh(boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Actually implements contract of FileSystem.refresh().
refresh(boolean) - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refresh() - Method in class org.openide.filesystems.FileObject
Should check for external modifications.
refresh(boolean) - Method in class org.openide.filesystems.FileSystem
Should check for external modifications.
refresh(boolean) - Method in class org.openide.filesystems.MultiFileSystem
Actually implements contract of FileSystem.refresh().
refreshResource(String, boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Allows subclasses to fire that a change occured in a file or folder.
refreshRoot() - Method in class org.openide.filesystems.AbstractFileSystem
Instruct the filesystem that the root should change.
releaseLock() - Method in class org.openide.filesystems.FileLock
Release this lock.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileObject
Remove listener from this object.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.FileSystem
Remove listener from this object.
removeFileChangeListener(FileChangeListener) - Method in class org.openide.filesystems.Repository
Deprecated. useless because there is no filesystem but only default filesystem in Repository. Add new listener directly to default filesystem Repository.getDefaultFileSystem().
removeFileStatusListener(FileStatusListener) - Method in class org.openide.filesystems.FileSystem
Removes FileStatusListener from the list of listeners.
removeFileSystem(FileSystem) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
removeNotify() - Method in class org.openide.filesystems.FileSystem
Notifies this filesystem that it has been removed from the repository.
removeNotify() - Method in class org.openide.filesystems.JarFileSystem
 
removeNotify() - Method in class org.openide.filesystems.MultiFileSystem
Notifies all encapsulated filesystems in advance to superclass behaviour.
removeNotify() - Method in class org.openide.filesystems.XMLFileSystem
Notifies this filesystem that it has been removed from the repository.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystem
Removes PropertyChangeListener from the list of listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability.Bean
Deprecated.  
removePropertyChangeListener(PropertyChangeListener) - Method in class org.openide.filesystems.FileSystemCapability
Deprecated. Removes PropertyChange listener.
removeRepositoryListener(RepositoryListener) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
removeVetoableChangeListener(VetoableChangeListener) - Method in class org.openide.filesystems.FileSystem
Removes listener for the veto of property change.
rename(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Change
Rename a file.
rename(FileLock, String, String) - Method in class org.openide.filesystems.FileObject
Renames this file (or folder).
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
rename(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
rename(String, String) - Method in class org.openide.filesystems.LocalFileSystem
 
rename(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Rename a file.
renameAttributes(String, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Attr
Called when a file is renamed, to appropriately update its attributes.
renameAttributes(String, String) - Method in class org.openide.filesystems.DefaultAttributes
 
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
renameAttributes(String, String) - Method in class org.openide.filesystems.JarFileSystem
 
renameAttributes(String, String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Called when a file is renamed, to appropriately update its attributes.
reorder(int[]) - Method in class org.openide.filesystems.Repository
Deprecated. Please use the ClassPath API instead.
run() - Method in interface org.openide.filesystems.FileSystem.AtomicAction
Executed when it is guaranteed that no events about changes in filesystems will be notified.
runAtomicAction(FileSystem.AtomicAction) - Method in class org.openide.filesystems.FileSystem
Executes atomic action.

 
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.