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_ADDRESS_LIST - Static variable in interface org.ocap.si.DescriptorTag
MAC address list
magenta - Static variable in class java.awt.Color
An object of type Color representing the color magenta.
MAGENTA - Static variable in class java.awt.Color
An object of type Color representing the color magenta.
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.
makeDetachable() - Method in interface org.ocap.storage.DetachableStorageOption
Makes the device safe to be detached.
makeReady() - Method in interface org.ocap.storage.DetachableStorageOption
Makes the device ready for use.
MALAYALAM - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MALAYALAM - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character ranges (U+0D00..U+0D7F) and (U+200C..U+200D) as defined in ISO 10646-1(E) normative Annex A
MalformedLocatorException - Exception in javax.tv.locator
This exception is thrown to indicate that a malformed locator string has been used.
MalformedLocatorException() - Constructor for exception javax.tv.locator.MalformedLocatorException
Constructs a MalformedLocatorException with no detail message.
MalformedLocatorException(String) - Constructor for exception javax.tv.locator.MalformedLocatorException
Constructs a MalformedLocatorException with the specified detail message.
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.
Manager - Class in javax.media
 
Manager() - Constructor for class javax.media.Manager
 
ManagerFactoryParameters - Interface in javax.net.ssl
This class is the base interface for providing algorithm-specific information to a KeyManagerFactory or TrustManagerFactory.
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_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.
Map - Interface in java.util
An object that maps keys to values.
Map.Entry - Interface in java.util
A map entry (key-value pair).
mapLibraryName(String) - Static method in class java.lang.System
Maps a library name into a platform-specific string representing a native library.
mapToTimeBase(Time) - Method in interface javax.media.Clock
 
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
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
Mark the present 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
Mark 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
Mark 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.LineNumberReader
Mark the present position in the stream.
mark(int) - Method in class java.io.PushbackReader
Mark the present position in the stream.
mark(int) - Method in class java.io.Reader
Mark the present position in the stream.
mark(int) - Method in class java.io.StringReader
Mark the present position in the stream.
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
Tell 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
Tell 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
Tell 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
Tell whether this stream supports the mark() operation, which it does not.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
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.
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MATHEMATICAL_OPERATORS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2200..U+22FF) as defined in ISO 10646-1(E) normative Annex A
MATTE_SUPPORT - Static variable in class org.havi.ui.HGraphicsConfigTemplate
A value for use in the preference field of the setPreference and getPreferencePriority methods in the HGraphicsConfigTemplate that indicates that the graphics configuration should or shall support the HAVi mattes feature.
MATURITY_RATING - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for NOT_POSSIBLE - user does not have suitable maturity
MATURITY_RATING_DIALOG - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Minor reason for POSSIBLE_UNDER_CONDITIONS - user dialog needed for maturity
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) - 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, Comparator) - 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_MESSAGE_LENGTH - Static variable in class org.ocap.test.OCAPTest
Maximum length of messages exchanged between ATE and a test application.
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_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.
MAXIMUM_BITRATE - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 maximum_bitrate_descriptor.
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.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MEDIA_ID - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Unique identifier of an audio CD (e.g. freedb or cddb id).
MediaAccessAuthorization - Interface in org.ocap.media
A MediaAccessAuthorization object represents the presentation authorization given by a registered MediaAccessHandler for a specific A/V content.
MediaAccessHandler - Interface in org.ocap.media
A class implementing this interface can prevent the presentation of A/V service components.
MediaAccessHandlerRegistrar - Class in org.ocap.media
This class allows an application to block presentation of A/V content based on program content rating signaling or by specification of BlockedServices.
MediaError - Error in javax.media
 
MediaError() - Constructor for error javax.media.MediaError
 
MediaError(String) - Constructor for error javax.media.MediaError
 
MediaEvent - Interface in javax.media
 
MediaException - Exception in javax.media
 
MediaException() - Constructor for exception javax.media.MediaException
 
MediaException(String) - Constructor for exception javax.media.MediaException
 
MediaFreezeException - Exception in org.davic.media
This exception indicates that either the freeze method or the resume method was unsuccessful.
MediaFreezeException() - Constructor for exception org.davic.media.MediaFreezeException
Construct an exception without a reason
MediaFreezeException(String) - Constructor for exception org.davic.media.MediaFreezeException
Construct an exception with a reason
MediaHandler - Interface in javax.media
 
