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

M-Index (Utilities API) - NetBeans API Javadoc (Current Development Version)

org.openide.util 7.9.0 1
A B C D E F G H I J K L M N O P Q R S T U V W X

M

MapFormat - Class in org.openide.util
A text format similar to MessageFormat but using string rather than numeric keys.
MapFormat(Map) - Constructor for class org.openide.util.MapFormat
Constructor.
mergeImages(Image, Image, int, int) - Static method in class org.openide.util.Utilities
This method merges two images into the new one.
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.
metaInfServices(ClassLoader, String) - Static method in class org.openide.util.lookup.Lookups
Returns a lookup that behaves exactly as the one created metaInfServices(ClassLoader) except that it does not read data from META-INF/services, but instead from the specified prefix.
multiFlavor - Static variable in class org.openide.util.datatransfer.ExTransferable
Flavor for transfer of multiple objects.
MultiTransferObject - Interface in org.openide.util.datatransfer
Interface for transferring multiple objects at once.
Mutex - Class in org.openide.util
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<T> - Interface in org.openide.util
Action to be executed in a mutex without throwing any checked exceptions.
Mutex.ExceptionAction<T> - Interface in org.openide.util
Action to be executed in a mutex, possibly throwing checked exceptions.
Mutex.Privileged - Class in org.openide.util
Provides access to Mutex's internal methods.
Mutex.Privileged() - Constructor for class org.openide.util.Mutex.Privileged
 
MutexException - Exception in org.openide.util
Encapsulates other exceptions thrown from a mutex method.
MutexException(Exception) - Constructor for exception org.openide.util.MutexException
Create an encapsulated exception.

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