Java Platform 1.2
Beta 4
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

magenta - Static variable in class java.awt.Color
The color magenta.
MAIN_CLASS - Static variable in class java.util.jar.Attributes.Name
Some predefined attribute names.
majorTickSpacing - Variable in class com.sun.java.swing.JSlider
The number of values between the major tick marks -- the larger marks that break up the minor tick marks.
make_domain_manager(InterfaceDef, boolean) - Method in interface org.omg.CORBA.ConstructionPolicy
This operation enables the invoker to set the construction policy that is to be in effect in the domain with which this ConstructionPolicy object is associated.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D
Construct a rectangle object of the appropriate precision to hold the parameters calculated to be the bounding box of this arc.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Float
Return the high precision bounding box of the shape.
makeBounds(double, double, double, double) - Method in class java.awt.geom.Arc2D.Double
Return the high precision bounding box of the shape.
makeIcon(Class, String) - Static method in class com.sun.java.swing.LookAndFeel
Utility method that creates a UIDefaults.
makeKeyBindings(Object[]) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for building lists of KeyBindings.
makeVisible(int) - Method in class java.awt.List
Makes the item at the specified index visible.
makeVisible(TreePath) - Method in class com.sun.java.swing.JTree
Ensures that the node identified by path is currently viewable.
MALAYALAM - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
MalformedURLException - exception java.net.MalformedURLException.
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
Manifest - class java.util.jar.Manifest.
The Manifest class is used to maintain Manifest entry names and their associated Attributes.
MANIFEST_NAME - Static variable in class java.util.jar.JarFile
 
