|
org.openide.explorer 6.5.22 1 | |||||||||
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.
public static interface MenuView.Acceptor
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 |
---|
boolean accept(Node n)
NodeAcceptor.acceptNodes(org.openide.nodes.Node[])
instead.
n
- the node
menu
should close
|
org.openide.explorer 6.5.22 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |