public interface VisibilityQueryImplementation2 extends VisibilityQueryImplementation
Global lookup is used to find all instances of VisibilityQueryImplementation.
Threading note: implementors should avoid acquiring locks that might be held
by other threads. Generally treat this interface similarly to SPIs in
org.openide.filesystems
with respect to threading semantics.
VisibilityQuery
Modifier and Type | Method and Description |
---|---|
boolean |
isVisible(File file)
Check whether a file is recommended to be visible.
|
addChangeListener, isVisible, removeChangeListener
boolean isVisible(File file)
file
- a file to considered