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

VcsVisibilityQueryImpl (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore
Class VcsVisibilityQueryImpl

java.lang.Object
  extended byorg.netbeans.modules.vcscore.VcsVisibilityQueryImpl
All Implemented Interfaces:
EventListener, PropertyChangeListener, VisibilityQueryImplementation

public class VcsVisibilityQueryImpl
extends Object
implements VisibilityQueryImplementation, PropertyChangeListener

VCS visibility query implementation based on VCS filesystems. Files are visible if they are not ignored by the VCS filesystem.


Constructor Summary
VcsVisibilityQueryImpl()
          Create VcsVisibilityQueryImpl
 
Method Summary
 void addChangeListener(ChangeListener l)
           
 boolean isVisible(FileObject fo)
           
 void propertyChange(PropertyChangeEvent evt)
           
 void removeChangeListener(ChangeListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcsVisibilityQueryImpl

public VcsVisibilityQueryImpl()
Create VcsVisibilityQueryImpl

Method Detail

isVisible

public boolean isVisible(FileObject fo)
Specified by:
isVisible in interface VisibilityQueryImplementation

addChangeListener

public void addChangeListener(ChangeListener l)
Specified by:
addChangeListener in interface VisibilityQueryImplementation

removeChangeListener

public void removeChangeListener(ChangeListener l)
Specified by:
removeChangeListener in interface VisibilityQueryImplementation

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

 

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