public interface NonRecursiveFolder
org.openide.loaders.DataFolder
and NonRecursiveFolder in its lookup. In this case the NonRecursiveFolder.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()