MANIFEST_VERSION - Static variable in class java.util.jar.Attributes.Name
Some predefined attribute names.
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.
map - Variable in class java.util.jar.Attributes
The attribute name-value mappings.
Map - interface java.util.Map.
An object that maps keys to values.
MAP - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
Map.Entry - interface java.util.Map.Entry.
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.
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.
MARCH - Static variable in class java.util.Calendar
Value of the MONTH field indicating the third month of the year.
MARGIN - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
MARGIN_BOTTOM - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
MARGIN_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
MARGIN_LEFT - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
MARGIN_RIGHT - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
MARGIN_TOP - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
MARGINHEIGHT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
MARGINWIDTH - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
mark - Variable in class java.io.ByteArrayInputStream
The currently marked 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.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
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.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.FilterReader
Mark the present position in the stream.
mark(int) - Method in class java.io.StringReader
Mark the present position in the stream.
mark(int) - Method in class java.io.BufferedReader
Mark the present position in the stream.
mark(int) - Method in class java.io.LineNumberReader
Mark the present position in the 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.CharArrayReader
Mark the present position in the stream.
markCompletelyClean(JComponent) - Method in class com.sun.java.swing.RepaintManager
Mark a component completely clean.
markCompletelyDirty(JComponent) - Method in class com.sun.java.swing.RepaintManager
Mark a component completely dirty.
markedPos - Variable in class java.io.CharArrayReader
Position of mark in buffer
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.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported() - Method in class java.io.BufferedInputStream
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.FilterReader
Tell whether this stream supports the mark() operation.
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.StringReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
MARSHAL - exception org.omg.CORBA.MARSHAL.
The CORBA MARSHAL exception, which is thrown when the ORB has a problem marshalling or unmarshalling parameters.
MARSHAL() - Constructor for class org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with a default minor code of 0, a completion state of CompletionStatus.
MARSHAL(int, CompletionStatus) - Constructor for class org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with the specified minor code and completion status.
MARSHAL(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.MARSHAL
Constructs a MARSHAL exception with the specified description message, minor code, and completion status.
MARSHAL(String) - Constructor for class 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.
MarshalException - exception java.rmi.MarshalException.
 
MarshalException(String, Exception) - Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string and an exception.
MarshalException(String) - Constructor for class java.rmi.MarshalException
Create a new marshal exception with a descriptive string.
MarshalledObject - class java.rmi.MarshalledObject.
A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
MarshalledObject(Object) - Constructor for class java.rmi.MarshalledObject
Create a new MarshalledObject that contains the serialized representation of the current state of the supplied object.
match(MimeType) - Method in class java.util.mime.MimeType
Determine of the primary and sub type of this object is the same as the what is in the given type.
match(String) - Method in class java.util.mime.MimeType
Determine of the primary and sub type of this object is the same as the content type described in rawdata.
matchNameAttribute(AttributeSet, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLWriter
This method return true if the StyleConstants.
Math - class java.lang.Math.
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
 
MATHEMATICAL_OPERATORS - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
MatteBorder - class com.sun.java.swing.border.MatteBorder.
A class which provides a matte-like border of either a solid color or a tiled icon.
MatteBorder(Icon) - Constructor for class com.sun.java.swing.border.MatteBorder
Creates a matte border with the specified tile icon.
MatteBorder(int, int, int, int, Color) - Constructor for class com.sun.java.swing.border.MatteBorder
Creates a matte border with the specified insets and color.
MatteBorder(int, int, int, int, Icon) - Constructor for class com.sun.java.swing.border.MatteBorder
Creates a matte border with the specified insets and tile icon.
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
The maximum value a Byte can have.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class java.lang.Short
The maximum value a Short can have.
MAX_VALUE - Static variable in class java.lang.Double
The largest positive value of type double.
MAX_VALUE - Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE - Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE - Static variable in class java.lang.Integer
The largest value of type int.
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, 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(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(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
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.
MAXGRIDSIZE - Static variable in class java.awt.GridBagLayout
The maximum number of grid positions (both horizontally and vertically) that can be laid out by the grid bag layout.
maximizable - Variable in class com.sun.java.swing.JInternalFrame
The frame can be expanded to the size of the desktop pane.
maximizeFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Resizes the frame to fill it's parents bounds.
maximizeFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, the frame should be resized to match it's parents bounds.
maximum - Variable in class com.sun.java.swing.SizeRequirements
The maximum size allowed.
maximumLayoutSize(Container) - Method in class com.sun.java.swing.BoxLayout
Returns the maximum dimensions the target container can use to lay out the components it contains.
maximumLayoutSize(Container) - Method in class com.sun.java.swing.JRootPane.RootLayout
Returns the maximum amount of space the layout can use.
maximumLayoutSize(Container) - Method in class com.sun.java.swing.OverlayLayout
Returns the minimum dimensions needed to lay out the components contained 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 interface java.awt.LayoutManager2
Returns the maximum size of this component.
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 class java.awt.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumRowCount - Variable in class com.sun.java.swing.JComboBox
 
MAXLENGTH - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
maxWidth - Variable in class com.sun.java.swing.table.TableColumn
The maximum width of the column
MAY - Static variable in class java.util.Calendar
Value of the MONTH field indicating the fifth month of the year.
MediaTracker - class java.awt.MediaTracker.
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.
Member - interface java.lang.reflect.Member.
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
member_count() - Method in class org.omg.CORBA.TypeCode
Retrieves the number of members in the type described by this TypeCode object.
member_kind() - Method in interface org.omg.CORBA.DynUnion
 
member_label(int) - Method in class org.omg.CORBA.TypeCode
Retrieves the label of the union member identified by the given index.
member_name() - Method in interface org.omg.CORBA.DynUnion
 
member_name(int) - Method in class org.omg.CORBA.TypeCode
Retrieves the simple name of the member identified by the given index.
member_name(String) - Method in interface org.omg.CORBA.DynUnion
 
member_type(int) - Method in class org.omg.CORBA.TypeCode
Retrieves the object describing the type of the member identified by the given index.
member() - Method in interface org.omg.CORBA.DynUnion
 
members - Variable in class org.omg.CORBA.Initializer
 
members() - Method in interface java.security.acl.Group
Returns an enumeration of the members in the group.
members() - Method in interface org.omg.CORBA.ExceptionDef
 
members() - Method in interface org.omg.CORBA.StructDef
 
members() - Method in interface org.omg.CORBA.UnionDef
 
members() - Method in interface org.omg.CORBA.InitializerDef
 
members() - Method in interface org.omg.CORBA.EnumDef
 
members(String[]) - Method in interface org.omg.CORBA.EnumDef
 
members(StructMember[]) - Method in interface org.omg.CORBA.ExceptionDef
 
members(StructMember[]) - Method in interface org.omg.CORBA.StructDef
 
members(StructMember[]) - Method in interface org.omg.CORBA.InitializerDef
 
members(UnionMember[]) - Method in interface org.omg.CORBA.UnionDef
 
MemoryImageSource - class java.awt.image.MemoryImageSource.
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, 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, 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, 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, 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, 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.
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.
menu - Static variable in class java.awt.SystemColor
The background color for menus.
Menu - class java.awt.Menu.
A Menu object is a pull-down menu component that is deployed from a menu bar.
MENU - Static variable in class com.sun.java.accessibility.AccessibleRole
An object usually contained in a menu bar that contains a list of actions the user can choose from.
MENU - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
MENU - Static variable in class java.awt.SystemColor
The array index for the menu background color.
MENU_BAR - Static variable in class com.sun.java.accessibility.AccessibleRole
An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from.
MENU_BAR_PROPERTY - Static variable in class com.sun.java.swing.JInternalFrame
Bound property name.
MENU_ITEM - Static variable in class com.sun.java.accessibility.AccessibleRole
An object usually contained in a menu that presents an action the user can choose.
MENU_TEXT - Static variable in class java.awt.SystemColor
The array index for the menu text color.
Menu() - Constructor for class java.awt.Menu
Constructs a new menu with an empty label.
Menu(String, boolean) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label.
Menu(String) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label.
menuBar - Variable in class com.sun.java.swing.JRootPane
The menu bar.
MenuBar - class java.awt.MenuBar.
The MenuBar class encapsulates the platform's concept of a menu bar bound to a frame.
MenuBar() - Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuBarUI - class com.sun.java.swing.plaf.MenuBarUI.
Pluggable look and feel interface for JMenuBar.
menuCanceled(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
 
MenuComponent - class java.awt.MenuComponent.
The abstract class MenuComponent is the superclass of all menu-related components.
MenuComponent() - Constructor for class java.awt.MenuComponent
 
MenuContainer - interface java.awt.MenuContainer.
The super class of all menu related containers.
menuDeselected(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
 
menuDragMouseDragged(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
 
menuDragMouseEntered(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
 
MenuDragMouseEvent - class com.sun.java.swing.event.MenuDragMouseEvent.
MenuDragMouseEvent is used to notify interested parties that the menu element has received a MouseEvent forwarded to it under drag conditions.
MenuDragMouseEvent(Component, int, long, int, int, int, int, boolean, MenuElement[], MenuSelectionManager) - Constructor for class com.sun.java.swing.event.MenuDragMouseEvent
 
menuDragMouseExited(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
 
MenuDragMouseListener - interface com.sun.java.swing.event.MenuDragMouseListener.
MenuMouseDragListener
menuDragMouseReleased(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
 
MenuElement - interface com.sun.java.swing.MenuElement.
Any component that can be placed into a menu should implement this interface.
MenuEvent - class com.sun.java.swing.event.MenuEvent.
MenuEvent is used to notify interested parties that the menu which is the event source has been posted, selected, or canceled.
MenuEvent(Object) - Constructor for class com.sun.java.swing.event.MenuEvent
 
MenuItem - class java.awt.MenuItem.
All items in a menu must belong to the class MenuItemMenuItem() - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String, MenuShortcut) - Constructor for class java.awt.MenuItem
Create a menu item with an associated keyboard shortcut.
MenuItem(String) - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItemUI - class com.sun.java.swing.plaf.MenuItemUI.
Pluggable look and feel interface for JMenuItem.
MenuKeyEvent - class com.sun.java.swing.event.MenuKeyEvent.
MenuKeyEvent is used to notify interested parties that the menu element has received a KeyEvent forwarded to it in a menu tree.
MenuKeyEvent(Component, int, long, int, int, char, MenuElement[], MenuSelectionManager) - Constructor for class com.sun.java.swing.event.MenuKeyEvent
 
MenuKeyListener - interface com.sun.java.swing.event.MenuKeyListener.
MenuKeyListener
menuKeyPressed(MenuKeyEvent) - Method in interface com.sun.java.swing.event.MenuKeyListener
Invoked when a key has been pressed.
menuKeyReleased(MenuKeyEvent) - Method in interface com.sun.java.swing.event.MenuKeyListener
Invoked when a key has been released.
menuKeyTyped(MenuKeyEvent) - Method in interface com.sun.java.swing.event.MenuKeyListener
Invoked when a key has been typed.
MenuListener - interface com.sun.java.swing.event.MenuListener.
MenuListener
menuSelected(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
 
menuSelectionChanged(boolean) - Method in class com.sun.java.swing.JMenuItem
Called by the MenuSelectionManager when the MenuElement is selected or unselected.
menuSelectionChanged(boolean) - Method in class com.sun.java.swing.JMenu
 
menuSelectionChanged(boolean) - Method in class com.sun.java.swing.JPopupMenu
 
menuSelectionChanged(boolean) - Method in class com.sun.java.swing.JMenuBar
Implemented to be a MenuElement -- does nothing.
menuSelectionChanged(boolean) - Method in interface com.sun.java.swing.MenuElement
Call by the MenuSelection when the MenuElement is added or remove from the menu selection.
MenuSelectionManager - class com.sun.java.swing.MenuSelectionManager.
 
MenuShortcut - class java.awt.MenuShortcut.
A class which represents a keyboard accelerator for a MenuItem.
MenuShortcut(int, boolean) - Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShortcut(int) - Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
menuText - Static variable in class java.awt.SystemColor
The text color for menus.
message - Variable in class com.sun.java.swing.JOptionPane
Message to display.
MESSAGE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bound property name for message.
MESSAGE_TYPE_PROPERTY - Static variable in class com.sun.java.swing.JOptionPane
Bounds property name for type.
MessageDigest - class java.security.MessageDigest.
This MessageDigest class provides applications the functionality of a message digest algorithm, such as MD5 or SHA. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - class java.security.MessageDigestSpi.
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. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed-length hash value.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MessageFormat - class java.text.MessageFormat.
MessageFormat provides a means to produce concatenated messages in language-neutral way.
MessageFormat(String) - Constructor for class java.text.MessageFormat
Constructs with the specified pattern.
messageType - Variable in class com.sun.java.swing.JOptionPane
Message type.
META - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
META_MASK - Static variable in class java.awt.Event
This flag indicates that the Meta key was down when the event occurred.
META_MASK - Static variable in class java.awt.event.InputEvent
The meta key modifier constant.
META_MASK - Static variable in class java.awt.event.ActionEvent
The meta modifier.
metaDown() - Method in class java.awt.Event
Checks if the Meta key is down.
method - Variable in class java.net.HttpURLConnection
 
Method - class java.lang.reflect.Method.
A Method provides information about, and access to, a single method on a class or interface.
METHOD - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
MethodDescriptor - class java.beans.MethodDescriptor.
A MethodDescriptor describes a particular method that a Java Bean supports for external access from other components.
MethodDescriptor(Method, ParameterDescriptor[]) - Constructor for class java.beans.MethodDescriptor
 
MethodDescriptor(Method) - Constructor for class java.beans.MethodDescriptor
 
metrics - Variable in class com.sun.java.swing.text.PlainView
Font metrics for the currrent font.
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.
MimeType - class java.util.mime.MimeType.
A Multipurpose Internet Mail Extension (MIME) type, as defined in RFC 2045 and 2046.
MimeType() - Constructor for class java.util.mime.MimeType
Constructor for externalization.
MimeType(String, String, MimeTypeParameterList) - Constructor for class java.util.mime.MimeType
Constructor used to initialize MimeType, with a pre-defined and valid (or empty) parameter list.
MimeType(String, String) - Constructor for class java.util.mime.MimeType
Constructor that builds a MimeType with the given primary and sub type but has an empty parameter list.
MimeType(String) - Constructor for class java.util.mime.MimeType
Constructor that builds a MimeType from a String.
MimeTypeParameterList - class java.util.mime.MimeTypeParameterList.
An object that encapsualtes the parameter list of a MimeType as defined in RFC 2045 and 2046.
MimeTypeParameterList() - Constructor for class java.util.mime.MimeTypeParameterList
Default constructor.
MimeTypeParameterList(String) - Constructor for class java.util.mime.MimeTypeParameterList
 
MimeTypeParseException - exception java.util.mime.MimeTypeParseException.
A class to encapsulate MimeType parsing related exceptions
MimeTypeParseException() - Constructor for class java.util.mime.MimeTypeParseException
Constructs a MimeTypeParseException with no specified detail message.
MimeTypeParseException(String) - Constructor for class java.util.mime.MimeTypeParseException
Constructs a MimeTypeParseException with the specified detail message.
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
The minimum value a Byte can have.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class java.lang.Short
The minimum value a Short can have.
MIN_VALUE - Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE - Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE - Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE - Static variable in class java.lang.Integer
The smallest value of type int.
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, 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(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(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
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.
MinimalHTMLWriter - class com.sun.java.swing.text.html.MinimalHTMLWriter.
MinimalHTMLWriter is a fallback writer used by the HTMLEditorKit to write out HTML for a document that is a not produced by the EditorKit.
MinimalHTMLWriter(Writer, StyledDocument) - Constructor for class com.sun.java.swing.text.html.MinimalHTMLWriter
Creates a new MinimalHTMLWriter.
minimizeFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Restores the frame back to it's size and position prior to a maximizeFrame() call.
minimizeFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, this indicates that the frame should be restored to it's size and position prior to a maximizeFrame() call.
minimum - Variable in class com.sun.java.swing.SizeRequirements
The minimum size required.
minimumLayoutSize(Container) - Method in class com.sun.java.swing.ViewportLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class com.sun.java.swing.BoxLayout
Returns the minimum dimensions needed to lay out the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class com.sun.java.swing.JRootPane.RootLayout
Returns the minimum amount of space the layout needs.
minimumLayoutSize(Container) - Method in class com.sun.java.swing.ScrollPaneLayout
The minimum size of a ScrollPane is the size of the insets plus minimum size of the viewport, plus the scrollpane's viewportBorder insets, plus the minimum size of the visible headers, plus the minimum size of the scrollbars whose displayPolicy isn't NEVER.
minimumLayoutSize(Container) - Method in class com.sun.java.swing.OverlayLayout
Returns the minimum dimensions needed to lay out the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
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 panel given the components in the specified parent container.
minimumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the minimum size of the target container using this grid bag layout.
minimumLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
minimumSize() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int, int).
minimumSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minor - Variable in class org.omg.CORBA.SystemException
The CORBA Exception minor code.
minorTickSpacing - Variable in class com.sun.java.swing.JSlider
The number of values between the minor tick marks -- the smaller marks that occur between the major tick marks.
MINSIZE - Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
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.
minWidth - Variable in class com.sun.java.swing.table.TableColumn
The minimum width of the column
minX - Variable in class java.awt.image.Raster
The X coordinate of the upper-left pixel of this Raster.
minY - Variable in class java.awt.image.Raster
The Y coordinate of the upper-left pixel of this Raster.
MISCELLANEOUS_SYMBOLS - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
MISCELLANEOUS_TECHNICAL - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
missing_node - Static variable in class org.omg.CosNaming.NamingContextPackage.NotFoundReason
 
MissingResourceException - exception java.util.MissingResourceException.
Signals that a resource is missing.
MissingResourceException(String, String, String) - Constructor for class 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.
mnemonic - Variable in class com.sun.java.swing.DefaultButtonModel
 
MNEMONIC_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
MODAL - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates something must be done with this object before the user can interact with an object in a different window.
MODAL_LAYER - Static variable in class com.sun.java.swing.JLayeredPane
Convenience object defining the Modal layer.
modCount - Variable in class java.util.AbstractList
The number of times this List has been structurally modified.
mode - Variable in class org.omg.CORBA.AttributeDescription
 
mode - Variable in class org.omg.CORBA.OperationDescription
 
mode - Variable in class org.omg.CORBA.ParameterDescription
 
mode() - Method in interface org.omg.CORBA.OperationDef
 
mode() - Method in interface org.omg.CORBA.AttributeDef
 
mode(AttributeMode) - Method in interface org.omg.CORBA.AttributeDef
 
mode(OperationMode) - Method in interface org.omg.CORBA.OperationDef
 
model - Variable in class com.sun.java.swing.AbstractButton
 
model - Variable in class com.sun.java.swing.JScrollBar
The model that represents the scrollbar's minimum, maximum, extent (aka "visibleAmount") and current value.
model - Variable in class com.sun.java.swing.JTabbedPane
The default selection model
model - Variable in class com.sun.java.swing.JProgressBar
 
MODEL_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
modelIndex - Variable in class com.sun.java.swing.table.TableColumn
The index of the column in the model which is to be displayed by this TableColumn.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.View
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.CompositeView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.BoxView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.PlainView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.FieldView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.ComponentView
Provides a mapping from the coordinate space of the model to that of the view.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.IconView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape, Position.Bias) - Method in class com.sun.java.swing.text.LabelView
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
modelToView(int, Shape) - Method in class com.sun.java.swing.text.View
Deprecated.  
modelToView(int) - Method in class com.sun.java.swing.text.JTextComponent
Converts the given location in the model to a place in the view coordinate system.
modelToView(JTextComponent, int) - Method in class com.sun.java.swing.plaf.TextUI
Converts the given location in the model to a place in the view coordinate system.
Modifier - class java.lang.reflect.Modifier.
The Modifier class provides static methods and constants to decode class and member access modifiers.
MODIFIER_LETTER - Static variable in class java.lang.Character
 
MODIFIER_SYMBOL - Static variable in class java.lang.Character
 
Modifier() - Constructor for class java.lang.reflect.Modifier
 
modifiers - Variable in class java.awt.Event
The state of the modifier keys.
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).
ModuleDef - interface org.omg.CORBA.ModuleDef.
A ModuleDef can contain constants, typedefs, exceptions, interfaces, and other module objects.
ModuleDescription - class org.omg.CORBA.ModuleDescription.
 
ModuleDescription() - Constructor for class org.omg.CORBA.ModuleDescription
 
ModuleDescription(String, String, String, String) - Constructor for class org.omg.CORBA.ModuleDescription
 
MONDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Monday.
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_DOWN - Static variable in class java.awt.Event
The user has pressed the mouse button.
MOUSE_DRAG - Static variable in class java.awt.Event
The user has moved the mouse with a button pressed.
MOUSE_DRAGGED - Static variable in class java.awt.event.MouseEvent
The "mouse dragged" event.
MOUSE_ENTER - Static variable in class java.awt.Event
The mouse has entered a component.
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_EXIT - Static variable in class java.awt.Event
The mouse has exited a component.
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_MOVE - Static variable in class java.awt.Event
The mouse has moved with no button pressed.
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_UP - Static variable in class java.awt.Event
The user has released the mouse button.
MouseAdapter - class java.awt.event.MouseAdapter.
An abstract adapter class for receiving mouse events.
MouseAdapter() - Constructor for class java.awt.event.MouseAdapter
 
mouseClicked(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mouseClicked(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the mouse is clicked.
mouseClicked(MouseEvent) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.LinkController
Called for a mouse click event.
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.dnd.MouseDragGestureRecognizer
Invoked when the mouse has been clicked on a component.
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 has been clicked on a component.
mouseDown(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseDrag(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
mouseDragged(MouseEvent) - Method in class com.sun.java.swing.ToolTipManager
 
mouseDragged(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mouseDragged(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Moves the caret position according to the mouse pointer's current location.
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.dnd.MouseDragGestureRecognizer
Invoked when a mouse button is pressed on a component.
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.
MouseDragGestureRecognizer - class java.awt.dnd.MouseDragGestureRecognizer.
This abstract subclass of DragGestureRecognizer defines a DragGestureRecognizer for Mouse based gestures.
MouseDragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
construct a new MouseDragGestureRecognizer
MouseDragGestureRecognizer(DragSource, Component, int) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
construct a new MouseDragGestureRecognizer
MouseDragGestureRecognizer(DragSource, Component) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
construct a new MouseDragGestureRecognizer
MouseDragGestureRecognizer(DragSource) - Constructor for class java.awt.dnd.MouseDragGestureRecognizer
construct a new MouseDragGestureRecognizer
mouseEnter(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseEntered(MouseEvent) - Method in class com.sun.java.swing.ToolTipManager
 
mouseEntered(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mouseEntered(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the mouse enters a region.
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.dnd.MouseDragGestureRecognizer
Invoked when the mouse enters a component.
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 java.awt.event.MouseEvent.
/** An event which indicates that a mouse action occurred in a component.
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.
mouseExit(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
mouseExited(MouseEvent) - Method in class com.sun.java.swing.ToolTipManager
 
mouseExited(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mouseExited(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the mouse exits a region.
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.dnd.MouseDragGestureRecognizer
Invoked when the mouse exits a component.
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.
MouseInputAdapter - class com.sun.java.swing.event.MouseInputAdapter.
The adapter which receives mouse events and mouse motion events.
MouseInputListener - interface com.sun.java.swing.event.MouseInputListener.
A listener implementing all the methods in both the MouseListener and MouseMotionListener interfaces.
MouseListener - interface java.awt.event.MouseListener.
The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.
MouseMotionAdapter - class java.awt.event.MouseMotionAdapter.
An abstract adapter class for receiving mouse motion events.
MouseMotionListener - interface java.awt.event.MouseMotionListener.
The listener interface for receiving mouse motion events on a component.
mouseMove(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseMotionEvent(MouseEvent).
mouseMoved(MouseEvent) - Method in class com.sun.java.swing.ToolTipManager
 
mouseMoved(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mouseMoved(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the mouse is moved.
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.dnd.MouseDragGestureRecognizer
Invoked when the mouse button has been moved on a component (with no buttons no down).
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 button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent) - Method in class com.sun.java.swing.ToolTipManager
 
mousePressed(MouseEvent) - Method in class com.sun.java.swing.event.MouseInputAdapter
 
mousePressed(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Requests focus on the associated text component, and tries to set the cursor position.
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.dnd.MouseDragGestureRecognizer
Invoked when a mouse button has been pressed on a component.
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 com.sun.java.swing.event.MouseInputAdapter
 
mouseReleased(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the mouse is released.
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.dnd.MouseDragGestureRecognizer
Invoked when a mouse button has been released on a component.
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.
mouseUp(Event, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processMouseEvent(MouseEvent).
MOVE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.MOVE_CURSOR.
MOVE_CURSOR - Static variable in class java.awt.Cursor
The move cursor type.
move(Container, String, String) - Method in interface org.omg.CORBA.Contained
 
move(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setLocation(int, int).
move(int, int) - Method in class java.awt.Point
Moves this point to the specificed location in the (xy) coordinate plane.
move(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setLocation(int, int).
moveCaret(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Tries to move the position of the caret from the coordinates of a mouse event, using viewToModel().
moveCaretPosition(int) - Method in class com.sun.java.swing.text.JTextComponent
Moves the caret to a new position, leaving behind a mark defined by the last time setCaretPosition was called.
moveColumn(int, int) - Method in class com.sun.java.swing.JTable
Moves the column column to the position currently occupied by the column targetColumn.
moveColumn(int, int) - Method in interface com.sun.java.swing.table.TableColumnModel
Moves the column and heading at columnIndex to newIndex.
moveColumn(int, int) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
Moves the column and heading at columnIndex to newIndex.
moveDot(int) - Method in interface com.sun.java.swing.text.Caret
Moves the caret position to some other position, leaving behind the mark.
moveDot(int) - Method in class com.sun.java.swing.text.DefaultCaret
Moves the caret position to some other position.
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.
moveRow(int, int, int) - Method in class com.sun.java.swing.table.DefaultTableModel
Moves one or more rows starting at startIndex to endIndex in the model to the toIndex.
moveTo(float, float) - Method in class java.awt.geom.GeneralPath
Adds a point to the path by moving to the specified coordinates.
moveToBack() - Method in class com.sun.java.swing.JInternalFrame
Convenience method that moves this component to position -1 if it's parent is a JLayeredPane.
moveToBack(Component) - Method in class com.sun.java.swing.JLayeredPane
Moves the component to the bottom of the components in it's current layer (position -1).
moveToCurrentRow() - Method in interface java.sql.ResultSet
JDBC 2.0 Move the cursor to the remembered cursor position, usually the current row.
moveToFront() - Method in class com.sun.java.swing.JInternalFrame
Convenience method that moves this component to position 0 if it's parent is a JLayeredPane.
moveToFront(Component) - Method in class com.sun.java.swing.JLayeredPane
Moves the component to the top of the components in it's current layer (position 0).
moveToInsertRow() - Method in interface java.sql.ResultSet
JDBC 2.0 Move to the insert row.
MULTI_LINE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this (text) object can contain multiple lines of text
MULTI_SELECTION_ENABLED_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
MulticastSocket - class java.net.MulticastSocket.
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.
MultiPixelPackedSampleModel - class java.awt.image.MultiPixelPackedSampleModel.
This class represents one-banded images and can pack multiple one-sample pixels into one data element.
MultiPixelPackedSampleModel(int, int, int, int, int, int) - Constructor for class java.awt.image.MultiPixelPackedSampleModel
Constructs a MultiPixelPackedSampleModel with given data type, width, height, number of bits per pixel, scanline stride and data bit offset.
MultiPixelPackedSampleModel(int, int, int, int) - Constructor for class java.awt.image.MultiPixelPackedSampleModel
Constructs a MultiPixelPackedSampleModel with the given data type, width, height and number of bits per pixel.
MULTIPLE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
MULTIPLE_INTERVAL_SELECTION - Static variable in interface com.sun.java.swing.ListSelectionModel
A value for the selectionMode property: select one or more contiguous ranges of indices at a time.
MultipleMaster - interface java.awt.font.MultipleMaster.
This is an interface representing Type 1 Multiple Master fonts.
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).
MULTISELECTABLE - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object allows more than one of its children to be selected at the same time.
MutableAttributeSet - interface com.sun.java.swing.text.MutableAttributeSet.
A generic interface for a mutable collection of unique attributes.
MutableComboBoxModel - interface com.sun.java.swing.MutableComboBoxModel.
A mutable version of ComboBoxModel.
MutableTreeNode - interface com.sun.java.swing.tree.MutableTreeNode.
 

Java Platform 1.2
Beta 4
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 _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.