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

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

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

M

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 - Static variable in class org.openide.nodes.NodeTransfer
Generic mask for moving nodes (destroy the original).
MUTEX - Static variable in class org.openide.nodes.Children
Lock for access to hierarchy of all node lists.
mode() - Method in class org.openide.util.actions.CookieAction
Get the mode of the action: how strict it should be about cookie support.
move(int, int) - Method in class org.openide.nodes.Index.ArrayChildren
 
move(int, int) - Method in class org.openide.nodes.Index.Support
 
move(int, int) - Method in interface org.openide.nodes.Index
Move the element at the x-th position to the y-th position.
moveDown(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
moveDown(int) - Method in class org.openide.nodes.Index.Support
 
moveDown(int) - Method in interface org.openide.nodes.Index
Move an element down.
moveUp(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
moveUp(int) - Method in class org.openide.nodes.Index.Support
 
moveUp(int) - Method in interface org.openide.nodes.Index
Move an element up.

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