Uses of Interface
org.openide.filesystems.RepositoryListener

Packages that use RepositoryListener
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
org.openide.util A set of utility classes covering a few general infrastructure points in the Open APIs. 
 

Uses of RepositoryListener in org.openide.filesystems
 

Classes in org.openide.filesystems that implement RepositoryListener
 class RepositoryAdapter
          Dummy adapter for RepositoryListener.
 

Methods in org.openide.filesystems with parameters of type RepositoryListener
 void Repository.addRepositoryListener(RepositoryListener list)
          Adds new listener.
 void Repository.removeRepositoryListener(RepositoryListener list)
          Removes listener.
 

Uses of RepositoryListener in org.openide.util
 

Classes in org.openide.util that implement RepositoryListener
static class WeakListener.Repository
          Deprecated. use appropriate method instead
 

Methods in org.openide.util that return RepositoryListener
static RepositoryListener WeakListener.repository(RepositoryListener l, Object source)
           
 

Methods in org.openide.util with parameters of type RepositoryListener
static RepositoryListener WeakListener.repository(RepositoryListener l, Object source)
           
 

Constructors in org.openide.util with parameters of type RepositoryListener
WeakListener.Repository(RepositoryListener l)
          Deprecated. Constructor.
 



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