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

Uses of Interface org.openide.filesystems.AbstractFileSystem.Info (File System API) - NetBeans API Javadoc (Current Development Version)

org.openide.filesystems 7.1

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

Uses of AbstractFileSystem.Info in org.openide.filesystems
 

Classes in org.openide.filesystems that implement AbstractFileSystem.Info
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 XMLFileSystem
 

Fields in org.openide.filesystems declared as AbstractFileSystem.Info
protected  AbstractFileSystem.Info AbstractFileSystem.info
          Methods for obtaining information about files.
 

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


org.openide.filesystems 7.1

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.