MediaLocator - Class in javax.media
 
MediaLocator(URL) - Constructor for class javax.media.MediaLocator
 
MediaLocator(String) - Constructor for class javax.media.MediaLocator
 
MediaLocator - Class in org.davic.media
Defines a JMF MediaLocator which can easily be created from an instance of org.davic.net.Locator.
MediaLocator(Locator) - Constructor for class org.davic.media.MediaLocator
Create a MediaLocator from a DAVIC locator
MediaPresentationEvent - Class in org.ocap.media
MediaPresentationEvent is a JMF event used as the parent class of events indicating dynamic changes to the presentation of media components.
MediaPresentedEvent - Class in org.davic.media
Generated as soon as possible after new content is actually being presented to the user, regardless of whether a state change has taken place in the player or not.
MediaPresentedEvent(Controller) - Constructor for class org.davic.media.MediaPresentedEvent
 
MediaProxy - Interface in javax.media
 
MediaSelectCARefusedEvent - Class in javax.tv.media
MediaSelectCARefusedEvent is generated when a media select operation fails due to lack of CA authorization.
MediaSelectCARefusedEvent(Controller, Locator[]) - Constructor for class javax.tv.media.MediaSelectCARefusedEvent
Constructs the MediaSelectCARefusedEvent.
MediaSelectControl - Interface in javax.tv.media
MediaSelectControl allows the selection of different kinds of content in a running Player.
MediaSelectEvent - Class in javax.tv.media
MediaSelectEvent is the base class of events sent to MediaSelectListener instances.
MediaSelectEvent(Controller, Locator[]) - Constructor for class javax.tv.media.MediaSelectEvent
Creates a new MediaSelectEvent.
MediaSelectFailedEvent - Class in javax.tv.media
MediaSelectFailedEvent notifies a MediaSelectListener that a selection operation failed.
MediaSelectFailedEvent(Controller, Locator[]) - Constructor for class javax.tv.media.MediaSelectFailedEvent
Creates a new MediaSelectFailedEvent.
MediaSelectListener - Interface in javax.tv.media
The MediaSelectListener interface is implemented by applications in order to receive notification of selection operations on a MediaSelectControl.
MediaSelectPermission - Class in javax.tv.media
This class represents permission to select, via a MediaSelectControl, the content that a JMF Player presents.
MediaSelectPermission(Locator) - Constructor for class javax.tv.media.MediaSelectPermission
Creates a new MediaSelectPermission object for the specified Locator.
MediaSelectPermission(String, String) - Constructor for class javax.tv.media.MediaSelectPermission
Creates a new MediaSelectPermission object for a Locator with the given external form.
MediaSelectSucceededEvent - Class in javax.tv.media
A MediaSelectSucceededEvent notifies a MediaSelectListener that a selection operation succeeded.
MediaSelectSucceededEvent(Controller, Locator[]) - Constructor for class javax.tv.media.MediaSelectSucceededEvent
Creates a new MediaSelectSucceededEvent.
MediaStorageEvent - Interface in org.ocap.dvr.storage
This interface SHALL be implemented by StorageManagerEvents generated by the implementation that involve a StorageProxy which contains MediaStorageVolumes.
MediaStorageOption - Interface in org.ocap.dvr.storage
This interface represents an option object provided by a StorageProxy that supports media volumes (MediaStorageVolume) that are used by the DVR recording and playback APIs for storing media content.
MediaStorageVolume - Interface in org.ocap.dvr.storage
This interface represents a media volume on a storage device and is contained within a StorageProxy.
MediaTimeEvent - Class in org.davic.media
The MediaTimeEvent class describes events that are associated with the stream by the application.
MediaTimeEvent(Object, long, int) - Constructor for class org.davic.media.MediaTimeEvent
Make an event
MediaTimeEventControl - Interface in org.davic.media
This interface describes methods for the application to associate events with the media time of the current stream.
MediaTimeEventListener - Interface in org.davic.media
This interface should be implemented by the application in order to receive the events associated to a media position by the application.
MediaTimeFactoryControl - Interface in org.ocap.shared.media
Provides the ability to obtain media times with various special characteristics when applied to the content being played by this JMF player.
MediaTimePositionChangedEvent - Class in org.davic.media
This event is generated whenever the media position is changed (when the invocation of the setMediaPosition resulted in a change in the media position).
MediaTimePositionChangedEvent(Controller) - Constructor for class org.davic.media.MediaTimePositionChangedEvent
Construct an event.
MediaTimePositionChangedEvent(Controller, int, int, int, Time) - Constructor for class org.davic.media.MediaTimePositionChangedEvent
Construct an event.
MediaTimePositionControl - Interface in org.davic.media
This interface should be implemented to enable the application to position the media position in time (timeline control).
MediaTimer - Class in org.ocap.media
This is a timer class that counts time based on a media time of a specified Player.
MediaTimer(Player, MediaTimerListener) - Constructor for class org.ocap.media.MediaTimer
Constructor to make a MediaTimer object that counts time based on the media time line of the specified Player.
MediaTimerListener - Interface in org.ocap.media
This is a listener to inform events on a MediaTimer object.
MediaTimeSetEvent - Class in javax.media
 
MediaTimeSetEvent(Controller, Time) - Constructor for class javax.media.MediaTimeSetEvent
 
MediaTracker - Class in java.awt
The MediaTracker class is a utility class to track the status of a number of media objects.
MediaTracker(Component) - Constructor for class java.awt.MediaTracker
Creates a media tracker to track images for a given component.
MEDIUM - Static variable in class java.text.DateFormat
Constant for medium style pattern.
MEDIUM_BIT_RATE - Static variable in class org.ocap.dvr.OcapRecordingProperties
Indicates an implementation specific value for medium bit-rate.
Member - Interface in java.lang.reflect
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
members() - Method in interface java.security.acl.Group
Returns an enumeration of the members in the group.
MemoryImageSource - Class in java.awt.image
This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.
MemoryImageSource(int, int, ColorModel, byte[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MENU - Static variable in class java.awt.SystemColor
The array index for the menu system color.
menu - Static variable in class java.awt.SystemColor
The color rendered for the background of menus.
MENU_TEXT - Static variable in class java.awt.SystemColor
The array index for the menuText system color.
menuText - Static variable in class java.awt.SystemColor
The color rendered for the text of menus.
MESSAGE - Static variable in interface org.ocap.hardware.frontpanel.IndicatorDisplay
Message LED
MESSAGE_TERMINATION_BYTE - Static variable in class org.ocap.test.OCAPTest
Message termination byte.
MessageDigest - Class in java.security
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MessageFormat - Class in java.text
MessageFormat provides a means to produce concatenated messages in language-neutral way.
MessageFormat(String) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the default locale and the specified pattern.
MessageFormat(String, Locale) - Constructor for class java.text.MessageFormat
Constructs a MessageFormat for the specified locale and pattern.
MessageFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from MessageFormat.formatToCharacterIterator.
META_DOWN_MASK - Static variable in class java.awt.event.InputEvent
The Meta key extended modifier constant.
META_MASK - Static variable in class java.awt.event.ActionEvent
The meta modifier.
META_MASK - Static variable in class java.awt.event.InputEvent
The Meta key modifier constant.
MetadataIdentifiers - Class in org.ocap.hn.content
This abstract class represents access to standardized metadata identifiers.
MetadataIdentifiers() - Constructor for class org.ocap.hn.content.MetadataIdentifiers
 
MetadataNode - Interface in org.ocap.hn.content
Base class for all Metadata.
Method - Class in java.lang.reflect
A Method provides information about, and access to, a single method on a class or interface.
MFR - Static variable in class org.ocap.service.ServiceTypePermission
Indicates an abstract service provided by the Host device manufacturer.
MHEG - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13522 MHEG.
MIBDefinition - Interface in org.ocap.diagnostics
This interface represents a MIB object that exposes its data type.
MIBListener - Interface in org.ocap.diagnostics
This interface represents a listener that can be registered with the MIBManager in order to listen for requests to MIB object encodings.
MIBManager - Class in org.ocap.diagnostics
The MIBManager class provides Management Information Base (MIB) access to the host's MIB.
MIBObject - Class in org.ocap.diagnostics
The interface represents a MIB Object.
MIBObject(String, byte[]) - Constructor for class org.ocap.diagnostics.MIBObject
Constructs a MIB object.
MILLISECOND - Static variable in class java.text.DateFormat.Field
Constant identifying the millisecond field.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
MILLISECOND_FIELD - Static variable in class java.text.DateFormat
Useful constant for MILLISECOND field alignment.
mimeTypeToPackageName(String) - Static method in class javax.media.protocol.ContentDescriptor
 
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(int, int) - Static method in class java.lang.StrictMath
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.StrictMath
Returns the smaller of two long values.
min(float, float) - Static method in class java.lang.StrictMath
Returns the smaller of two float values.
min(double, double) - Static method in class java.lang.StrictMath
Returns the smaller of two double values.
min(BigDecimal) - Method in class java.math.BigDecimal
Returns the minimum of this BigDecimal and val.
min(BigInteger) - Method in class java.math.BigInteger
Returns the minimum of this BigInteger and val.
min(Collection) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection, Comparator) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
MIN_MAX_CHANGE - Static variable in class org.havi.ui.HVisible
A constant for use with the hinting mechanism (see the HLook.widgetChanged(org.havi.ui.HVisible, org.havi.ui.HChangeData[]) method in HLook).
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minimumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the minimum size of the parent container using this grid bag layout.
minimumLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the minimum size of the container argument using this grid layout.
minimumLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the minimum size dimensions for the specified container, given the components it contains.
MINUTE - Static variable in class java.text.DateFormat.Field
Constant identifying the minute field.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MINUTE_FIELD - Static variable in class java.text.DateFormat
Useful constant for MINUTE field alignment.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISCELLANEOUS_SYMBOLS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2600..U+26FF) as defined in ISO 10646-1(E) normative Annex A
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MISCELLANEOUS_TECHNICAL - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2300..U+23FF) as defined in ISO 10646-1(E) normative Annex A
MISSING_HANDLER - Static variable in class javax.tv.service.selection.SelectionFailedEvent
Reason code : Selection failed due to absence of a ServiceContentHandler required to present the requested service.
MISSING_HANDLER - Static variable in class org.ocap.service.AlternativeContentErrorEvent
Reason code : Normal content could not be presented due to absence of a ServiceContentHandler required to present the requested service's content.
MISSING_SIGNATURE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
MissingResourceException - Exception in java.util
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for exception java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
Modifier - Class in java.lang.reflect
The Modifier class provides static methods and constants to decode class and member access modifiers.
Modifier() - Constructor for class java.lang.reflect.Modifier
 
MODIFIER_LETTER - Static variable in class java.lang.Character
General category "Lm" in the Unicode specification.
MODIFIER_SYMBOL - Static variable in class java.lang.Character
General category "Sk" in the Unicode specification.
MODIFY - Static variable in class javax.tv.service.SIChangeType
SIChangeType indicating that an SIElement has been modified.
modInverse(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this-1 mod m).
modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent mod m).
MODULE_ADDED - Static variable in class org.ocap.hn.NetModuleEvent
A constant indicating new module is registered to home network.
MODULE_BUSY - Static variable in class org.ocap.hn.NetModuleEvent
A constant indicating a module is busy and cannot respond to request now.
MODULE_REMOVED - Static variable in class org.ocap.hn.NetModuleEvent
A constant indicating a module is removed from home network.
MODULE_UPDATED - Static variable in class org.ocap.hn.NetModuleEvent
A constant indicating a module is updated from home network.
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
MonitorAppPermission - Class in org.ocap.system
The MonitorAppPermission class represents permission to execute privileged operations only Monitor Application should be granted.
MonitorAppPermission(String) - Constructor for class org.ocap.system.MonitorAppPermission
Constructor for the MonitorAppPermission
monitorConfiguredSignal() - Static method in class org.ocap.OcapSystem
Called by the Initial Monitor Application to inform the OCAP implementation it has completed its configuration process and that the boot processing may resume.
monitorConfiguringSignal(int, int) - Static method in class org.ocap.OcapSystem
Called by the monitor application to inform the OCAP implementation that it is configuring and the boot process may resume after it calls the monitorConfiguredSignal method, see Section 20.2.2.3 Boot Process while connected to the cable network – CableCARD device present.
MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the month field.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for MONTH field alignment.
MOUSE_CLICKED - Static variable in class java.awt.event.MouseEvent
The "mouse clicked" event.
MOUSE_DRAGGED - Static variable in class java.awt.event.MouseEvent
The "mouse dragged" event.
MOUSE_ENTERED - Static variable in class java.awt.event.MouseEvent
The "mouse entered" event.
MOUSE_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse events.
MOUSE_EXITED - Static variable in class java.awt.event.MouseEvent
The "mouse exited" event.
MOUSE_FIRST - Static variable in class java.awt.event.MouseEvent
The first number in the range of ids used for mouse events.
MOUSE_LAST - Static variable in class java.awt.event.MouseEvent
The last number in the range of ids used for mouse events.
MOUSE_MOTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse motion events.
MOUSE_MOVED - Static variable in class java.awt.event.MouseEvent
The "mouse moved" event.
MOUSE_PRESSED - Static variable in class java.awt.event.MouseEvent
The "mouse pressed" event.
MOUSE_RELEASED - Static variable in class java.awt.event.MouseEvent
The "mouse released" event.
MOUSE_WHEEL - Static variable in class java.awt.event.MouseEvent
The "mouse wheel" event.
MOUSE_WHEEL_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting mouse wheel events.
MouseAdapter - Class in java.awt.event
An abstract adapter class for receiving mouse events.
MouseAdapter() - Constructor for class java.awt.event.MouseAdapter
 
