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

MenuView.Acceptor (Explorer & Property Sheet API) - NetBeans API Javadoc (Current Development Version)

org.openide.explorer 6.8 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.8 1

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