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 closeBuilt on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.