NodeAcceptor
so it is redundant and obsoleted. Use NodeAcceptor
interface instead.@Deprecated public static interface MenuView.Acceptor
MenuView.Menu
.
It permits determination of which nodes should be accepted upon a click.Modifier and Type | Method and Description |
---|---|
boolean |
accept(Node n)
Deprecated.
whole interface is obsoleted, use
NodeAcceptor.acceptNodes(org.openide.nodes.Node[]) instead. |
@Deprecated boolean accept(Node n)
NodeAcceptor.acceptNodes(org.openide.nodes.Node[])
instead.n
- the nodemenu
should close