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

M-Index (NetBeans APIs) - NetBeans API Javadoc 4.1.0

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

M

MIMEResolver - class org.openide.filesystems.MIMEResolver.
This class is intended as superclass for individual resolvers.
MIMEResolver() - Constructor for class org.openide.filesystems.MIMEResolver
 
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.
MapFormat - class org.openide.util.MapFormat.
A text format similar to MessageFormat but using string rather than numeric keys.
MapFormat(Map) - Constructor for class org.openide.util.MapFormat
Constructor.
MenuView - class org.openide.explorer.view.MenuView.
An explorer view that shows the context hierarchy in a popup menu.
MenuView() - Constructor for class org.openide.explorer.view.MenuView
Construct a new menu view.
MenuView.Acceptor - interface org.openide.explorer.view.MenuView.Acceptor.
Deprecated. This interface is almost the same as NodeAcceptor so it is redundant and obsoleted. Use NodeAcceptor interface instead.
MenuView.Menu - class org.openide.explorer.view.MenuView.Menu.
Menu item representing a node (with children) in a menu hierarchy.
MenuView.Menu(Node) - Constructor for class org.openide.explorer.view.MenuView.Menu
Constructor that assigns the node a default action.
MenuView.Menu(Node, NodeAcceptor) - Constructor for class org.openide.explorer.view.MenuView.Menu
Constructor that permits specification of the action on the node.
MenuView.Menu(Node, MenuView.Acceptor) - Constructor for class org.openide.explorer.view.MenuView.Menu
Deprecated. use MenuView.Menu.MenuView.Menu(Node, NodeAcceptor)
MenuView.Menu(Node, MenuView.Acceptor, boolean) - Constructor for class org.openide.explorer.view.MenuView.Menu
Deprecated. use MenuView.Menu.MenuView.Menu(Node, NodeAcceptor, boolean)
MenuView.Menu(Node, NodeAcceptor, boolean) - Constructor for class org.openide.explorer.view.MenuView.Menu
Constructor that permits specification of the action on the node, and permits overriding the name and icon of the menu.
MenuView.MenuItem - class org.openide.explorer.view.MenuView.MenuItem.
Menu item that can represent one node in the tree.
MenuView.MenuItem(Node) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Construct item for given node with the node's default action.
MenuView.MenuItem(Node, NodeAcceptor) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Construct item for given node, specifying an action.
MenuView.MenuItem(Node, MenuView.Acceptor) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Deprecated. Use proper constructor with (@link NodeAcceptor).
MenuView.MenuItem(Node, MenuView.Acceptor, boolean) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Deprecated. Use proper constructor with (@link NodeAcceptor).
MenuView.MenuItem(Node, NodeAcceptor, boolean) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Construct item for given node, specifying the action and whether to create the icon and name automatically.
Mnemonics - class org.openide.awt.Mnemonics.
Support class for setting button, menu, and label text strings with mnemonics.
Mode - interface org.openide.windows.Mode.
Instances of this interface represent places or containers which TopComponent has to be added to in order to be managed by window system.
ModuleInfo - class org.openide.modules.ModuleInfo.
General information about a module.
ModuleInfo() - Constructor for class org.openide.modules.ModuleInfo
Do-nothing constructor.
ModuleInstall - class org.openide.modules.ModuleInstall.
Provides hooks for a custom module that may be inserted into the IDE.
ModuleInstall() - Constructor for class org.openide.modules.ModuleInstall
 
MouseUtils - class org.openide.awt.MouseUtils.
A class that contains a set of utility classes and methods around mouse events and processing.
MouseUtils() - Constructor for class org.openide.awt.MouseUtils
 
MouseUtils.PopupMouseAdapter - class org.openide.awt.MouseUtils.PopupMouseAdapter.
The PopupMouseAdapter provides safe way to implement popup menu invocation mechanism.
MouseUtils.PopupMouseAdapter(int) - Constructor for class org.openide.awt.MouseUtils.PopupMouseAdapter
Deprecated. Obsoleted as of 3.4, by class rewrite to use isPopupTrigger. This constructor now just delegates to super constructor, please use default constructor instead.
MouseUtils.PopupMouseAdapter() - Constructor for class org.openide.awt.MouseUtils.PopupMouseAdapter
Constructs PopupMouseAdapter.
MoveDownAction - class org.openide.actions.MoveDownAction.
Move an item down in a list.
MoveDownAction() - Constructor for class org.openide.actions.MoveDownAction
 
MoveUpAction - class org.openide.actions.MoveUpAction.
Move an item up in a list.
MoveUpAction() - Constructor for class org.openide.actions.MoveUpAction
 
MultiFileSystem - class org.openide.filesystems.MultiFileSystem.
General base class for filesystems which proxy to others.
MultiFileSystem() - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new empty MultiFileSystem.
MultiFileSystem(FileSystem[]) - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new MultiFileSystem.
MultiTransferObject - interface org.openide.util.datatransfer.MultiTransferObject.
Interface for transferring multiple objects at once.
Mutex - class org.openide.util.Mutex.
Read-many/write-one lock.
Mutex(Object) - Constructor for class org.openide.util.Mutex
Enhanced constructor that permits specifying an object to use as a lock.
Mutex() - Constructor for class org.openide.util.Mutex
Default constructor.
Mutex(Mutex.Privileged) - Constructor for class org.openide.util.Mutex
 
