|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NodeAcceptor
so it is redundant and obsoleted. Use NodeAcceptor
interface instead.
Acceptor that can be passed to constructor of MenuView.Menu
.
It permits determination of which nodes should be accepted upon a click.
Method Summary | |
boolean |
accept(Node n)
Deprecated. whole interface is obsoleted, use NodeAcceptor.acceptNodes(org.openide.nodes.Node[]) instead. |
Method Detail |
public boolean accept(Node n)
NodeAcceptor.acceptNodes(org.openide.nodes.Node[])
instead.
n
- the node
menu
should close
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |