站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

M-Index (Java Platform SE 6) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档


Java™ Platform
Standard Ed. 6
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 in javax.crypto
This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
Mac(MacSpi, Provider, String) - Constructor for class javax.crypto.Mac
Creates a MAC object.
MacSpi - Class in javax.crypto
This class defines the Service Provider Interface (SPI) for the Mac class.
MacSpi() - Constructor for class javax.crypto.MacSpi
 
magenta - Static variable in class java.awt.Color
The color magenta.
MAGENTA - Static variable in class java.awt.Color
The color magenta.
mail() - Method in class java.awt.Desktop
Launches the mail composing window of the user default mail client.
mail(URI) - Method in class java.awt.Desktop
Launches the mail composing window of the user default mail client, filling the message fields specified by a mailto: URI.
MailcapCommandMap - Class in javax.activation
MailcapCommandMap extends the CommandMap abstract class.
MailcapCommandMap() - Constructor for class javax.activation.MailcapCommandMap
The default Constructor.
MailcapCommandMap(String) - Constructor for class javax.activation.MailcapCommandMap
Constructor that allows the caller to specify the path of a mailcap file.
MailcapCommandMap(InputStream) - Constructor for class javax.activation.MailcapCommandMap
Constructor that allows the caller to specify an InputStream containing a mailcap file.
MAIN - Static variable in class javax.print.attribute.standard.MediaTray
The main input tray in the printer.
MAIN_CLASS - Static variable in class java.util.jar.Attributes.Name
Name object for Main-Class manifest attribute used for launching applications packaged in JAR files.
MAIN_UIROLE - Static variable in class javax.print.ServiceUIFactory
Denotes a UI which performs the normal end user role.
major_version - Variable in class org.omg.IOP.Encoding
The major version of this Encoding format.
majorRequirementChange(AsyncBoxView.ChildState, float) - Method in class javax.swing.text.AsyncBoxView
Requirements changed along the major axis.
majorTickSpacing - Variable in class javax.swing.JSlider
The number of values between the major tick marks -- the larger marks that break up the minor tick marks.
make_object(String, byte[]) - Method in interface org.omg.PortableInterceptor.ObjectReferenceFactory
make_object creates a CORBA object reference according to the data in this template, with the given repository ID and object ID.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Double
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Float
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D
Constructs a Rectangle2D of the appropriate precision to hold the parameters calculated to be the framing rectangle of this arc.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
Creates a new client connection as an RMI object exported through IIOP.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
Creates a new client connection as an RMI object exported through JRMP.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIServerImpl
Creates a new client connection.
makeComponentInputMap(JComponent, Object[]) - Static method in class javax.swing.LookAndFeel
Creates a ComponentInputMapUIResource from keys.
makeIcon(Class<?>, String) - Static method in class javax.swing.LookAndFeel
Creates and returns a UIDefault.LazyValue that loads an image.
makeInputMap(Object[]) - Static method in class javax.swing.LookAndFeel
Creates a InputMapUIResource from keys.
makeKeyBindings(Object[]) - Static method in class javax.swing.LookAndFeel
Convenience method for building an array of KeyBindings.
makeParser() - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated. Create a new SAX parser using the `org.xml.sax.parser' system property.
makeParser(String) - Static method in class org.xml.sax.helpers.ParserFactory
Deprecated. Create a new SAX parser object using the class name provided.
makeTag(Element, boolean) - Method in class javax.swing.text.html.parser.Parser
Makes a TagElement.
makeTag(Element) - Method in class javax.swing.text.html.parser.Parser
 
makeVisible(int) - Method in class java.awt.List
Makes the item at the specified index visible.
makeVisible(TreePath) - Method in class javax.swing.JTree
Ensures that the node identified by path is currently viewable.
MALAYALAM - Static variable in class java.awt.font.NumericShaper
Identifies the MALAYALAM range and decimal base.
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Malayalam" Unicode character block.
malformedForLength(int) - Static method in class java.nio.charset.CoderResult
Static factory method that returns the unique object describing a malformed-input error of the given length.
malformedInputAction() - Method in class java.nio.charset.CharsetDecoder
Returns this decoder's current action for malformed-input errors.
malformedInputAction() - Method in class java.nio.charset.CharsetEncoder
Returns this encoder's current action for malformed-input errors.
MalformedInputException - Exception in java.nio.charset
Checked exception thrown when an input byte sequence is not legal for given charset, or an input character sequence is not a legal sixteen-bit Unicode sequence.
MalformedInputException(int) - Constructor for exception java.nio.charset.MalformedInputException
 
MalformedLinkException - Exception in javax.naming
This exception is thrown when a malformed link was encountered while resolving or constructing a link.
MalformedLinkException(String) - Constructor for exception javax.naming.MalformedLinkException
Constructs a new instance of MalformedLinkException with an explanation All the other fields are initialized to null.
MalformedLinkException() - Constructor for exception javax.naming.MalformedLinkException
Constructs a new instance of Malformed LinkException.
MalformedObjectNameException - Exception in javax.management
The format of the string does not correspond to a valid ObjectName.
MalformedObjectNameException() - Constructor for exception javax.management.MalformedObjectNameException
Default constructor.
MalformedObjectNameException(String) - Constructor for exception javax.management.MalformedObjectNameException
Constructor that allows a specific error message to be specified.
MalformedParameterizedTypeException - Exception in java.lang.reflect
Thrown when a semantically malformed parameterized type is encountered by a reflective method that needs to instantiate it.
MalformedParameterizedTypeException() - Constructor for exception java.lang.reflect.MalformedParameterizedTypeException
 
MalformedURLException - Exception in java.net
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
ManagementFactory - Class in java.lang.management
The ManagementFactory class is a factory class for getting managed beans for the Java platform.
ManagementPermission - Class in java.lang.management
The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.
ManagementPermission(String) - Constructor for class java.lang.management.ManagementPermission
Constructs a ManagementPermission with the specified name.
ManagementPermission(String, String) - Constructor for class java.lang.management.ManagementPermission
Constructs a new ManagementPermission object.
manager_id() - Method in interface org.omg.PortableInterceptor.IORInfoOperations
Return the adapter manager id of the object adapter that was just created and is running IOR interceptors.
ManageReferralControl - Class in javax.naming.ldap
Requests that referral and other special LDAP objects be manipulated as normal LDAP objects.
ManageReferralControl() - Constructor for class javax.naming.ldap.ManageReferralControl
Constructs a critical ManageReferral control.
ManageReferralControl(boolean) - Constructor for class javax.naming.ldap.ManageReferralControl
Constructs a ManageReferral control.
ManagerFactoryParameters - Interface in javax.net.ssl
This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory.
MANAGES_DESCENDANTS - Static variable in class javax.accessibility.AccessibleState
Indicates this object is responsible for managing its subcomponents.
Manifest - Class in java.util.jar
The Manifest class is used to maintain Manifest entry names and their associated Attributes.
Manifest() - Constructor for class java.util.jar.Manifest
Constructs a new, empty Manifest.
Manifest(InputStream) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest from the specified input stream.
Manifest(Manifest) - Constructor for class java.util.jar.Manifest
Constructs a new Manifest that is a copy of the specified Manifest.
Manifest - Interface in javax.xml.crypto.dsig
A representation of the XML Manifest element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
MANIFEST_NAME - Static variable in class java.util.jar.JarFile
The JAR manifest file name.
MANIFEST_VERSION - Static variable in class java.util.jar.Attributes.Name
Name object for Manifest-Version manifest attribute.
MANUAL - Static variable in class javax.print.attribute.standard.MediaTray
The manual feed input tray in the printer.
map(FileChannel.MapMode, long, long) - Method in class java.nio.channels.FileChannel
Maps a region of this channel's file directly into memory.
map - Variable in class java.util.jar.Attributes
The attribute name-value mappings.
Map<K,V> - Interface in java.util
An object that maps keys to values.
MAP - Static variable in class javax.swing.text.html.HTML.Tag
 
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
mapInputMethodHighlight(InputMethodHighlight) - Method in class java.awt.Toolkit
Returns a map of visual attributes for the abstract level description of the given input method highlight, or null if no mapping is found.
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
MappedByteBuffer - Class in java.nio
A direct byte buffer whose content is a memory-mapped region of a file.
mapRenderContext(int, RenderContext, ParameterBlock, RenderableImage) - Method in interface java.awt.image.renderable.ContextualRenderedImageFactory
Maps the operation's output RenderContext into a RenderContext for each of the operation's sources.
mapSystemException(SystemException) - Static method in class javax.rmi.CORBA.Util
Maps a SystemException to a RemoteException.
mapSystemException(SystemException) - Method in interface javax.rmi.CORBA.UtilDelegate
Delegation call for Util.mapSystemException(org.omg.CORBA.SystemException).
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
MARCH - Static variable in class javax.xml.datatype.DatatypeConstants
Value for third month of year.
MARGIN - Static variable in class javax.swing.text.html.CSS.Attribute
 
MARGIN_BOTTOM - Static variable in class javax.swing.text.html.CSS.Attribute
 
MARGIN_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Identifies a change in the button's margins.
MARGIN_LEFT - Static variable in class javax.swing.text.html.CSS.Attribute
 
MARGIN_RIGHT - Static variable in class javax.swing.text.html.CSS.Attribute
 
MARGIN_TOP - Static variable in class javax.swing.text.html.CSS.Attribute
 
MARGINHEIGHT - Static variable in class javax.swing.text.html.HTML.Attribute
 
MARGINWIDTH - Static variable in class javax.swing.text.html.HTML.Attribute
 
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Marks the present position in the stream.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.CharArrayReader
Marks the present position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.FilterReader
Marks the present position in the stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberInputStream
Deprecated. Marks the current position in this input stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.PushbackReader
Marks the present position in the stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
mark(int) - Method in class java.io.StringReader
Marks the present position in the stream.
mark() - Method in class java.nio.Buffer
Sets this buffer's mark at its position.
mark(int) - Method in class java.util.zip.DeflaterInputStream
This operation is not supported.
mark(int) - Method in class java.util.zip.InflaterInputStream
Marks the current position in this input stream.
mark() - Method in interface javax.imageio.stream.ImageInputStream
Marks a position in the stream to be returned to by a subsequent call to reset.
mark() - Method in class javax.imageio.stream.ImageInputStreamImpl
Pushes the current stream position onto a stack of marked positions.
mark(int) - Method in class javax.sound.sampled.AudioInputStream
Marks the current position in this audio input stream.
markCompletelyClean(JComponent) - Method in class javax.swing.RepaintManager
Mark a component completely clean.
markCompletelyDirty(JComponent) - Method in class javax.swing.RepaintManager
Mark a component completely dirty.
markedPos - Variable in class java.io.CharArrayReader
The position of mark in buffer.
MARKER_SUPPLY_EMPTY - Static variable in class javax.print.attribute.standard.PrinterStateReason
The device is out of at least one marker supply (e.g.
MARKER_SUPPLY_LOW - Static variable in class javax.print.attribute.standard.PrinterStateReason
The device is low on at least one marker supply (e.g.
MARKER_WASTE_ALMOST_FULL - Static variable in class javax.print.attribute.standard.PrinterStateReason
The device marker supply waste receptacle is almost full.
MARKER_WASTE_FULL - Static variable in class javax.print.attribute.standard.PrinterStateReason
The device marker supply waste receptacle is full.
markFirstTime(Element) - Method in class javax.swing.text.html.parser.Parser
Marks the first time a tag has been seen in a document
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterReader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.PushbackReader
Tells whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.util.zip.DeflaterInputStream
Always returns false because this input stream does not support the mark() and reset() methods.
markSupported() - Method in class java.util.zip.InflaterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class javax.crypto.CipherInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class javax.sound.sampled.AudioInputStream
Tests whether this audio input stream supports the mark and reset methods.
marshal(String) - Method in class javax.xml.bind.annotation.adapters.CollapsedStringAdapter
No-op.
marshal(byte[]) - Method in class javax.xml.bind.annotation.adapters.HexBinaryAdapter
 
marshal(String) - Method in class javax.xml.bind.annotation.adapters.NormalizedStringAdapter
No-op.
marshal(BoundType) - Method in class javax.xml.bind.annotation.adapters.XmlAdapter
Convert a bound type to a value type.
marshal(ElementT, ValidationEventHandler) - Method in interface javax.xml.bind.annotation.DomHandler
This method is called when a JAXB provider needs to marshal an element to XML.
marshal(Element, ValidationEventHandler) - Method in class javax.xml.bind.annotation.W3CDomHandler
 
marshal(Object, XmlNode) - Method in class javax.xml.bind.Binder
Marshal a JAXB object tree to a new XML document.
marshal(Object, OutputStream) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Writer) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, ContentHandler) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Node) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLEventWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, XMLStreamWriter) - Method in class javax.xml.bind.helpers.AbstractMarshallerImpl
 
marshal(Object, Result) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into the specified javax.xml.transform.Result.
marshal(Object, OutputStream) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into an output stream.
marshal(Object, Writer) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a Writer.
marshal(Object, ContentHandler) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into SAX2 events.
marshal(Object, Node) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a DOM tree.
marshal(Object, XMLStreamWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLStreamWriter.
marshal(Object, XMLEventWriter) - Method in interface javax.xml.bind.Marshaller
Marshal the content tree rooted at jaxbElement into a XMLEventWriter.
marshal(XMLStructure, XMLCryptoContext) - Method in interface javax.xml.crypto.dsig.keyinfo.KeyInfo
Marshals the key info to XML.
marshal(DataOutputStream) - Method in interface org.omg.CORBA.CustomMarshal
Marshal method has to be implemented by the Customized Marshal class.
MARSHAL - Exception in org.omg.CORBA
A request or reply from the network is structurally invalid.
MARSHAL() - Constructor for exception org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with a default minor code of 0, a completion state of CompletionStatus.COMPLETED_NO, and a null description.
MARSHAL(String) - Constructor for exception org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
MARSHAL(int, CompletionStatus) - Constructor for exception org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with the specified minor code and completion status.
MARSHAL(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with the specified description message, minor code, and completion status.
MarshalException - Exception in java.rmi
A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
MarshalException(String) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for exception java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
MarshalException - Exception in javax.xml.bind
This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.
MarshalException(String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message.
MarshalException(String, String) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and vendor specific errorCode.
MarshalException(Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with a linkedException.
MarshalException(String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message and linkedException.
MarshalException(String, String, Throwable) - Constructor for exception javax.xml.bind.MarshalException
Construct a MarshalException with the specified detail message, vendor specific errorCode, and linkedException.
MarshalException - Exception in javax.xml.crypto
Indicates an exceptional condition that occured during the XML marshalling or unmarshalling process.
MarshalException() - Constructor for exception javax.xml.crypto.MarshalException
Constructs a new MarshalException with null as its detail message.
MarshalException(String) - Constructor for exception javax.xml.crypto.MarshalException
Constructs a new MarshalException with the specified detail message.
MarshalException(String, Throwable) - Constructor for exception javax.xml.crypto.MarshalException
Constructs a new MarshalException with the specified detail message and cause.
MarshalException(Throwable) - Constructor for exception javax.xml.crypto.MarshalException
Constructs a new MarshalException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
MarshalledObject<T> - Class in java.rmi
A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
MarshalledObject(T) - Constructor for class java.rmi.MarshalledObject
Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object.
Marshaller - Interface in javax.xml.bind
The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.
Marshaller.Listener - Class in javax.xml.bind

Register an instance of an implementation of this class with a Marshaller to externally listen for marshal events.

Marshaller.Listener() - Constructor for class javax.xml.bind.Marshaller.Listener
 
marshalParams(XMLStructure, XMLCryptoContext) - Method in class javax.xml.crypto.dsig.TransformService
Marshals the algorithm-specific parameters.
MaskFormatter - Class in javax.swing.text
MaskFormatter is used to format and edit strings.
MaskFormatter() - Constructor for class javax.swing.text.MaskFormatter
Creates a MaskFormatter with no mask.
MaskFormatter(String) - Constructor for class javax.swing.text.MaskFormatter
Creates a MaskFormatter with the specified mask.
MASTER_GAIN - Static variable in class javax.sound.sampled.FloatControl.Type
Represents a control for the overall gain on a line.
match(DataFlavor) - Method in class java.awt.datatransfer.DataFlavor
Tests a DataFlavor to this DataFlavor for equality.
match(Certificate) - Method in interface java.security.cert.CertSelector
Decides whether a Certificate should be selected.
match(CRL) - Method in interface java.security.cert.CRLSelector
Decides whether a CRL should be selected.
match(Certificate) - Method in class java.security.cert.X509CertSelector
Decides whether a Certificate should be selected.
match(CRL) - Method in class java.security.cert.X509CRLSelector
Decides whether a CRL should be selected.
match() - Method in class java.util.Scanner
Returns the match result of the last scanning operation performed by this scanner.
match(MimeType) - Method in class javax.activation.MimeType
Determine if the primary and sub type of this object is the same as what is in the given type.
match(String) - Method in class javax.activation.MimeType
Determine if the primary and sub type of this object is the same as the content type described in rawdata.
match(AttributeValueExp, StringValueExp) - Static method in class javax.management.Query
Returns a query expression that represents a matching constraint on a string argument.
Matcher - Class in java.util.regex
An engine that performs match operations on a character sequence by interpreting a Pattern.
matcher(CharSequence) - Method in class java.util.regex.Pattern
Creates a matcher that will match the given input against this pattern.
matches(String) - Method in class java.lang.String
Tells whether or not this string matches the given regular expression.
matches() - Method in class java.util.regex.Matcher
Attempts to match the entire region against the pattern.
matches(String, CharSequence) - Static method in class java.util.regex.Pattern
Compiles the given regular expression and attempts to match the given input against it.
matches(AudioFormat) - Method in class javax.sound.sampled.AudioFormat
Indicates whether this format matches the one specified.
matches(Line.Info) - Method in class javax.sound.sampled.DataLine.Info
Determines whether the specified info object matches this one.
matches(Line.Info) - Method in class javax.sound.sampled.Line.Info
Indicates whether the specified info object matches this one.
matches(Line.Info) - Method in class javax.sound.sampled.Port.Info
Indicates whether this info object specified matches this one.
matchNameAttribute(AttributeSet, HTML.Tag) - Method in class javax.swing.text.html.HTMLWriter
Returns true if the StyleConstants.NameAttribute is equal to the tag that is passed in as a parameter.
MatchResult - Interface in java.util.regex
The result of a match operation.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
MATH_SYMBOL - Static variable in class java.lang.Character
General category "Sm" in the Unicode specification.
MathContext - Class in java.math
Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
MathContext(int) - Constructor for class java.math.MathContext
Constructs a new MathContext with the specified precision and the HALF_UP rounding mode.
MathContext(int, RoundingMode) - Constructor for class java.math.MathContext
Constructs a new MathContext with a specified precision and rounding mode.
MathContext(String) - Constructor for class java.math.MathContext
Constructs a new MathContext from a string.
MATHEMATICAL_ALPHANUMERIC_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Alphanumeric Symbols" Unicode character block.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the "Mathematical Operators" Unicode character block.
MatteBorder - Class in javax.swing.border
A class which provides a matte-like border of either a solid color or a tiled icon.
MatteBorder(int, int, int, int, Color) - Constructor for class javax.swing.border.MatteBorder
Creates a matte border with the specified insets and color.
MatteBorder(Insets, Color) - Constructor for class javax.swing.border.MatteBorder
Creates a matte border with the specified insets and color.
MatteBorder(int, int, int, int, Icon) - Constructor for class javax.swing.border.MatteBorder
Creates a matte border with the specified insets and tile icon.
MatteBorder(Insets, Icon) - Constructor for class javax.swing.border.MatteBorder
Creates a matte border with the specified insets and tile icon.
MatteBorder(Icon) - Constructor for class javax.swing.border.MatteBorder
Creates a matte border with the specified tile icon.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(int, int) - Static method in class java.lang.StrictMath
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.StrictMath
Returns the greater of two long values.
max(float, float) - Static method in class java.lang.StrictMath
Returns the greater of two float values.
max(double, double) - Static method in class java.lang.StrictMath
Returns the greater of two double values.
max(BigDecimal) - Method in class java.math.BigDecimal
Returns the maximum of this BigDecimal and val.
max(BigInteger) - Method in class java.math.BigInteger
Returns the maximum of this BigInteger and val.
max(Collection<? extends T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
max(Spring, Spring) - Static method in class javax.swing.Spring
Returns max(s1, s2): a spring whose value is always greater than (or equal to) the values of both s1 and s2.
MAX_BUFFER - Static variable 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_CODE_POINT - Static variable in class java.lang.Character
The maximum value of a Unicode code point.
MAX_COUNT - Static variable in class javax.swing.plaf.synth.ColorType
Maximum number of ColorTypes.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_HIGH_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode high-surrogate code unit in the UTF-16 encoding.
MAX_KEY_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a key (80 characters).
MAX_LOW_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode low-surrogate code unit in the UTF-16 encoding.
MAX_NAME_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of a node name (80 characters).
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_SCROLL - Static variable in class javax.swing.plaf.basic.BasicSliderUI
 
MAX_SURROGATE - Static variable in class java.lang.Character
The maximum value of a Unicode surrogate code unit in the UTF-16 encoding.
MAX_TIMEZONE_OFFSET - Static variable in class javax.xml.datatype.DatatypeConstants
W3C XML Schema max timezone offset is -14:00.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
MAX_VALUE_FIELD - Static variable in class javax.management.JMX
The name of the maxValue field.
MAX_VALUE_LENGTH - Static variable in class java.util.prefs.Preferences
Maximum length of string allowed as a value (8192 characters).
MAXBQUALSIZE - Static variable in interface javax.transaction.xa.Xid
Maximum number of bytes returned by getBqual.
maxButton - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
maxBytesPerChar() - Method in class java.nio.charset.CharsetEncoder
Returns the maximum number of bytes that will be produced for each character of input.
maxCharsPerByte() - Method in class java.nio.charset.CharsetDecoder
Returns the maximum number of characters that will be produced for each byte of input.
MAXGRIDSIZE - Static variable in class java.awt.GridBagLayout
This field is no longer used to reserve arrays and keeped for backward compatibility.
MAXGTRIDSIZE - Static variable in interface javax.transaction.xa.Xid
Maximum number of bytes returned by getGtrid.
maxIcon - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
maximizable - Variable in class javax.swing.JInternalFrame
The frame can be expanded to the size of the desktop pane.
MAXIMIZE_CMD - Static variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
maximizeAction - Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
 
MAXIMIZED_BOTH - Static variable in class java.awt.Frame
This state bit mask indicates that frame is fully maximized (that is both horizontally and vertically).
MAXIMIZED_HORIZ - Static variable in class java.awt.Frame
This state bit indicates that frame is maximized in the horizontal direction.
MAXIMIZED_VERT - Static variable in class java.awt.Frame
This state bit indicates that frame is maximized in the vertical direction.
maximizeFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
Resizes the frame to fill its parents bounds.
maximizeFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, the frame should be resized to match it's parents bounds.
maximizeFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the user wants to maximize the frame.
maximizeKey - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
Deprecated. As of 1.3.
maximum - Variable in class javax.swing.SizeRequirements
The maximum size allowed.
maximumLayoutSize(Container) - Method in class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container) - Method in interface java.awt.LayoutManager2
Calculates the maximum size dimensions for the specified container, given the components it contains.
maximumLayoutSize(Container) - Method in class javax.swing.BoxLayout
Returns the maximum dimensions the target container can use to lay out the components it contains.
maximumLayoutSize(Container) - Method in class javax.swing.GroupLayout
Returns the maximum size for the specified container.
maximumLayoutSize(Container) - Method in class javax.swing.JRootPane.RootLayout
Returns the maximum amount of space the layout can use.
maximumLayoutSize(Container) - Method in class javax.swing.OverlayLayout
Returns the maximum dimensions needed to lay out the components contained in the specified target container.
maximumLayoutSize(Container) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
Returns the maximum layout size, which is Integer.MAX_VALUE in both directions.
maximumLayoutSize(Container) - Method in class javax.swing.SpringLayout
 
maximumRowCount - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
maximumThumbSize - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
MAXLENGTH - Static variable in class javax.swing.text.html.HTML.Attribute
 
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
maxTabHeight - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
maxTabWidth - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
maxWidth - Variable in class javax.swing.table.TableColumn
The maximum width of the column.
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MAY - Static variable in class javax.xml.datatype.DatatypeConstants
Value for fifth month of year.
maybeUpdateLayoutState() - Method in class javax.swing.plaf.basic.BasicListUI
If updateLayoutStateNeeded is non zero, call updateLayoutState() and reset updateLayoutStateNeeded.
MBeanAttributeInfo - Class in javax.management
Describes an MBean attribute exposed for management.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean) - Constructor for class javax.management.MBeanAttributeInfo
Constructs an MBeanAttributeInfo object.
MBeanAttributeInfo(String, String, String, boolean, boolean, boolean, Descriptor) - Constructor for class javax.management.MBeanAttributeInfo
Constructs an MBeanAttributeInfo object.
MBeanAttributeInfo(String, String, Method, Method) - Constructor for class javax.management.MBeanAttributeInfo
This constructor takes the name of a simple attribute, and Method objects for reading and writing the attribute.
MBeanConstructorInfo - Class in javax.management
Describes a constructor exposed by an MBean.
MBeanConstructorInfo(String, Constructor) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanConstructorInfo(String, String, MBeanParameterInfo[]) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanConstructorInfo(String, String, MBeanParameterInfo[], Descriptor) - Constructor for class javax.management.MBeanConstructorInfo
Constructs an MBeanConstructorInfo object.
MBeanException - Exception in javax.management
Represents "user defined" exceptions thrown by MBean methods in the agent.
MBeanException(Exception) - Constructor for exception javax.management.MBeanException
Creates an MBeanException that wraps the actual java.lang.Exception.
MBeanException(Exception, String) - Constructor for exception javax.management.MBeanException
Creates an MBeanException that wraps the actual java.lang.Exception with a detail message.
MBeanFeatureInfo - Class in javax.management
Provides general information for an MBean descriptor object.
MBeanFeatureInfo(String, String) - Constructor for class javax.management.MBeanFeatureInfo
Constructs an MBeanFeatureInfo object.
MBeanFeatureInfo(String, String, Descriptor) - Constructor for class javax.management.MBeanFeatureInfo
Constructs an MBeanFeatureInfo object.
MBeanInfo - Class in javax.management
Describes the management interface exposed by an MBean; that is, the set of attributes and operations which are available for management operations.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[]) - Constructor for class javax.management.MBeanInfo
Constructs an MBeanInfo.
MBeanInfo(String, String, MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[], Descriptor) - Constructor for class javax.management.MBeanInfo
Constructs an MBeanInfo.
MBeanNotificationInfo - Class in javax.management
The MBeanNotificationInfo class is used to describe the characteristics of the different notification instances emitted by an MBean, for a given Java class of notification.
MBeanNotificationInfo(String[], String, String) - Constructor for class javax.management.MBeanNotificationInfo
Constructs an MBeanNotificationInfo object.
MBeanNotificationInfo(String[], String, String, Descriptor) - Constructor for class javax.management.MBeanNotificationInfo
Constructs an MBeanNotificationInfo object.
MBeanOperationInfo - Class in javax.management
Describes a management operation exposed by an MBean.
MBeanOperationInfo(String, Method) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanOperationInfo(String, String, MBeanParameterInfo[], String, int, Descriptor) - Constructor for class javax.management.MBeanOperationInfo
Constructs an MBeanOperationInfo object.
MBeanParameterInfo - Class in javax.management
Describes an argument of an operation exposed by an MBean.
MBeanParameterInfo(String, String, String) - Constructor for class javax.management.MBeanParameterInfo
Constructs an MBeanParameterInfo object.
MBeanParameterInfo(String, String, String, Descriptor) - Constructor for class javax.management.MBeanParameterInfo
Constructs an MBeanParameterInfo object.
MBeanPermission - Class in javax.management
Permission controlling access to MBeanServer operations.
MBeanPermission(String, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name and actions.
MBeanPermission(String, String, ObjectName, String) - Constructor for class javax.management.MBeanPermission
Create a new MBeanPermission object with the specified target name (class name, member, object name) and actions.
MBeanRegistration - Interface in javax.management
Can be implemented by an MBean in order to carry out operations before and after being registered or unregistered from the MBean server.
MBeanRegistrationException - Exception in javax.management
Wraps exceptions thrown by the preRegister(), preDeregister() methods of the MBeanRegistration interface.
MBeanRegistrationException(Exception) - Constructor for exception javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception.
MBeanRegistrationException(Exception, String) - Constructor for exception javax.management.MBeanRegistrationException
Creates an MBeanRegistrationException that wraps the actual java.lang.Exception with a detailed message.
MBeanServer - Interface in javax.management
This is the interface for MBean manipulation on the agent side.
MBeanServerBuilder - Class in javax.management
This class represents a builder that creates a default MBeanServer implementation.
MBeanServerBuilder() - Constructor for class javax.management.MBeanServerBuilder
Public default constructor.
MBeanServerConnection - Interface in javax.management
This interface represents a way to talk to an MBean server, whether local or remote.
MBeanServerDelegate - Class in javax.management
Represents the MBean server from the management point of view.
MBeanServerDelegate() - Constructor for class javax.management.MBeanServerDelegate
Create a MBeanServerDelegate object.
MBeanServerDelegateMBean - Interface in javax.management
Defines the management interface of an object of class MBeanServerDelegate.
MBeanServerFactory - Class in javax.management
Provides MBean server references.
MBeanServerForwarder - Interface in javax.management.remote
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
MBeanServerInvocationHandler - Class in javax.management
InvocationHandler that forwards methods in an MBean's management interface through the MBean server to the MBean.
MBeanServerInvocationHandler(MBeanServerConnection, ObjectName) - Constructor for class javax.management.MBeanServerInvocationHandler
Invocation handler that forwards methods through an MBean server to a Standard MBean.
MBeanServerInvocationHandler(MBeanServerConnection, ObjectName, boolean) - Constructor for class javax.management.MBeanServerInvocationHandler
Invocation handler that can forward methods through an MBean server to a Standard MBean or MXBean.
MBeanServerNotification - Class in javax.management
Represents a notification emitted by the MBean server through the MBeanServerDelegate MBean.
MBeanServerNotification(String, Object, long, ObjectName) - Constructor for class javax.management.MBeanServerNotification
Creates an MBeanServerNotification object specifying object names of the MBeans that caused the notification and the specified notification type.
MBeanServerNotificationFilter - Class in javax.management.relation
Filter for MBeanServerNotification.
MBeanServerNotificationFilter() - Constructor for class javax.management.relation.MBeanServerNotificationFilter
Creates a filter selecting all MBeanServerNotification notifications for all ObjectNames.
MBeanServerPermission - Class in javax.management
A Permission to perform actions related to MBeanServers.
MBeanServerPermission(String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanServerPermission(String, String) - Constructor for class javax.management.MBeanServerPermission
Create a new MBeanServerPermission with the given name.
MBeanTrustPermission - Class in javax.management
This permission represents "trust" in a signer or codebase.
MBeanTrustPermission(String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
MBeanTrustPermission(String, String) - Constructor for class javax.management.MBeanTrustPermission
Create a new MBeanTrustPermission with the given name.
MD - Static variable in interface javax.swing.text.html.parser.DTDConstants
 
Media - Class in javax.print.attribute.standard
Class Media is a printing attribute class that specifies the medium on which to print.
Media(int) - Constructor for class javax.print.attribute.standard.Media
Constructs a new media attribute specified by name.
MEDIA_EMPTY - Static variable in class javax.print.attribute.standard.PrinterStateReason
At least one input tray is empty.
MEDIA_JAM - Static variable in class javax.print.attribute.standard.PrinterStateReason
The device has a media jam.
MEDIA_LOW - Static variable in class javax.print.attribute.standard.PrinterStateReason
At least one input tray is low on media.
MEDIA_NEEDED - Static variable in class javax.print.attribute.standard.PrinterStateReason
A tray has run out of media.
MEDIA_TYPE - Static variable in class javax.xml.transform.OutputKeys
media-type = string.
MediaName - Class in javax.print.attribute.standard
Class MediaName is a subclass of Media, a printing attribute class (an enumeration) that specifies the media for a print job as a name.
MediaName(int) - Constructor for class javax.print.attribute.standard.MediaName
Constructs a new media name enumeration value with the given integer value.
MediaPrintableArea - Class in javax.print.attribute.standard
Class MediaPrintableArea is a printing attribute used to distinguish the printable and non-printable areas of media.
MediaPrintableArea(float, float, float, float, int) - Constructor for class javax.print.attribute.standard.MediaPrintableArea
Constructs a MediaPrintableArea object from floating point values.
MediaPrintableArea(int, int, int, int, int) - Constructor for class javax.print.attribute.standard.MediaPrintableArea
Constructs a MediaPrintableArea object from integer values.
MediaSize - Class in javax.print.attribute.standard
Class MediaSize is a two-dimensional size valued printing attribute class that indicates the dimensions of the medium in a portrait orientation, with the X dimension running along the bottom edge and the Y dimension running along the left edge.
MediaSize(float, float, int) - Constructor for class javax.print.attribute.standard.MediaSize
Construct a new media size attribute from the given floating-point values.
MediaSize(int, int, int) - Constructor for class javax.print.attribute.standard.MediaSize
Construct a new media size attribute from the given integer values.
MediaSize(float, float,