Mutex.Action - interface org.openide.util.Mutex.Action.
Action to be executed in a mutex without throwing any checked exceptions.
Mutex.ExceptionAction - interface org.openide.util.Mutex.ExceptionAction.
Action to be executed in a mutex, possibly throwing checked exceptions.
Mutex.Privileged - class org.openide.util.Mutex.Privileged.
Provides access to Mutex's internal methods.
Mutex.Privileged() - Constructor for class org.openide.util.Mutex.Privileged
 
MutexException - exception org.openide.util.MutexException.
Encapsulates other exceptions thrown from a mutex method.
MutexException(Exception) - Constructor for class org.openide.util.MutexException
Create an encapsulated exception.
markBreakpoint(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markCurrent(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markCurrentLine() - Method in class org.openide.text.DocumentLine
 
markCurrentLine() - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead.
markError() - Method in class org.openide.text.DocumentLine
 
markError() - Method in class org.openide.text.Line
Deprecated. Deprecated since 1.20. Use Annotation.attach(org.openide.text.Annotatable) instead.
markError(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markGuarded(StyledDocument, int, int) - Static method in class org.openide.text.NbDocument
Mark part of a document as guarded (immutable to the user).
markImportant(String, boolean) - Method in class org.openide.filesystems.AbstractFileSystem
Mark the file as being important or unimportant.
markModified() - Method in interface org.openide.windows.CloneableOpenSupport.Env
Support for marking the environement modified.
markNormal(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markUnimportant(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Mark the file as being unimportant.
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem
 
markUnimportant(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
Notification that a file has been marked unimportant.
markUnimportant(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing.
maximum - Variable in class org.openide.awt.SpinButton
Deprecated. Maximum of the range of the SpinButton.
menuSelectionChanged(boolean) - Method in class org.openide.awt.Actions.SubMenu
 
mergeImages(Image, Image, int, int) - Static method in class org.openide.util.Utilities
This method merges two images into the new one.
messageLine(Line) - Method in class org.openide.text.CloneableEditorSupport
Computes display name for a line produced by this CloneableEditorSupport.getLineSet().
messageName() - Method in class org.openide.text.CloneableEditorSupport
Constructs message that should be used to name the editor component.
messageOpened() - Method in class org.openide.windows.CloneableOpenSupport
Message to display when an object has been opened.
messageOpening() - Method in class org.openide.windows.CloneableOpenSupport
Message to display when an object is being opened.
messageSave() - Method in class org.openide.text.CloneableEditorSupport
Constructs message that should be displayed when the data object is modified and is being closed.
messageToolTip() - Method in class org.openide.text.CloneableEditorSupport
Text to use as tooltip for component.
metaInfServices(ClassLoader) - Static method in class org.openide.util.lookup.Lookups
Returns a lookup that implements the JDK1.3 JAR services mechanism and delegates to META-INF/services/name.of.class files.
mimeType(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Get the MIME type of the file.
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Get the MIME type of the file.
minimum - Variable in class org.openide.awt.SpinButton
Deprecated. Minimum of the range of the SpinButton.
minimumLayoutSize(Container) - Method in class org.openide.awt.EqualFlowLayout
Deprecated. Returns the minimum dimensions needed to layout the components contained in the specified target container.
mode() - Method in class org.openide.actions.EditAction
 
mode() - Method in class org.openide.actions.OpenAction
 
mode() - Method in class org.openide.actions.PrintAction
 
mode() - Method in class org.openide.actions.ReorderAction
 
mode() - Method in class org.openide.actions.SaveAction
 
mode() - Method in class org.openide.actions.ViewAction
 
mode() - Method in class org.openide.util.actions.CookieAction
Get the mode of the action: how strict it should be about cookie support.
model - Variable in class org.openide.explorer.view.ListView
model to use
mousePressed(MouseEvent) - Method in class org.openide.awt.MouseUtils.PopupMouseAdapter
 
mouseReleased(MouseEvent) - Method in class org.openide.awt.MouseUtils.PopupMouseAdapter
 
move(String, AbstractFileSystem.Transfer, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Transfer
Move a file.
move(FileLock, FileObject, String, String) - Method in class org.openide.filesystems.FileObject
Moves this file.
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() - Method in class org.openide.awt.SpinButtonAdapter
Deprecated. Is invoked when button down / right is clicked.
moveDown() - Method in interface org.openide.awt.SpinButtonListener
Deprecated. Is invoked when button down / right is clicked.
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.
moveFile(FileObject, FileObject, String) - Static method in class org.openide.filesystems.FileUtil
Moves file to the selected folder.
moveToFront() - Method in class org.openide.text.Annotation
Helper method for moving annotation which is covered by other annotations on the same line in front of others.
moveUp() - Method in class org.openide.awt.SpinButtonAdapter
Deprecated. Is invoked when button up / left is clicked.
moveUp() - Method in interface org.openide.awt.SpinButtonListener
Deprecated. Is invoked when button up / left is clicked.
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.
multiFlavor - Static variable in class org.openide.util.datatransfer.ExTransferable
Flavor for transfer of multiple objects.

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