org.openide.explorer 6.28.1

org.openide.explorer.view
Interface MenuView.Acceptor

Enclosing class:
MenuView

Deprecated. This interface is almost the same as 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

accept

@Deprecated
boolean accept(Node n)
Deprecated. whole interface is obsoleted, use NodeAcceptor.acceptNodes(org.openide.nodes.Node[]) instead.

Test whether to accept the node or not. Can also perform some actions (such as opening the node, etc.).

Parameters:
n - the node
Returns:
true if the menu should close

org.openide.explorer 6.28.1

Built on February 9 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.