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

Uses of Interface org.netbeans.modules.vcscore.registry.FSInfo (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Interface
org.netbeans.modules.vcscore.registry.FSInfo

Packages that use FSInfo
org.netbeans.modules.vcscore.registry   
 

Uses of FSInfo in org.netbeans.modules.vcscore.registry
 

Methods in org.netbeans.modules.vcscore.registry that return FSInfo
 FSInfo FSRegistryEvent.getInfo()
          Get the filesystem info.
 FSInfo[] FSRegistry.getRegistered()
          Get all registered filesystem infos.
abstract  FSInfo FSRecognizer.findFSInfo(File folder)
          Get a filesystem info for the given physical folder.
abstract  FSInfo FSRecognizer.createFSInfo()
          Create an empty customizable filesystem info.
 

Methods in org.netbeans.modules.vcscore.registry with parameters of type FSInfo
 boolean RecognizedFS.isManuallyRecognized(FSInfo fsInfo)
          Find out, whether the given filesystem info was recognized manually or not.
 void RecognizedFS.addManuallyRecognized(FSInfo fsInfo)
          Add a new manually recognized VCS filesystem.
 void RecognizedFS.removeRecognized(FSInfo fsInfo)
          Remove a recognized VCS filesystem.
 void FSRegistry.register(FSInfo fsInfo)
          Register a filesystem information.
 void FSRegistry.unregister(FSInfo fsInfo)
          Unregister a filesystem information.
 boolean FSRegistry.isRegistered(FSInfo info)
          Find out whether a given filesystem info is already registered or not.
protected  void FSRegistry.fireFSInfoChanged(FSInfo fsInfo, boolean added, Object propagationId)
           
 

Constructors in org.netbeans.modules.vcscore.registry with parameters of type FSInfo
FSRegistryEvent(FSRegistry registry, FSInfo fsInfo, boolean added)
          Creates a new instance of FSRegistryEvent.
 


 

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