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

makeCompound(Collection, int[]) - Method in class org.openide.src.MultiPropertyChangeEvent
 
makeInsertion(Collection, int[]) - Method in class org.openide.src.MultiPropertyChangeEvent
 
makeRemoval(Collection) - Method in class org.openide.src.MultiPropertyChangeEvent
 
makeRemoval(Collection, int[]) - Method in class org.openide.src.MultiPropertyChangeEvent
 
makeReorder(int[]) - Method in class org.openide.src.MultiPropertyChangeEvent
 
makeReplacement(Collection, Collection, int[]) - Method in class org.openide.src.MultiPropertyChangeEvent
 
ManifestSection - class org.openide.modules.ManifestSection.
Deprecated.  
ManifestSection.ActionSection - class org.openide.modules.ManifestSection.ActionSection.
Deprecated. Module section for an Action.
ManifestSection.ClipboardConvertorSection - class org.openide.modules.ManifestSection.ClipboardConvertorSection.
Deprecated. Module section for a Clipboard convertor.
ManifestSection.DebuggerSection - class org.openide.modules.ManifestSection.DebuggerSection.
Deprecated. Module section for a Debugger.
ManifestSection.FileSystemSection - class org.openide.modules.ManifestSection.FileSystemSection.
Deprecated. Module section for a File System.
ManifestSection.Iterator - interface org.openide.modules.ManifestSection.Iterator.
Deprecated. Iterator over different types of sections.
ManifestSection.LoaderSection - class org.openide.modules.ManifestSection.LoaderSection.
Deprecated. Module section for a Data Loader.
ManifestSection.NodeSection - class org.openide.modules.ManifestSection.NodeSection.
Deprecated. Module section for a node.
ManifestSection.OptionSection - class org.openide.modules.ManifestSection.OptionSection.
Deprecated. Module section for an Option.
ManifestSection.ServiceSection - class org.openide.modules.ManifestSection.ServiceSection.
Deprecated. Module section for a service type.
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.
markBreakpoint(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markClass(ClassElement, int) - Method in interface org.openide.src.ElementPrinter
Mark a notable point in a class element.
markClass(ClassElement, int) - Method in class org.openide.src.DefaultElementPrinter
 
markConstructor(ConstructorElement, int) - Method in interface org.openide.src.ElementPrinter
Mark a notable point in a constructor element.
markConstructor(ConstructorElement, int) - Method in class org.openide.src.DefaultElementPrinter
 
markCurrent(boolean) - Method in class org.openide.src.Element
Mark the current element in the context of this element.
markCurrent(boolean) - Method in interface org.openide.src.Element.Impl
Mark the current element in the context of this element.
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.Line
Deprecated. since 1.20. Use Annotation.attach() instead
markCurrentLine() - Method in class org.openide.text.DocumentLine
 
markError() - Method in class org.openide.text.Line
Deprecated. since 1.20. Use Annotation.attach() instead
markError() - Method in class org.openide.text.DocumentLine
 
markError(StyledDocument, int) - Static method in class org.openide.text.NbDocument
Deprecated. since 1.20. Use addAnnotation() instead
markField(FieldElement, int) - Method in interface org.openide.src.ElementPrinter
Mark a notable point in a field element.
markField(FieldElement, int) - Method in class org.openide.src.DefaultElementPrinter
 
markFile(FileObject) - Method in class org.openide.loaders.DataLoader
Utility method to mark a file as belonging to this loader.
markFiles() - Method in class org.openide.loaders.DataObject
Mark all contained files as belonging to this loader.
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.
markInitializer(InitializerElement, int) - Method in interface org.openide.src.ElementPrinter
Mark a notable point in a initializer element.
markInitializer(InitializerElement, int) - Method in class org.openide.src.DefaultElementPrinter
 
markMethod(MethodElement, int) - Method in interface org.openide.src.ElementPrinter
Mark a notable point in a method element.
markMethod(MethodElement, int) - Method in class org.openide.src.DefaultElementPrinter
 
markModified() - Method in class org.openide.loaders.OpenSupport.Env
Support for marking the environement modified.
markModified() - Method in class org.openide.text.DataEditorSupport.Env
First of all tries to lock the primary file and if it succeeds it marks the data object modified.
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
markRecognized(FileObject) - Method in interface org.openide.loaders.DataLoader.RecognizedFiles
Mark this file as being recognized.
markUnimportant(FileObject) - Method in class org.openide.filesystems.MultiFileSystem
Notification that a file has been marked unimportant.
markUnimportant(String) - Method in interface org.openide.filesystems.AbstractFileSystem.Info
Mark the file as being unimportant.
markUnimportant(String) - Method in class org.openide.filesystems.XMLFileSystem.Impl
Does nothing.
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem
 
markUnimportant(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem
 
markUnimportant(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
maximum - Variable in class org.openide.awt.SpinButton
Maximum of the range of the SpinButton.
MemberElement - class org.openide.src.MemberElement.
Superclass for containable Java source members (fields, methods and classes).
MemberElement.Impl - interface org.openide.src.MemberElement.Impl.
Pluggable implementation of member elements.
MemberElement(MemberElement.Impl, ClassElement) - Constructor for class org.openide.src.MemberElement
Create a member element.
MemberElementNode - class org.openide.src.nodes.MemberElementNode.
Node representing some type of member element.
MemberElementNode(MemberElement, Children, boolean) - Constructor for class org.openide.src.nodes.MemberElementNode
Create a new node.
MenuBar - class org.openide.awt.MenuBar.
An extended version of swing's JMenuBar.
MenuBar() - Constructor for class org.openide.awt.MenuBar
Don't call this constructor or this class will not get initialized properly.
MenuBar(DataFolder) - Constructor for class org.openide.awt.MenuBar
Creates a new MenuBar from given folder.
menus() - Method in interface org.openide.Places.Folders
Deprecated. Get the folder for menus.
menuSelectionChanged(boolean) - Method in class org.openide.awt.Actions.SubMenu
 
MenuView - class org.openide.explorer.view.MenuView.
An explorer view that shows the context hierarchy in a popup menu.
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
Constuctor that assigns the node a default action, e.g.
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) - Constructor for class org.openide.explorer.view.MenuView.Menu
Constructor that permits specification of the action on the node.
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, 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) - Constructor for class org.openide.explorer.view.MenuView.MenuItem
Construct item for given node, specifying an action.
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.
MenuView() - Constructor for class org.openide.explorer.view.MenuView
Construct a new menu view.
mergeImages(Image, Image, int, int) - Static method in class org.openide.util.Utilities
This method merges two images into the new one.
message() - Method in class org.openide.actions.AbstractCompileAction
Message to display when the action is looking for object that should be processed.
message() - Method in class org.openide.actions.BuildAction
Message to display when the action is looking for object that should be processed.
message() - Method in class org.openide.actions.BuildAllAction
Message to display when the action is looking for object that should be processed.
message() - Method in class org.openide.actions.CleanAllAction
Message to display when the action is looking for object that should be processed.
message() - Method in class org.openide.actions.CleanAction
Message to display when the action is looking for object that should be processed.
messageName() - Method in class org.openide.text.CloneableEditorSupport
Constructs message that should be used to name the editor component.
messageName() - Method in class org.openide.text.DataEditorSupport
Constructs message that should be used to name the editor component.
messageName() - Method in class org.openide.text.EditorSupport
Deprecated. Constructs message that should be used to name the editor component.
messageOpened() - Method in class org.openide.loaders.OpenSupport
Message to display when an object has been opened.
messageOpened() - Method in class org.openide.text.DataEditorSupport
Message to display when an object has been opened.
messageOpened() - Method in class org.openide.text.EditorSupport
Deprecated. Message to display when an object has been opened.
messageOpened() - Method in class org.openide.windows.CloneableOpenSupport
Message to display when an object has been opened.
messageOpening() - Method in class org.openide.loaders.OpenSupport
Message to display when an object is being opened.
messageOpening() - Method in class org.openide.text.DataEditorSupport
Message to display when an object is being opened.
messageOpening() - Method in class org.openide.text.EditorSupport
Deprecated. Message to display when an object is being 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.
messageSave() - Method in class org.openide.text.DataEditorSupport
Constructs message that should be displayed when the data object is modified and is being closed.
messageSave() - Method in class org.openide.text.EditorSupport
Deprecated. 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.
messageToolTip() - Method in class org.openide.text.DataEditorSupport
Text to use as tooltip for component.
messageToolTip() - Method in class org.openide.text.EditorSupport
Deprecated. Text to use as tooltip for component.
METHOD - Static variable in class org.openide.src.nodes.ClassElementFilter
Specifies a child representing a method.
MethodCustomizer - class org.openide.src.nodes.MethodCustomizer.
Customizer for MethodElement and ConstructorElement
MethodCustomizer(ConstructorElement) - Constructor for class org.openide.src.nodes.MethodCustomizer
Create new MethodCustomizer component
MethodElement - class org.openide.src.MethodElement.
Representation of a method.
MethodElement.Impl - interface org.openide.src.MethodElement.Impl.
Pluggable behavior of the method element.
MethodElement.Key - class org.openide.src.MethodElement.Key.
A key for method elements, for use in hash tables etc.
MethodElement.Key(Identifier, Type[]) - Constructor for class org.openide.src.MethodElement.Key
Constructs a key by name and parameters.
MethodElement.Key(Identifier, Type[], Type) - Constructor for class org.openide.src.MethodElement.Key
Constructs a key that checks also a return type of the method.
MethodElement.Key(MethodElement) - Constructor for class org.openide.src.MethodElement.Key
Constructs a key for a method.
MethodElement.Key(MethodElement, boolean) - Constructor for class org.openide.src.MethodElement.Key
Constructs a key that checks for method's name, its argument types and optionally for a return type, if checkReturn is true.
MethodElement() - Constructor for class org.openide.src.MethodElement
Create a method element held in memory.
MethodElement(MethodElement.Impl, ClassElement) - Constructor for class org.openide.src.MethodElement
Create a method element.
MethodElementNode - class org.openide.src.nodes.MethodElementNode.
Node for a method element.
MethodElementNode(MethodElement, boolean) - Constructor for class org.openide.src.nodes.MethodElementNode
Create a new method node.
MethodParameter - class org.openide.src.MethodParameter.
Describes an argument of a method.
MethodParameter(String, Type, boolean) - Constructor for class org.openide.src.MethodParameter
Create new parameter.
MIME - Static variable in class org.openide.loaders.XMLDataObject
Mime type of XML documents.
MIMEResolver - class org.openide.filesystems.MIMEResolver.
This class is intended as superclass for individual resolvers.
MIMEResolver() - Constructor for class org.openide.filesystems.MIMEResolver
 
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.XMLFileSystem.Impl
Get the MIME type of the file.
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.JarFileSystem.Impl
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem
 
mimeType(String) - Method in class org.openide.filesystems.LocalFileSystem.Impl
 
mimeTypes() - Method in class org.openide.loaders.ExtensionList
Get all mime types.
minimum - Variable in class org.openide.awt.SpinButton
Minimum of the range of the SpinButton.
minimumLayoutSize(Container) - Method in class org.openide.awt.EqualFlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
Mode - interface org.openide.windows.Mode.
A window-management mode in which a TopComponent can be.
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_NAME - Static variable in class org.openide.awt.HtmlBrowser.BrowserComponent
programmatic name of special mode for this top component
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.
mode() - Method in class org.openide.actions.PrintAction
 
mode() - Method in class org.openide.actions.SaveAction
 
mode() - Method in class org.openide.actions.ReorderAction
 
mode() - Method in class org.openide.actions.OpenAction
 
mode() - Method in class org.openide.actions.ViewAction
 
mode() - Method in class org.openide.actions.EditAction
 
mode() - Method in class org.openide.actions.CustomizeBeanAction
 
mode() - Method in class org.openide.actions.ExecuteAction
 
mode() - Method in class org.openide.util.actions.CookieAction
Get the mode of the action, i.e. how strict it should be about cookie support.
model - Variable in class org.openide.explorer.view.ListView
model to use
modifiedAppendix - Variable in class org.openide.text.EditorSupport
Deprecated.  
ModuleDescription - class org.openide.modules.ModuleDescription.
Deprecated.  
ModuleDescription.Dependency - class org.openide.modules.ModuleDescription.Dependency.
Deprecated. A type of dependency that the module can have on its environment.
ModuleDescription.PackageAccessibleClassLoader - interface org.openide.modules.ModuleDescription.PackageAccessibleClassLoader.
Deprecated. Interface to permit a couple of methods in ClassLoader to be made public.
ModuleDescription(File) - Constructor for class org.openide.modules.ModuleDescription
Deprecated. Only for testing.
ModuleDescription(String) - Constructor for class org.openide.modules.ModuleDescription
Deprecated. Only for testing.
ModuleDescription(String, Manifest) - Constructor for class org.openide.modules.ModuleDescription
Deprecated. Better to explicitly provide a classloader.
ModuleDescription(String, Manifest, ClassLoader) - Constructor for class org.openide.modules.ModuleDescription
Deprecated. Create new description from a provided manifest file and classloader.
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
 
mousePressed(MouseEvent) - Method in class org.openide.awt.MouseUtils.PopupMouseAdapter
 
mouseReleased(MouseEvent) - Method in class org.openide.awt.MouseUtils.PopupMouseAdapter
 
MouseUtils - class org.openide.awt.MouseUtils.
A class that contains a set of utility classes and methods around mouse events and processing.
MouseUtils.PopupMouseAdapter - class org.openide.awt.MouseUtils.PopupMouseAdapter.
The PopupMouseAdapter implements a better popup menu invocation mechanism.
MouseUtils.PopupMouseAdapter() - Constructor for class org.openide.awt.MouseUtils.PopupMouseAdapter
Creates a new PopupMouseAdapter with default threshold
MouseUtils.PopupMouseAdapter(int) - Constructor for class org.openide.awt.MouseUtils.PopupMouseAdapter
Creates a new PopupMouseAdapter with specified threshold
MouseUtils() - Constructor for class org.openide.awt.MouseUtils
 
MOVE - Static variable in class org.openide.loaders.LoaderTransfer
Generic mask for moving DataObjects (destroy the original).
MOVE - Static variable in class org.openide.nodes.NodeTransfer
Generic mask for moving nodes (destroy the original).
move(DataFolder) - Method in class org.openide.loaders.DataObject
Move this object to another folder.
move(FileLock, FileObject, String, String) - Method in class org.openide.filesystems.FileObject
Moves this file.
move(FileObject, String) - Method in class org.openide.loaders.MultiDataObject.Entry
Called when the entry is to be moved.
move(FileObject, String) - Method in class org.openide.loaders.FileEntry
 
move(FileObject, String) - Method in class org.openide.loaders.FileEntry.Numb
Removes file.
move(FileObject, String) - Method in class org.openide.loaders.FileEntry.Folder
Nearly the same like (FileObject f, String suffix).
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(int, int) - Method in class org.openide.nodes.Index.ArrayChildren
 
move(String, AbstractFileSystem.Transfer, String) - Method in interface org.openide.filesystems.AbstractFileSystem.Transfer
Move a file.
moveDown() - Method in class org.openide.awt.SpinButtonAdapter
Is invoked when button down / right is clicked.
moveDown() - Method in interface org.openide.awt.SpinButtonListener
Is invoked when button down / right is clicked.
moveDown(int) - Method in interface org.openide.nodes.Index
Move an element down.
moveDown(int) - Method in class org.openide.nodes.Index.Support
 
moveDown(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
MoveDownAction - class org.openide.actions.MoveDownAction.
Move an item down in a list.
MoveDownAction() - Constructor for class org.openide.actions.MoveDownAction
 
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
Is invoked when button up / left is clicked.
moveUp() - Method in interface org.openide.awt.SpinButtonListener
Is invoked when button up / left is clicked.
moveUp(int) - Method in interface org.openide.nodes.Index
Move an element up.
moveUp(int) - Method in class org.openide.nodes.Index.Support
 
moveUp(int) - Method in class org.openide.nodes.Index.ArrayChildren
 
MoveUpAction - class org.openide.actions.MoveUpAction.
Move an item up in a list.
MoveUpAction() - Constructor for class org.openide.actions.MoveUpAction
 
MultiDataObject - class org.openide.loaders.MultiDataObject.
Provides support for handling of data objects with multiple files.
MultiDataObject.Entry - class org.openide.loaders.MultiDataObject.Entry.
Represents one file in a group data object.
MultiDataObject.Entry(MultiDataObject, FileObject) - Constructor for class org.openide.loaders.MultiDataObject.Entry
 
MultiDataObject(FileObject, MultiFileLoader) - Constructor for class org.openide.loaders.MultiDataObject
Create a handler.
MultiFileLoader - class org.openide.loaders.MultiFileLoader.
Loader for any kind of MultiDataObject.
MultiFileLoader(Class) - Constructor for class org.openide.loaders.MultiFileLoader
Creates new multi file loader.
MultiFileLoader(String) - Constructor for class org.openide.loaders.MultiFileLoader
Creates new multi file loader.
MultiFileSystem - class org.openide.filesystems.MultiFileSystem.
The base for all filesystems that are build above a top of other ones.
MultiFileSystem() - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new empty MultiFileSystem.
MultiFileSystem(FileSystem[]) - Constructor for class org.openide.filesystems.MultiFileSystem
Creates new MultiFileSystem.
multiFlavor - Static variable in class org.openide.util.datatransfer.ExTransferable
Flavor for transfer of multiple objects.
MultiPropertyChangeEvent - class org.openide.src.MultiPropertyChangeEvent.
This class is much like the ordinary PropertyChange event, but refines the message so it carry diff between the old and the new contents.
MultiPropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.openide.src.MultiPropertyChangeEvent
 
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 - Static variable in interface org.openide.compiler.Compilable
Mutex to synchronize in adding/changing and reading dependencies between compilable objects.
MUTEX - Static variable in class org.openide.nodes.Children
Lock for access to hierarchy of all node lists.
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
 
Mutex() - Constructor for class org.openide.util.Mutex
Default constructor.
Mutex(Mutex.Privileged) - Constructor for class org.openide.util.Mutex
 
Mutex(Object) - Constructor for class org.openide.util.Mutex
Enhanced constructor that permits specifying an object to use as a lock.
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.

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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.