- Map(Map<T, Node>) - Constructor for class org.openide.nodes.Children.Map
-
Constructs a new list with a supplied map object.
- Map() - Constructor for class org.openide.nodes.Children.Map
-
Constructs a new list using
HashMap
.
- 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.