Alphabetical Index: M

_ 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 Z

M

Mac - class javax.crypto.Mac
This class implements a "message authentication code" (MAC), a method to ensure the integrity of data transmitted between two parties who share a common secret key.
Creates a new Mac instance.
MacSpi - class javax.crypto.MacSpi
This is the Service Provider Interface (SPI) for the Mac class.
MacSpi() - constructor for class javax.crypto.MacSpi
Create a new MacSpi instance.
MAGENTA - static field in class java.awt.Color
Constant for the color magenta: R=255, G=0, B=255.
MAIN_CLASS - static field in class java.util.jar.Attributes.Name
Stand alone application attribute - the entry (without the .class ending) that is the main class of this jar file.
MAIN_UIROLE - static field in class javax.print.ServiceUIFactory
major_version - field in class org.omg.IOP.Encoding
The major version number of this encoding format.
majorTickSpacing - field in class javax.swing.JSlider
The space between major ticks.
makeBounds(double,double,double,double) - method in class java.awt.geom.Arc2D
Construct a bounding box in a precision appropriate for the subclass.
Creates a tight bounding box given dimensions that more precise than the bounding box of the ellipse.
Creates a tight bounding box given dimensions that more precise than the bounding box of the ellipse.
Creates a ComponentInputMap from keys.
makeIcon(java.lang.Class,java.lang.String) - static method in class javax.swing.LookAndFeel
Utility method that creates a UIDefaults.LazyValue that creates an ImageIcon UIResource for the specified gifFile filename.
makeInputMap(java.lang.Object[]) - static method in class javax.swing.LookAndFeel
Creates a InputMap from keys.
makeKeyBindings(java.lang.Object[]) - static method in class javax.swing.LookAndFeel
Convenience method for building lists of KeyBindings.
makeParser() - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(java.lang.String) - static method in class org.xml.sax.helpers.ParserFactory
Create a new SAX parser object using the class name provided.
makeTag(javax.swing.text.html.parser.Element) - method in class javax.swing.text.html.parser.Parser
Constructs the tag from the given element.
makeTag(javax.swing.text.html.parser.Element,boolean) - method in class javax.swing.text.html.parser.Parser
Constructs the tag from the given element.
makeVisible(int) - method in class java.awt.List
This method ensures that the item at the specified index is visible.
makeVisible(int) - method in class java.awt.peer.ListPeer
makeVisible(javax.swing.tree.TreePath) - method in class javax.swing.JTree
MALAYALAM - static field in class java.lang.Character.UnicodeBlock
Malayalam.
MALAYALAM - static field in class java.awt.font.NumericShaper
malformedForLength(int) - static method in class java.nio.charset.CoderResult
malformedInputAction() - method in class java.nio.charset.CharsetDecoder
malformedInputAction() - method in class java.nio.charset.CharsetEncoder
MalformedInputException(int) - constructor for class java.nio.charset.MalformedInputException
Creates the exception
MalformedLinkException() - constructor for class javax.naming.MalformedLinkException
Create an exception without a message.
Create an exception with a message.
This exception indicates that a URL passed to an object was not in a valid format.
MalformedURLException() - constructor for class java.net.MalformedURLException
Create a new instance without a descriptive error message.
Create a new instance with a descriptive error message.
A marker interface for classes that serve as key or trust manager parameters, used to initialize instances of KeyManagerFactory or TrustManagerFactory.
Manifest - class java.util.jar.Manifest
Reads, writes and manipulaties jar manifest files.
Manifest() - constructor for class java.util.jar.Manifest
Creates a new empty Manifest.
Manifest(java.io.InputStream) - constructor for class java.util.jar.Manifest
Creates a Manifest from the supplied input stream.
Manifest(java.util.jar.Manifest) - constructor for class java.util.jar.Manifest
Creates a Manifest from another Manifest.
MANIFEST_NAME - static field in class java.util.jar.JarFile
The name of the manifest entry: META-INF/MANIFEST.MF
MANIFEST_VERSION - static field in class java.util.jar.Attributes.Name
General main attribute - the version of this Manifest file.
map - field in class java.util.jar.Attributes
The map that holds all the attribute name/value pairs.
MAP - static field in class javax.swing.text.html.HTML.Tag
The <map> tag
Map - interface java.util.Map
An object that maps keys onto values.
Maps the file into the memory.
mapLibraryName(java.lang.String) - static method in class java.lang.System
Convert a library name to its platform-specific variant.
FileChannel.MapMode - class java.nio.channels.FileChannel.MapMode
mapSystemException(javax.rmi.CORBA.SystemException) - static method in class javax.rmi.CORBA.Util
MARCH - static field in class java.util.Calendar
Constant representing March.
MARCH - static field in class javax.xml.datatype.DatatypeConstants
Value for March.
MARGIN_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "margin" property changes.
An invisible, but spacing border whose margin is determined by calling the getMargin() method of the enclosed component.
MarginBorder() - constructor for class javax.swing.plaf.basic.BasicBorders.MarginBorder
Constructs a new MarginBorder.
MARGINHEIGHT - static field in class javax.swing.text.html.HTML.Attribute
The marginheight attribute
MARGINWIDTH - static field in class javax.swing.text.html.HTML.Attribute
The marginwidth attribute
mark - field in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark() - method in class java.nio.Buffer
Sets this buffer's mark at its position.
mark() - method in class javax.imageio.stream.ImageInputStream
mark() - method in class javax.imageio.stream.ImageInputStreamImpl
mark(int) - method in class java.io.BufferedInputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - method in class java.io.BufferedReader
Mark a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - method in class java.io.ByteArrayInputStream
This method sets the mark position in this stream to the current position.
mark(int) - method in class java.io.CharArrayReader
This method sets the mark position in this stream to the current position.
mark(int) - method in class javax.crypto.CipherInputStream
Set the mark.
mark(int) - method in class java.io.FilterInputStream
Calls the in.mark(int) method.
mark(int) - method in class java.io.FilterReader
Calls the in.mark(int) method.
mark(int) - method in class java.util.zip.InflaterInputStream
mark(int) - method in class java.io.InputStream
This method marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - method in class java.io.LineNumberInputStream
This method marks a position in the input to which the stream can be "reset" byte calling the reset() method.
mark(int) - method in class java.io.LineNumberReader
This method marks a position in the input to which the stream can be "reset" char calling the reset() method.
mark(int) - method in class java.io.PushbackReader
This method throws an exception when called since this class does not support mark/reset.
mark(int) - method in class java.io.Reader
Marks a position in the input to which the stream can be "reset" by calling the reset() method.
mark(int) - method in class java.io.StringReader
Remove all dirty regions for a specified component
Mark a component as dirty over its entire bounds.
markedPos - field in class java.io.CharArrayReader
The currently marked position in the stream.
MARKER_SUPPLY_EMPTY - static field in class javax.print.attribute.standard.PrinterStateReason
MARKER_SUPPLY_LOW - static field in class javax.print.attribute.standard.PrinterStateReason
MARKER_WASTE_ALMOST_FULL - static field in class javax.print.attribute.standard.PrinterStateReason
MARKER_WASTE_FULL - static field in class javax.print.attribute.standard.PrinterStateReason
markFirstTime(javax.swing.text.html.parser.Element) - method in class javax.swing.text.html.parser.Parser
This is called when the tag, representing the given element, occurs first time in the document.
marklimit - field in class java.io.BufferedInputStream
This is the maximum number of bytes than can be read after a call to mark() before the mark can be discarded.
markpos - field in class java.io.BufferedInputStream
The value of pos when the mark() method was called.
markSupported() - method in class java.io.BufferedInputStream
This method returns true to indicate that this class supports mark/reset functionality.
markSupported() - method in class java.io.BufferedReader
Returns true to indicate that this class supports mark/reset functionality.
markSupported() - method in class java.io.ByteArrayInputStream
This method overrides the markSupported method in InputStream in order to return true - indicating that this stream class supports mark/reset functionality.
markSupported() - method in class java.io.CharArrayReader
This method overrides the markSupported method in Reader in order to return true - indicating that this stream class supports mark/reset functionality.
markSupported() - method in class javax.crypto.CipherInputStream
Returns whether or not this input stream supports the mark(long) and reset() methods; this input stream does not, however, and invariably returns false.
markSupported() - method in class java.io.FilterInputStream
Calls the in.markSupported() method.
markSupported() - method in class java.io.FilterReader
Calls the in.markSupported() method.
markSupported() - method in class java.util.zip.InflaterInputStream
markSupported() - method in class java.io.InputStream
This method returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - method in class java.io.PushbackInputStream
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - method in class java.io.PushbackReader
This method returns false to indicate that it does not support mark/reset functionality.
markSupported() - method in class java.io.Reader
Returns a boolean that indicates whether the mark/reset methods are supported in this class.
markSupported() - method in class java.io.StringReader
MARSHAL - exception org.omg.CORBA.MARSHAL
Means that some request or reply from the network has a wrong size or is structurally invalid.
MARSHAL() - constructor for class org.omg.CORBA.MARSHAL
Creates MARSHAL with the default minor code of 0 and a completion state COMPLETED_NO.
MARSHAL(int,org.omg.CORBA.CompletionStatus) - constructor for class org.omg.CORBA.MARSHAL
Creates a MARSHAL exception with the specified minor code and completion status.
MARSHAL(java.lang.String) - constructor for class org.omg.CORBA.MARSHAL
Creates a MARSHAL with the default minor code of 0, completion state COMPLETED_NO and the given explaining message.
Created MARSHAL exception, providing full information.
Read (unmarshal) the content of this object from the given input stream.
MarshalException - exception java.rmi.MarshalException
Thrown if an exception occurs while marshalling data to send in a remote call.
MarshalException(java.lang.String) - constructor for class java.rmi.MarshalException
Create an exception with a message.
Create an exception with a message and a cause.
FIXME - doc missing
MarshalledObject(java.lang.Object) - constructor for class java.rmi.MarshalledObject
match(java.awt.datatransfer.DataFlavor) - method in class java.awt.datatransfer.DataFlavor
Returns true when the given DataFlavor matches this one.
match(java.security.cert.Certificate) - method in class java.security.cert.CertSelector
Match a certificate according to this selector's criteria.
match(java.security.cert.Certificate) - method in class java.security.cert.X509CertSelector
Match a certificate.
match(java.security.cert.CRL) - method in class java.security.cert.CRLSelector
Match a given certificate revocation list to this selector's criteria, returning true if it matches, false otherwise.
match(java.security.cert.CRL) - method in class java.security.cert.X509CRLSelector
Checks a CRL against the criteria of this selector, returning true if the given CRL matches all the criteria.
Matcher - class java.util.regex.Matcher
Instance of a regular expression applied to a char sequence.
matcher(java.lang.CharSequence) - method in class java.util.regex.Pattern
matches() - method in class java.util.regex.Matcher
Attempts to match the entire input sequence against the pattern.
matches(java.lang.String) - method in class java.lang.String
Test if this String matches a regular expression.
matches(java.lang.String,java.lang.CharSequence) - static method in class java.util.regex.Pattern
Math - class java.lang.Math
Helper class containing useful mathematical functions and constants.
MATH_SYMBOL - static field in class java.lang.Character
Sm = Symbol, Math (Informative).
MATHEMATICAL_OPERATORS - static field in class java.lang.Character.UnicodeBlock
Mathematical Operators.
MatteBorder - class javax.swing.border.MatteBorder
A border that is filled with either a solid color or with repeated icon tiles.
MatteBorder(int,int,int,int,java.awt.Color) - constructor for class javax.swing.border.MatteBorder
Constructs a MatteBorder given the width on each side and a fill color.
MatteBorder(int,int,int,int,javax.swing.Icon) - constructor for class javax.swing.border.MatteBorder
Constructs a MatteBorder given the width on each side and an icon for tiling the border area.
MatteBorder(java.awt.Insets,java.awt.Color) - constructor for class javax.swing.border.MatteBorder
Constructs a MatteBorder given its insets and fill color.
MatteBorder(java.awt.Insets,javax.swing.Icon) - constructor for class javax.swing.border.MatteBorder
Constructs a MatteBorder given its insets and an icon for tiling the border area.
MatteBorder(javax.swing.Icon) - constructor for class javax.swing.border.MatteBorder
Constructs a MatteBorder given an icon for tiling the border area.
A MatteBorder that also implements the UIResource marker interface.
Constructs a MatteBorderUIResource given the width on each side and a fill color.
Constructs a MatteBorderUIResource given the width on each side and an icon for tiling the border area.
Constructs a MatteBorderUIResource given an icon for tiling the border area.
max(double,double) - static method in class java.lang.Math
Return whichever argument is larger.
max(double,double) - static method in class java.lang.StrictMath
Return whichever argument is larger.
max(float,float) - static method in class java.lang.Math
Return whichever argument is larger.
max(float,float) - static method in class java.lang.StrictMath
Return whichever argument is larger.
max(int,int) - static method in class java.lang.Math
Return whichever argument is larger.
max(int,int) - static method in class java.lang.StrictMath
Return whichever argument is larger.
max(java.math.BigDecimal) - method in class java.math.BigDecimal
max(java.math.BigInteger) - method in class java.math.BigInteger
max(java.util.Collection) - static method in class java.util.Collections
Find the maximum element in a Collection, according to the natural ordering of the elements.
Find the maximum element in a Collection, according to a specified Comparator.
max(javax.swing.Spring,javax.swing.Spring) - static method in class javax.swing.Spring
Creates and returns a Spring, which always has the maximum values min = max(min_s1, min_s2), pref = max(pref_s1, pref_s2), max = max(max_s1, max_s2).
max(long,long) - static method in class java.lang.Math
Return whichever argument is larger.
max(long,long) - static method in class java.lang.StrictMath
Return whichever argument is larger.
MAX_BUFFER - static field in class javax.security.sasl.Sasl
The name of a property that specifies the maximum size of the receive buffer in bytes of SaslClient/SaslServer.
MAX_KEY_LENGTH - static field in class java.util.prefs.Preferences
Maximum entry key length.
MAX_NAME_LENGTH - static field in class java.util.prefs.Preferences
Maximum node name length.
MAX_PRIORITY - static field in class java.lang.Thread
The maximum priority for a Thread.
MAX_RADIX - static field in class java.lang.Character
Largest value allowed for radix arguments in Java.
MAX_SCROLL - static field in class javax.swing.plaf.basic.BasicSliderUI
FIXME: use this somewhere.
MAX_TIMEZONE_OFFSET - static field in class javax.xml.datatype.DatatypeConstants
XML Schema maximum timezone offset, in minutes.
MAX_VALUE - static field in class java.lang.Byte
The maximum value a byte can represent is 127 (or 27 - 1).
MAX_VALUE - static field in class java.lang.Character
The maximum value the char data type can hold.
MAX_VALUE - static field in class java.lang.Double
The maximum positive value a double may represent is 1.7976931348623157e+308.
MAX_VALUE - static field in class java.lang.Float
The maximum positive value a double may represent is 3.4028235e+38f.
MAX_VALUE - static field in class java.lang.Integer
The maximum value an int can represent is 2147483647 (or 231 - 1).
MAX_VALUE - static field in class java.lang.Long
The maximum value a long can represent is 9223372036854775807 (or 263 - 1).
MAX_VALUE - static field in class java.lang.Short
The minimum value a short can represent is 32767 (or 215).
MAX_VALUE_LENGTH - static field in class java.util.prefs.Preferences
Maximum entry value length.
MAXBQUALSIZE - static field in class javax.transaction.xa.Xid
maxButton - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The button that maximizes the JInternalFrame.
maxBytesPerChar() - method in class java.nio.charset.CharsetEncoder
maxCharsPerByte() - method in class java.nio.charset.CharsetDecoder
MAXGRIDSIZE - static field in class java.awt.GridBagLayout
MAXGTRIDSIZE - static field in class javax.transaction.xa.Xid
maxIcon - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The icon displayed in the maximize button.
maximizable - field in class javax.swing.JInternalFrame
Whether the JInternalFrame can be maximized.
MAXIMIZE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Maximize action.
This helper class is used to handle key events that cause JInternalFrames to be maximized.
This Action is responsible for maximizing the JInternalFrame.
MAXIMIZED_BOTH - static field in class java.awt.Frame
MAXIMIZED_HORIZ - static field in class java.awt.Frame
MAXIMIZED_VERT - static field in class java.awt.Frame
maximizeFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that maximizes the JInternalFrame.
This method resizes the JInternalFrame to match its parent's bounds.
This method should maximize the JInternalFrame to match its parent's bounds.
maximizeKey - field in class javax.swing.plaf.basic.BasicDesktopPaneUI
The KeyStroke associated with maximizing JInternalFrames.
maximum - field in class javax.swing.SizeRequirements
The maximum reasonable width or height of a component.
This method returns the maximum layout size.
This method returns the maximum size for the container given the components.
Returns the maximum size of the specified container using this layout.
maximumLayoutSize(java.awt.Container) - method in class javax.swing.BoxLayout
Returns the maximum size of the layout gived the components in the given container.
Get the maximum layout size of the container.
DOCUMENT ME!
Determines the maximum size of the specified target container.
maximumLayoutSize
Calculates the maximum size of the layed out container.
maximumRowCount - field in class javax.swing.JComboBox
Number of rows that will be visible in the JComboBox's popup.
maximumThumbSize - field in class javax.swing.plaf.basic.BasicScrollBarUI
The dimensions of the maximum thumb size.
MAXLENGTH - static field in class javax.swing.text.html.HTML.Attribute
The maxlength attribute
maxMemory() - method in class java.lang.Runtime
Returns the maximum amount of memory the virtual machine can attempt to use.
maxTabHeight - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The maximum tab height.
maxTabWidth - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The maximum tab width.
maxWidth - field in class javax.swing.table.TableColumn
The maximum width.
MAY - static field in class java.util.Calendar
Constant representing May.
MAY - static field in class javax.xml.datatype.DatatypeConstants
Value for May.
maybeUpdateLayoutState() - method in class javax.swing.plaf.basic.BasicListUI
Calls updateLayoutState() if updateLayoutStateNeeded is nonzero, then resets updateLayoutStateNeeded to zero.
MD - static field in class javax.swing.text.html.parser.DTDConstants
The MD constant.
MEDIA - static field in class javax.swing.text.html.HTML.Attribute
The media attribute
Media - class javax.print.attribute.standard.Media
Media(int) - constructor for class javax.print.attribute.standard.Media
Constructs a Media object.
MEDIA_EMPTY - static field in class javax.print.attribute.standard.PrinterStateReason
MEDIA_JAM - static field in class javax.print.attribute.standard.PrinterStateReason
MEDIA_LOW - static field in class javax.print.attribute.standard.PrinterStateReason
MEDIA_NEEDED - static field in class javax.print.attribute.standard.PrinterStateReason
MEDIA_RULE - static field in class org.w3c.dom.css.CSSRule
The rule is a CSSMediaRule.
MEDIA_TYPE - static field in class javax.xml.transform.OutputKeys
The MIME content type of the output data.
MediaList - interface org.w3c.dom.stylesheets.MediaList
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented.
MediaPrintableArea - class javax.print.attribute.standard.MediaPrintableArea
MediaPrintableArea(float,float,float,float,int) - constructor for class javax.print.attribute.standard.MediaPrintableArea
Creates a new MediaPrintableArea object.
MediaPrintableArea(int,int,int,int,int) - constructor for class javax.print.attribute.standard.MediaPrintableArea
Creates a new MediaPrintableArea object.
MediaSize - class javax.print.attribute.standard.MediaSize
MediaSize(float,float,int) - constructor for class javax.print.attribute.standard.MediaSize
MediaSize(float,float,int,javax.print.attribute.standard.MediaSizeName) - constructor for class javax.print.attribute.standard.MediaSize
MediaSize(int,int,int) - constructor for class javax.print.attribute.standard.MediaSize
MediaSize(int,int,int,javax.print.attribute.standard.MediaSizeName) - constructor for class javax.print.attribute.standard.MediaSize
MediaSizeName - class javax.print.attribute.standard.MediaSizeName
MediaSizeName(int) - constructor for class javax.print.attribute.standard.MediaSizeName
Constructs a MediaSizeName object.
MediaTracker - class java.awt.MediaTracker
This class is used for keeping track of the status of various media objects.
MediaTracker(java.awt.Component) - constructor for class java.awt.MediaTracker
Constructs a new MediaTracker for the component c.
MEDIUM - static field in class java.text.DateFormat
Member - interface java.lang.reflect.Member
Member is an interface that represents any member of a class (field or method) or a constructor.
member() - method in class org.omg.CORBA.DynUnion
Returns the member, stored in this union.
member_count() - method in class org.omg.CORBA.TypeCode
Returns the number of type memebers.
member_kind() - method in class org.omg.CORBA.DynUnion
Returns the kind of the member, stored in this union.
member_label(int) - method in class org.omg.CORBA.TypeCode
Retrieves the label of the union member at the given index.
member_name() - method in class org.omg.CORBA.DynUnion
Returns the name of the currently focused member.
member_name(int) - method in class org.omg.CORBA.TypeCode
Retrieves the simple name of the member identified by the given index.
member_name(java.lang.String) - method in class org.omg.CORBA.DynUnion
Renames the currently focused member.
MEMBER_OF - static field in class javax.accessibility.AccessibleRelation
Indicates an object is a member of a group of target objects.
MEMBER_OF_PROPERTY - static field in class javax.accessibility.AccessibleRelation
Indicates that group membership has changed.
member_type(int) - method in class org.omg.CORBA.TypeCode
Retrieves the member type of the member identified by the given index.
member_visibility(int) - method in class org.omg.CORBA.TypeCode
Returns the visibility scope of the member at the given index.
members() - method in class java.security.acl.Group
This method returns a list of all members of the group as an Enumeration.
MemoryHandler - class java.util.logging.MemoryHandler
A MemoryHandler maintains a circular buffer of log records.
MemoryHandler() - constructor for class java.util.logging.MemoryHandler
Constructs a MemoryHandler for keeping a circular buffer of LogRecords; the initial configuration is determined by the LogManager properties described above.
Constructs a MemoryHandler for keeping a circular buffer of LogRecords, given some parameters.
MemoryImageSource - class java.awt.image.MemoryImageSource
MemoryImageSource(int,int,int[],int,int) - constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer from memory using the default RGB ColorModel
Constructs an ImageProducer from memory using the default RGB ColorModel
Construct an image producer that reads image data from a byte array.
Constructs an ImageProducer from memory
Construct an image producer that reads image data from an integer array.
Constructs an ImageProducer from memory
MENU - static field in class javax.accessibility.AccessibleRole
An object usually in a menu bar which contains a list of actions to perform.
MENU - static field in class javax.swing.text.html.HTML.Tag
The <menu> tag , breaks flow, block tag.
Menu - class java.awt.Menu
This class represents a pull down or tear off menu in Java's AWT.
menu - static field in class java.awt.SystemColor
The menu background color.
Menu() - constructor for class java.awt.Menu
Initializes a new instance of Menu with no label and that is not a tearoff;
Menu(java.lang.String) - constructor for class java.awt.Menu
Initializes a new instance of Menu that is not a tearoff and that has the specified label.
Menu(java.lang.String,boolean) - constructor for class java.awt.Menu
Initializes a new instance of Menu with the specified label and tearoff status.
MENU_BAR - static field in class javax.accessibility.AccessibleRole
An object usually at the top of a frame to list available menus.
MENU_BAR_PROPERTY - static field in class javax.swing.JInternalFrame
The property fired in a PropertyChangeEvent when the jMenuBar property changes.
MENU_ITEM - static field in class javax.accessibility.AccessibleRole
An object usually in a menu with an action available for the user.
MENU_TEXT - static field in class java.awt.SystemColor
Array index of the menu text color.
menuBar - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The JMenuBar that is located at the top left of the Title Pane.
menuBar - field in class javax.swing.plaf.basic.BasicMenuBarUI
MenuBar - class java.awt.MenuBar
This class implements a menu bar in the AWT system.
menuBar - field in class javax.swing.JRootPane
DOCUMENT ME!
MenuBar() - constructor for class java.awt.MenuBar
Initializes a new instance of MenuBar.
A border for drawing a separator line below JMenuBar.
MenuBarBorder(java.awt.Color,java.awt.Color) - constructor for class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
Constructs a new MenuBarBorder for drawing a JMenuBar in the Basic look and feel.
MenuBarPeer - interface java.awt.peer.MenuBarPeer
MenuBarUI - class javax.swing.plaf.MenuBarUI
An abstract base class for delegates that implement the pluggable look and feel for a JMenuBar.
MenuBarUI() - constructor for class javax.swing.plaf.MenuBarUI
Constructs a new MenuBarUI.
This method is called when menu is cancelled.
menuCanceled(javax.swing.event.MenuEvent) - method in class javax.swing.event.MenuListener
Menu canceled
MenuComponent - class java.awt.MenuComponent
This is the superclass of all menu AWT widgets.
MenuComponent() - constructor for class java.awt.MenuComponent
Default constructor for subclasses.
MenuComponentPeer - interface java.awt.peer.MenuComponentPeer
MenuContainer - interface java.awt.MenuContainer
This interface is a container for menu components.
This method is called when menu is deselected.
menuDeselected(javax.swing.event.MenuEvent) - method in class javax.swing.event.MenuListener
Menu deselected
Tbis method is invoked when mouse is dragged over the menu item.
This method is invoked when mouse is dragged over the menu item.
Menu drag mouse dragged
Tbis method is invoked when mouse enters the menu item while it is being dragged.
This method is invoked when mouse enters the menu item while it is being dragged.
Menu drag mouse entered
MenuDragMouseEvent - class javax.swing.event.MenuDragMouseEvent
MenuDragMouseEvent
Constructor MenuDragMouseEvent
Tbis method is invoked when mouse exits the menu item while it is being dragged
This method is invoked when mouse exits the menu item while it is being dragged
Menu drag mouse exited
This class handles mouse dragged events.
This class handles mouse dragged events occuring in the menu.
menuDragMouseListener - field in class javax.swing.plaf.basic.BasicMenuItemUI
The menu Drag mouse listener listening to the menu item.
MenuDragMouseListener - interface javax.swing.event.MenuDragMouseListener
MenuDragMouseListener public interface
Tbis method is invoked when mouse was dragged and released inside the menu item.
This method is invoked when mouse was dragged and released inside the menu item.
Menu drag mouse released
MenuElement - interface javax.swing.MenuElement
Defines the methods that any menu element in a JMenu must implement.
MenuEvent - class javax.swing.event.MenuEvent
MenuEvent
MenuEvent(java.lang.Object) - constructor for class javax.swing.event.MenuEvent
Constructor MenuEvent
BasicMenuUI.MenuHandler - class javax.swing.plaf.basic.BasicMenuUI.MenuHandler
This class handles MenuEvents fired by the JMenu
menuItem - field in class javax.swing.plaf.basic.BasicMenuItemUI
The menu item itself
MenuItem - class java.awt.MenuItem
This class represents an item in a menu.
MenuItem() - constructor for class java.awt.MenuItem
Initializes a new instance of MenuItem with no label and no shortcut.
MenuItem(java.lang.String) - constructor for class java.awt.MenuItem
Initializes a new instance of MenuItem with the specified label and no shortcut.
Initializes a new instance of MenuItem with the specified label and shortcut.
MenuItemPeer - interface java.awt.peer.MenuItemPeer
MenuItemUI - class javax.swing.plaf.MenuItemUI
An abstract base class for delegates that implement the pluggable look and feel for a JMenuItem.
MenuItemUI() - constructor for class javax.swing.plaf.MenuItemUI
Constructs a new MenuItemUI.
MenuKeyEvent - class javax.swing.event.MenuKeyEvent
MenuKeyEvent
Constructor MenuKeyEvent
This class handles key events occuring when menu item is visible on the screen.
This class handles key events occuring when menu item is visible on the screen.
menuKeyListener - field in class javax.swing.plaf.basic.BasicMenuItemUI
Menu Key listener listening to the menu item.
MenuKeyListener - interface javax.swing.event.MenuKeyListener
MenuKeyListener public interface
This method is invoked when key has been pressed
This method is invoked when key has been pressed
Menu key pressed
This method is invoked when key has been pressed
This method is invoked when key has been pressed
Menu key released
This method is invoked when key has been typed It handles the mnemonic key for the menu item.
This method is invoked when key has been typed It handles the mnemonic key for the menu item.
Menu key typed
menuListener - field in class javax.swing.plaf.basic.BasicMenuUI
MenuListener - interface javax.swing.event.MenuListener
MenuListener public interface
MenuPeer - interface java.awt.peer.MenuPeer
This method is called when menu is selected.
menuSelected(javax.swing.event.MenuEvent) - method in class javax.swing.event.MenuListener
Menu selected
menuSelectionChanged(boolean) - method in class javax.swing.JMenu
Method of the MenuElementInterface.
menuSelectionChanged(boolean) - method in class javax.swing.JMenuBar
This method does nothing by default.
menuSelectionChanged(boolean) - method in class javax.swing.JMenuItem
Method of the MenuElement interface.
menuSelectionChanged(boolean) - method in class javax.swing.JPopupMenu
Method of MenuElement Interface.
menuSelectionChanged(boolean) - method in class javax.swing.MenuElement
menuSelectionChanged
This class manages current menu selectection.
MenuShortcut - class java.awt.MenuShortcut
This class implements a keyboard accelerator for a menu item.
MenuShortcut(int) - constructor for class java.awt.MenuShortcut
Initializes a new instance of MenuShortcut with the specified virtual key value.
MenuShortcut(int,boolean) - constructor for class java.awt.MenuShortcut
Initializes a new instance of MenuShortcut with the specified virtual key value and shift setting.
menuText - static field in class java.awt.SystemColor
The menu text color.
message - field in class javax.swing.JOptionPane
The message displayed in the dialog/internal frame.
MESSAGE_PROPERTY - static field in class javax.swing.JOptionPane
The identifier for the propertyChangeEvent when the message property changes.
MESSAGE_TYPE_PROPERTY - static field in class javax.swing.JOptionPane
The identifier for the propertyChangeEvent when the messageType property changes.
MessageDigest - class java.security.MessageDigest
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigest(java.lang.String) - constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - class java.security.MessageDigestSpi
This is the Service Provider Interface (SPI) for MessageDigest class in java.security.
MessageDigestSpi() - constructor for class java.security.MessageDigestSpi
Default constructor of the MessageDigestSpi class
MessageFormat - class java.text.MessageFormat
MessageFormat(java.lang.String) - constructor for class java.text.MessageFormat
Creates a new MessageFormat object with the specified pattern
Creates a new MessageFormat object with the specified pattern
MessageProp - class org.ietf.jgss.MessageProp
This is a utility class used within the per-message GSSContext methods to convey per-message properties.

