public interface ExtendedDelete
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
delete(org.openide.nodes.Node[] nodes) |
handle delete of nodes
|
boolean delete(org.openide.nodes.Node[] nodes)
throws java.io.IOException
nodes - nodes to deletejava.io.IOException - to signal some problem while performing the delete.
The exception also means that the instance tried to handle
node deletion and no further processing on the nodes
should be done.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.