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