When used with the GSSContext interface's GSSContext.wrap(byte[],int,int,MessageProp) and GSSContext.getMIC(byte[],int,int,MessageProp) methods, an instance of this class is used to indicate the desired QOP and to request if confidentiality services are to be applied to caller supplied data (wrap only).

MessageProp(boolean) - constructor for class org.ietf.jgss.MessageProp
Constructor which sets QOP to 0 indicating that the default QOP is requested.
MessageProp(int,boolean) - constructor for class org.ietf.jgss.MessageProp
Constructor which sets the values for the qop and privacy state.
messageType - field in class javax.swing.JOptionPane
The type of message displayed.
meta - field in class javax.swing.text.html.parser.DTD
The meta element for this DTD.
META - static field in class javax.swing.text.html.HTML.Tag
The <meta> tag
META_DOWN_MASK - static field in class java.awt.event.InputEvent
The META key extended modifier.
META_MASK - static field in class java.awt.event.ActionEvent
Bit mask indicating the that meta key was pressed.
META_MASK - static field in class java.awt.Event
META_MASK - static field in class java.awt.event.InputEvent
This is the bit mask which indicates the meta key is down.
metadata - field in class javax.imageio.IIOImage
metaDown() - method in class java.awt.Event
MetalBorders - class javax.swing.plaf.metal.MetalBorders
This factory class creates borders for the different Swing components UI.
The border that is drawn around Swing buttons.
MetalButtonBorder() - constructor for class javax.swing.plaf.metal.MetalBorders.MetalButtonBorder
Creates a new instance of ButtonBorder.
MetalButtonUI - class javax.swing.plaf.metal.MetalButtonUI
The Metal Look & Feel implementation for AbstractButtons.
MetalButtonUI() - constructor for class javax.swing.plaf.metal.MetalButtonUI
Creates a new instance of MetalButtonUI.
MetalCheckBoxUI - class javax.swing.plaf.metal.MetalCheckBoxUI
MetalCheckBoxUI() - constructor for class javax.swing.plaf.metal.MetalCheckBoxUI
Constructs a new instance of MetalCheckBoxUI.
MetalComboBoxUI - class javax.swing.plaf.metal.MetalComboBoxUI
MetalComboBoxUI() - constructor for class javax.swing.plaf.metal.MetalComboBoxUI
Constructs a new instance of MetalComboBoxUI.
MetalDesktopIconUI - class javax.swing.plaf.metal.MetalDesktopIconUI
MetalDesktopIconUI() - constructor for class javax.swing.plaf.metal.MetalDesktopIconUI
Constructs a new instance of MetalDesktopIconUI.
MetalIconFactory - class javax.swing.plaf.metal.MetalIconFactory
Creates icons for the MetalLookAndFeel.
MetalIconFactory() - constructor for class javax.swing.plaf.metal.MetalIconFactory
Creates a new instance.
MetalInternalFrameUI - class javax.swing.plaf.metal.MetalInternalFrameUI
MetalInternalFrameUI(javax.swing.JInternalFrame) - constructor for class javax.swing.plaf.metal.MetalInternalFrameUI
Constructs a new instance of MetalInternalFrameUI.
MetalLabelUI - class javax.swing.plaf.metal.MetalLabelUI
MetalLabelUI() - constructor for class javax.swing.plaf.metal.MetalLabelUI
Constructs a new instance of MetalLabelUI.
MetalLookAndFeel - class javax.swing.plaf.metal.MetalLookAndFeel
A custom look and feel that is designed to look similar across different operating systems.
MetalLookAndFeel() - constructor for class javax.swing.plaf.metal.MetalLookAndFeel
Creates a new instance of the Metal look and feel.
MetalPopupMenuSeparatorUI() - constructor for class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
Constructs a new instance of MetalPopupMenuSeparatorUI.
MetalProgressBarUI - class javax.swing.plaf.metal.MetalProgressBarUI
MetalProgressBarUI() - constructor for class javax.swing.plaf.metal.MetalProgressBarUI
Constructs a new instance of MetalProgressBarUI.
MetalRadioButtonUI - class javax.swing.plaf.metal.MetalRadioButtonUI
MetalRadioButtonUI() - constructor for class javax.swing.plaf.metal.MetalRadioButtonUI
Constructs a new instance of MetalRadioButtonUI.
MetalRootPaneUI - class javax.swing.plaf.metal.MetalRootPaneUI
MetalRootPaneUI() - constructor for class javax.swing.plaf.metal.MetalRootPaneUI
Constructs a new instance of MetalRootPaneUI.
MetalScrollBarUI - class javax.swing.plaf.metal.MetalScrollBarUI
MetalScrollBarUI() - constructor for class javax.swing.plaf.metal.MetalScrollBarUI
Constructs a new instance of MetalScrollBarUI.
MetalScrollPaneUI - class javax.swing.plaf.metal.MetalScrollPaneUI
MetalScrollPaneUI() - constructor for class javax.swing.plaf.metal.MetalScrollPaneUI
Constructs a new instance of MetalScrollPaneUI.
MetalSeparatorUI - class javax.swing.plaf.metal.MetalSeparatorUI
MetalSeparatorUI() - constructor for class javax.swing.plaf.metal.MetalSeparatorUI
Constructs a new instance of MetalSeparatorUI.
MetalSliderUI - class javax.swing.plaf.metal.MetalSliderUI
MetalSliderUI() - constructor for class javax.swing.plaf.metal.MetalSliderUI
Constructs a new instance of MetalSliderUI.
MetalSplitPaneUI - class javax.swing.plaf.metal.MetalSplitPaneUI
MetalSplitPaneUI() - constructor for class javax.swing.plaf.metal.MetalSplitPaneUI
Constructs a new instance of MetalSplitPaneUI.
MetalTabbedPaneUI - class javax.swing.plaf.metal.MetalTabbedPaneUI
MetalTabbedPaneUI() - constructor for class javax.swing.plaf.metal.MetalTabbedPaneUI
Constructs a new instance of MetalTabbedPaneUI.
MetalTextFieldUI - class javax.swing.plaf.metal.MetalTextFieldUI
MetalTextFieldUI() - constructor for class javax.swing.plaf.metal.MetalTextFieldUI
Constructs a new instance of MetalTextFieldUI.
MetalTheme - class javax.swing.plaf.metal.MetalTheme
The base class for themes used by the MetalLookAndFeel.
MetalTheme() - constructor for class javax.swing.plaf.metal.MetalTheme
Default constructor.
MetalToggleButtonUI - class javax.swing.plaf.metal.MetalToggleButtonUI
MetalToggleButtonUI() - constructor for class javax.swing.plaf.metal.MetalToggleButtonUI
Constructs a new instance of MetalToggleButtonUI.
MetalToolBarUI - class javax.swing.plaf.metal.MetalToolBarUI
MetalToolBarUI() - constructor for class javax.swing.plaf.metal.MetalToolBarUI
Constructs a new instance of MetalToolBarUI.
MetalToolTipUI - class javax.swing.plaf.metal.MetalToolTipUI
MetalToolTipUI() - constructor for class javax.swing.plaf.metal.MetalToolTipUI
Constructs a new instance of MetalToolTipUI.
MetalTreeUI - class javax.swing.plaf.metal.MetalTreeUI
MetalTreeUI() - constructor for class javax.swing.plaf.metal.MetalTreeUI
Constructs a new instance of MetalTreeUI.
METHOD - static field in class javax.swing.text.html.HTML.Attribute
The method attribute
method - field in class java.net.HttpURLConnection
The requested method in use for this connection.
Method - class java.lang.reflect.Method
METHOD - static field in class javax.xml.transform.OutputKeys
The output method (xml, html, or text).
MethodDescriptor describes information about a JavaBeans method.
Create a new MethodDescriptor.
Create a new MethodDescriptor.
metrics - field in class javax.swing.text.PlainView
MILLISECOND - static field in class java.util.Calendar
Constant representing the millisecond time field.
MILLISECOND - static field in class java.text.DateFormat.Field
MILLISECOND_FIELD - static field in class java.text.DateFormat
Represents the position of the millisecond pattern character in the array of localized pattern characters.
MILLISECOND_IN_DAY - static field in class java.text.DateFormat.Field
MILLISECOND_IN_DAY_FIELD - static field in class java.text.DateFormat
Represents the position of the millisecond in the day pattern character in the array of localized pattern characters.
MimeTypeParseException - exception java.awt.datatransfer.MimeTypeParseException
MIME string couldn't be parsed correctly.
MimeTypeParseException() - constructor for class java.awt.datatransfer.MimeTypeParseException
Create a new instance without any message.
MimeTypeParseException(java.lang.String) - constructor for class java.awt.datatransfer.MimeTypeParseException
Create a new instance with a specified detailed error message.
MIMETypes - field in class javax.imageio.spi.ImageReaderWriterSpi
The MIME types of the supported image formats.
min(double,double) - static method in class java.lang.Math
Return whichever argument is smaller.
min(double,double) - static method in class java.lang.StrictMath
Return whichever argument is smaller.
min(float,float) - static method in class java.lang.Math
Return whichever argument is smaller.
min(float,float) - static method in class java.lang.StrictMath
Return whichever argument is smaller.
min(int,int) - static method in class java.lang.Math
Return whichever argument is smaller.
min(int,int) - static method in class java.lang.StrictMath
Return whichever argument is smaller.
min(java.math.BigDecimal) - method in class java.math.BigDecimal
min(java.math.BigInteger) - method in class java.math.BigInteger
min(java.util.Collection) - static method in class java.util.Collections
Find the minimum element in a Collection, according to the natural ordering of the elements.
Find the minimum element in a Collection, according to a specified Comparator.
min(long,long) - static method in class java.lang.Math
Return whichever argument is smaller.
min(long,long) - static method in class java.lang.StrictMath
Return whichever argument is smaller.
MIN_PRIORITY - static field in class java.lang.Thread
The minimum priority for a Thread.
MIN_RADIX - static field in class java.lang.Character
Smallest value allowed for radix arguments in Java.
MIN_SCROLL - static field in class javax.swing.plaf.basic.BasicSliderUI
FIXME: use this somewhere.
MIN_TIMEZONE_OFFSET - static field in class javax.xml.datatype.DatatypeConstants
XML Schema minimum timezone offset, in minutes.
MIN_VALUE - static field in class java.lang.Byte
The minimum value a byte can represent is -128 (or -27).
MIN_VALUE - static field in class java.lang.Character
The minimum value the char data type can hold.
MIN_VALUE - static field in class java.lang.Double
The minimum positive value a double may represent is 5e-324.
MIN_VALUE - static field in class java.lang.Float
The minimum positive value a float may represent is 1.4e-45.
MIN_VALUE - static field in class java.lang.Integer
The minimum value an int can represent is -2147483648 (or -231).
MIN_VALUE - static field in class java.lang.Long
The minimum value a long can represent is -9223372036854775808L (or -263).
MIN_VALUE - static field in class java.lang.Short
The minimum value a short can represent is -32768 (or -215).
minIcon - field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The icon displayed in the restore button.
This helper class is used to handle key events that cause JInternalFrames to be minimized.
minimizeFrame(javax.swing.JInternalFrame) - method in class javax.swing.plaf.basic.BasicInternalFrameUI
This is a convenience method that minimizes the JInternalFrame.
This method restores the JInternalFrame's bounds to what they were previous to the setMaximize call.
This method should restore the JInternalFrame to its normal bounds.
minimizeKey - field in class javax.swing.plaf.basic.BasicDesktopPaneUI
The KeyStroke associated with minimizing JInternalFrames.
minimum - field in class javax.swing.SizeRequirements
The minimum reasonable width or height of a component.
minimumHeight - static field in class javax.swing.plaf.basic.BasicOptionPaneUI
The minimum height of the JOptionPane.
Calculates the minimum size for this container, taking into account the components it contains.
This method returns the minimum size of the given Container given the children that it has.
This method returns the minimum layout size.
This method returns the minimum layout size for the given container.
minimumLayoutSize(java.awt.Container) - method in class javax.swing.plaf.basic.BasicScrollBarUI
This method returns the minimum size required for the layout.
This method returns the minimum layout size.
This method returns the container's minimum size.
This method returns the minimum layout size.
This method returns the minimum layout size for the given container.
Returns the minimum size of the specified container using this layout.
minimumLayoutSize(java.awt.Container) - method in class javax.swing.BoxLayout
Returns the minimum size of the layout.
Get the minimum layout size of the container.
Returns the minimum layout size for the specified container using this layout.
Calculates the minimum size for this container, taking into account the components it contains.
Get the minimum layout size of the container.
DOCUMENT ME!
DOCUMENT ME!
Calculates the minimum size for this container, taking into account the components it contains.
minimumLayoutSize
Calculates the minimum size of the layed out container.
Calculates the minimum size for this container, taking into account the components it contains.
minimumSize - field in class javax.swing.plaf.basic.BasicOptionPaneUI
The minimum dimensions of the JOptionPane.
minimumSize() - method in class java.awt.Component
Returns the component's minimum size.
minimumSize() - method in class java.awt.peer.ComponentPeer
minimumSize() - method in class java.awt.Container
Returns the minimum size of this container.
minimumSize() - method in class java.awt.List
Returns the minimum size of this component.
minimumSize() - method in class java.awt.TextArea
Retrieve the minimum size for this text area, considering the text area's current row and column values.
minimumSize() - method in class java.awt.TextField
Returns the minimum size for this text field.
minimumSize(int) - method in class java.awt.List
Returns the minimum size of this component assuming it had the specified number of rows.
minimumSize(int) - method in class java.awt.peer.ListPeer
minimumSize(int) - method in class java.awt.TextField
Returns the minimum size of a text field with the specified number of columns.
minimumSize(int) - method in class java.awt.peer.TextFieldPeer
minimumSize(int,int) - method in class java.awt.TextArea
Retrieve the minimum size that this text area would have if its row and column values were equal to those specified.
minimumSize(int,int) - method in class java.awt.peer.TextAreaPeer
minimumThumbSize - field in class javax.swing.plaf.basic.BasicScrollBarUI
The dimensions of the minimum thumb size.
minimumWidth - static field in class javax.swing.plaf.basic.BasicOptionPaneUI
The minimum width of the JOptionPane.
minIndex - field in class javax.imageio.ImageReader
minor - field in class org.omg.CORBA.SystemException
The additional exception error code ("minor").
minor_version - field in class org.omg.IOP.Encoding
The minor version number of this encoding format.
minorTickSpacing - field in class javax.swing.JSlider
The space between minor ticks.
minProgressivePass - field in class javax.imageio.ImageReadParam
MINSIZE - static field in class java.awt.GridBagLayout
minus(javax.swing.Spring) - static method in class javax.swing.Spring
Creates and returns a Spring, which is always the negation of s.
MINUTE - static field in class java.util.Calendar
Constant representing the minute of hour time field.
MINUTE - static field in class java.text.DateFormat.Field
MINUTE_FIELD - static field in class java.text.DateFormat
Represents the position of the minute pattern character in the array of localized pattern characters.
MINUTES - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the minutes field.
minWidth - field in class javax.swing.table.TableColumn
The minimum width.
minX - field in class java.awt.image.Raster
minY - field in class java.awt.image.Raster
MISCELLANEOUS_SYMBOLS - static field in class java.lang.Character.UnicodeBlock
Miscellaneous Symbols.
MISCELLANEOUS_TECHNICAL - static field in class java.lang.Character.UnicodeBlock
Miscellaneous Technical.
missing_node - static field in class org.omg.CosNaming.NamingContextPackage.NotFoundReason
The reason, when the node is missing.
This exception is thrown when a resource is missing.
Creates a new exception, with the specified parameters.
mkdir() - method in class java.io.File
This method creates a directory for the path represented by this object.
mkdirs() - method in class java.io.File
This method creates a directory for the path represented by this file.
MM - static field in class javax.print.attribute.standard.MediaPrintableArea
MM - static field in class javax.print.attribute.Size2DSyntax
Constant for units of dots per mircometer to describe a centimeter.
mnemonic - field in class javax.swing.DefaultButtonModel
The key code (one of KeyEvent VK_) used to press this button via a keyboard interface.
MNEMONIC_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "mnemonic" property changes.
MNEMONIC_KEY - static field in class javax.swing.Action
A key to access the mnemonic for the action.
mod(java.math.BigInteger) - method in class java.math.BigInteger
MODAL - static field in class javax.accessibility.AccessibleState
Indicates that something must be done in the current object before interaction is allowed on other windows, usually for dialogs.
MODAL_LAYER - static field in class javax.swing.JLayeredPane
modCount - field in class java.util.AbstractList
A count of the number of structural modifications that have been made to the list (that is, insertions and removals).
mode - field in class org.omg.Dynamic.Parameter
The mode of the parameter.
MODE_ASYNCHRONOUS - static field in class org.w3c.dom.ls.DOMImplementationLS
Create an asynchronous LSParser.
MODE_COPY_FROM_METADATA - static field in class javax.imageio.ImageWriteParam
MODE_DEFAULT - static field in class javax.imageio.ImageWriteParam
MODE_DISABLED - static field in class javax.imageio.ImageWriteParam
MODE_EXPLICIT - static field in class javax.imageio.ImageWriteParam
MODE_SYNCHRONOUS - static field in class org.w3c.dom.ls.DOMImplementationLS
Create a synchronous LSParser.
model - field in class javax.swing.AbstractButton
The button's current state.
MODEL - static field in class javax.swing.text.html.parser.DTDConstants
The MODEL constant.
model - field in class javax.swing.JProgressBar
The model describing this ProgressBar.
model - field in class javax.swing.JScrollBar
The model that holds the scroll bar's data.
model - field in class javax.swing.JTabbedPane
The model that describes this JTabbedPane.
MODEL_CHANGED_PROPERTY - static field in class javax.swing.AbstractButton
Fired in a PropertyChangeEvent when the "model" property changes.
ModelAttribute - static field in class javax.swing.text.StyleConstants
modelChanged() - method in class javax.swing.plaf.basic.BasicTextUI
modelIndex - field in class javax.swing.table.TableColumn
The index of the corresponding column in the table model.
A helper class that listens to the ScrollBar's model for ChangeEvents.
A helper class that listens for changes to the model.
ModelListener() - constructor for class javax.swing.JTabbedPane.ModelListener
Creates a new ModelListener object.
modelToView(int) - method in class javax.swing.text.JTextComponent
modelToView(javax.swing.text.JTextComponent,int) - method in class javax.swing.plaf.basic.BasicTextUI
modelToView(javax.swing.text.JTextComponent,int) - method in class javax.swing.plaf.TextUI
Calculates the geometric extent of the character at the given offset.
Calculates the geometric extent of the character at the given offset.
MODIFICATION - static field in class org.w3c.dom.events.MutationEvent
The Attr was modified in place.
ModificationItem - class javax.naming.directory.ModificationItem
ModificationItem(int,javax.naming.directory.Attribute) - constructor for class javax.naming.directory.ModificationItem
MODIFIED_JULIAN_DAY - static field in class java.text.DateFormat.Field
MODIFIED_JULIAN_DAY_FIELD - static field in class java.text.DateFormat
Represents the position of the modified Julian day pattern character in the array of localized pattern characters.
modifier - field in class javax.swing.text.html.parser.AttributeList
The modifier of this attribute.
Modifier - class java.lang.reflect.Modifier
Modifier is a helper class with static methods to determine whether an int returned from getModifiers() represents static, public, protected, native, final, etc... and provides an additional method to print out all of the modifiers in an int in order.
Modifier() - constructor for class java.lang.reflect.Modifier
This constructor really shouldn't be here ... there are no instance methods or variables of this class, so instantiation is worthless.
MODIFIER_LETTER - static field in class java.lang.Character
Lm = Letter, Modifier (Informative).
MODIFIER_SYMBOL - static field in class java.lang.Character
Sk = Symbol, Modifier (Informative).
modifiers - field in class java.awt.Event
modInverse(java.math.BigInteger) - method in class java.math.BigInteger
MONARCH - static field in class java.awt.PageAttributes.MediaType
MONARCH_ENVELOPE - static field in class javax.print.attribute.standard.MediaSizeName
MONARCH_ENVELOPE - static field in class java.awt.PageAttributes.MediaType
MONDAY - static field in class java.util.Calendar
Constant representing Monday.
MONGOLIAN - static field in class java.lang.Character.UnicodeBlock
Mongolian.
MONGOLIAN - static field in class java.awt.font.NumericShaper
MONOCHROME - static field in class javax.print.attribute.standard.Chromaticity
MONOCHROME - static field in class java.awt.PageAttributes.ColorType
MONTH - static field in class java.util.Calendar
Constant representing the month time field.
MONTH - static field in class java.text.DateFormat.Field
MONTH_FIELD - static field in class java.text.DateFormat
Represents the position of the month pattern character in the array of localized pattern characters.
MONTHS - static field in class javax.xml.datatype.DatatypeConstants
Constant that represents the months field.
MOUSE_CLICKED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse was clicked.
MOUSE_DOWN - static field in class java.awt.Event
MOUSE_DRAG - static field in class java.awt.Event
MOUSE_DRAGGED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse was dragged over a component.
MOUSE_ENTER - static field in class java.awt.Event
MOUSE_ENTERED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse entered a component.
MOUSE_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for mouse button events.
MOUSE_EXIT - static field in class java.awt.Event
MOUSE_EXITED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse exited a component.
MOUSE_FIRST - static field in class java.awt.event.MouseEvent
This is the first id in the range of event ids used by this class.
MOUSE_LAST - static field in class java.awt.event.MouseEvent
This is the last id in the range of event ids used by this class.
MOUSE_MOTION_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for mouse motion events.
MOUSE_MOVE - static field in class java.awt.Event
MOUSE_MOVED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse was moved.
MOUSE_PRESSED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse was pressed.
MOUSE_RELEASED - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse was released.
MOUSE_UP - static field in class java.awt.Event
MOUSE_WHEEL - static field in class java.awt.event.MouseEvent
This event id indicates that the mouse wheel was rotated.
MOUSE_WHEEL_EVENT_MASK - static field in class java.awt.AWTEvent
Mask for mouse wheel events.
MouseAdapter - class java.awt.event.MouseAdapter
This class implements MouseListener and implements all methods with empty bodies.
MouseAdapter() - constructor for class java.awt.event.MouseAdapter
Do nothing default constructor for subclasses.
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseClicked(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
DOCUMENT ME!
This method is called when the mouse is clicked.
This method is called when the mouse is clicked on the glass pane.
Called when a mouse button press/release cycle completes on the JList
This method is called when mouse is clicked on the menu item.
This method is called when the mouse is clicked (pressed and released in short succession) on a component.
This method is called when the mouse is clicked.
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseClicked(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse is clicked (pressed and released in short succession) on a component.
mouseClicked(java.awt.event.MouseEvent) - method in class java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.
This method is called when the mouse is clicked (pressed and released in short succession) on a component.
Mouse clicked
This method is called when the mouse is clicked (pressed and released in short succession) on a component.
mouseDown(java.awt.Event,int,int) - method in class java.awt.Component
AWT 1.0 MOUSE_DOWN event handler.
mouseDrag(java.awt.Event,int,int) - method in class java.awt.Component
AWT 1.0 MOUSE_DRAG event handler.
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseDragged(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
This method is responsible for highlighting item in the drop down list over which the mouse is currently being dragged.
This method is called when the mouse is dragged in the JDesktopIcon.
This method is called when the mouse is dragged.
This method is called when the mouse is dragged in the glass pane.
Called when the mouse pointer moves over the area bounded by the JList while a button is held down.
This method is called when mouse is dragged inside the menu item.
This method is called when the mouse is moved over a component while a button has been pressed.
This method is called when the mouse is being dragged.
Called when the mouse has been dragged.
Repeatedly invoked when the user is dragging the mouse cursor while having pressed a mouse button.
This method is called when the mouse is dragged.
mouseDragged(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
Invoked when a mouse button is pressed on a component and then dragged.
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse is moved over a component while a button has been pressed.
This method is called when the mouse is moved over a component while a button has been pressed.
Mouse dragged
Implement this method in the interface with an empty body.
This method is called when the mouse is moved over a component while a button has been pressed.
This method is called when the mouse is dragged in a JComponent registered with the ToolTipManager.
Creates a MouseDragGestureRecognizer object.
Creates a MouseDragGestureRecognizer object.
Creates a MouseDragGestureRecognizer object.
Creates a MouseDragGestureRecognizer object.
AWT 1.0 MOUSE_ENTER event handler.
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseEntered(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Accept a mouse enter event and set the button's "rollover" property to true, if the button's "rolloverEnabled" property is true.
DOCUMENT ME!
This method is called when the mouse enters the glass pane.
Called when the mouse pointer enters the area bounded by the JList
This method is called when mouse enters menu item.
This method is called when the mouse enters a component.
This method is called when the mouse enters the JToolBar.
Invoked when the mouse enters a component.
mouseEntered(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse enters a component.
mouseEntered(java.awt.event.MouseEvent) - method in class java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.
This method is called when the mouse enters a component.
Mouse entered
This method is called when the mouse enters a component.
This method is called whenever the mouse enters a JComponent registered with the ToolTipManager.
MouseEvent - class java.awt.event.MouseEvent
This event is generated for a mouse event.
MouseEvent - interface org.w3c.dom.events.MouseEvent
The MouseEvent interface provides specific contextual information associated with Mouse events.
Initializes a new instance of MouseEvent with the specified information.
Initializes a new instance of MouseEvent with the specified information.
mouseExit(java.awt.Event,int,int) - method in class java.awt.Component
AWT 1.0 MOUSE_EXIT event handler.
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseExited(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Accept a mouse exit event and set the button's model's "rollover" property to false, if it's "rolloverEnabled" property is true.
This method is called when the mouse exits the JInternalFrame.
This method is called when the mouse exits the glass pane.
Called when the mouse pointer leaves the area bounded by the JList
This method is called when mouse exits menu item.
This method is called when the mouse exits a component.
This method is called when the mouse exits the JToolBar.
Invoked when the mouse exits a component.
mouseExited(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse exits a component.
mouseExited(java.awt.event.MouseEvent) - method in class java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.
This method is called when the mouse exits a component.
mouseExited(java.awt.event.MouseEvent) - method in class javax.swing.event.MouseInputAdapter
Mouse exited
mouseExited(java.awt.event.MouseEvent) - method in class java.awt.event.MouseListener
This method is called when the mouse exits a component.
This method is called when the mouse exits a JComponent registered with the ToolTipManager.
The listener for handling mouse events from both the divider and the containing JSplitPane.
A helper class for determining if mouse presses occur inside tabs and sets the index appropriately.
BasicTreeUI.MouseHandler - class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
MouseListener is responsible for updating the selevtion based on mouse events.
MouseHandler() - constructor for class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
Constructor
MouseInputAdapter - class javax.swing.event.MouseInputAdapter
MouseInputAdapter
MouseInputAdapter() - constructor for class javax.swing.event.MouseInputAdapter
Constructor MouseInputAdapter
This helper class handles mouse events that occur on the JDesktopIcon.
A helper class which listens for MouseEvents from the JList.
This class handles mouse events occuring inside the menu item.
This class is used by menus to handle mouse events occuring in the menu.
MouseInputHandler handles passing all mouse events, including mouse motion events, until the mouse is released to the destination it is constructed with.
MouseInputHandler() - constructor for class javax.swing.plaf.basic.BasicMenuItemUI.MouseInputHandler
Creates a new MouseInputHandler object.
Constructor
mouseInputListener - field in class javax.swing.plaf.basic.BasicListUI
The mouse listener listening to the list.
mouseInputListener - field in class javax.swing.plaf.basic.BasicMenuItemUI
mouse input listener listening to menu item.
mouseInputListener - field in class javax.swing.plaf.basic.BasicTableHeaderUI
mouseInputListener - field in class javax.swing.plaf.basic.BasicTableUI
MouseInputListener - interface javax.swing.event.MouseInputListener
MouseInputListener public interface
mouseListener - field in class javax.swing.plaf.basic.BasicComboPopup
MouseListener listening to mouse events occuring in the combo box
mouseListener - field in class javax.swing.plaf.basic.BasicTabbedPaneUI
The listener that listens for mouse events.
MouseListener - interface java.awt.event.MouseListener
This interface is for classes that wish to receive mouse events other than simple motion events.
MouseMotionAdapter - class java.awt.event.MouseMotionAdapter
This class implements MouseMotionListener and implements all methods with empty bodies.
MouseMotionAdapter() - constructor for class java.awt.event.MouseMotionAdapter
Do nothing default constructor for subclasses.
mouseMotionListener - field in class javax.swing.plaf.basic.BasicComboPopup
MouseMotionListener listening to mouse motion events occuring in the combo box
MouseMotionListener - interface java.awt.event.MouseMotionListener
This interface is for classes that wish to be notified of mouse movements.
mouseMove(int,int) - method in class java.awt.Robot
Move the mouse pointer to absolute coordinates (x, y).
mouseMove(int,int) - method in class java.awt.peer.RobotPeer
mouseMove(java.awt.Event,int,int) - method in class java.awt.Component
AWT 1.0 MOUSE_MOVE event handler.
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseMoved(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Implement this method in the interface with an empty body.
This method is called when the mouse is moved in the JDesktopIcon.
This method is called when the mouse is moved inside the JInternalFrame.
This method is called when the mouse is moved in the glass pane.
Called when the mouse pointer moves over the area bounded by the JList.
This method is called when mouse is inside the menu item.
This method is called when the mouse is moved over a component while no button is pressed.
This method is called when the mouse is moved.
Called when the mouse has moved over a component but no buttons have been pressed yet.
Repeatedly invoked when the user is dragging the mouse cursor without having pressed a mouse button.
This method is called when the mouse is moved in the JToolBar.
mouseMoved(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
Invoked when the mouse button has been moved on a component (with no buttons no down).
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mouseMoved(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse is moved over a component while no button is pressed.
This method is called when the mouse is moved over a component while no button is pressed.
mouseMoved(java.awt.event.MouseEvent) - method in class javax.swing.event.MouseInputAdapter
Mouse moved
Implement this method in the interface with an empty body.
This method is called when the mouse is moved over a component while no button is pressed.
This method is called when the mouse is moved in a JComponent registered with the ToolTipManager.
mousePress(int) - method in class java.awt.Robot
Press one or more mouse buttons.
mousePress(int) - method in class java.awt.peer.RobotPeer
Handles this event by dispatching it to the "a" and "b" listener instances.
mousePressed(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Accept a mouse press event and arm the button.
This method is invoked whenever mouse is being pressed over the main part of the combo box.
Implements this method in the interface with an empty method body.
This method is called when the mouse is pressed in the JDesktopIcon.
This method is called when the mouse is pressed.
This method is called when the mouse is pressed in the glass pane.
Called when a mouse button is pressed down on the JList.
This method is called when mouse is pressed.
This method is called when the mouse is pressed over a component.
Move the thumb in the direction specified by the button's arrow.
This method is called when the mouse is pressed.
Called when the mouse is pressed.
This method is called when the mouse is pressed.
This method is called when the mouse is pressed.
This method is called when the mouse is pressed in the JToolBar.
mousePressed(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicTreeUI.MouseHandler
Invoked when a mouse button has been pressed on a component.
Invoked when a mouse button has been pressed on a component.
mousePressed(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse is pressed over a component.
mousePressed(java.awt.event.MouseEvent) - method in class java.awt.event.MouseAdapter
Implements this method in the interface with an empty method body.
This method is called when the mouse is pressed over a component.
Mouse pressed
This method is called when the mouse is pressed over a component.
This method is called when the mouse is pressed on a JComponent registered with the ToolTipManager.
mouseRelease(int) - method in class java.awt.Robot
Release one or more mouse buttons.
mouseRelease(int) - method in class java.awt.peer.RobotPeer
Handles this event by dispatching it to the "a" and "b" listener instances.
mouseReleased(java.awt.event.MouseEvent) - method in class javax.swing.plaf.basic.BasicButtonListener
Accept a mouse release event and set the button's "pressed" property to true, if the model is armed.
This method is invoked whenever mouse event was originated in the combo box and released either in the combBox list of items or in the combo box itself.
Implements this method in the interface with an empty method body.
This method is called when the mouse is released in the JDesktopIcon.
This method is called when the mouse is released.
This method is called when the mouse is released in the glass pane.
Called when a mouse button is released on the JList
This method is called when mouse is released.
This method is called when the mouse is released over a component.
Stops the thumb when the JButton is released.
This method is called when the mouse is released.
Called when the mouse is released.
This method is called when the mouse is released.
This method is called when the mouse is released from the JToolBar.
Invoked when a mouse button has been released on a component.
Invoked when a mouse button has been released on a component.
mouseReleased(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
This method is called when the mouse is released over a component.
Implements this method in the interface with an empty method body.
This method is called when the mouse is released over a component.
Mouse released
This method is called when the mouse is released over a component.
mouseUp(java.awt.Event,int,int) - method in class java.awt.Component
AWT 1.0 MOUSE_UP event handler.
mouseWheel(int) - method in class java.awt.Robot
Rotate the mouse scroll wheel.
mouseWheel(int) - method in class java.awt.peer.RobotPeer
MouseWheelEvent - class java.awt.event.MouseWheelEvent
This event is generated for a mouse wheel rotation.
Initializes a new instance of MouseWheelEvent with the specified information.
MouseWheelListener - interface java.awt.event.MouseWheelListener
This interface is for classes that wish to receive mouse wheel events.
Handles this event by dispatching it to the "a" and "b" listener instances.
This method is called when the mouse wheel is rotated.
MOVE - static field in class javax.swing.TransferHandler
move(int,int) - method in class java.awt.Component
Moves this component to the specified location, relative to the parent's coordinates.
move(int,int) - method in class java.awt.Point
Sets this object's coordinates to the specified values.
move(int,int) - method in class java.awt.Rectangle
Moves the location of this rectangle by setting its upper left corner to the specified coordinates.
MOVE_CMD - static field in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
The action command for the Move action.
MOVE_CURSOR - static field in class java.awt.Cursor
Constant for a cursor used during window move operations.
MOVE_CURSOR - static field in class java.awt.Frame
Constant for a cursor used during window move operations.
This Action is responsible for dragging the JInternalFrame.
This method moves and repaints the JDesktopIcon to the given bounds.
moveCaret(java.awt.event.MouseEvent) - method in class javax.swing.text.DefaultCaret
moveCaretPosition(int) - method in class javax.swing.text.JTextComponent
Moves the caret to a given position.
moveColumn(int,int) - method in class javax.swing.table.DefaultTableColumnModel
moveColumn moves column at index i to index j.
moveColumn(int,int) - method in class javax.swing.JTable
Moves column at the specified index to new given location.
moveColumn(int,int) - method in class javax.swing.table.TableColumnModel
Moves a column.
moveDot(int) - method in class javax.swing.text.Caret
moveDot(int) - method in class javax.swing.text.DefaultCaret
movePointLeft(int) - method in class java.math.BigDecimal
movePointRight(int) - method in class java.math.BigDecimal
moveRow(int,int,int) - method in class javax.swing.table.DefaultTableModel
Moves the rows from startIndex to endIndex (inclusive) to the specified row.
moveTo(float,float) - method in class java.awt.geom.GeneralPath
Adds a new point to a path.
moveToBack() - method in class javax.swing.JInternalFrame
A helper method that moves this JInternalFrame to the back if the parent is a JLayeredPane.
moveToBack(java.awt.Component) - method in class javax.swing.JLayeredPane
Moves a component to the "back" of its layer.
moveToCurrentRow() - method in class java.sql.ResultSet
This method moves the result set position from the insert row back to the current row that was selected prior to moving to the insert row.
moveToFront() - method in class javax.swing.JInternalFrame
A helper method that moves this JInternalFrame to the front if the parent is a JLayeredPane.
moveToFront(java.awt.Component) - method in class javax.swing.JLayeredPane
Moves a component to the "front" of its layer.
moveToInsertRow() - method in class java.sql.ResultSet
This method positions the result set to the "insert row", which allows a new row to be inserted into the database from the result set.
MOVING_TO_PAUSED - static field in class javax.print.attribute.standard.PrinterStateReason
MS - static field in class javax.swing.text.html.parser.DTDConstants
The MS constant.
MULTI_LINE - static field in class javax.accessibility.AccessibleState
Indicates that this text object can hold multiple lines.
MULTI_SELECTION_ENABLED_CHANGED_PROPERTY - static field in class javax.swing.JFileChooser
DOCUMENT ME!
This class models a multicast UDP socket.
MulticastSocket() - constructor for class java.net.MulticastSocket
Create a MulticastSocket that this not bound to any address
MulticastSocket(int) - constructor for class java.net.MulticastSocket
Create a multicast socket bound to the specified port
Create a multicast socket bound to the specified SocketAddress.
MultiDoc - interface javax.print.MultiDoc
MultiDocPrintJob - interface javax.print.MultiDocPrintJob
MULTILINE - static field in class java.util.regex.Pattern
MultiPixelPackedSampleModel provides a single band model that supports multiple pixels in a single unit.
MULTIPLE - static field in class javax.swing.text.html.HTML.Attribute
The multiple attribute
MULTIPLE_ID - static field in class org.omg.PortableServer.IdUniquenessPolicyValue
Indicates that a servant activated with that POA is able to support the multiple Object Ids.
MULTIPLE_INTERVAL_SELECTION - static field in class javax.swing.ListSelectionModel
A helper operations for the array of TaggedComponent (MultipleComponentProfile).
A holder for the sequence of TaggedComponent (MultipleComponentProfile).
Create the unitialised instance, leaving the value array with default null value.
Create the initialised instance.
MultipleDocumentHandling - class javax.print.attribute.standard.MultipleDocumentHandling
MultipleDocumentHandling(int) - constructor for class javax.print.attribute.standard.MultipleDocumentHandling
Constructs a MultipleDocumentHandling object.
MultipleMaster - interface java.awt.font.MultipleMaster
multiply(int) - method in class javax.xml.datatype.Duration
Returns the result of multiplying this duration by the given factor.
multiply(java.math.BigDecimal) - method in class java.math.BigDecimal
multiply(java.math.BigDecimal) - method in class javax.xml.datatype.Duration
Returns the result of multiplying this duration by the given factor.
multiply(java.math.BigInteger) - method in class java.math.BigInteger
MULTISELECTABLE - static field in class javax.accessibility.AccessibleState
Indicates that multiple children can be selected at once.
MutableAttributeSet - interface javax.swing.text.MutableAttributeSet
MutableAttributeSet
A data model used in JComboBoxes that keeps track of the components data and provides methods to insert and remove elements from it.
MutableTreeNode - interface javax.swing.tree.MutableTreeNode
MutableTreeNode public interface
MutationEvent - interface org.w3c.dom.events.MutationEvent
The MutationEvent interface provides specific contextual information associated with Mutation events.
MYANMAR - static field in class java.lang.Character.UnicodeBlock
Myanmar.
MYANMAR - static field in class java.awt.font.NumericShaper
myProps - field in class javax.naming.InitialContext
mySyntax - field in class javax.naming.CompoundName