|
org.netbeans.modules.queries/1 1.19.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisibilityQueryImplementation2
Determine whether files should be hidden in views presented to the user.
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| Method Summary | |
|---|---|
boolean |
isVisible(File file)
Check whether a file is recommended to be visible. |
| Methods inherited from interface org.netbeans.spi.queries.VisibilityQueryImplementation |
|---|
addChangeListener, isVisible, removeChangeListener |
| Method Detail |
|---|
boolean isVisible(File file)
file - a file to considered
|
org.netbeans.modules.queries/1 1.19.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||