public interface NonRecursiveFolder
org.openide.loaders.DataFolder
and NonRecursiveFolder in its lookup. In this case the getFolder() has to
return the same FileObject as the org.openide.loaders.DataFolder#getPrimaryFile method.
Any action which checks for the NonRecursiveFolder at all must prefer it to
the DataFolder since it is considered to be more specific information.| Modifier and Type | Method and Description |
|---|---|
FileObject |
getFolder()
Get the folder file object, which represents the non-recursive folder.
|
FileObject getFolder()
Built on February 21 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.