站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

MenuView.Acceptor (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

org.openide.explorer.view
Interface MenuView.Acceptor

Enclosing interface:
MenuView

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

accept

public 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

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.