Uses of Interface
org.openide.filesystems.AbstractFileSystem.Change

Packages that use AbstractFileSystem.Change
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
 

Uses of AbstractFileSystem.Change in org.openide.filesystems
 

Classes in org.openide.filesystems that implement AbstractFileSystem.Change
static class JarFileSystem.Impl
          Implementation of all interfaces List, Change, Info and Attr that delegates to JarFileSystem
static class LocalFileSystem.Impl
          The implementation class that implements List, Info and Change interfaces and delegates all the methods to appropriate methods of LocalFileSystem.
static class XMLFileSystem.Impl
          Implementation of all interfaces List, Change, Info and Attr that delegates to JarFileSystem
 

Fields in org.openide.filesystems declared as AbstractFileSystem.Change
protected  AbstractFileSystem.Change AbstractFileSystem.change
          Methods for modification of files.
 

Constructors in org.openide.filesystems with parameters of type AbstractFileSystem.Change
DefaultAttributes(AbstractFileSystem.Info info, AbstractFileSystem.Change change, AbstractFileSystem.List list)
          Constructor.
 



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