NonRecursiveFolder.java | Interface | Marker interface for representation of a folder without subfolders.
When an implementation of this interface is contained in the
lookup of a node, actions on that node should not process the subfolders
of this folder.
It is permitted for a Node to have both the
org.openide.loaders.DataFolder and NonRecursiveFolder in its lookup. |