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

M-Index (NetBeans Nodes API) - NetBeans API Javadoc 5.5.0

org.openide.nodes 6.7.22
A B C D E F G H I L M N O P R S T U V W

M

mode() - Method in class org.openide.util.actions.CookieAction
Get the mode of the action: how strict it should be about cookie support.
MODE_ALL - Static variable in class org.openide.util.actions.CookieAction
Action will be enabled if there are one or more selected nodes and all of them support the given cookies.
MODE_ANY - Static variable in class org.openide.util.actions.CookieAction
Action will be enabled if there are one or more selected nodes and any of them (one, all, or some) support the given cookies.
MODE_EXACTLY_ONE - Static variable in class org.openide.util.actions.CookieAction
Action will be enabled if there is exactly one selected node and it supports the given cookies.
MODE_ONE - Static variable in class org.openide.util.actions.CookieAction
Action will be enabled if there are one or more selected nodes and there is exactly one node which supports the given cookies.
MODE_SOME - Static variable in class org.openide.util.actions.CookieAction
Action will be enabled if there are several selected nodes and some of them (at least one, but not all) support the given cookies.
move(int, int) - Method in class org.openide.nodes.Index.ArrayChildren
 
move(int, int) - Method in interface org.openide.nodes.Index
Move the element at the x-th position to the y-th position.
move(int, int) - Method in class org.openide.nodes.Index.Support
 
MOVE - Static variable in class org.openide.nodes.NodeTransfer
Generic mask for moving nodes (destroy the original).
moveDown(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
moveDown(int) - Method in interface org.openide.nodes.Index
Move an element down.
moveDown(int) - Method in class org.openide.nodes.Index.Support
 
moveUp(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
moveUp(int) - Method in interface org.openide.nodes.Index
Move an element up.
moveUp(int) - Method in class org.openide.nodes.Index.Support
 
MUTEX - Static variable in class org.openide.nodes.Children
Lock for access to hierarchy of all node lists.

org.openide.nodes 6.7.22
A B C D E F G H I L M N O P R S T U V W
Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.