VisibilityQueryImplementation
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 | 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 consideredBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.