mouseClicked(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDragged(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent - Class in java.awt.event
An event which indicates that a mouse action occurred in a component.
MouseEvent(Component, int, long, int, int, int, int, boolean, int) - Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
MouseEvent(Component, int, long, int, int, int, int, boolean) - Constructor for class java.awt.event.MouseEvent
Constructs a MouseEvent object with the specified source component, type, modifiers, coordinates, and click count.
mouseExited(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseListener - Interface in java.awt.event
The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
MouseMotionAdapter - Class in java.awt.event
An abstract adapter class for receiving mouse motion events.
MouseMotionAdapter() - Constructor for class java.awt.event.MouseMotionAdapter
 
MouseMotionListener - Interface in java.awt.event
The listener interface for receiving mouse motion events on a component.
mouseMoved(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePressed(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
MouseWheelEvent - Class in java.awt.event
An event which indicates that the mouse wheel was rotated in a component.
MouseWheelEvent(Component, int, long, int, int, int, int, boolean, int, int, int) - Constructor for class java.awt.event.MouseWheelEvent
Constructs a MouseWheelEvent object with the specified source component, type, modifiers, coordinates, scroll type, scroll amount, and wheel rotation.
MouseWheelListener - Interface in java.awt.event
The listener interface for receiving mouse wheel events on a component.
mouseWheelMoved(MouseWheelEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseWheelMoved event by invoking the mouseWheelMoved methods on listener-a and listener-b.
mouseWheelMoved(MouseWheelEvent) - Method in interface java.awt.event.MouseWheelListener
Invoked when the mouse wheel is rotated.
move(int, int) - Method in class java.awt.Point
Moves this point to the specified location in the (xy) coordinate plane.
move(Locator, Locator, NetActionHandler) - Method in interface org.ocap.hn.ContentManagementModule
Moves a file or a recorded service from one device to another.
move(boolean) - Method in interface org.ocap.shared.media.FrameControl
Moves one frame in a video stream.
MOVE_CURSOR - Static variable in class java.awt.Cursor
The move cursor type.
movePointLeft(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(int) - Method in class java.math.BigDecimal
Moves the decimal point the specified number of places to the right.
moveServiceContexts(HScreen, HScreen, ServiceContext[]) - Method in class org.ocap.ui.MultiScreenManager
Atomically move a set of specific service context from one HScreen instance to another HScreen instance.
MPAA_G - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_NA - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_NC_17 - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_NOT_RATED - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_PG - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_PG13 - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_R - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPAA_X - Static variable in interface org.ocap.media.ParentalControlRatings
 
MPEG_1_AUDIO - Static variable in interface org.ocap.si.StreamType
ISO/IEC 11172-3 Audio.
MPEG_1_VIDEO - Static variable in interface org.ocap.si.StreamType
ISO/IEC 11172-2 Video.
MPEG_2_AUDIO - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-3 Audio.
MPEG_2_VIDEO - Static variable in interface org.ocap.si.StreamType
ITU-T Rec.
MPEG_PRIVATE_DATA - Static variable in interface org.ocap.si.StreamType
ITU-T Rec.
MPEG_PRIVATE_SECTION - Static variable in interface org.ocap.si.StreamType
ITU-T Rec.
MPEGDeliveryErrorEvent - Class in org.dvb.dsmcc
An MPEGDeliveryErrorEvent indicates that an error (for instance, a time out or accessing the data would require tuning) has occurred while loading data from an MPEG Stream.
MPEGDeliveryErrorEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.MPEGDeliveryErrorEvent
Creates an MPEGDeliveryEvent.
MPEGDeliveryException - Exception in org.dvb.dsmcc
An MPEGDEliveryException is thrown when an error (for instance, a time out or accessing the data would require tuning) occurs while loading data from an MPEG Stream.
MPEGDeliveryException() - Constructor for exception org.dvb.dsmcc.MPEGDeliveryException
Construct an MPEGDeliveryException with no detail message
MPEGDeliveryException(String) - Constructor for exception org.dvb.dsmcc.MPEGDeliveryException
Construct an MPEGDeliveryException with the specified detail message
MSO - Static variable in class org.ocap.service.ServiceTypePermission
Indicates an abstract service provided by the HFC network provider (i.e., MSO).
MULTI_SCREEN_CONFIGURATION_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenConfigurationEvent
The currently active per-platform or some per-display MultiScreenConfiguration as determined by the MultiScreenManager or some display HScreen has changed, in which case the value returned by getSource() SHALL be the affected MultiScreenManager or display HScreen, and the value returned by getRelated() SHALL be the previously active MultiScreenConfiguration.
MULTI_SCREEN_CONFIGURATION_CHANGING - Static variable in class org.ocap.ui.event.MultiScreenConfigurationEvent
A change to the currently active per-platform or some per-display MultiScreenConfiguration as determined by the MultiScreenManager or some display HScreen has been initiated, in which case the value returned by getSource() SHALL be the affected MultiScreenManager or display HScreen, and the value returned by getRelated() SHALL be the subsequently active MultiScreenConfiguration.
MULTI_SCREEN_CONFIGURATION_FIRST - Static variable in class org.ocap.ui.event.MultiScreenEvent
First event identifier assigned to MultiScreenConfigurationEvent event identifiers.
MULTI_SCREEN_CONFIGURATION_LAST - Static variable in class org.ocap.ui.event.MultiScreenConfigurationEvent
Last event identifier assigned to MultiScreenConfigurationEvent event identifiers.
MULTI_SCREEN_CONFIGURATION_SCREEN_ADDED - Static variable in class org.ocap.ui.event.MultiScreenConfigurationEvent
The set of screens associated with a MultiScreenConfiguration has changed, with a new screen having been added, in which case the value returned by getSource() SHALL be the affected MultiScreenConfiguration, and the value returned by getRelated() SHALL be the newly added HScreen.
MULTI_SCREEN_CONFIGURATION_SCREEN_REMOVED - Static variable in class org.ocap.ui.event.MultiScreenConfigurationEvent
The set of screens associated with a MultiScreenConfiguration has changed, with an existing screen having been removed, in which case the value returned by getSource() SHALL be the affected MultiScreenConfiguration, and the value returned by getRelated() SHALL be the newly removed HScreen.
MULTI_SCREEN_CONTEXT_AUDIO_FOCUS_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The audio focus screen of the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_AUDIO_SOURCES_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The audio sources of the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_DEVICES_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The set of HScreenDevice instances associated with the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_DEVICES_Z_ORDER_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The z-order of the set of HScreenDevice instances associated with the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_DISPLAY_AREA_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The area (extent) of the display HScreen to which the underlying HScreen of the source MultiScreenContext is assigned has changed.
MULTI_SCREEN_CONTEXT_DISPLAY_SCREEN_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The display HScreen associated with the underlying HScreen of the source code>MultiScreenContext has MULTI_SCREEN_CONTEXT_FIRST - Static variable in class org.ocap.ui.event.MultiScreenEvent
First event identifier assigned to MultiScreenContextEvent event identifiers.
MULTI_SCREEN_CONTEXT_OUTPUT_PORT_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The set of video output ports associated with underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_SERVICE_CONTEXT_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The ServiceContext associated with the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_VISIBILITY_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The visibility of the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXT_Z_ORDER_CHANGED - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
The z-order of the underlying HScreen of the source MultiScreenContext has changed.
MULTI_SCREEN_CONTEXTS_LAST - Static variable in class org.ocap.ui.event.MultiScreenContextEvent
Last event identifier assigned to MultiScreenConfigurationEvent event identifiers.
MULTI_SCREEN_RESOURCE_SCREEN_RELEASED - Static variable in class org.ocap.ui.event.MultiScreenResourceEvent
The reservation on a screen has just been released, indicating that the screen (or its constituent screen devices) MAY now be reserved (i.e., they are now unreserved).
MULTI_SCREEN_RESOURCE_SCREEN_RESERVED - Static variable in class org.ocap.ui.event.MultiScreenResourceEvent
The reservation on a screen has just been granted to an application, indicating that the screen (including its constituent screen devices) is no longer unreserved.
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.
MultilingualString - Class in org.dvb.spi.util
A string that has an associated language code.
MultilingualString(String, String) - Constructor for class org.dvb.spi.util.MultilingualString
Initialize a new MultilingualString.
MULTIPLEX_UTILIZATION_BUFFER - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 multiplex_utilization_buffer_descriptor.
multiply(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this * val), and whose scale is (this.scale() + val.scale()).
multiply(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this * val).
MultiScreenConfigurableContext - Interface in org.ocap.ui
This interface provides a set of tools for accomplishing the following:
MultiScreenConfiguration - Interface in org.ocap.ui
The MultiScreenConfiguration interface, implemented by an OCAP host platform, provides information on a discrete screen configuration as well as a mechanism for monitoring changes to the screen configuration.
MultiScreenConfigurationEvent - Class in org.ocap.ui.event
A MultiScreenConfigurationEvent is used to report changes to the global state of the MultiScreenManager instance or the state of some display HScreen with respect to the per-platform or some per-display multiscreen configuration, respectively, or to changes to a specific MultiScreenConfiguration instance.
MultiScreenConfigurationEvent(Object, int, Object) - Constructor for class org.ocap.ui.event.MultiScreenConfigurationEvent
Construct an MultiScreenConfigurationEvent.
MultiScreenConfigurationListener - Interface in org.ocap.ui.event
This listener is used to provide notifications regarding system and application induced changes to the global state of the MultiScreenManager instance or the state of some display HScreen with respect to the per-platform or some per-display multiscreen configuration, respectively, or to changes to a specific MultiScreenConfiguration instance.
MultiScreenContext - Interface in org.ocap.ui
This interface provides a set of tools for accomplishing the following:
MultiScreenContextEvent - Class in org.ocap.ui.event
A MultiScreenContextEvent is used to report a change to a MultiScreenContext to interested listeners.
MultiScreenContextEvent(Object, int) - Constructor for class org.ocap.ui.event.MultiScreenContextEvent
Construct a MultiScreenContextEvent.
MultiScreenContextListener - Interface in org.ocap.ui.event
This listener is used to provide notifications regarding system and application induced changes to a MultiScreenContext.
MultiScreenEvent - Class in org.ocap.ui.event
A MultiScreenEvent is an abstract, base classs used to organize event identification codes used by disparate types of events related to multiple screen management functionality.
MultiScreenManager - Class in org.ocap.ui
The MultiScreenManager class is an abstract, singleton management class implemented by an OCAP host platform that provides multiscreen management services.
MultiScreenResourceEvent - Class in org.ocap.ui.event
A MultiScreenResourceEvent is used to report changes regarding the resource status of multiscreen related resources.
MultiScreenResourceEvent(Object, int) - Constructor for class org.ocap.ui.event.MultiScreenResourceEvent
Constructor for an MultiScreenResourceEvent.
MYANMAR - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.

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