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 _

M

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.
makeIcon(Class, String) - Static method in class com.sun.java.swing.LookAndFeel
Utility method that creates a UIDefaults.LazyValue that creates an ImageIcon UIResource for the specified gifFile filename.
makeKeyBindings(Object[]) - Static method in class com.sun.java.swing.LookAndFeel
Convenience method for building lists of KeyBindings.
makeVisible(TreePath) - Method in class com.sun.java.swing.JTree
Ensures that the node identified by path is currently viewable.
MAP - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
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
Identifies a change in the button's margins.
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
 
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.
matchNameAttribute(AttributeSet, HTML.Tag) - Method in class com.sun.java.swing.text.html.HTMLWriter
This method return true if the StyleConstants.NameAttribute is equal to the tag that is passed in as a parameter.
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.
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.
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
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_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.
menuBar - Variable in class com.sun.java.swing.JRootPane
The menu bar.
menuCanceled(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
Invoked when the menu selection is canceled.
menuDeselected(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
Invoked when the menu selection changes.
menuDragMouseDragged(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
Invoked when the mouse is being dragged in a menu component's display area.
menuDragMouseEntered(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
Invoked when the dragged mouse has entered a menu component's display area.
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
Constructs a MenuDragMouseEvent object.
menuDragMouseExited(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
Invoked when the dragged mouse has left a menu component's display area.
MenuDragMouseListener - interface com.sun.java.swing.event.MenuDragMouseListener.
Defines a menu mouse-drag listener.
menuDragMouseReleased(MenuDragMouseEvent) - Method in interface com.sun.java.swing.event.MenuDragMouseListener
Invoked when a dragged mouse is release in a menu component's display area.
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
Constructs a MenuEvent object.
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
Constructs a MenuKeyEvent object.
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.
Defines a listener for menu events.
menuSelected(MenuEvent) - Method in interface com.sun.java.swing.event.MenuListener
Invoked when a menu item is selected.
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
Messaged when the menubar selection changes to activate or deactivate this menu.
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.
A MenuSelectionManager owns the selection in menu hierarchy.
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.
messageType - Variable in class com.sun.java.swing.JOptionPane
Message type.
META - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
METHOD - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
metrics - Variable in class com.sun.java.swing.text.PlainView
Font metrics for the currrent font.
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.
MinimalHTMLWriter(Writer, StyledDocument, int, int) - 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.
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.
minWidth - Variable in class com.sun.java.swing.table.TableColumn
The minimum width of the column
mnemonic - Variable in class com.sun.java.swing.DefaultButtonModel
 
MNEMONIC_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
Identifies a change to the button's mnemonic.
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.
model - Variable in class com.sun.java.swing.AbstractButton
The data model that determines the button's state.
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
The data structure that holds the various values for the progress bar.
MODEL_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
Identifies a change in the button model.
ModelAttribute - Static variable in class com.sun.java.swing.text.StyleConstants
Attribute used to identify the model for embedded objects that have a model view separation.
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) - 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(int, Position.Bias, int, Position.Bias, Shape) - 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, Position.Bias, int, Position.Bias, Shape) - 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) - Method in class com.sun.java.swing.text.View
Deprecated.  
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.PasswordView
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, Position.Bias) - Method in class com.sun.java.swing.text.LabelView2D
Provides a mapping from the document model coordinate space to the coordinate space of the view mapped to it.
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.
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.
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.
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.
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.
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.
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
If button 1 is pressed, this is implemented to request focus on the associated text component, and to set the caret position.
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 com.sun.java.swing.text.html.FormView.MouseEventListener
 
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.
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.
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).
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).
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
Enables multiple-file selections.
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.
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.
Defines the requirements for a tree node object that can change -- by adding or removing child nodes, or by changing the contents of a user object stored in the node.

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