public interface NodeAcceptor
Currently used in NodeOperation.select(java.lang.String, java.lang.String, org.openide.nodes.Node, org.openide.nodes.NodeAcceptor, java.awt.Component)
to find out if the currently selected beans are valid or not.
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptNodes(Node[] nodes)
Is the set of nodes acceptable?
|
boolean acceptNodes(Node[] nodes)
nodes - the nodes to considertrue if soBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.