- 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.
- markForRestart() - Method in class org.openide.LifecycleManager
-
Request that the application restart immediately after next being shut down.
- mergeImages(Image, Image, int, int) - Static method in class org.openide.util.ImageUtilities
-
This method merges two images into the new one.
- mergeImages(Image, Image, int, int) - Static method in class org.openide.util.Utilities
-
- Multi(Transferable[]) - Constructor for class org.openide.util.datatransfer.ExTransferable.Multi
-
Constructor taking a list of Transferable
objects.
- 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(Mutex.Privileged, Executor) - Constructor for class org.openide.util.Mutex
-
Constructor for those who wish to do some custom additional tasks
whenever an action or runnable is executed in the
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.
- 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.