|
Java Platform 1.2 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
MalformedURLException
with no detail message.
MalformedURLException
with the
specified detail message.
MONTH
field indicating the
third month of the year.
mark
method of InputStream
.
mark
method before subsequent calls to the
reset
method fail.
pos
field at the time the last
mark
method was called.
mark
and reset
methods.
mark
and reset
methods.
mark
and reset
methods.
mark
and
reset
methods, which it does not.
MARSHAL
exception, which is thrown
when the ORB has a problem marshalling or unmarshalling parameters.
MARSHAL
exception with a default minor code
of 0, a completion state of CompletionStatus.
MARSHAL
exception with the specified
minor code and completion status.
MARSHAL
exception with the specified description
message, minor code, and completion status.
MARSHAL
exception with the specified description message,
a minor code of 0, and a completion state of COMPLETED_NO.
MarshalledObject
contains a byte stream with the serialized
representation of an object given to its constructor. MarshalledObject
that contains the serialized
representation of the current state of the supplied object.
Math
contains methods for performing basic
numeric operations such as the elementary exponential, logarithm,
square root, and trigonometric functions.
char
.
double
.
long
.
float
.
int
.
double
values.
float
values.
int
values.
long
values.
MONTH
field indicating the
fifth month of the year.
MediaTracker
class is a utility class to track
the status of a number of media objects. TypeCode
object.
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
MenuItem
MenuItem() -
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
(x, y) 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 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |