Uses of Package
org.openide.filesystems

Packages that use org.openide.filesystems
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.actions There are a number of standard system actions available for use in the IDE. 
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
org.openide.execution The IDE uses a small interface to describe the execution of Java-based classes together with arguments. 
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Classes in org.openide.filesystems used by org.openide
Repository
          This singleton object contains all FileSystems in the IDE.
 

Classes in org.openide.filesystems used by org.openide.actions
FileObject
          This is the base for all implementations of file objects on a file system.
 

Classes in org.openide.filesystems used by org.openide.compiler
FileObject
          This is the base for all implementations of file objects on a file system.
FileSystem
          Interface that provides basic information about a virtual filesystem in the IDE.
 

Classes in org.openide.filesystems used by org.openide.cookies
FileObject
          This is the base for all implementations of file objects on a file system.
 

Classes in org.openide.filesystems used by org.openide.execution
FileObject
          This is the base for all implementations of file objects on a file system.
FileStateInvalidException
          Signals that the file object is somehow corrupted.
FileSystem
          Interface that provides basic information about a virtual filesystem in the IDE.
FileSystemCapability
          This class defines the capabilities of a file system to take part in different operations.
 

Classes in org.openide.filesystems used by org.openide.filesystems
AbstractFileSystem
          Implementation of FileSystem that simplifies the most common tasks.
AbstractFileSystem.Attr
          Handle attributes of files.
AbstractFileSystem.Change
          Controls modification of files.
AbstractFileSystem.Info
          Information about files.
AbstractFileSystem.List
          Provides access to the hierarchy of resources.
AbstractFileSystem.Transfer
          Controls on moving of files.
EnvironmentNotSupportedException
          Exception thrown to signal that external execution and compilation is not supported on a given filesystem.
FileAttributeEvent
          Event used to listen on file system attribute changes.
FileChangeListener
          Listener for changes in FileObjects.
FileEvent
          Event for listening on file system changes.
FileLock
          Represents an acquired lock on a FileObject.
FileObject
          This is the base for all implementations of file objects on a file system.
FileRenameEvent
          Event indicating a file rename.
FileStateInvalidException
          Signals that the file object is somehow corrupted.
FileStatusEvent
          Event describing a change in annotation of files.
FileStatusListener
          Listener to changes in annotation of file objects.
FileSystem
          Interface that provides basic information about a virtual filesystem in the IDE.
FileSystem.AtomicAction
          An action that it is to be called atomically with respect to file system event notification.
FileSystem.Environment
          Interface that allows filesystems to set up the Java environment for external execution and compilation.
FileSystem.Status
          Allows a filesystem to annotate a group of files (typically comprising a data object) with additional markers.
FileSystemCapability
          This class defines the capabilities of a file system to take part in different operations.
JarFileSystem
          A virtual file system based on a JAR archive.
LocalFileSystem
          Local file system.
Repository
          This singleton object contains all FileSystems in the IDE.
RepositoryEvent
          Event describing adding a file system to, or removing a file system from, the file system pool.
RepositoryListener
          Listener to changes in the file system pool.
RepositoryReorderedEvent
          Fired when a file system pool is reordered.
XMLFileSystem
          XML-based file system.
 

Classes in org.openide.filesystems used by org.openide.loaders
FileLock
          Represents an acquired lock on a FileObject.
FileObject
          This is the base for all implementations of file objects on a file system.
 

Classes in org.openide.filesystems used by org.openide.modules
FileSystem
          Interface that provides basic information about a virtual filesystem in the IDE.
 

Classes in org.openide.filesystems used by org.openide.text
FileLock
          Represents an acquired lock on a FileObject.
FileObject
          This is the base for all implementations of file objects on a file system.
 

Classes in org.openide.filesystems used by org.openide.util
FileAttributeEvent
          Event used to listen on file system attribute changes.
FileChangeListener
          Listener for changes in FileObjects.
FileEvent
          Event for listening on file system changes.
FileObject
          This is the base for all implementations of file objects on a file system.
FileRenameEvent
          Event indicating a file rename.
FileStatusEvent
          Event describing a change in annotation of files.
FileStatusListener
          Listener to changes in annotation of file objects.
RepositoryEvent
          Event describing adding a file system to, or removing a file system from, the file system pool.
RepositoryListener
          Listener to changes in the file system pool.
RepositoryReorderedEvent
          Fired when a file system pool is reordered.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.