PDAP Public Review Draft
A B C D E F G H I J K L M N O P R S T U V W X Y

A

a - Variable in class java.awt.AWTEventMulticaster
 
ABORT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete.
ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media was aborted.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to abort the image fetch.
ACTION_EVENT - Static variable in class java.awt.Event
This event indicates that the user wants some action to occur.
ACTION_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting action events.
ACTION_FIRST - Static variable in class java.awt.event.ActionEvent
The first number in the range of ids used for action events.
ACTION_LAST - Static variable in class java.awt.event.ActionEvent
The last number in the range of ids used for action events.
ACTION_PERFORMED - Static variable in class java.awt.event.ActionEvent
This event id indicates that a meaningful action occured.
action(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, should register this component as ActionListener on component which fires action events.
ActionEvent - class java.awt.event.ActionEvent.
A semantic event which indicates that a component-defined action occured.
ActionEvent(Object, int, String) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object.
ActionEvent(Object, int, String, int) - Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with modifier keys.
ActionListener - interface java.awt.event.ActionListener.
The listener interface for receiving action events.
actionPerformed(ActionEvent) - Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
actionPerformed(ActionEvent) - Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
ACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the active caption background color.
ACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the active caption border color.
ACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the action caption text color.
activeCaption - Static variable in class java.awt.SystemColor
The background color for captions in window borders.
activeCaptionBorder - Static variable in class java.awt.SystemColor
The border color for captions in window borders.
activeCaptionText - Static variable in class java.awt.SystemColor
The text color for captions in window borders.
ActiveEvent - interface java.awt.ActiveEvent.
An interface for events that know how dispatch themselves.
add(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Adds action-listener-a with action-listener-b and returns the resulting multicast listener.
add(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Adds adjustment-listener-a with adjustment-listener-b and returns the resulting multicast listener.
add(Component) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
add(Component, Object) - Method in class java.awt.Container
Adds the specified component to the end of this container.
add(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container with the specified constraints at the specified index.
add(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Adds container-listener-a with container-listener-b and returns the resulting multicast listener.
add(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Adds focus-listener-a with focus-listener-b and returns the resulting multicast listener.
add(int, int) - Method in class java.awt.Rectangle
Adds a point, specified by the integer arguments newx and newy, to this Rectangle.
add(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Adds item-listener-a with item-listener-b and returns the resulting multicast listener.
add(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Adds key-listener-a with key-listener-b and returns the resulting multicast listener.
add(Menu) - Method in class java.awt.MenuBar
Adds the specified menu to the menu bar.
add(MenuItem) - Method in class java.awt.Menu
Adds the specified menu item to this menu.
add(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-listener-a with mouse-listener-b and returns the resulting multicast listener.
add(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Adds mouse-motion-listener-a with mouse-motion-listener-b and returns the resulting multicast listener.
add(Point) - Method in class java.awt.Rectangle
Adds the specified Point to this Rectangle.
add(PopupMenu) - Method in class java.awt.Component
Adds the specified popup menu to the component.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a Rectangle to this Rectangle.
add(String) - Method in class java.awt.Menu
Adds an item with the specified label to this menu.
add(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
add(String) - Method in class java.awt.Choice
Adds an item to this Choice menu.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(String, int) - Method in class java.awt.List
Adds the specified item to the the scrolling list at the position indicated by the index.
add(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
add(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Adds window-listener-a with window-listener-b and returns the resulting multicast listener.
addActionListener(ActionListener) - Method in class java.awt.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener) - Method in class java.awt.List
Adds the specified action listener to receive action events from this list.
addActionListener(ActionListener) - Method in class java.awt.Button
Adds the specified action listener to receive action events from this button.
addActionListener(ActionListener) - Method in class java.awt.TextField
Adds the specified action listener to receive action events from this text field.
addAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAWTEventListener(AWTEventListener, long) - Method in class java.awt.Toolkit
Adds an AWTEventListener to receive all AWTEvents dispatched system-wide that conform to the given eventMask.
addCategory(String) - Method in interface javax.microedition.pim.PIMList
Adds the provided category to the PIM database.
addComponentListener(ComponentListener) - Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
addConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image.
addConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
This method is used to register an ImageConsumer with the ImageProducer for access to the image data during a later reconstruction of the Image.
addContainerListener(ContainerListener) - Method in class java.awt.Container
Adds the specified container listener to receive container events from this container.
addElement(Object) - Method in class java.util.Vector
 
addExceptDate(long) - Method in class javax.microedition.pim.EventRepeat
Add a Date for which this RepeatPattern should not occur.
addFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.FileSystemRegistry
This method is used to register a FileSystemListener that is notified in case of adding and removing a new file system root.
addFocusListener(FocusListener) - Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component when this component gains input focus.
addImage(Image, int) - Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked by this media tracker.
addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked by this media tracker.
addImpl(Component, Object, int) - Method in class java.awt.Container
Adds the specified component to this container at the specified index.
addImpl(Component, Object, int) - Method in class java.awt.ScrollPane
Adds the specified component to this scroll pane container.
addInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener from adding listener-a and listener-b together.
addItem(String) - Method in class java.awt.List
Deprecated. replaced by add(String).
addItem(String) - Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String, int) - Method in class java.awt.List
Deprecated. replaced by add(String, int).
addItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Add a listener to recieve item events when the state of an item changes.
addItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener) - Method in class java.awt.List
Adds the specified item listener to receive item events from this list.
addItemListener(ItemListener) - Method in class java.awt.Checkbox
Adds the specified item listener to receive item events from this check box.
addItemListener(ItemListener) - Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
addKeyListener(KeyListener) - Method in class java.awt.Component
Adds the specified key listener to receive key events from this component.
addLayoutComponent(Component, Object) - Method in class java.awt.CardLayout
Adds the specified component to this card layout's internal table of names.
addLayoutComponent(Component, Object) - Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object) - Method in class java.awt.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component) - Method in class java.awt.GridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Deprecated. replaced by addLayoutComponent(Component, Object).
addMouseListener(MouseListener) - Method in class java.awt.Component
Adds the specified mouse listener to receive mouse events from this component.
addMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Adds the specified mouse motion listener to receive mouse motion events from this component.
addNotify() - Method in class java.awt.Component
Makes this Component displayable by connecting it to a native screen resource.
addPoint(int, int) - Method in class java.awt.Polygon
Appends the specified coordinates to this Polygon.
ADDR_COUNTRY - Static variable in interface javax.microedition.pim.Contact
Field ID for the country of a particular address.
ADDR_EXTRA - Static variable in interface javax.microedition.pim.Contact
Field ID for the extra info of a particular address.
ADDR_LOCALITY - Static variable in interface javax.microedition.pim.Contact
Field ID for the locality (for example, a city) of a particular address.
ADDR_POBOX - Static variable in interface javax.microedition.pim.Contact
Field ID for the post office box of a particular address.
ADDR_POSTALCODE - Static variable in interface javax.microedition.pim.Contact
Field ID for the postal code (for example, a zip code) of a particular address.
ADDR_REGION - Static variable in interface javax.microedition.pim.Contact
Field ID for the region (for example, a province, state, or territory) of a particular address.
ADDR_STREET - Static variable in interface javax.microedition.pim.Contact
Field ID for the street information of a particular address.
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
addTextListener(TextListener) - Method in class java.awt.TextComponent
Adds the specified text event listener to receive text events from this text component.
addToCategory(String) - Method in interface javax.microedition.pim.PIMElement
Adds a category to this element.
addWindowListener(WindowListener) - Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
Adjustable - interface java.awt.Adjustable.
The interface for objects which have an adjustable numeric value contained within a bounded range of values.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
 
ADJUSTMENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting adjustment events.
ADJUSTMENT_FIRST - Static variable in class java.awt.event.AdjustmentEvent
Marks the first integer id for the range of adjustment event ids.
ADJUSTMENT_LAST - Static variable in class java.awt.event.AdjustmentEvent
Marks the last integer id for the range of adjustment event ids.
ADJUSTMENT_VALUE_CHANGED - Static variable in class java.awt.event.AdjustmentEvent
The adjustment value changed event.
AdjustmentEvent - class java.awt.event.AdjustmentEvent.
The adjustment event emitted by Adjustable objects.
AdjustmentEvent(Adjustable, int, int, int) - Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, event type, adjustment type, and value.
AdjustmentListener - interface java.awt.event.AdjustmentListener.
The listener interface for receiving adjustment events.
adjustmentValueChanged(AdjustmentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
adjustmentValueChanged(AdjustmentEvent) - Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
ALARM - Static variable in interface javax.microedition.pim.Event
Field ID specifying the date and time for an Alarm for this Event.
ALLBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form.
allowsMultipleSelections() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isMultipleMode().
ALT_GRAPH_MASK - Static variable in class java.awt.event.InputEvent
The alt-graph key modifier constant.
ALT_MASK - Static variable in class java.awt.Event
This flag indicates that the Alt key was down when the event occurred.
ALT_MASK - Static variable in class java.awt.event.InputEvent
The alt key modifier constant.
ALT_MASK - Static variable in class java.awt.event.ActionEvent
The alt modifier.
anchor - Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
append(String) - Method in class java.awt.TextArea
Appends the given text to the text area's current text.
appendText(String) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by append(String).
APRIL - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of April.
AreaAveragingScaleFilter - class java.awt.image.AreaAveragingScaleFilter.
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
AreaAveragingScaleFilter(int, int) - Constructor for class java.awt.image.AreaAveragingScaleFilter
Constructs an AreaAveragingScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
arg - Variable in class java.awt.Event
An arbitrary argument of the event.
ArrangeGrid(Container) - Method in class java.awt.GridBagLayout
 
AUGUST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of August.
available() - Method in class java.io.InputStream
 
available() - Method in class java.io.DataInputStream
Returns the number of bytes that can be read from this input stream without blocking.
availableSize() - Method in interface javax.microedition.io.FileConnection
This method is used to determine the free memory that is available on the fileystem.
AWTError - error java.awt.AWTError.
Thrown when a serious Abstract Window Toolkit error has occurred.
AWTError(String) - Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
AWTEvent - class java.awt.AWTEvent.
The root event class for all AWT events.
AWTEvent(Event) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object from the parameters of a 1.0-style event.
AWTEvent(Object, int) - Constructor for class java.awt.AWTEvent
Constructs an AWTEvent object with the specified source object and type.
AWTEventListener - interface java.awt.event.AWTEventListener.
The listener interface for receiving notification of events dispatched to objects that are instances of Component or MenuComponent or their subclasses.
AWTEventMulticaster - class java.awt.AWTEventMulticaster.
A class which implements efficient and thread-safe multi-cast event dispatching for the AWT events defined in the java.awt.event package.
AWTEventMulticaster(EventListener, EventListener) - Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
AWTException - exception java.awt.AWTException.
Signals that an Absract Window Toolkit exception has occurred.
AWTException(String) - Constructor for class java.awt.AWTException
Constructs an instance of AWTException with the specified detail message.

B

b - Variable in class java.awt.AWTEventMulticaster
 
BACK_SPACE - Static variable in class java.awt.Event
The BackSpace key.
beep() - Method in class java.awt.Toolkit
Emits an audio beep.
BINARY - Static variable in interface javax.microedition.pim.PIMElement
Data type ID indicating data is binary (in a byte array).
BIRTHDAY - Static variable in interface javax.microedition.pim.Contact
Field ID for the birthday of the Contact.
black - Static variable in class java.awt.Color
The color black.
BLOCK_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block decrement adjustment type.
BLOCK_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The block increment adjustment type.
blue - Static variable in class java.awt.Color
The color blue.
BOLD - Static variable in class java.awt.Font
The bold style constant.
BorderLayout - class java.awt.BorderLayout.
A border layout lays out a container, arranging and resizing its components to fit in five regions: north, south, east, west, and center.
BorderLayout() - Constructor for class java.awt.BorderLayout
Constructs a new border layout with no gaps between components.
BorderLayout(int, int) - Constructor for class java.awt.BorderLayout
Constructs a border layout with the specified gaps between components.
BOTH - Static variable in class java.awt.GridBagConstraints
Resize the component both horizontally and vertically.
bottom - Variable in class java.awt.Insets
The inset from the bottom.
BOTTOM_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY.
bounds - Variable in class java.awt.Polygon
Bounds of the polygon.
bounds() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getBounds().
brighter() - Method in class java.awt.Color
Creates a new Color that is a brighter version of this Color.
Button - class java.awt.Button.
This class creates a labeled button.
Button() - Constructor for class java.awt.Button
Constructs a Button with no label.
Button(String) - Constructor for class java.awt.Button
Constructs a Button with the specified label.
BUTTON1_MASK - Static variable in class java.awt.event.InputEvent
The mouse button1 modifier constant.
BUTTON2_MASK - Static variable in class java.awt.event.InputEvent
The mouse button2 modifier constant.
BUTTON3_MASK - Static variable in class java.awt.event.InputEvent
The mouse button3 modifier constant.
bytesWidth(byte[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of bytes in this Font.

C

canFilterIndexColorModel - Variable in class java.awt.image.RGBImageFilter
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
canRead() - Method in interface javax.microedition.io.FileConnection
This method is used to check if the selected file is readable.
Canvas - class java.awt.Canvas.
A Canvas component represents a blank rectangular area of the screen onto which the application can draw or from which the application can trap input events from the user.
Canvas() - Constructor for class java.awt.Canvas
Constructs a new Canvas.
Canvas(GraphicsConfiguration) - Constructor for class java.awt.Canvas
Constructs a new Canvas given a GraphicsConfiguration object.
canWrite() - Method in interface javax.microedition.io.FileConnection
This method is used to check if the selected file is writable.
capacity() - Method in class java.util.Vector
 
capacityIncrement - Variable in class java.util.Vector
 
CAPS_LOCK - Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
CardLayout - class java.awt.CardLayout.
A CardLayout object is a layout manager for a container.
CardLayout() - Constructor for class java.awt.CardLayout
Creates a new card layout with gaps of size zero.
CardLayout(int, int) - Constructor for class java.awt.CardLayout
Creates a new card layout with the specified horizontal and vertical gaps.
catchExceptions - Variable in class java.awt.event.InvocationEvent
Set to true if dispatch() catches Exception and stores it in the exception instance variable.
CENTER - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be centered.
CENTER - Static variable in class java.awt.GridBagConstraints
Put the component in the center of its display area.
CENTER - Static variable in class java.awt.Label
Indicates that the label should be centered.
CENTER - Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
CENTER_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY and getAlignmentX.
CHAR_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_PRESSED and KEY_RELEASED events which do not map to a valid Unicode character use this for the keyChar value.
charsWidth(char[], int, int) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified array of characters in this Font.
charWidth(char) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
charWidth(int) - Method in class java.awt.FontMetrics
Returns the advance width of the specified character in this Font.
checkAll() - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
checkAll(boolean) - Method in class java.awt.MediaTracker
Checks to see if all images being tracked by this media tracker have finished loading.
Checkbox - class java.awt.Checkbox.
A check box is a graphical component that can be in either an "on" (true) or "off" (false) state.
Checkbox() - Constructor for class java.awt.Checkbox
Creates a check box with no label.
Checkbox(String) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label.
Checkbox(String, boolean) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label and sets the specified state.
Checkbox(String, boolean, CheckboxGroup) - Constructor for class java.awt.Checkbox
Creates a check box with the specified label, in the specified check box group, and set to the specified state.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, set to the specified state, and in the specified check box group.
CheckboxGroup - class java.awt.CheckboxGroup.
The CheckboxGroup class is used to group together a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
CheckboxMenuItem - class java.awt.CheckboxMenuItem.
This class represents a check box that can be included in a menu.
CheckboxMenuItem() - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with an empty label.
CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label.
CheckboxMenuItem(String, boolean) - Constructor for class java.awt.CheckboxMenuItem
Create a check box menu item with the specified label and state.
checkError() - Method in class java.io.PrintWriter
Flush the stream and check its error state.
checkError() - Method in class java.io.PrintStream
 
checkID(int) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkID(int, boolean) - Method in class java.awt.MediaTracker
Checks to see if all images tracked by this media tracker that are tagged with the specified identifier have finished loading.
checkImage(Image, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Returns the status of the construction of a screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Indicates the construction status of a specified image that is being prepared for display.
Choice - class java.awt.Choice.
The Choice class presents a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Creates a new choice menu.
clear() - Method in class java.util.Hashtable
 
clear() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by removeAll().
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clickCount - Variable in class java.awt.Event
For MOUSE_DOWN events, this field indicates the number of consecutive clicks.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Intersects the current clip with the specified rectangle.
close() - Method in class java.io.OutputStream
 
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
 
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.Writer
 
close() - Method in class java.io.PrintWriter
Close the stream.
close() - Method in class java.io.PrintStream
 
close() - Method in class java.io.Reader
 
close() - Method in interface javax.microedition.pim.PIMList
Closes the list, releasing any resources for this list.
close() - Method in interface javax.microedition.io.Connection
 
coalesceEvents(AWTEvent, AWTEvent) - Method in class java.awt.Component
Potentially coalesce an event being posted with an existing event.
Color - class java.awt.Color.
The Color class is used encapsulate colors in the default sRGB color space.
Color(float, float, float) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(float, float, float, float) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0.0 - 1.0).
Color(int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, boolean) - Constructor for class java.awt.Color
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, int, int) - Constructor for class java.awt.Color
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
Color(int, int, int, int) - Constructor for class java.awt.Color
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
ColorModel - class java.awt.image.ColorModel.
The ColorModel abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
ColorModel(int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixels of the specified number of bits to color/alpha components.
columnWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column weights.
columnWidths - Variable in class java.awt.GridBagLayout
This field holds the overrides to the column minimum width.
CommConnection - interface javax.microedition.io.CommConnection.
This interface defines a logical serial port connection.
commit() - Method in interface javax.microedition.pim.PIMElement
This method persists the data in the element to its PIM list.
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
COMPLETED - Static variable in interface javax.microedition.pim.ToDo
Field ID indicating a ToDo has been completed.
COMPLETESCANLINES - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
Component - class java.awt.Component.
A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
COMPONENT_ADDED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was added to the container.
COMPONENT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting component events.
COMPONENT_FIRST - Static variable in class java.awt.event.ComponentEvent
The first number in the range of ids used for component events.
COMPONENT_HIDDEN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was rendered invisible.
COMPONENT_LAST - Static variable in class java.awt.event.ComponentEvent
The last number in the range of ids used for component events.
COMPONENT_MOVED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's position changed.
COMPONENT_REMOVED - Static variable in class java.awt.event.ContainerEvent
This event indicates that a component was removed from the container.
COMPONENT_RESIZED - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component's size changed.
COMPONENT_SHOWN - Static variable in class java.awt.event.ComponentEvent
This event indicates that the component was made visible.
Component() - Constructor for class java.awt.Component
Constructs a new component.
ComponentAdapter - class java.awt.event.ComponentAdapter.
An abstract adapter class for receiving component events.
ComponentAdapter() - Constructor for class java.awt.event.ComponentAdapter
 
componentAdded(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentAdded container event by invoking the componentAdded methods on listener-a and listener-b.
componentAdded(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
componentAdded(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been added to the container.
ComponentEvent - class java.awt.event.ComponentEvent.
A low-level event which indicates that a component moved, changed size, or changed visibility (also, the root class for the other component-level events).
ComponentEvent(Component, int) - Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object.
componentHidden(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentHidden event by invoking the componentHidden methods on listener-a and listener-b.
componentHidden(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made invisible.
componentHidden(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made invisible.
ComponentListener - interface java.awt.event.ComponentListener.
The listener interface for receiving component events.
componentMoved(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentMoved event by invoking the componentMoved methods on listener-a and listener-b.
componentMoved(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's position changes.
componentMoved(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's position changes.
componentRemoved(ContainerEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentRemoved container event by invoking the componentRemoved methods on listener-a and listener-b.
componentRemoved(ContainerEvent) - Method in interface java.awt.event.ContainerListener
Invoked when a component has been removed from the container.
componentRemoved(ContainerEvent) - Method in class java.awt.event.ContainerAdapter
Invoked when a component has been removed from the container.
componentResized(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentResized event by invoking the componentResized methods on listener-a and listener-b.
componentResized(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component's size changes.
componentResized(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component's size changes.
componentShown(ComponentEvent) - Method in class java.awt.AWTEventMulticaster
Handles the componentShown event by invoking the componentShown methods on listener-a and listener-b.
componentShown(ComponentEvent) - Method in class java.awt.event.ComponentAdapter
Invoked when the component has been made visible.
componentShown(ComponentEvent) - Method in interface java.awt.event.ComponentListener
Invoked when the component has been made visible.
comptable - Variable in class java.awt.GridBagLayout
This hashtable maintains the association between a component and its gridbag constraints.
Connection - interface javax.microedition.io.Connection.
 
consume() - Method in class java.awt.AWTEvent
 
consume() - Method in class java.awt.event.InputEvent
Consumes this event so that it will not be processed in the default manner by the source which originated it.
consumed - Variable in class java.awt.AWTEvent
This field controls whether or not the event is sent back down to the peer once the source has processed it - false means it's sent to the peer, true means it's not.
consumer - Variable in class java.awt.image.ImageFilter
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data.
Contact - interface javax.microedition.pim.Contact.
Represents a single Contact entry in a PIM Contact database.
ContactList - interface javax.microedition.pim.ContactList.
Represents a Contact list containing Contact elements.
Container - class java.awt.Container.
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
CONTAINER_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting container events.
CONTAINER_FIRST - Static variable in class java.awt.event.ContainerEvent
The first number in the range of ids used for container events.
CONTAINER_LAST - Static variable in class java.awt.event.ContainerEvent
The last number in the range of ids used for container events.
Container() - Constructor for class java.awt.Container
Constructs a new Container.
ContainerAdapter - class java.awt.event.ContainerAdapter.
An abstract adapter class for receiving container events.
ContainerAdapter() - Constructor for class java.awt.event.ContainerAdapter
 
ContainerEvent - class java.awt.event.ContainerEvent.
A low-level event which indicates that a container's contents changed because a component was added or removed.
ContainerEvent(Component, int, Component) - Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object.
ContainerListener - interface java.awt.event.ContainerListener.
The listener interface for receiving container events.
contains(int, int) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where x and y are defined to be relative to the coordinate system of this component.
contains(int, int) - Method in class java.awt.Polygon
Determines whether the specified coordinates are inside this Polygon.
contains(int, int) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the point at the specified location (xy).
contains(int, int, int, int) - Method in class java.awt.Rectangle
Checks whether this Rectangle entirely contains the Rectangle at the specified location (XY) with the specified dimensions (WH).
contains(Object) - Method in class java.util.Hashtable
 
contains(Object) - Method in class java.util.Vector
 
contains(Point) - Method in class java.awt.Component
Checks whether this component "contains" the specified point, where the point's x and y coordinates are defined to be relative to the coordinate system of this component.
contains(Point) - Method in class java.awt.Polygon
Determines whether the specified Point is inside this Polygon.
contains(Point) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle contains the specified Point.
contains(Rectangle) - Method in class java.awt.Rectangle
Checks whether or not this Rectangle entirely contains the specified Rectangle.
containsKey(Object) - Method in class java.util.Hashtable
 
control - Static variable in class java.awt.SystemColor
The background color for control objects.
CONTROL - Static variable in class java.awt.SystemColor
The array index for the control background color.
CONTROL_DK_SHADOW - Static variable in class java.awt.SystemColor
The array index for the control dark shadow color.
CONTROL_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the control highlight color.
CONTROL_LT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the control light highlight color.
CONTROL_SHADOW - Static variable in class java.awt.SystemColor
The array index for the control shadow color.
CONTROL_TEXT - Static variable in class java.awt.SystemColor
The array index for the control text color.
controlDkShadow - Static variable in class java.awt.SystemColor
The dark shadow color for control objects.
controlDown() - Method in class java.awt.Event
Checks if the Control key is down.
controlHighlight - Static variable in class java.awt.SystemColor
The regular highlight color for control objects.
controlLtHighlight - Static variable in class java.awt.SystemColor
The light highlight color for control objects.
controlShadow - Static variable in class java.awt.SystemColor
The regular shadow color for control objects.
controlText - Static variable in class java.awt.SystemColor
The text color for control objects.
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the component by a distance specified by dx and dy.
copyInto(Object[]) - Method in class java.util.Vector
 
COUNT - Static variable in class javax.microedition.pim.EventRepeat
The number of times this event repeats including the first time, starting from the first time the event starts (derived from Event.START) and continuing to the last date of the repeat (defined by EventRepeat.END.
countComponents() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentCount().
countItems() - Method in class java.awt.Menu
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countItems() - Method in class java.awt.Choice
Deprecated. As of JDK version 1.1, replaced by getItemCount().
countMenus() - Method in class java.awt.MenuBar
Deprecated. As of JDK version 1.1, replaced by getMenuCount().
create() - Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create() - Method in interface javax.microedition.io.FileConnection
This method is used to create a file that is specified in the Connector.open() method.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics object based on this Graphics object, but with a new translation and clip area.
createContact() - Method in interface javax.microedition.pim.ContactList
Factory method to create a Contact for this contact list.
createEvent() - Method in interface javax.microedition.pim.EventList
Factory method to create an Event for this event list.
createImage(byte[]) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array.
createImage(byte[], int, int) - Method in class java.awt.Toolkit
Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
createImage(ImageProducer) - Method in class java.awt.Component
Creates an image from the specified image producer.
createImage(ImageProducer) - Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(int, int) - Method in class java.awt.Component
Creates an off-screen drawable image to be used for double buffering.
createImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
createImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
createToDo() - Method in interface javax.microedition.pim.ToDoList
Factory method to create a ToDo entry for this ToDo list.
CropImageFilter - class java.awt.image.CropImageFilter.
An ImageFilter class for cropping images.
CropImageFilter(int, int, int, int) - Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CROSSHAIR_CURSOR - Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.CROSSHAIR_CURSOR.

Value Cursor.CROSSHAIR_CURSOR is assigned to CROSSHAIR_CURSOR.

CTRL_MASK - Static variable in class java.awt.Event
This flag indicates that the Control key was down when the event occurred.
CTRL_MASK - Static variable in class java.awt.event.InputEvent
The control key modifier constant.
CTRL_MASK - Static variable in class java.awt.event.ActionEvent
The control modifier.
Cursor - class java.awt.Cursor.
A class to encapsulate the bitmap representation of the mouse cursor.
Cursor(int) - Constructor for class java.awt.Cursor
Creates a new cursor object with the specified type.
cyan - Static variable in class java.awt.Color
The color cyan.

D

DAILY - Static variable in class javax.microedition.pim.EventRepeat
Used for frequency when the Event happens every day.
darker() - Method in class java.awt.Color
Creates a new Color that is a darker version of this Color.
darkGray - Static variable in class java.awt.Color
The color dark gray.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream and saves its argument, the input stream in, for later use.
DataOutput - interface java.io.DataOutput.
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
Date - class java.util.Date.
 
DATE - Static variable in interface javax.microedition.pim.PIMElement
Data type ID indicating data is a Date.
Date() - Constructor for class java.util.Date
 
Date(long) - Constructor for class java.util.Date
 
dates(long, long, long) - Method in class javax.microedition.pim.EventRepeat
Returns an Enumeration of Dates on which an Event would occur.
DAY_IN_MONTH - Static variable in class javax.microedition.pim.EventRepeat
The day of the month an Event occurs; for example, 15.
DAY_IN_WEEK - Static variable in class javax.microedition.pim.EventRepeat
The days of the week an Event occurs.
DAY_IN_YEAR - Static variable in class javax.microedition.pim.EventRepeat
The day of the year an Event occurs; for example, 134.
DECEMBER - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of December.
decode(String) - Static method in class java.awt.Font
Returns the Font that the str argument describes.
decode(String) - Static method in class java.awt.Color
Converts a String to an integer and returns the specified opaque Color.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.DEFAULT_CURSOR.

Value Cursor.DEFAULT_CURSOR is assigned to DEFAULT_CURSOR.

defaultConstraints - Variable in class java.awt.GridBagLayout
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.
DELETE - Static variable in class java.awt.Event
The Delete key.
delete() - Method in interface javax.microedition.io.FileConnection
This method is used to delete a file/dir specified in the Connector.open() URL.
deleteCategory(String) - Method in interface javax.microedition.pim.PIMList
Deletes the indicated category from the PIM database.
deleteShortcut() - Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
delItem(int) - Method in class java.awt.List
Deprecated. replaced by remove(String) and remove(int).
delItems(int, int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was un-selected.
desktop - Static variable in class java.awt.SystemColor
The color of the desktop background.
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the desktop background color.
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
The target height to scale the image.
destWidth - Variable in class java.awt.image.ReplicateScaleFilter
The target width to scale the image.
Dialog - class java.awt.Dialog.
A Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
Dialog(Frame) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title, the specified owner frame and modality.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with the specified owner frame and title.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner frame, title, and modality.
Dimension - class java.awt.Dimension.
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class java.awt.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
DirectColorModel - class java.awt.image.DirectColorModel.
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples.
DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples and the alpha sample, if present.
directorySize(boolean) - Method in interface javax.microedition.io.FileConnection
This method is used to determine the size in bytes that is used by a directory.
disable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disableEvents(long) - Method in class java.awt.Component
Disables the events defined by the specified event mask parameter from being delivered to this component.
disableEvents(long) - Method in class java.awt.MenuItem
Disables event delivery to this menu item for events defined by the specified event mask parameter.
dispatch() - Method in interface java.awt.ActiveEvent
Dispatch the event to it's target, listeners of the events source, or do whatever it is this event is supposed to do.
dispatch() - Method in class java.awt.event.InvocationEvent
Executes the Runnable's run() method and notifies the notifier (if any) when run() returns.
dispatchEvent(AWTEvent) - Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent) - Method in class java.awt.MenuComponent
 
dispatchEvent(AWTEvent) - Method in class java.awt.EventQueue
Dispatch an event.
dispose() - Method in class java.awt.Window
Releases all of the native screen resources used by this Window, its subcomponents, and all of its owned children.
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class java.awt.Dialog
Disposes the Dialog and then causes show() to return if it is currently blocked.
doLayout() - Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout() - Method in class java.awt.Container
Causes this container to lay out its components.
doLayout() - Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DOWN - Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawLine(int, int, int, int) - Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
DUE - Static variable in interface javax.microedition.pim.ToDo
The Date a ToDo is due.

E

E_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The east-resize cursor type.
E_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.E_RESIZE_CURSOR.

Value Cursor.E_RESIZE_CURSOR is assigned to E_RESIZE_CURSOR.

EAST - Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
EAST - Static variable in class java.awt.BorderLayout
The east layout constraint (right side of container).
echoCharIsSet() - Method in class java.awt.TextField
Indicates whether or not this text field has a character set for echoing.
elementAt(int) - Method in class java.util.Vector
 
elementCount - Variable in class java.util.Vector
 
elementData - Variable in class java.util.Vector
 
elements() - Method in class java.util.Hashtable
 
elements() - Method in class java.util.Vector
 
elements() - Method in interface javax.microedition.pim.PIMList
Return an Enumeration of all elements in the list.
elements(long, long) - Method in interface javax.microedition.pim.ToDoList
Return an Enumeration of all ToDos in the list ranging from startDate to endDate inclusive.
elements(long, long) - Method in interface javax.microedition.pim.EventList
Return an Enumeration of all Events in the list ranging from startDate to endDate inclusive.
elements(PIMElement) - Method in interface javax.microedition.pim.PIMList
Return an Enumeration of all elements in the list which match all of the fields specified in the element parameter.
EMAIL - Static variable in interface javax.microedition.pim.Contact
Field ID for an e-mail address.
empty() - Method in class java.util.Stack
 
EmptyStackException - exception java.util.EmptyStackException.
 
EmptyStackException() - Constructor for class java.util.EmptyStackException
 
enable() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enable(boolean) - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
enableEvents(long) - Method in class java.awt.Component
Enables the events defined by the specified event mask parameter to be delivered to this component.
enableEvents(long) - Method in class java.awt.MenuItem
Enables event delivery to this menu item for events to be defined by the specified event mask parameter
END - Static variable in class java.awt.Event
The End key, a non-ASCII action key.
END - Static variable in interface javax.microedition.pim.Event
Field ID specifying the non-inclusive date and time a single Event ends.
END - Static variable in class javax.microedition.pim.EventRepeat
The ending date of the repeating event.
ensureCapacity(int) - Method in class java.util.Vector
 
ENTER - Static variable in class java.awt.Event
The Enter key.
Enumeration - interface java.util.Enumeration.
 
equals(MenuShortcut) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.net.URL
Compares two URLs.
equals(Object) - Method in class java.util.Locale
Returns true if this Locale is equal to another object.
equals(Object) - Method in class java.util.Date
 
equals(Object) - Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object) - Method in class java.awt.Font
Compares this Font object to the specified Object.
equals(Object) - Method in class java.awt.Point
Determines whether an instance of Point2D is equal to this point.
equals(Object) - Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object) - Method in class java.awt.Color
Determines whether another object is equal to this Color.
equals(Object) - Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class java.awt.MenuShortcut
Returns whether this MenuShortcut is the same as another: equality is defined to mean that both MenuShortcuts use the same key and both either use or don't use the SHIFT key.
equals(Object) - Method in class java.awt.image.ColorModel
Tests if the specified Object is an instance of ColorModel and if it equals this ColorModel.
ERROR - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously has encountered an error.
ERRORED - Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media encountered an error.
ESCAPE - Static variable in class java.awt.Event
The Escape key.
Event - class java.awt.Event.
Event is a platform-independent class that encapsulates events from the platform's Graphical User Interface in the Java 1.0 event model.
Event - interface javax.microedition.pim.Event.
Represents a single Event entry in a PIM Event database.
Event(Object, int, Object) - Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int) - Constructor for class java.awt.Event
Creates an instance of Event, with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and an argument set to null.
Event(Object, long, int, int, int, int, int, Object) - Constructor for class java.awt.Event
Creates an instance of Event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys, and argument.
eventDispatched(AWTEvent) - Method in interface java.awt.event.AWTEventListener
Invoked when an event is dispatched in the AWT.
EventList - interface javax.microedition.pim.EventList.
Represents an Event list containing Event elements.
EventListener - interface java.util.EventListener.
A tagging interface that all event listener interfaces must extend.
EventObject - class java.util.EventObject.
The root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
EventQueue - class java.awt.EventQueue.
EventQueue is a platform-independent class that queues events, both from the underlying peer classes and from trusted application classes.
EventQueue() - Constructor for class java.awt.EventQueue
 
EventRepeat - class javax.microedition.pim.EventRepeat.
Represents a description for a repeating pattern for an Event element.
EventRepeat() - Constructor for class javax.microedition.pim.EventRepeat
 
evt - Variable in class java.awt.Event
The next event.
exists() - Method in interface javax.microedition.io.FileConnection
This method is used to check if the file/dir specified in the URL passed to the Connector.open() method exists.

F

F1 - Static variable in class java.awt.Event
The F1 function key, a non-ASCII action key.
F10 - Static variable in class java.awt.Event
The F10 function key, a non-ASCII action key.
F11 - Static variable in class java.awt.Event
The F11 function key, a non-ASCII action key.
F12 - Static variable in class java.awt.Event
The F12 function key, a non-ASCII action key.
F2 - Static variable in class java.awt.Event
The F2 function key, a non-ASCII action key.
F3 - Static variable in class java.awt.Event
The F3 function key, a non-ASCII action key.
F4 - Static variable in class java.awt.Event
The F4 function key, a non-ASCII action key.
F5 - Static variable in class java.awt.Event
The F5 function key, a non-ASCII action key.
F6 - Static variable in class java.awt.Event
The F6 function key, a non-ASCII action key.
F7 - Static variable in class java.awt.Event
The F7 function key, a non-ASCII action key.
F8 - Static variable in class java.awt.Event
The F8 function key, a non-ASCII action key.
F9 - Static variable in class java.awt.Event
The F9 function key, a non-ASCII action key.
FAX - Static variable in interface javax.microedition.pim.Contact
Field ID for a facsimile machine telephone number.
FEATURE_NOT_SUPPORTED - Static variable in class javax.microedition.pim.PIMException
Indicates a PIM exception where the functionality is not supported in this implementation.
Value 1 is assigned to FEATURE_NOT_SUPPORTED.
FEBRUARY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of February.
FIFTH - Static variable in class javax.microedition.pim.EventRepeat
Constant for the fifth week of the month.
FIFTHLAST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the fifth to last week of the month.
FileConnection - interface javax.microedition.io.FileConnection.
This interface is intended to access files that are stored on removable media such as Secure Digital Cards, MultiMedia Cards, Compact Flash Cards, SmartMedia Cards, Memory Sticks.
FileDialog - class java.awt.FileDialog.
The FileDialog class displays a dialog window from which the user can select a file.
FileDialog(Frame) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading a file.
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog window with the specified title for loading or saving a file.
fileSize() - Method in interface javax.microedition.io.FileConnection
This method is invoked to determine the size of a selected file.
FileSystemEvent - interface javax.microedition.io.FileSystemEvent.
Represents an event occurring for a file system.
FileSystemListener - interface javax.microedition.io.FileSystemListener.
This class is used for receiving a FileSystemEvent while adding or removing a file system root.
FileSystemRegistry - class javax.microedition.io.FileSystemRegistry.
The FileSystemRegistry is a central registry for file system listeners interested in the adding and removing (or mounting and unmounting) of file systems on a device.
FileSystemRegistry() - Constructor for class javax.microedition.io.FileSystemRegistry
 
fill - Variable in class java.awt.GridBagConstraints
This field is used when the component's display area is larger than the component's requested size.
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a 3-D highlighted rectangle filled with the current color.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills a circular or elliptical arc covering the specified rectangle.
fillOval(int, int, int, int) - Method in class java.awt.Graphics
Fills an oval bounded by the specified rectangle with the current color.
fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
Fills a closed polygon defined by arrays of x and y coordinates.
fillPolygon(Polygon) - Method in class java.awt.Graphics
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rounded corner rectangle with the current color.
FilteredImageSource - class java.awt.image.FilteredImageSource.
This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
FilteredImageSource(ImageProducer, ImageFilter) - Constructor for class java.awt.image.FilteredImageSource
Constructs an ImageProducer object from an existing ImageProducer and a filter object.
filterIndexColorModel(IndexColorModel) - Method in class java.awt.image.RGBImageFilter
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide.
filterRGB(int, int, int) - Method in class java.awt.image.RGBImageFilter
Subclasses must specify a method to convert a single input pixel in the default RGB ColorModel to a single output pixel.
filterRGBPixels(int, int, int, int, int[], int, int) - Method in class java.awt.image.RGBImageFilter
Filters a buffer of pixels in the default RGB ColorModel by passing them one by one through the filterRGB method.
finalize() - Method in class java.awt.Window
Disposes of the input methods and context, and removes the WeakReference which formerly pointed to this Window from the parent's owned Window list.
finalize() - Method in class java.awt.Cursor
 
finalize() - Method in class java.awt.AWTEvent
frees any native data held by this object.
finalize() - Method in class java.awt.Frame
We have to remove the (hard) reference to weakThis in the Vector, otherwise the WeakReference instance will never get garbage collected.
finalize() - Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize() - Method in class java.awt.image.ColorModel
Disposes of system resources associated with this ColorModel once this ColorModel is no longer referenced.
finalize() - Method in class java.awt.image.IndexColorModel
Disposes of system resources associated with this ColorModel once this ColorModel is no longer referenced.
findComponentAt(int, int) - Method in class java.awt.Container
Locates the visible child component that contains the specified position.
findComponentAt(Point) - Method in class java.awt.Container
Locates the visible child component that contains the specified point.
FIRST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the first week of the month.
first(Container) - Method in class java.awt.CardLayout
Flips to the first card of the container.
firstElement() - Method in class java.util.Vector
 
FlowLayout - class java.awt.FlowLayout.
A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph.
FlowLayout() - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int) - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and a default 5-unit horizontal and vertical gap.
FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
Creates a new flow layout manager with the indicated alignment and the indicated horizontal and vertical gaps.
flush() - Method in class java.io.OutputStream
 
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.Writer
 
flush() - Method in class java.io.PrintWriter
Flush the stream.
flush() - Method in class java.io.PrintStream
 
flush() - Method in class java.awt.Image
Flushes all resources being used by this Image object.
FOCUS_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting focus events.
FOCUS_FIRST - Static variable in class java.awt.event.FocusEvent
The first number in the range of ids used for focus events.
FOCUS_GAINED - Static variable in class java.awt.event.FocusEvent
This event indicates that the component gained the keyboard focus.
FOCUS_LAST - Static variable in class java.awt.event.FocusEvent
The last number in the range of ids used for focus events.
FOCUS_LOST - Static variable in class java.awt.event.FocusEvent
This event indicates that the component lost the keyboard focus.
FocusAdapter - class java.awt.event.FocusAdapter.
An abstract adapter class for receiving keyboard focus events.
FocusAdapter() - Constructor for class java.awt.event.FocusAdapter
 
FocusEvent - class java.awt.event.FocusEvent.
A low-level event which indicates that a component has gained or lost the keyboard focus.
FocusEvent(Component, int) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies it as a permanent change in focus.
FocusEvent(Component, int, boolean) - Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object and identifies whether or not the change is temporary.
focusGained(FocusEvent) - Method in class java.awt.AWTEventMulticaster
Handles the focusGained event by invoking the focusGained methods on listener-a and listener-b.
focusGained(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
focusGained(FocusEvent) - Method in class java.awt.event.FocusAdapter
Invoked when a component gains the keyboard focus.
FocusListener - interface java.awt.event.FocusListener.
The listener interface for receiving keyboard focus events on a component.
focusLost(FocusEvent) - Method in class java.awt.AWTEventMulticaster
Handles the focusLost event by invoking the focusLost methods on listener-a and listener-b.
focusLost(FocusEvent) - Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
focusLost(FocusEvent) - Method in class java.awt.event.FocusAdapter
Invoked when a component loses the keyboard focus.
font - Variable in class java.awt.FontMetrics
The actual Font from which the font metrics are created.
Font - class java.awt.Font.
The Font class represents fonts.
Font(String, int, int) - Constructor for class java.awt.Font
Creates a new Font from the specified name, style and point size.
FontMetrics - class java.awt.FontMetrics.
The FontMetrics class defines a font metrics object, which encapsulates information about the rendering of a particular font on a particular screen.
FontMetrics(Font) - Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object for finding out height and width information about the specified Font and specific character glyphs in that Font.
FORMATTED_NAME - Static variable in interface javax.microedition.pim.Contact
Field ID for data corresponding to the name of the Contact.
FOURTH - Static variable in class javax.microedition.pim.EventRepeat
Constant for the fourth week of the month.
FOURTHLAST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the fourth to last week of the month.
Frame - class java.awt.Frame.
A Frame is a top-level window with a title and a border.
Frame() - Constructor for class java.awt.Frame
Constructs a new instance of Frame that is initially invisible.
Frame(GraphicsConfiguration) - Constructor for class java.awt.Frame
Create a Frame with the specified GraphicsConfiguration of a screen device.
Frame(String) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title.
Frame(String, GraphicsConfiguration) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title and a GraphicsConfiguration.
FRAMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that another complete frame of a multi-frame image which was previously drawn is now available to be drawn again.
FREQUENCY - Static variable in class javax.microedition.pim.EventRepeat
The frequency of the Repeat.
FRIDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Friday.
fromSerialFormat(Reader) - Method in interface javax.microedition.pim.PIMElement
Initializes a Element from information contained in a stream of Unicode characters.

G

GENERAL_ERROR - Static variable in class javax.microedition.pim.PIMException
Indicates a general PIM exception error.
get(Object) - Method in class java.util.Hashtable
 
getActionCommand() - Method in class java.awt.MenuItem
Gets the command name of the action event that is fired by this menu item.
getActionCommand() - Method in class java.awt.Button
Returns the command name of the action event fired by this button.
getActionCommand() - Method in class java.awt.event.ActionEvent
Returns the command string associated with this action.
getAdjustable() - Method in class java.awt.event.AdjustmentEvent
Returns the Adjustable object where this event originated.
getAdjustmentType() - Method in class java.awt.event.AdjustmentEvent
Returns the type of adjustment which caused the value changed event.
getAlignment() - Method in class java.awt.FlowLayout
Gets the alignment for this layout.
getAlignment() - Method in class java.awt.Label
Gets the current alignment of this label.
getAlignmentX() - Method in class java.awt.Component
Returns the alignment along the x axis.
getAlignmentX() - Method in class java.awt.Container
Returns the alignment along the x axis.
getAlignmentY() - Method in class java.awt.Component
Returns the alignment along the y axis.
getAlignmentY() - Method in class java.awt.Container
Returns the alignment along the y axis.
getAlpha() - Method in class java.awt.Color
Returns the alpha component in the range 0-255.
getAlpha(int) - Method in class java.awt.image.ColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.IndexColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlpha(int) - Method in class java.awt.image.DirectColorModel
Returns the alpha component for the specified pixel, scaled from 0 to 255.
getAlphaMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the alpha component.
getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of alpha transparency components into the specified array.
getAscent() - Method in class java.awt.FontMetrics
Determines the font ascent of the Font described by this FontMetrics object.
getAuthority() - Method in class java.net.URL
Returns the authority part of this URL.
getAvailableFontFamilyNames() - Method in class java.awt.GraphicsEnvironment
Returns an array containing the names of all font families available in this GraphicsEnvironment.
getAvailableFontFamilyNames(Locale) - Method in class java.awt.GraphicsEnvironment
Returns an array containing the localized names of all font families available in this GraphicsEnvironment.
getAvailableLocales() - Static method in class java.util.Locale
Returns a list of all installed locales.
getBackground() - Method in class java.awt.Component
Gets the background color of this component.
getBinary(int) - Method in interface javax.microedition.pim.PIMElement
Get binary data for a field from the Element.
getBlockIncrement() - Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlockIncrement() - Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlue() - Method in class java.awt.Color
Returns the blue component in the range 0-255 in the default sRGB space.
getBlue(int) - Method in class java.awt.image.ColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getBlue(int) - Method in class java.awt.image.IndexColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getBlue(int) - Method in class java.awt.image.DirectColorModel
Returns the blue color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getBlueMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the blue color component.
getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of blue color components into the specified array.
getBoundingBox() - Method in class java.awt.Polygon
Deprecated. As of JDK version 1.1, replaced by getBounds().
getBounds() - Method in class java.awt.Component
Gets the bounds of this component in the form of a Rectangle object.
getBounds() - Method in class java.awt.Polygon
Gets the bounding box of this Polygon.
getBounds() - Method in class java.awt.Rectangle
Gets the bounding Rectangle of this Rectangle.
getBounds() - Method in class java.awt.GraphicsConfiguration
Returns the bounds of the GraphicsConfiguration in the device coordinates.
getBounds() - Method in interface java.awt.Shape
Returns an integer Rectangle that completely encloses the Shape.
getCaretPosition() - Method in class java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getCategories() - Method in interface javax.microedition.pim.PIMList
Returns the categories defined for the PIM database.
getCategories() - Method in interface javax.microedition.pim.PIMElement
Returns all the categories for that the Element belongs to.
getCheckboxGroup() - Method in class java.awt.Checkbox
Determines this check box's group.
getChild() - Method in class java.awt.event.ContainerEvent
Returns the component that was affected by the event.
getClickCount() - Method in class java.awt.event.MouseEvent
Return the number of mouse clicks associated with this event.
getClip() - Method in class java.awt.Graphics
Gets the current clipping area.
getClipBounds() - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipBounds(Rectangle) - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
getClipRect() - Method in class java.awt.Graphics
Deprecated. As of JDK version 1.1, replaced by getClipBounds().
getColor() - Method in class java.awt.Graphics
Gets this graphics context's current color.
getColor(String) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, Color) - Static method in class java.awt.Color
Finds a color in the system properties.
getColor(String, int) - Static method in class java.awt.Color
Finds a color in the system properties.
getColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color, in the ColorSpace of the Color.
getColorModel() - Method in class java.awt.Component
Gets the instance of ColorModel used to display the component on the output device.
getColorModel() - Method in class java.awt.Toolkit
Determines the color model of this toolkit's screen.
getColorModel() - Method in class java.awt.GraphicsConfiguration
Returns the ColorModel associated with this GraphicsConfiguration.
getColorModel() - Method in class java.awt.image.PixelGrabber
Get the ColorModel for the pixels stored in the array.
getColumns() - Method in class java.awt.GridLayout
Gets the number of columns in this layout.
getColumns() - Method in class java.awt.TextArea
Gets the number of columns in this text area.
getColumns() - Method in class java.awt.TextField
Gets the number of columns in this text field.
getComponent() - Method in class java.awt.event.ComponentEvent
Returns the originator of the event.
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
getComponentAt(int, int) - Method in class java.awt.Component
Determines if this component or one of its immediate subcomponents contains the (xy) location, and if so, returns the containing component.
getComponentAt(int, int) - Method in class java.awt.Container
Locates the component that contains the x,y position.
getComponentAt(Point) - Method in class java.awt.Component
Returns the component or subcomponent that contains the specified point.
getComponentAt(Point) - Method in class java.awt.Container
Gets the component that contains the specified point.
getComponentCount() - Method in class java.awt.Container
Gets the number of components in this panel.
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace of the Color.
getConfigurations() - Method in class java.awt.GraphicsDevice
Returns all of the GraphicsConfiguration objects associated with this GraphicsDevice.
getConstraints(Component) - Method in class java.awt.GridBagLayout
Gets the constraints for the specified component.
getContainer() - Method in class java.awt.event.ContainerEvent
Returns the originator of the event.
getCountry() - Method in class java.util.Locale
Returns the country/region code for this locale, which will either be the empty string or an upercase ISO 3166 2-letter code.
getCurrent() - Method in class java.awt.CheckboxGroup
Deprecated. As of JDK version 1.1, replaced by getSelectedCheckbox().
getCursor() - Method in class java.awt.Component
Gets the cursor set in the component.
getCursorType() - Method in class java.awt.Frame
Deprecated. As of JDK version 1.1, replaced by Component.getCursor().
getDate(int) - Method in interface javax.microedition.pim.PIMElement
Get a Date field from the Element.
getDate(int) - Method in class javax.microedition.pim.EventRepeat
Retrieves a Date field.
getDefault() - Static method in class java.util.Locale
Gets the current value of the default locale for this instance of the Java Virtual Machine.
getDefaultConfiguration() - Method in class java.awt.GraphicsDevice
Returns the default GraphicsConfiguration associated with this GraphicsDevice.
getDefaultCursor() - Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultScreenDevice() - Method in class java.awt.GraphicsEnvironment
Returns the default screen GraphicsDevice.
getDefaultToolkit() - Static method in class java.awt.Toolkit
Gets the default toolkit.
getDescent() - Method in class java.awt.FontMetrics
Determines the font descent of the Font described by this FontMetrics object.
getDevice() - Method in class java.awt.GraphicsConfiguration
Returns the GraphicsDevice associated with this GraphicsConfiguration.
getDirectory() - Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getEchoChar() - Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getErrorsAny() - Method in class java.awt.MediaTracker
Returns a list of all media that have encountered an error.
getErrorsID(int) - Method in class java.awt.MediaTracker
Returns a list of media with the specified ID that have encountered an error.
getExceptDates() - Method in class javax.microedition.pim.EventRepeat
Returns the Dates for which this RepeatPattern should not occur.
getException() - Method in class java.awt.event.InvocationEvent
Returns any Exception caught while executing the Runnable's run() method.
getFamily() - Method in class java.awt.Font
Returns the family name of this Font.
getFieldDataType(int) - Method in interface javax.microedition.pim.PIMElement
Returns an int representing the data type of the data associated with the given field ID.
getFieldLabel(int) - Method in interface javax.microedition.pim.PIMElement
Returns a String label associated with the given field ID.
getFields() - Method in interface javax.microedition.pim.PIMElement
Returns all field IDs in the element that have data stored for them.
getFile() - Method in class java.net.URL
Returns the file name of this URL.
getFile() - Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFilterInstance(ImageConsumer) - Method in class java.awt.image.ImageFilter
Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
getFocusOwner() - Method in class java.awt.Window
Returns the child component of this Window which has focus if and only if this Window is active.
getFont() - Method in class java.awt.Component
Gets the font of this component.
getFont() - Method in interface java.awt.MenuContainer
 
getFont() - Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont() - Method in class java.awt.Graphics
Gets the current font.
getFont() - Method in class java.awt.FontMetrics
Gets the Font described by this FontMetrics object.
getFont(String) - Static method in class java.awt.Font
Returns a Font object from the system properties list.
getFont(String, Font) - Static method in class java.awt.Font
Gets the specified Font from the system properties list.
getFontList() - Method in class java.awt.Toolkit
Deprecated. see GraphicsEnvironment.getAvailableFontFamilyNames()
getFontMetrics() - Method in class java.awt.Graphics
Gets the font metrics of the current font.
getFontMetrics(Font) - Method in class java.awt.Component
Gets the font metrics for the specified font.
getFontMetrics(Font) - Method in class java.awt.Toolkit
Deprecated. This returns integer metrics for the default screen.
getFontMetrics(Font) - Method in class java.awt.Graphics
Gets the font metrics for the specified font.
getForeground() - Method in class java.awt.Component
Gets the foreground color of this component.
getGraphics() - Method in class java.awt.Component
Creates a graphics context for this component.
getGraphics() - Method in class java.awt.Image
Creates a graphics context for drawing to an off-screen image.
getGraphicsConfiguration() - Method in class java.awt.Component
Get the GraphicsConfiguration associated with this Component.
getGreen() - Method in class java.awt.Color
Returns the green component in the range 0-255 in the default sRGB space.
getGreen(int) - Method in class java.awt.image.ColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getGreen(int) - Method in class java.awt.image.IndexColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getGreen(int) - Method in class java.awt.image.DirectColorModel
Returns the green color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getGreenMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the green color component.
getGreens(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of green color components into the specified array.
getHAdjustable() - Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeight() - Method in class java.awt.Component
Return the current height of this component.
getHeight() - Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
getHeight() - Method in class java.awt.image.PixelGrabber
Get the height of the pixel buffer (after adjusting for image height).
getHeight(ImageObserver) - Method in class java.awt.Image
Determines the height of the image.
getHelpMenu() - Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHgap() - Method in class java.awt.GridLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.FlowLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.CardLayout
Gets the horizontal gap between components.
getHgap() - Method in class java.awt.BorderLayout
Returns the horizontal gap between components.
getHost() - Method in class java.net.URL
Returns the host name of this URL, if applicable.
getHSBColor(float, float, float) - Static method in class java.awt.Color
Creates a Color object based on the specified values for the HSB color model.
getHScrollbarHeight() - Method in class java.awt.ScrollPane
Returns the height that would be occupied by a horizontal scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getIconImage() - Method in class java.awt.Frame
Gets the image to be displayed in the minimized icon for this frame.
getID() - Method in class java.awt.AWTEvent
Returns the event type.
getID() - Method in interface javax.microedition.io.FileSystemEvent
Gets the id of the event.
getIDstring() - Method in class java.awt.GraphicsDevice
Returns the identification string associated with this GraphicsDevice.
getImage(String) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file, whose format can be either GIF, JPEG or PNG.
getImage(URL) - Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getInsets() - Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInt(int) - Method in interface javax.microedition.pim.PIMElement
Get an integer field from the Element.
getInt(int) - Method in class javax.microedition.pim.EventRepeat
Retrieves an int field.
getItem() - Method in class java.awt.event.ItemEvent
Returns the item affected by the event.
getItem(int) - Method in class java.awt.Menu
Gets the item located at the specified index of this menu.
getItem(int) - Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int) - Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItemCount() - Method in class java.awt.Menu
Get the number of items in this menu.
getItemCount() - Method in class java.awt.List
Gets the number of items in the list.
getItemCount() - Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItems() - Method in class java.awt.List
Gets the items in the list.
getItemSelectable() - Method in class java.awt.event.ItemEvent
Returns the originator of the event.
getKey() - Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKeyChar() - Method in class java.awt.event.KeyEvent
Returns the character associated with the key in this event.
getKeyCode() - Method in class java.awt.event.KeyEvent
Returns the integer key-code associated with the key in this event.
getKeyModifiersText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the modifier key(s), such as "Shift", or "Ctrl+Shift".
getKeyText(int) - Static method in class java.awt.event.KeyEvent
Returns a String describing the keyCode, such as "HOME", "F1" or "A".
getLabel() - Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabel() - Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel() - Method in class java.awt.Button
Gets the label of this button.
getLanguage() - Method in class java.util.Locale
Returns the language code for this locale, which will either be the empty string or a lowercase ISO 639 code.
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container) - Method in class java.awt.CardLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class java.awt.CardLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.GridBagLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container) - Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutDimensions() - Method in class java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
getLayoutOrigin() - Method in class java.awt.GridBagLayout
Determines the origin of the layout grid.
getLayoutWeights() - Method in class java.awt.GridBagLayout
Determines the weights of the layout grid's columns and rows.
getLeading() - Method in class java.awt.FontMetrics
Determines the standard leading of the Font described by this FontMetrics object.
getLineIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getUnitIncrement().
getLocale() - Method in class java.awt.Component
Gets the locale of this component.
getLocale() - Method in class java.awt.Window
Gets the Locale object that is associated with this window, if the locale has been set.
getLocalGraphicsEnvironment() - Static method in class java.awt.GraphicsEnvironment
Returns the local GraphicsEnvironment.
getLocation() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner.
getLocation() - Method in class java.awt.Point
Returns the location of this point.
getLocation() - Method in class java.awt.Rectangle
Returns the location of this Rectangle.
getLocation(Point) - Method in class java.awt.Component
Store the x,y origin of this component into "return value" rv and return rv.
getLocationOnScreen() - Method in class java.awt.Component
Gets the location of this component in the form of a point specifying the component's top-left corner in the screen's coordinate space.
getMapSize() - Method in class java.awt.image.IndexColorModel
Returns the size of the color/alpha component arrays in this IndexColorModel.
getMaxAdvance() - Method in class java.awt.FontMetrics
Gets the maximum advance width of any character in this Font.
getMaxAscent() - Method in class java.awt.FontMetrics
Determines the maximum ascent of the Font described by this FontMetrics object.
getMaxDecent() - Method in class java.awt.FontMetrics
Deprecated. As of JDK version 1.1.1, replaced by getMaxDescent().
getMaxDescent() - Method in class java.awt.FontMetrics
Determines the maximum descent of the Font described by this FontMetrics object.
getMaximum() - Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum() - Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximumSize() - Method in class java.awt.Component
Gets the maximum size of this component.
getMaximumSize() - Method in class java.awt.Container
Returns the maximum size of this container.
getMenu(int) - Method in class java.awt.MenuBar
Gets the specified menu.
getMenuBar() - Method in class java.awt.Frame
Gets the menu bar for this frame.
getMenuCount() - Method in class java.awt.MenuBar
Gets the number of menus on the menu bar.
getMenuShortcutKeyMask() - Method in class java.awt.Toolkit
Determines which modifier key is the appropriate accelerator key for menu shortcuts.
getMinimum() - Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum() - Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimumSize() - Method in class java.awt.Component
Gets the mininimum size of this component.
getMinimumSize() - Method in class java.awt.Container
Returns the minimum size of this container.
getMinimumSize() - Method in class java.awt.TextArea
Determines the minimum size of this text area.
getMinimumSize() - Method in class java.awt.List
Determines the minimum size of this scrolling list.
getMinimumSize() - Method in class java.awt.TextField
Gets the minumum dimensions for this text field.
getMinimumSize(int) - Method in class java.awt.List
Gets the minumum dimensions for a list with the specified number of rows.
getMinimumSize(int) - Method in class java.awt.TextField
Gets the minumum dimensions for a text field with the specified number of columns.
getMinimumSize(int, int) - Method in class java.awt.TextArea
Determines the minimum size of a text area with the specified number of rows and columns.
getMode() - Method in class java.awt.FileDialog
Indicates whether this file dialog box is for loading from a file or for saving to a file.
getModifiers() - Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getModifiers() - Method in class java.awt.event.ActionEvent
Returns the modifier keys held down during this action event.
getName() - Method in class java.awt.Component
Gets the name of the component.
getName() - Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName() - Method in class java.awt.Font
Returns the logical name of this Font.
getNextEvent() - Method in class java.awt.EventQueue
Remove an event from the EventQueue and return it.
getOrientation() - Method in class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOrientation() - Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getPageIncrement() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getBlockIncrement().
getParent() - Method in class java.awt.Component
Gets the parent of this component.
getParent() - Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getPath() - Method in class java.net.URL
Returns the path part of this URL.
getPath() - Method in interface javax.microedition.io.FileConnection
This method is used to return the path excluding the "file" scheme and host from where the file/directory specified in the Connector.open() method is opened.
getPIMList() - Method in interface javax.microedition.pim.PIMElement
Returns the PIMList associated with this element.
getPixels() - Method in class java.awt.image.PixelGrabber
Get the pixel buffer.
getPixelSize() - Method in class java.awt.image.ColorModel
Returns the number of bits per pixel described by this ColorModel.
getPoint() - Method in class java.awt.event.MouseEvent
Returns the x,y position of the event relative to the source component.
getPort() - Method in class java.net.URL
Returns the port number of this URL.
getPredefinedCursor(int) - Static method in class java.awt.Cursor
Returns a cursor object with the specified predefined type.
getPreferredSize() - Method in class java.awt.Component
Gets the preferred size of this component.
getPreferredSize() - Method in class java.awt.Container
Returns the preferred size of this container.
getPreferredSize() - Method in class java.awt.TextArea
Determines the preferred size of this text area.
getPreferredSize() - Method in class java.awt.List
Gets the preferred size of this scrolling list.
getPreferredSize() - Method in class java.awt.TextField
Gets the preferred size of this text field.
getPreferredSize(int) - Method in class java.awt.List
Gets the preferred dimensions for a list with the specified number of rows.
getPreferredSize(int) - Method in class java.awt.TextField
Gets the preferred size of this text field with the specified number of columns.
getPreferredSize(int, int) - Method in class java.awt.TextArea
Determines the preferred size of a text area with the specified number of rows and columns.
getPreferredType(int) - Method in interface javax.microedition.pim.Contact
Returns the preferred type ID for the given field, as set by setPreferredType.
getProperty(String, ImageObserver) - Method in class java.awt.Image
Gets a property of this image by name.
getProperty(String, String) - Static method in class java.awt.Toolkit
Gets a property with the specified key and default.
getProtocol() - Method in class java.net.URL
Returns the protocol name of this URL.
getQuery() - Method in class java.net.URL
Returns the query part of this URL.
getReason() - Method in class javax.microedition.pim.PIMException
Returns the reason for the PIM Exception.
getRed() - Method in class java.awt.Color
Returns the red component in the range 0-255 in the default sRGB space.
getRed(int) - Method in class java.awt.image.ColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getRed(int) - Method in class java.awt.image.IndexColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getRed(int) - Method in class java.awt.image.DirectColorModel
Returns the red color component for the specified pixel, scaled from 0 to 255 in the default RGB.
getRedMask() - Method in class java.awt.image.DirectColorModel
Returns the mask indicating which bits in an int pixel representation contain the red color component.
getReds(byte[]) - Method in class java.awt.image.IndexColorModel
Copies the array of red color components into the specified array.
getRef() - Method in class java.net.URL
Returns the anchor (also known as the "reference") of this URL.
getRepeat() - Method in interface javax.microedition.pim.Event
Retrieves a EventRepeat object specifying how often and when this event occurs.
getRGB() - Method in class java.awt.Color
Returns the RGB value representing the color in the default sRGB ColorModel.
getRGB() - Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRGB(int) - Method in class java.awt.image.ColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.IndexColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGB(int) - Method in class java.awt.image.DirectColorModel
Returns the color/alpha components of the pixel in the default RGB color model format.
getRGBColorComponents(float[]) - Method in class java.awt.Color
Returns a float array containing only the color components of the Color, in the default sRGB color space.
getRGBComponents(float[]) - Method in class java.awt.Color
Returns a float array containing the color and alpha components of the Color, as represented in the default sRGB color space.
getRGBdefault() - Static method in class java.awt.image.ColorModel
Returns a DirectColorModel that describes the default format for integer RGB values used in many of the methods in the AWT image interfaces for the convenience of the programmer.
getRGBs(int[]) - Method in class java.awt.image.IndexColorModel
Converts data for each index from the color and alpha component arrays to an int in the default RGB ColorModel format and copies the resulting 32-bit ARGB values into the specified array.
getRootName() - Method in interface javax.microedition.io.FileSystemEvent
Gets the root name of the file system the event is fired for.
getRows() - Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows() - Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRows() - Method in class java.awt.List
Get the number of visible lines in this list.
getScaledInstance(int, int, int) - Method in class java.awt.Image
Creates a scaled version of this image.
getScreenDevices() - Method in class java.awt.GraphicsEnvironment
Returns an array of all of the screen GraphicsDevice objects.
getScreenResolution() - Method in class java.awt.Toolkit
Returns the screen resolution in dots-per-inch.
getScreenSize() - Method in class java.awt.Toolkit
Gets the size of the screen.
getScrollbarDisplayPolicy() - Method in class java.awt.ScrollPane
Returns the display policy for the scrollbars.
getScrollbarVisibility() - Method in class java.awt.TextArea
Gets an enumerated value that indicates which scroll bars the text area uses.
getScrollPosition() - Method in class java.awt.ScrollPane
Returns the current x,y position within the child which is displayed at the 0,0 location of the scrolled panel's view port.
getSelectedCheckbox() - Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedIndex() - Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndex() - Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndexes() - Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedItem() - Method in class java.awt.List
Get the selected item on this scrolling list.
getSelectedItem() - Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItems() - Method in class java.awt.List
Get the selected items on this scrolling list.
getSelectedObjects() - Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects() - Method in class java.awt.CheckboxMenuItem
Returns the an array (length 1) containing the checkbox menu item label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
getSelectedObjects() - Method in class java.awt.Checkbox
Returns an array (length 1) containing the checkbox label or null if the checkbox is not selected.
getSelectedObjects() - Method in class java.awt.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedText() - Method in class java.awt.TextComponent
Gets the selected text from the text that is presented by this text component.
getSelectionEnd() - Method in class java.awt.TextComponent
Gets the end position of the selected text in this text component.
getSelectionStart() - Method in class java.awt.TextComponent
Gets the start position of the selected text in this text component.
getShortcut() - Method in class java.awt.MenuItem
Get the MenuShortcut object associated with this menu item,
getShortcutMenuItem(MenuShortcut) - Method in class java.awt.MenuBar
Gets the instance of MenuItem associated with the specified MenuShortcut object, or null if none of the menu items being managed by this menu bar is associated with the specified menu shortcut.
getSize() - Method in class java.awt.Component
Returns the size of this component in the form of a Dimension object.
getSize() - Method in class java.awt.Font
Returns the point size of this Font, rounded to an integer.
getSize() - Method in class java.awt.Rectangle
Gets the size of this Rectangle, represented by the returned Dimension.
getSize() - Method in class java.awt.Dimension
Gets the size of this Dimension object.
getSize(Dimension) - Method in class java.awt.Component
Store the width/height of this component into "return value" rv and return rv.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSource() - Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getState() - Method in class java.awt.Frame
Gets the state of this frame.
getState() - Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getState() - Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getStateChange() - Method in class java.awt.event.ItemEvent
Returns the type of state change (selected or deselected).
getStatus() - Method in class java.awt.image.PixelGrabber
Return the status of the pixels.
getString(int) - Method in interface javax.microedition.pim.PIMElement
Get a String field from the Element.
getStyle() - Method in class java.awt.Font
Returns the style of this Font.
getSupportedFields() - Method in interface javax.microedition.pim.PIMList
Returns an int array containing all field IDs supported by this list.
getSupportedTypes(int) - Method in interface javax.microedition.pim.PIMList
Returns an integer array containing the supported type ids for the given field ID.
getSystemEventQueue() - Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl() - Method in class java.awt.Toolkit
 
getTargetException() - Method in class java.lang.reflect.InvocationTargetException
Get the thrown target exception.
getText() - Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getText() - Method in class java.awt.Label
Gets the text of this label.
getTime() - Method in class java.util.Date
 
getTitle() - Method in class java.awt.Frame
Gets the title of the frame.
getTitle() - Method in class java.awt.Dialog
Gets the title of the dialog.
getToolkit() - Method in class java.awt.Component
Gets the toolkit of this component.
getToolkit() - Method in class java.awt.Window
Returns the toolkit of this frame.
getTransparentPixel() - Method in class java.awt.image.IndexColorModel
Returns the index of the transparent pixel in this IndexColorModel or -1 if there is no transparent pixel.
getTreeLock() - Method in class java.awt.Component
Gets the locking object for AWT component-tree and layout Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getTreeLock() - Method in class java.awt.MenuComponent
Gets this component's locking object (the object that owns the thread sychronization monitor) for AWT component-tree and layout operations.
getType() - Method in class java.awt.Cursor
Returns the type for this cursor.
getType() - Method in class java.awt.GraphicsDevice
Returns the type of this GraphicsDevice.
getTypedString(int, int) - Method in interface javax.microedition.pim.PIMElement
Get a String field with a specific type in the element.
getUnitIncrement() - Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
getUnitIncrement() - Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUpdateRect() - Method in class java.awt.event.PaintEvent
Returns the rectangle representing the area which needs to be repainted in response to this event.
getURL() - Method in interface javax.microedition.io.FileConnection
This method is used to return the full file URL including the scheme, host, and path from where the file/directory specified in the Connector.open() method is opened.
getUserInfo() - Method in class java.net.URL
Returns the userInfo part of this URL.
getVAdjustable() - Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
getValue() - Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getValue() - Method in interface java.awt.Adjustable
Gets the current value of the adjustable object.
getValue() - Method in class java.awt.event.AdjustmentEvent
Returns the current value in the adjustment event.
getVariant() - Method in class java.util.Locale
Returns the variant code for this locale.
getVgap() - Method in class java.awt.GridLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.FlowLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.CardLayout
Gets the vertical gap between components.
getVgap() - Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getViewportSize() - Method in class java.awt.ScrollPane
Returns the current size of the scroll pane's view port.
getVisible() - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by getVisibleAmount().
getVisibleAmount() - Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
getVisibleAmount() - Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleIndex() - Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getVScrollbarWidth() - Method in class java.awt.ScrollPane
Returns the width that would be occupied by a vertical scrollbar, which is independent of whether it is currently displayed by the scroll pane or not.
getWarningString() - Method in class java.awt.Window
Gets the warning string that is displayed with this window.
getWhen() - Method in class java.awt.event.InputEvent
Returns the timestamp of when this event occurred.
getWidth() - Method in class java.awt.Component
Return the current width of this component.
getWidth() - Method in class java.awt.image.PixelGrabber
Get the width of the pixel buffer (after adjusting for image width).
getWidth(ImageObserver) - Method in class java.awt.Image
Determines the width of the image.
getWidths() - Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getWindow() - Method in class java.awt.event.WindowEvent
Returns the originator of the event.
getX() - Method in class java.awt.Component
Return the current x coordinate of the components origin.
getX() - Method in class java.awt.event.MouseEvent
Returns the horizontal x position of the event relative to the source component.
getY() - Method in class java.awt.Component
Return the current y coordinate of the components origin.
getY() - Method in class java.awt.event.MouseEvent
Returns the vertical y position of the event relative to the source component.
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).
grabPixels() - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered.
grabPixels(long) - Method in class java.awt.image.PixelGrabber
Request the Image or ImageProducer to start delivering pixels and wait for all of the pixels in the rectangle of interest to be delivered or until the specified timeout has elapsed.
Graphics - class java.awt.Graphics.
The Graphics class is the abstract base class for all graphics contexts that allow an application to draw onto components that are realized on various devices, as well as onto off-screen images.
Graphics() - Constructor for class java.awt.Graphics
Constructs a new Graphics object.
GraphicsConfiguration - class java.awt.GraphicsConfiguration.
The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
GraphicsConfiguration() - Constructor for class java.awt.GraphicsConfiguration
This is an abstract class that cannot be instantiated directly.
GraphicsDevice - class java.awt.GraphicsDevice.
The GraphicsDevice class describes the graphics devices that might be available in a particular graphics environment.
GraphicsDevice() - Constructor for class java.awt.GraphicsDevice
This is an abstract class that cannot be instantiated directly.
GraphicsEnvironment - class java.awt.GraphicsEnvironment.
The GraphicsEnvironment class describes the collection of GraphicsDevice objects and Font objects available to a Java(tm) application on a particular platform.
GraphicsEnvironment() - Constructor for class java.awt.GraphicsEnvironment
This is an abstract class and cannot be instantiated directly.
gray - Static variable in class java.awt.Color
The color gray.
green - Static variable in class java.awt.Color
The color green.
GridBagConstraints - class java.awt.GridBagConstraints.
The GridBagConstraints class specifies constraints for components that are laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
GridBagLayout - class java.awt.GridBagLayout.
The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a grid bag layout manager.
gridheight - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a column for the component's display area.
GridLayout - class java.awt.GridLayout.
The GridLayout class is a layout manager that lays out a container's components in a rectangular grid.
GridLayout() - Constructor for class java.awt.GridLayout
Creates a grid layout with a default of one column per component, in a single row.
GridLayout(int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified number of rows and columns.
gridwidth - Variable in class java.awt.GridBagConstraints
Specifies the number of cells in a row for the component's display area.
gridx - Variable in class java.awt.GridBagConstraints
Specifies the cell at the left of the component's display area, where the leftmost cell has gridx=0.
gridy - Variable in class java.awt.GridBagConstraints
Specifies the cell at the top of the component's display area, where the topmost cell has gridy=0.
grow(int, int) - Method in class java.awt.Rectangle
Resizes the Rectangle both horizontally and vertically.

H

HAND_CURSOR - Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.HAND_CURSOR.

Value Cursor.HAND_CURSOR is assigned to HAND_CURSOR.

handleEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1 replaced by processEvent(AWTEvent).
hasAlpha() - Method in class java.awt.image.ColorModel
Returns whether or not alpha is supported in this ColorModel.
hasFocus() - Method in class java.awt.Component
Returns true if this Component has the keyboard focus.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode() - Method in class java.util.Locale
Override hashCode.
hashCode() - Method in class java.util.Date
 
hashCode() - Method in class java.awt.Insets
Returns the hash code for this Insets.
hashCode() - Method in class java.awt.Font
Returns a hashcode for this Font.
hashCode() - Method in class java.awt.Color
Computes the hash code for this Color.
hashCode() - Method in class java.awt.Dimension
Returns the hash code for this Dimension.
hashCode() - Method in class java.awt.MenuShortcut
Returns the hashcode for this MenuShortcut.
hashCode() - Method in class java.awt.image.ColorModel
Returns the hash code for this ColorModel.
Hashtable - class java.util.Hashtable.
 
Hashtable() - Constructor for class java.util.Hashtable
 
Hashtable(int) - Constructor for class java.util.Hashtable
 
hasMoreElements() - Method in interface java.util.Enumeration
 
height - Variable in class java.awt.Rectangle
The height of the Rectangle.
height - Variable in class java.awt.Dimension
The height dimension.
HEIGHT - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the height of the base image is now available and can be taken from the height argument to the imageUpdate callback method.
hide() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
hide() - Method in class java.awt.Dialog
Hides the Dialog and then causes show() to return if it is currently blocked.
hitClip(int, int, int, int) - Method in class java.awt.Graphics
Returns true if the specified rectangular area intersects the bounding rectangle of the current clipping area.
HOME - Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
HORIZONTAL - Static variable in class java.awt.Scrollbar
A constant that indicates a horizontal scroll bar.
HORIZONTAL - Static variable in class java.awt.GridBagConstraints
Resize the component horizontally but not vertically.
HORIZONTAL - Static variable in interface java.awt.Adjustable
The horizontal orientation.
HSBtoRGB(float, float, float) - Static method in class java.awt.Color
Converts the components of a color, as specified by the HSB model, to an equivalent set of values for the default RGB model.

I

ICONIFIED - Static variable in class java.awt.Frame
Value 1 is assigned to ICONIFIED.
id - Variable in class java.awt.AWTEvent
This field contains the event's event id
id - Variable in class java.awt.Event
Indicates which type of event the event is, and which other Event variables are relevant for the event.
IllegalComponentStateException - exception java.awt.IllegalComponentStateException.
Signals that an AWT component is not in an appropriate state for the requested operation.
IllegalComponentStateException() - Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with no detail message.
IllegalComponentStateException(String) - Constructor for class java.awt.IllegalComponentStateException
Constructs an IllegalComponentStateException with the specified detail message.
Image - class java.awt.Image.
The abstract class Image is the superclass of all classes that represent graphical images.
Image() - Constructor for class java.awt.Image
 
IMAGEABORTED - Static variable in interface java.awt.image.ImageConsumer
The image creation process was deliberately aborted.
imageComplete(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the imageComplete method of the ImageConsumer interface.
imageComplete(int) - Method in class java.awt.image.PixelGrabber
The imageComplete method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
imageComplete(int) - Method in interface java.awt.image.ImageConsumer
The imageComplete method is called when the ImageProducer is finished delivering all of the pixels that the source image contains, or when a single frame of a multi-frame animation has been completed, or when an error in loading or producing the image has occured.
ImageConsumer - interface java.awt.image.ImageConsumer.
The interface for objects expressing interest in image data through the ImageProducer interfaces.
IMAGEERROR - Static variable in interface java.awt.image.ImageConsumer
An error was encountered while producing the image.
ImageFilter - class java.awt.image.ImageFilter.
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
ImageFilter() - Constructor for class java.awt.image.ImageFilter
 
ImageObserver - interface java.awt.image.ImageObserver.
An asynchronous update interface for receiving notifications about Image information as the Image is constructed.
ImageProducer - interface java.awt.image.ImageProducer.
The interface for objects which can produce the image data for Images.
imageUpdate(Image, int, int, int, int, int) - Method in class java.awt.Component
Repaints the component when the image has changed.
imageUpdate(Image, int, int, int, int, int) - Method in interface java.awt.image.ImageObserver
This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
importContact(Contact) - Method in interface javax.microedition.pim.ContactList
Imports the given Contact into this contact list by making a new Contact for the list and filling its information with as much information as it can from the provided Contact.
importEvent(Event) - Method in interface javax.microedition.pim.EventList
Imports the given Event into this list by making a new Event for the list and filling its information with as much information as it can from the provided Event.
importToDo(ToDo) - Method in interface javax.microedition.pim.ToDoList
Imports the given ToDo into this list by making a new ToDo for the list and filling its information with as much information as it can from the provided ToDo.
in - Variable in class java.io.DataInputStream
The input stream.
INACTIVE_CAPTION - Static variable in class java.awt.SystemColor
The array index for the inactive caption background color.
INACTIVE_CAPTION_BORDER - Static variable in class java.awt.SystemColor
The array index for the inactive caption border color.
INACTIVE_CAPTION_TEXT - Static variable in class java.awt.SystemColor
The array index for the inactive caption text color.
inactiveCaption - Static variable in class java.awt.SystemColor
The background color for inactive captions in window borders.
inactiveCaptionBorder - Static variable in class java.awt.SystemColor
The border color for inactive captios in window borders.
inactiveCaptionText - Static variable in class java.awt.SystemColor
The text color for inactive captions in window borders.
IndexColorModel - class java.awt.image.IndexColorModel.
The IndexColorModel class is a ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB.
IndexColorModel(int, int, byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the specified arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], byte[], byte[], byte[]) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, blue and alpha components.
IndexColorModel(int, int, byte[], byte[], byte[], int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from the given arrays of red, green, and blue components.
IndexColorModel(int, int, byte[], int, boolean) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
IndexColorModel(int, int, byte[], int, boolean, int) - Constructor for class java.awt.image.IndexColorModel
Constructs an IndexColorModel from a single array of interleaved red, green, blue and optional alpha components.
indexOf(Object) - Method in class java.util.Vector
 
indexOf(Object, int) - Method in class java.util.Vector
 
info - Static variable in class java.awt.SystemColor
The background color for info(help) text.
INFO - Static variable in class java.awt.SystemColor
The array index for the info background color.
INFO_TEXT - Static variable in class java.awt.SystemColor
The array index for the info text color.
infoText - Static variable in class java.awt.SystemColor
The text color for info(help) text.
InputConnection - interface javax.microedition.io.InputConnection.
 
InputEvent - class java.awt.event.InputEvent.
The root event class for all component-level input events.
InputStream - class java.io.InputStream.
 
InputStream() - Constructor for class java.io.InputStream
 
INSERT - Static variable in class java.awt.Event
The Insert key, a non-ASCII action key.
insert(MenuItem, int) - Method in class java.awt.Menu
Inserts a menu item into this menu at the specified position.
insert(String, int) - Method in class java.awt.Menu
Inserts a menu item with the specified label into this menu at the specified position.
insert(String, int) - Method in class java.awt.TextArea
Inserts the specified text at the specified position in this text area.
insert(String, int) - Method in class java.awt.Choice
Inserts the item into this choice at the specified position.
insertElementAt(Object, int) - Method in class java.util.Vector
 
insertSeparator(int) - Method in class java.awt.Menu
Inserts a separator at the specified position.
insertText(String, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by insert(String, int).
insets - Variable in class java.awt.GridBagConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its display area.
Insets - class java.awt.Insets.
An Insets object is a representation of the borders of a container.
insets() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getInsets().
Insets(int, int, int, int) - Constructor for class java.awt.Insets
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.
inside(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Polygon
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
inside(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by contains(int, int).
INT - Static variable in interface javax.microedition.pim.PIMElement
Data type ID indicating data is an integer.
intersection(Rectangle) - Method in class java.awt.Rectangle
Computes the intersection of this Rectangle with the specified Rectangle.
intersects(Rectangle) - Method in class java.awt.Rectangle
Determines whether or not this Rectangle and the specified Rectangle intersect.
INTERVAL - Static variable in class javax.microedition.pim.EventRepeat
The number of iterations of the frequency between occurring dates, or how often the frequency repeats.
invalidate() - Method in class java.awt.Component
Invalidates this component.
invalidate() - Method in class java.awt.Container
Invalidates the container.
invalidateLayout(Container) - Method in class java.awt.CardLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in interface java.awt.LayoutManager2
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.GridBagLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayout(Container) - Method in class java.awt.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
INVOCATION_DEFAULT - Static variable in class java.awt.event.InvocationEvent
The default id for all InvocationEvents.
INVOCATION_FIRST - Static variable in class java.awt.event.InvocationEvent
Marks the first integer id for the range of invocation event ids.
INVOCATION_LAST - Static variable in class java.awt.event.InvocationEvent
Marks the last integer id for the range of invocation event ids.
InvocationEvent - class java.awt.event.InvocationEvent.
An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.
InvocationEvent(Object, int, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source and ID which will execute the runnable's run() method when dispatched.
InvocationEvent(Object, Runnable) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationEvent(Object, Runnable, Object, boolean) - Constructor for class java.awt.event.InvocationEvent
Constructs an InvocationEvent with the specified source which will execute the runnable's run() method when dispatched.
InvocationTargetException - exception java.lang.reflect.InvocationTargetException.
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
InvocationTargetException() - Constructor for class java.lang.reflect.InvocationTargetException
Constructs an InvocationTargetException with null as the target exception.
InvocationTargetException(Throwable) - Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception.
InvocationTargetException(Throwable, String) - Constructor for class java.lang.reflect.InvocationTargetException
Constructs a InvocationTargetException with a target exception and a detail message.
invokeAndWait(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
invokeLater(Runnable) - Static method in class java.awt.EventQueue
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
IOException - exception java.io.IOException.
 
IOException() - Constructor for class java.io.IOException
 
IOException(String) - Constructor for class java.io.IOException
 
ipadx - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding of the component, how much space to add to the minimum width of the component.
ipady - Variable in class java.awt.GridBagConstraints
This field specifies the internal padding, that is, how much space to add to the minimum height of the component.
isActionKey() - Method in class java.awt.event.KeyEvent
Returns whether or not the key in this event is an "action" key, as defined in Event.java.
isAlphaPremultiplied() - Method in class java.awt.image.ColorModel
Returns whether or not the alpha has been premultiplied in the pixel values to be translated by this ColorModel.
isAltDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Alt modifier is down on this event.
isAltGraphDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Alt-Graph modifier is down on this event.
isAncestorOf(Component) - Method in class java.awt.Container
Checks if the component is contained in the component hierarchy of this container.
isBold() - Method in class java.awt.Font
Indicates whether or not this Font object's style is BOLD.
isConsumed() - Method in class java.awt.AWTEvent
 
isConsumed() - Method in class java.awt.event.InputEvent
Returns whether or not this event has been consumed.
isConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Determine if an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Determines whether an ImageConsumer is on the list of consumers currently interested in data for this image.
isConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
This method determines if a given ImageConsumer object is currently registered with this ImageProducer as one of its consumers.
isControlDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isDirectory() - Method in interface javax.microedition.io.FileConnection
This method is used to check if the URL passed to the Connector.open() is a directory.
isDispatchThread() - Static method in class java.awt.EventQueue
Returns true if the calling thread is the current AWT EventQueue's dispatch thread.
isDisplayable() - Method in class java.awt.Component
Determines whether this component is displayable.
isDoubleBuffered() - Method in class java.awt.Component
Returns true if this component is painted to an offscreen image ("buffer") that's copied to the screen later.
isEditable() - Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
isEmpty() - Method in class java.util.Hashtable
 
isEmpty() - Method in class java.util.Vector
 
isEmpty() - Method in class java.awt.Rectangle
Determines whether or not this Rectangle is empty.
isEnabled() - Method in class java.awt.Component
Determines whether this component is enabled.
isEnabled() - Method in class java.awt.MenuItem
Checks whether this menu item is enabled.
isErrorAny() - Method in class java.awt.MediaTracker
Checks the error status of all of the images.
isErrorID(int) - Method in class java.awt.MediaTracker
Checks the error status of all of the images tracked by this media tracker with the specified identifier.
isExtendedField(int) - Method in interface javax.microedition.pim.PIMList
Indicates whether or not the given fieldID is an extended field or not.
isFocusTraversable() - Method in class java.awt.Component
Returns the value of a flag that indicates whether this component can be traversed using Tab or Shift-Tab keyboard focus traversal.
isHidden() - Method in interface javax.microedition.io.FileConnection
This method is used to check if the selected file is hidden.
isIndexSelected(int) - Method in class java.awt.List
Determines if the specified item in this scrolling list is selected.
isItalic() - Method in class java.awt.Font
Indicates whether or not this Font object's style is ITALIC.
isLightweight() - Method in class java.awt.Component
A lightweight component doesn't have a native toolkit peer.
isMetaDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Meta modifier is down on this event.
isModal() - Method in class java.awt.Dialog
Indicates whether the dialog is modal.
isModified() - Method in interface javax.microedition.pim.PIMElement
This method returns a boolean indicating whether any of this element's fields have been modified since the element was retrieved or last committed.
isMultipleMode() - Method in class java.awt.List
Determines whether this list allows multiple selections.
isOpaque() - Method in class java.awt.Component
Returns true if this component is completely opaque, returns false by default.
isPlain() - Method in class java.awt.Font
Indicates whether or not this Font object's style is PLAIN.
isPopupTrigger() - Method in class java.awt.event.MouseEvent
Returns whether or not this mouse event is the popup-menu trigger event for the platform.
isResizable() - Method in class java.awt.Frame
Indicates whether this frame is resizable by the user.
isResizable() - Method in class java.awt.Dialog
Indicates whether this dialog is resizable by the user.
isSelected(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by isIndexSelected(int).
isShiftDown() - Method in class java.awt.event.InputEvent
Returns whether or not the Shift modifier is down on this event.
isShowing() - Method in class java.awt.Component
Determines whether this component is showing on screen.
isShowing() - Method in class java.awt.Window
Checks if this Window is showing on screen.
isSupportedField(int) - Method in interface javax.microedition.pim.PIMList
Indicates whether or not the given fieldID is supported in this PIM list.
isTearOff() - Method in class java.awt.Menu
Indicates whether this menu is a tear-off menu.
isTemporary() - Method in class java.awt.event.FocusEvent
Identifies the focus change event as temporary or permanent.
isValid() - Method in class java.awt.Component
Determines whether this component is valid.
isVisible() - Method in class java.awt.Component
Determines whether this component should be visible when its parent is visible.
ITALIC - Static variable in class java.awt.Font
The italicized style constant.
ITEM_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting item events.
ITEM_FIRST - Static variable in class java.awt.event.ItemEvent
The first number in the range of ids used for item events.
ITEM_LAST - Static variable in class java.awt.event.ItemEvent
The last number in the range of ids used for item events.
ITEM_STATE_CHANGED - Static variable in class java.awt.event.ItemEvent
This event id indicates that an item's state changed.
ItemEvent - class java.awt.event.ItemEvent.
A semantic event which indicates that an item was selected or deselected.
ItemEvent(ItemSelectable, int, Object, int) - Constructor for class java.awt.event.ItemEvent
Constructs an ItemEvent object.
ItemListener - interface java.awt.event.ItemListener.
The listener interface for receiving item events.
ItemSelectable - interface java.awt.ItemSelectable.
The interface for objects which contain a set of items for which zero or more can be selected.
itemStateChanged(ItemEvent) - Method in class java.awt.AWTEventMulticaster
Handles the itemStateChanged event by invoking the itemStateChanged methods on listener-a and listener-b.
itemStateChanged(ItemEvent) - Method in interface java.awt.event.ItemListener
Invoked when an item has been selected or deselected.

J

JANUARY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of January.
java.awt - package java.awt
PDA Profile subset of the java.awt package.
java.awt.event - package java.awt.event
PDA Profile subset of the java.awt.event package.
java.awt.image - package java.awt.image
PDA Profile subset of the java.awt.image package.
java.io - package java.io
Contains Java classes for system input and output through data streams included from the Java 2 Standard Edition java.io package.
java.lang.reflect - package java.lang.reflect
Contains Java language classes used for reflection included from the Java 2 Standard Edition java.lang.reflect package.
java.net - package java.net
Contains Java classes for supporting networking included from the Java 2 Standard Edition java.net package.
java.util - package java.util
Contains Java utility classes included from the Java 2 Standard Edition java.util package.
javax.microedition.io - package javax.microedition.io
PDA Profile networking support based on the GenericConnection framework.  This includes support for all CLDC and MIDP definitions as well as additional PDA Profile specific networking classes.
javax.microedition.pim - package javax.microedition.pim
The PIM package defines the APIs necessary to access native Personal Information Management (PIM) data.
JULY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of July.
JUNE - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of June.

K

key - Variable in class java.awt.Event
The key code of the key that was pressed in a keyboard event.
KEY_ACTION - Static variable in class java.awt.Event
The user has pressed a non-ASCII action key.
KEY_ACTION_RELEASE - Static variable in class java.awt.Event
The user has released a non-ASCII action key.
KEY_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting key events.
KEY_FIRST - Static variable in class java.awt.event.KeyEvent
The first number in the range of ids used for key events.
KEY_LAST - Static variable in class java.awt.event.KeyEvent
The last number in the range of ids used for key events.
KEY_PRESS - Static variable in class java.awt.Event
The user has pressed a normal key.
KEY_PRESSED - Static variable in class java.awt.event.KeyEvent
The "key pressed" event.
KEY_RELEASE - Static variable in class java.awt.Event
The user has released a normal key.
KEY_RELEASED - Static variable in class java.awt.event.KeyEvent
The "key released" event.
KEY_TYPED - Static variable in class java.awt.event.KeyEvent
The "key typed" event.
KeyAdapter - class java.awt.event.KeyAdapter.
An abstract adapter class for receiving keyboard events.
KeyAdapter() - Constructor for class java.awt.event.KeyAdapter
 
keyDown(Event, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).
KeyEvent - class java.awt.event.KeyEvent.
An event which indicates that a keystroke occurred in a component.
KeyEvent(Component, int, long, int, int) - Constructor for class java.awt.event.KeyEvent
 
KeyEvent(Component, int, long, int, int, char) - Constructor for class java.awt.event.KeyEvent
Constructs a KeyEvent object.
KeyListener - interface java.awt.event.KeyListener.
The listener interface for receiving keyboard events (keystrokes).
keyPressed(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyPressed event by invoking the keyPressed methods on listener-a and listener-b.
keyPressed(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been pressed.
keyPressed(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been pressed.
keyReleased(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyReleased event by invoking the keyReleased methods on listener-a and listener-b.
keyReleased(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keyReleased(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been released.
keys() - Method in class java.util.Hashtable
 
keyTyped(KeyEvent) - Method in class java.awt.AWTEventMulticaster
Handles the keyTyped event by invoking the keyTyped methods on listener-a and listener-b.
keyTyped(KeyEvent) - Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyTyped(KeyEvent) - Method in class java.awt.event.KeyAdapter
Invoked when a key has been typed.
keyUp(Event, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processKeyEvent(KeyEvent).

L

Label - class java.awt.Label.
A Label object is a component for placing text in a container.
Label() - Constructor for class java.awt.Label
Constructs an empty label.
Label(String) - Constructor for class java.awt.Label
Constructs a new label with the specified string of text, left justified.
Label(String, int) - Constructor for class java.awt.Label
Constructs a new label that presents the specified string of text with the specified alignment.
LAST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the last week of the month.
last(Container) - Method in class java.awt.CardLayout
Flips to the last card of the container.
lastElement() - Method in class java.util.Vector
 
lastIndexOf(Object) - Method in class java.util.Vector
 
lastIndexOf(Object, int) - Method in class java.util.Vector
 
lastModified() - Method in interface javax.microedition.io.FileConnection
Returns the time that the file denoted by the URL specified in the Connector.open() method was last modified.
layout() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by doLayout().
layout() - Method in class java.awt.ScrollPane
Deprecated. As of JDK version 1.1, replaced by doLayout().
layoutContainer(Container) - Method in class java.awt.GridLayout
Lays out the specified container using this layout.
layoutContainer(Container) - Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container) - Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container) - Method in class java.awt.GridBagLayout
Lays out the specified container using this grid bag layout.
layoutContainer(Container) - Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
LayoutManager - interface java.awt.LayoutManager.
Defines the interface for classes that know how to layout Containers.
LayoutManager2 - interface java.awt.LayoutManager2.
Defines an interface for classes that know how to layout Containers based on a layout constraints object.
left - Variable in class java.awt.Insets
The inset from the left.
LEFT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
LEFT - Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT - Static variable in class java.awt.Label
Indicates that the label should be left justified.
LEFT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
lightGray - Static variable in class java.awt.Color
The color light gray.
List - class java.awt.List.
The List component presents the user with a scrolling list of text items.
LIST_CLOSED - Static variable in class javax.microedition.pim.PIMException
Indicates a PIM exception where a list is closed and access is attempte on it.
Value 4 is assigned to LIST_CLOSED.
LIST_DESELECT - Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_NOT_ACCESSIBLE - Static variable in class javax.microedition.pim.PIMException
Indicates a PIM exception where a list is no longer accessible by the application, such as if the underlying PIM database is deleted.
Value 3 is assigned to LIST_NOT_ACCESSIBLE.
LIST_SELECT - Static variable in class java.awt.Event
An item in a list has been selected.
list() - Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list() - Method in interface javax.microedition.io.FileConnection
This method is used to get a list of all files contained in a directory.
List() - Constructor for class java.awt.List
Creates a new scrolling list.
List(int) - Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines.
List(int, boolean) - Constructor for class java.awt.List
Creates a new scrolling list initialized to display the specified number of rows.
list(PrintStream) - Method in class java.awt.Component
Prints a listing of this component to the specified output stream.
list(PrintStream, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
list(PrintStream, int) - Method in class java.awt.Container
Prints a listing of this container to the specified output stream.
list(PrintWriter) - Method in class java.awt.Component
Prints a listing to the specified print writer.
list(PrintWriter, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print writer.
list(PrintWriter, int) - Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified print writer.
listContactLists() - Static method in class javax.microedition.pim.PIM
Returns a list of all ContactList names.
listEventLists() - Static method in class javax.microedition.pim.PIM
Returns a list of all EventList names.
listRoots() - Static method in class javax.microedition.io.FileSystemRegistry
This method returns the currently mounted root file systems on a device.
listToDoLists() - Static method in class javax.microedition.pim.PIM
Returns a list of all ToDoList names.
LOAD - Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file from which to read.
LOAD_FILE - Static variable in class java.awt.Event
A file loading event.
LOADING - Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadSystemColors(int[]) - Method in class java.awt.Toolkit
Fills in the integer array that is supplied as an argument with the current system color values.
Locale - class java.util.Locale.
A Locale object represents a specific geographical, political, or cultural region.
Locale(String, String) - Constructor for class java.util.Locale
Construct a locale from language, country.
Locale(String, String, String) - Constructor for class java.util.Locale
Construct a locale from language, country, variant.
locate(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
locate(int, int) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getComponentAt(int, int).
LOCATION - Static variable in interface javax.microedition.pim.Event
Field ID identifying the venue for this Event.
location() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getLocation().
location(int, int) - Method in class java.awt.GridBagLayout
Determines which cell in the layout grid contains the point specified by (x, y).
lock - Variable in class java.io.Writer
 
lock - Variable in class java.io.Reader
 
lookupConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
LOST_FOCUS - Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by processFocusEvent(FocusEvent).

M

magenta - Static variable in class java.awt.Color
The color magenta.
makeVisible(int) - Method in class java.awt.List
Makes the item at the specified index visible.
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.
MARCH - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of March.
mark(int) - Method in class java.io.InputStream
 
mark(int) - Method in class java.io.DataInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
 
markSupported() - Method in class java.io.InputStream
 
markSupported() - Method in class java.io.DataInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.Reader
 
maxCategories() - Method in interface javax.microedition.pim.PIMList
Returns the maximum number of categories that this list can have.
maxCategories() - Method in interface javax.microedition.pim.PIMElement
Returns the maximum number of categories that this element can be assigned to.
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.
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.
MAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of May.
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.
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) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, byte[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of bytes to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, ColorModel, int[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
MemoryImageSource(int, int, int[], int, int, Hashtable) - Constructor for class java.awt.image.MemoryImageSource
Constructs an ImageProducer object which uses an array of integers in the default RGB ColorModel to produce data for an Image object.
menu - Static variable in class java.awt.SystemColor
The 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 java.awt.SystemColor
The array index for the menu background color.
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) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label.
Menu(String, boolean) - Constructor for class java.awt.Menu
Constructs a new menu with the specified label, indicating whether the menu can be torn off.
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.
MenuComponent - class java.awt.MenuComponent.
The abstract class MenuComponent is the superclass of all menu-related components.
MenuComponent() - Constructor for class java.awt.MenuComponent
Constructor for MenuComponent.
MenuContainer - interface java.awt.MenuContainer.
The super class of all menu related containers.
MenuItem - class java.awt.MenuItem.
All items in a menu must belong to the class MenuItem, or one of its subclasses.
MenuItem() - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with an empty label and no keyboard shortcut.
MenuItem(String) - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label and no keyboard shortcut.
MenuItem(String, MenuShortcut) - Constructor for class java.awt.MenuItem
Create a menu item with an associated keyboard shortcut.
MenuShortcut - class java.awt.MenuShortcut.
A class which represents a keyboard accelerator for a MenuItem.
MenuShortcut(int) - Constructor for class java.awt.MenuShortcut
Constructs a new MenuShortcut for the specified key.
MenuShortcut(int, boolean) - 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.
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.
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.FlowLayout
Returns the minimum dimensions needed to layout 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.GridBagLayout
Determines the minimum size of the target container using this grid bag layout.
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.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() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
minimumSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
minimumSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int, int).
MINSIZE - Static variable in class java.awt.GridBagLayout
The smallest grid (both horizontally and vertically) that can be laid out by the grid bag layout.
mkdir() - Method in interface javax.microedition.io.FileConnection
This method is used to create a directory that is specified in the Connector.open() method.
modifiers - Variable in class java.awt.Event
The state of the modifier keys.
MONDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Monday.
MONTH_IN_YEAR - Static variable in class javax.microedition.pim.EventRepeat
The month an event occurs.
MONTHLY - Static variable in class javax.microedition.pim.EventRepeat
Used for frequency when the Event happens every month.
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 java.awt.AWTEventMulticaster
Handles the mouseClicked event by invoking the mouseClicked methods on listener-a and listener-b.
mouseClicked(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse has been clicked on a component.
mouseClicked(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse 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 java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when a mouse button is pressed on a component and then dragged.
mouseDragged(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when a mouse button is pressed on a component and then dragged.
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 java.awt.AWTEventMulticaster
Handles the mouseEntered event by invoking the mouseEntered methods on listener-a and listener-b.
mouseEntered(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse enters a component.
mouseEntered(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse enters a component.
MouseEvent - class 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 java.awt.AWTEventMulticaster
Handles the mouseExited event by invoking the mouseExited methods on listener-a and listener-b.
mouseExited(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when the mouse exits a component.
mouseExited(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseListener - interface 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.
MouseMotionAdapter() - Constructor for class java.awt.event.MouseMotionAdapter
 
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 java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent) - Method in class java.awt.event.MouseMotionAdapter
Invoked when the mouse button has been moved on a component (with no buttons no down).
mouseMoved(MouseEvent) - Method in interface java.awt.event.MouseMotionListener
Invoked when the mouse button has been moved on a component (with no buttons no down).
mousePressed(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mousePressed event by invoking the mousePressed methods on listener-a and listener-b.
mousePressed(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been pressed on a component.
mousePressed(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class java.awt.AWTEventMulticaster
Handles the mouseReleased event by invoking the mouseReleased methods on listener-a and listener-b.
mouseReleased(MouseEvent) - Method in class java.awt.event.MouseAdapter
Invoked when a mouse button has been released on a component.
mouseReleased(MouseEvent) - Method in interface java.awt.event.MouseListener
Invoked when a mouse button has been released on a component.
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.Cursor
The move cursor type.
MOVE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.MOVE_CURSOR.

Value Cursor.MOVE_CURSOR is assigned to MOVE_CURSOR.

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

N

N_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-resize cursor type.
N_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.N_RESIZE_CURSOR.

Value Cursor.N_RESIZE_CURSOR is assigned to N_RESIZE_CURSOR.

name - Variable in class java.awt.Font
The logical name of this Font, as passed to the constructor.
NAME_FAMILY - Static variable in interface javax.microedition.pim.Contact
Field ID for the family name of the Contact.
NAME_GIVEN - Static variable in interface javax.microedition.pim.Contact
Field ID for the given name of the Contact.
NAME_OTHER - Static variable in interface javax.microedition.pim.Contact
Field ID for another name for the Contact.
NAME_PREFIX - Static variable in interface javax.microedition.pim.Contact
Field ID for a name prefix for the Contact.
NAME_SUFFIX - Static variable in interface javax.microedition.pim.Contact
Field ID for a name suffix for the Contact.
NE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-east-resize cursor type.
NE_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.NE_RESIZE_CURSOR.

Value Cursor.NE_RESIZE_CURSOR is assigned to NE_RESIZE_CURSOR.

newmodel - Variable in class java.awt.image.RGBImageFilter
The ColorModel with which to replace origmodel when the user calls substituteColorModel.
newPixels() - Method in class java.awt.image.MemoryImageSource
Send a whole new buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(byte[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Change to a new byte array to hold the pixels for this image.
newPixels(int[], ColorModel, int, int) - Method in class java.awt.image.MemoryImageSource
Change to a new int array to hold the pixels for this image.
newPixels(int, int, int, int) - Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image and notify them that an animation frame is complete.
newPixels(int, int, int, int, boolean) - Method in class java.awt.image.MemoryImageSource
Send a rectangular region of the buffer of pixels to any ImageConsumers that are currently interested in the data for this image.
next(Container) - Method in class java.awt.CardLayout
Flips to the next card of the specified container.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
 
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextFocus() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by transferFocus().
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
NICKNAME - Static variable in interface javax.microedition.pim.Contact
Field ID corresponding to the Nickname of the contact.
NONE - Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NORMAL - Static variable in class java.awt.Frame
Value 0 is assigned to NORMAL.
NORTH - Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
NORTH - Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
NORTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-right corner of its display area.
NORTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the top-left corner of its display area.
NOTE - Static variable in interface javax.microedition.pim.Event
A String specifying a more complete description than the SUMMARY for this Event.
NOTE - Static variable in interface javax.microedition.pim.Contact
Field ID specifying supplemental information or a comment associated with a Contact.
NOTE - Static variable in interface javax.microedition.pim.ToDo
Field ID specifying a more complete description than the SUMMARY for this ToDo.
notifier - Variable in class java.awt.event.InvocationEvent
The (potentially null) Object whose notifyAll() method will be called immediately after the Runnable.run() method returns.
NOVEMBER - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of November.
npoints - Variable in class java.awt.Polygon
The total number of points.
NUM_COLORS - Static variable in class java.awt.SystemColor
The number of system colors in the array.
NUM_LOCK - Static variable in class java.awt.Event
The Num Lock key, a non-ASCII action key.
NW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The north-west-resize cursor type.
NW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.NW_RESIZE_CURSOR.

Value Cursor.NW_RESIZE_CURSOR is assigned to NW_RESIZE_CURSOR.


O

OCTOBER - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of October.
openContactList(int) - Static method in class javax.microedition.pim.PIM
Open the default Contact list.
openContactList(int, String) - Static method in class javax.microedition.pim.PIM
Open a named ContactList.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
 
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
 
openEventList(int) - Static method in class javax.microedition.pim.PIM
Open the default Event list.
openEventList(int, String) - Static method in class javax.microedition.pim.PIM
Open a named Event list.
openInputStream() - Method in interface javax.microedition.io.InputConnection
 
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
 
openToDoList(int) - Static method in class javax.microedition.pim.PIM
Open the default ToDo list.
openToDoList(int, String) - Static method in class javax.microedition.pim.PIM
Open a named ToDo list.
orange - Static variable in class java.awt.Color
The color orange.
ORG - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the organization name or units associated with a Contact.
origmodel - Variable in class java.awt.image.RGBImageFilter
The ColorModel to be replaced by newmodel when the user calls substituteColorModel.
out - Variable in class java.io.DataOutputStream
The output stream.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
outpixbuf - Variable in class java.awt.image.ReplicateScaleFilter
A byte array initialized with a size of ReplicateScaleFilter.destWidth and used to deliver a row of pixel data to the ImageConsumer.
OutputConnection - interface javax.microedition.io.OutputConnection.
 
OutputStream - class java.io.OutputStream.
 
OutputStream() - Constructor for class java.io.OutputStream
 

P

pack() - Method in class java.awt.Window
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
PAINT - Static variable in class java.awt.event.PaintEvent
The paint event type.
PAINT_FIRST - Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST - Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paint(Graphics) - Method in class java.awt.Component
Paints this component.
paint(Graphics) - Method in class java.awt.Container
Paints the container.
paint(Graphics) - Method in class java.awt.Canvas
This method is called to repaint this canvas.
paintAll(Graphics) - Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintComponents(Graphics) - Method in class java.awt.Container
Paints each of the components in this container.
PaintEvent - class java.awt.event.PaintEvent.
The component-level paint event.
PaintEvent(Component, int, Rectangle) - Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
Panel - class java.awt.Panel.
Panel is the simplest container class.
Panel() - Constructor for class java.awt.Panel
Creates a new panel using the default layout manager.
Panel(LayoutManager) - Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
paramString() - Method in class java.awt.Component
Returns a string representing the state of this component.
paramString() - Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString() - Method in class java.awt.MenuComponent
Returns the parameter string representing the state of this menu component.
paramString() - Method in class java.awt.MenuItem
Returns the parameter string representing the state of this menu item.
paramString() - Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
paramString() - Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString() - Method in class java.awt.TextArea
Returns the parameter string representing the state of this text area.
paramString() - Method in class java.awt.AWTEvent
Returns a string representing the state of this event.
paramString() - Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString() - Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
paramString() - Method in class java.awt.FileDialog
Returns the parameter string representing the state of this file dialog window.
paramString() - Method in class java.awt.CheckboxMenuItem
Returns the parameter string representing the state of this check box menu item.
paramString() - Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString() - Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
paramString() - Method in class java.awt.Button
Returns the parameter string representing the state of this button.
paramString() - Method in class java.awt.ScrollPane
 
paramString() - Method in class java.awt.Scrollbar
Returns the parameter string representing the state of this scroll bar.
paramString() - Method in class java.awt.Choice
Returns the parameter string representing the state of this choice menu.
paramString() - Method in class java.awt.MenuShortcut
 
paramString() - Method in class java.awt.Event
Returns the parameter string representing this event.
paramString() - Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString() - Method in class java.awt.TextField
Returns the parameter string representing the state of this text field.
paramString() - Method in class java.awt.event.ComponentEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.KeyEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.TextEvent
Returns a parameter string identifying this text event.
paramString() - Method in class java.awt.event.InvocationEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.FocusEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.WindowEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.AdjustmentEvent
 
paramString() - Method in class java.awt.event.ItemEvent
Returns a parameter string identifying this item event.
paramString() - Method in class java.awt.event.ActionEvent
Returns a parameter string identifying this action event.
paramString() - Method in class java.awt.event.ContainerEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.PaintEvent
 
paramString() - Method in class java.awt.event.MouseEvent
Returns a parameter string identifying this event.
PAUSE - Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
peek() - Method in class java.util.Stack
 
peekEvent() - Method in class java.awt.EventQueue
Return the first event on the EventQueue without removing it.
peekEvent(int) - Method in class java.awt.EventQueue
Return the first event with the specified id, if any.
PGDN - Static variable in class java.awt.Event
The Page Down key, a non-ASCII action key.
PGUP - Static variable in class java.awt.Event
The Page Up key, a non-ASCII action key.
PHOTO - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the photo of a Contact.
PIM - class javax.microedition.pim.PIM.
Class for accessing the PIM databases on a device.
PIMElement - interface javax.microedition.pim.PIMElement.
Represents the common interfaces of an element for a PIM database.
PIMException - exception javax.microedition.pim.PIMException.
Represents exceptions thrown by the PIM classes.
PIMException() - Constructor for class javax.microedition.pim.PIMException
Constructs a new instance of this class with its stacktrace filled in.
PIMException(String) - Constructor for class javax.microedition.pim.PIMException
Constructs a new instance of this class with its stacktrace and message filled in.
PIMException(String, int) - Constructor for class javax.microedition.pim.PIMException
Constructs a new instance of this class with its stacktrace, message, and reason filled in.
PIMList - interface javax.microedition.pim.PIMList.
Represents the common functionality of a PIM list.
pink - Static variable in class java.awt.Color
The color pink.
pixel_bits - Variable in class java.awt.image.ColorModel
The total number of bits in the pixel.
PixelGrabber - class java.awt.image.PixelGrabber.
The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.
PixelGrabber(Image, int, int, int, int, boolean) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image.
PixelGrabber(Image, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image into the given array.
PixelGrabber(ImageProducer, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the image produced by the specified ImageProducer into the given array.
PLAIN - Static variable in class java.awt.Font
The plain style constant.
Point - class java.awt.Point.
A point representing a location in (x, y) coordinate space, specified in integer precision.
Point() - Constructor for class java.awt.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(int, int) - Constructor for class java.awt.Point
Constructs and initializes a point at the specified (xy) location in the coordinate space.
Point(Point) - Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
Polygon - class java.awt.Polygon.
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
Polygon() - Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int) - Constructor for class java.awt.Polygon
Constructs and initializes a Polygon from the specified parameters.
pop() - Method in class java.util.Stack
 
pop() - Method in class java.awt.EventQueue
Stop dispatching events using this EventQueue instance.
PopupMenu - class java.awt.PopupMenu.
A class that implements a menu which can be dynamically popped up at a specified position within a component.
PopupMenu() - Constructor for class java.awt.PopupMenu
Creates a new popup menu.
PopupMenu(String) - Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
postEvent(AWTEvent) - Method in class java.awt.EventQueue
Post a 1.1-style event to the EventQueue.
postEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.Window
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in interface java.awt.MenuContainer
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.MenuComponent
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
predefined - Static variable in class java.awt.Cursor
 
preferredLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
preferredLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the preferred size of the target container using this grid bag layout.
preferredLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
PREFERREDSIZE - Static variable in class java.awt.GridBagLayout
The preferred size (both horizontally and vertically) of the grid bag layout.
preferredSize() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int, int).
prepareImage(Image, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component at the specified width and height.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Prepares an image for rendering.
previous(Container) - Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
PRINT_SCREEN - Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
print(boolean) - Method in class java.io.PrintWriter
Print a boolean value.
print(boolean) - Method in class java.io.PrintStream
 
print(char) - Method in class java.io.PrintWriter
Print a character.
print(char) - Method in class java.io.PrintStream
 
print(char[]) - Method in class java.io.PrintWriter
Print an array of characters.
print(char[]) - Method in class java.io.PrintStream
 
print(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number.
print(float) - Method in class java.io.PrintWriter
Print a floating-point number.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(Graphics) - Method in class java.awt.Container
Prints the container.
print(int) - Method in class java.io.PrintWriter
Print an integer.
print(int) - Method in class java.io.PrintStream
 
print(long) - Method in class java.io.PrintWriter
Print a long integer.
print(long) - Method in class java.io.PrintStream
 
print(Object) - Method in class java.io.PrintWriter
Print an object.
print(Object) - Method in class java.io.PrintStream
 
print(String) - Method in class java.io.PrintWriter
Print a string.
print(String) - Method in class java.io.PrintStream
 
printAll(Graphics) - Method in class java.awt.Component
Prints this component and all of its subcomponents.
printComponents(Graphics) - Method in class java.awt.Container
Prints each of the components in this container.
printComponents(Graphics) - Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
println() - Method in class java.io.PrintWriter
Terminate the current line by writing the line separator string.
println() - Method in class java.io.PrintStream
 
println(boolean) - Method in class java.io.PrintWriter
Print a boolean value and then terminate the line.
println(boolean) - Method in class java.io.PrintStream
 
println(char) - Method in class java.io.PrintWriter
Print a character and then terminate the line.
println(char) - Method in class java.io.PrintStream
 
println(char[]) - Method in class java.io.PrintWriter
Print an array of characters and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
 
println(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number and then terminate the line.
println(float) - Method in class java.io.PrintWriter
Print a floating-point number and then terminate the line.
println(int) - Method in class java.io.PrintWriter
Print an integer and then terminate the line.
println(int) - Method in class java.io.PrintStream
 
println(long) - Method in class java.io.PrintWriter
Print a long integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
 
println(Object) - Method in class java.io.PrintWriter
Print an Object and then terminate the line.
println(Object) - Method in class java.io.PrintStream
 
println(String) - Method in class java.io.PrintWriter
Print a String and then terminate the line.
println(String) - Method in class java.io.PrintStream
 
PrintStream - class java.io.PrintStream.
 
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
 
PrintWriter - class java.io.PrintWriter.
Print formatted representations of objects to a text-output stream.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PRIORITY - Static variable in interface javax.microedition.pim.ToDo
Field ID specifying the priority of this ToDo.
processActionEvent(ActionEvent) - Method in class java.awt.MenuItem
Processes action events occurring on this menu item, by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.TextField
Processes action events occurring on this text field by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent) - Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processComponentEvent(ComponentEvent) - Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processContainerEvent(ContainerEvent) - Method in class java.awt.Container
Processes container events occurring on this container by dispatching them to any registered ContainerListener objects.
processEvent(AWTEvent) - Method in class java.awt.Component
Processes events occurring on this component.
processEvent(AWTEvent) - Method in class java.awt.Container
Processes events on this container.
processEvent(AWTEvent) - Method in class java.awt.Window
Processes events on this window.
processEvent(AWTEvent) - Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent) - Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent) - Method in class java.awt.TextComponent
Processes events on this text component.
processEvent(AWTEvent) - Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent) - Method in class java.awt.List
Processes events on this scrolling list.
processEvent(AWTEvent) - Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent) - Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent) - Method in class java.awt.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent) - Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent) - Method in class java.awt.TextField
Processes events on this text field.
processFocusEvent(FocusEvent) - Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this check box menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Choice
Processes item events occurring on this Choice menu by dispatching them to any registered ItemListener objects.
processKeyEvent(KeyEvent) - Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered KeyListener objects.
processMouseEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processTextEvent(TextEvent) - Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent) - Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
PROPERTIES - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the properties of the image are now available.
PUBLIC_KEY - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the public encryption key for a Contact.
push(EventQueue) - Method in class java.awt.EventQueue
Replace the existing EventQueue with the specified one.
push(Object) - Method in class java.util.Stack
 
put(Object, Object) - Method in class java.util.Hashtable
 

R

Random - class java.util.Random.
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed:
RANDOMPIXELORDER - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a random order.
READ_ONLY - Static variable in class javax.microedition.pim.PIM
Constant representing opening a list in read only mode.
READ_WRITE - Static variable in class javax.microedition.pim.PIM
Constant representing opening a list in read/write mode.
read() - Method in class java.io.InputStream
 
read() - Method in class java.io.DataInputStream
Reads the next byte of data from this input stream.
read() - Method in class java.io.Reader
 
read(byte[]) - Method in class java.io.InputStream
 
read(byte[]) - Method in class java.io.DataInputStream
See the general contract of the read method of DataInput.
read(byte[], int, int) - Method in class java.io.InputStream
 
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(char[]) - Method in class java.io.Reader
 
read(char[], int, int) - Method in class java.io.Reader
 
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in interface java.io.DataInput
Reads an input char and returns the char value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
Reader - class java.io.Reader.
 
Reader() - Constructor for class java.io.Reader
 
Reader(Object) - Constructor for class java.io.Reader
 
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in Java modified UTF-8 format; this string of characters is then returned as a String.
ready() - Method in class java.io.Reader
 
Rectangle - class java.awt.Rectangle.
 
Rectangle() - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are both zero.
Rectangle(Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.
Rectangle(int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is at (0, 0) in the coordinate space, and whose width and height are specified by the arguments of the same name.
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is specified as (xy) and whose width and height are specified by the arguments of the same name.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is the specified Point, and whose width and height are both zero.
Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle whose top-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle(Rectangle) - Constructor for class java.awt.Rectangle
Constructs a new Rectangle, initialized to match the values of the specificed Rectangle.
red - Static variable in class java.awt.Color
The color red.
rehash() - Method in class java.util.Hashtable
 
RELATIVE - Static variable in class java.awt.GridBagConstraints
Specify that this component is the next-to-last component in its column or row (gridwidth, gridheight), or that this component be placed next to the previously added component (gridx, gridy).
REMAINDER - Static variable in class java.awt.GridBagConstraints
Specify that this component is the last component in its column or row.
remove(ActionListener, ActionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old action-listener from action-listener-l and returns the resulting multicast listener.
remove(AdjustmentListener, AdjustmentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old adjustment-listener from adjustment-listener-l and returns the resulting multicast listener.
remove(Component) - Method in class java.awt.Container
Removes the specified component from this container.
remove(ComponentListener, ComponentListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old component-listener from component-listener-l and returns the resulting multicast listener.
remove(ContainerListener, ContainerListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old container-listener from container-listener-l and returns the resulting multicast listener.
remove(EventListener) - Method in class java.awt.AWTEventMulticaster
Removes a listener from this multicaster and returns the resulting multicast listener.
remove(FocusListener, FocusListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old focus-listener from focus-listener-l and returns the resulting multicast listener.
remove(int) - Method in class java.awt.Container
Removes the component, specified by index, from this container.
remove(int) - Method in class java.awt.Menu
Removes the menu item at the specified index from this menu.
remove(int) - Method in class java.awt.MenuBar
Removes the menu located at the specified index from this menu bar.
remove(int) - Method in class java.awt.List
Remove the item at the specified position from this scrolling list.
remove(int) - Method in class java.awt.Choice
Removes an item from the choice menu at the specified position.
remove(ItemListener, ItemListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old item-listener from item-listener-l and returns the resulting multicast listener.
remove(KeyListener, KeyListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old key-listener from key-listener-l and returns the resulting multicast listener.
remove(MenuComponent) - Method in class java.awt.Component
Removes the specified popup menu from the component.
remove(MenuComponent) - Method in interface java.awt.MenuContainer
 
remove(MenuComponent) - Method in class java.awt.Menu
Removes the specified menu item from this menu.
remove(MenuComponent) - Method in class java.awt.Frame
Removes the specified menu bar from this frame.
remove(MenuComponent) - Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MouseListener, MouseListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-listener from mouse-listener-l and returns the resulting multicast listener.
remove(MouseMotionListener, MouseMotionListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old mouse-motion-listener from mouse-motion-listener-l and returns the resulting multicast listener.
remove(Object) - Method in class java.util.Hashtable
 
remove(String) - Method in class java.awt.List
Removes the first occurrence of an item from the list.
remove(String) - Method in class java.awt.Choice
Remove the first occurrence of item from the Choice menu.
remove(TextListener, TextListener) - Static method in class java.awt.AWTEventMulticaster
 
remove(WindowListener, WindowListener) - Static method in class java.awt.AWTEventMulticaster
Removes the old window-listener from window-listener-l and returns the resulting multicast listener.
removeActionListener(ActionListener) - Method in class java.awt.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
removeActionListener(ActionListener) - Method in class java.awt.List
Removes the specified action listener so that it no longer receives action events from this list.
removeActionListener(ActionListener) - Method in class java.awt.Button
Removes the specified action listener so that it no longer receives action events from this button.
removeActionListener(ActionListener) - Method in class java.awt.TextField
Removes the specified action listener so that it no longer receives action events from this text field.
removeAdjustmentListener(AdjustmentListener) - Method in class java.awt.Scrollbar
Removes the specified adjustment listener so that it no longer receives instances of AdjustmentEvent from this scroll bar.
removeAdjustmentListener(AdjustmentListener) - Method in interface java.awt.Adjustable
Removes an adjustment listener.
removeAll() - Method in class java.awt.Container
Removes all the components from this container.
removeAll() - Method in class java.awt.Menu
Removes all items from this menu.
removeAll() - Method in class java.awt.List
Removes all items from this list.
removeAll() - Method in class java.awt.Choice
Removes all items from the choice menu.
removeAllElements() - Method in class java.util.Vector
 
removeAWTEventListener(AWTEventListener) - Method in class java.awt.Toolkit
Removes an AWTEventListener from receiving dispatched AWTEvents.
removeComponentListener(ComponentListener) - Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
removeConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Remove an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Removes an ImageConsumer from the list of consumers interested in data for this image.
removeConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
This method removes the given ImageConsumer object from the list of consumers currently registered to receive image data.
removeContact(Contact) - Method in interface javax.microedition.pim.ContactList
Removes a specific Contact from the list.
removeContainerListener(ContainerListener) - Method in class java.awt.Container
Removes the specified container listener so it no longer receives container events from this container.
removeElement(Object) - Method in class java.util.Vector
 
removeElementAt(int) - Method in class java.util.Vector
 
removeEvent(Event) - Method in interface javax.microedition.pim.EventList
Removes a specific Event from the list.
removeExceptDate(long) - Method in class javax.microedition.pim.EventRepeat
Remove a Date for which this RepeatPattern should not occur.
removeFileSystemListener(FileSystemListener) - Static method in class javax.microedition.io.FileSystemRegistry
This method is used to remove a registered FileSystemListener.
removeFocusListener(FocusListener) - Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
removeFromCategory(String) - Method in interface javax.microedition.pim.PIMElement
Remove a category from this Element.
removeImage(Image) - Method in class java.awt.MediaTracker
Remove the specified image from this media tracker.
removeImage(Image, int) - Method in class java.awt.MediaTracker
Remove the specified image from the specified tracking ID of this media tracker.
removeImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Remove the specified image with the specified width, height, and ID from this media tracker.
removeInternal(EventListener, EventListener) - Static method in class java.awt.AWTEventMulticaster
Returns the resulting multicast listener after removing the old listener from listener-l.
removeItemListener(ItemListener) - Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener) - Method in class java.awt.CheckboxMenuItem
Removes the specified item listener so that it no longer receives item events from this check box menu item.
removeItemListener(ItemListener) - Method in class java.awt.List
Removes the specified item listener so that it no longer receives item events from this list.
removeItemListener(ItemListener) - Method in class java.awt.Checkbox
Removes the specified item listener so that the item listener no longer receives item events from this check box.
removeItemListener(ItemListener) - Method in class java.awt.Choice
Removes the specified item listener so that it no longer receives item events from this Choice menu.
removeKeyListener(KeyListener) - Method in class java.awt.Component
Removes the specified key listener so that it no longer receives key events from this component.
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.FlowLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
Removes the specified component from this layout.
removeLayoutComponent(Component) - Method in class java.awt.BorderLayout
Removes the specified component from this border layout.
removeMouseListener(MouseListener) - Method in class java.awt.Component
Removes the specified mouse listener so that it no longer receives mouse events from this component.
removeMouseMotionListener(MouseMotionListener) - Method in class java.awt.Component
Removes the specified mouse motion listener so that it no longer receives mouse motion events from this component.
removeNotify() - Method in class java.awt.Component
Makes this Component undisplayable by destroying it native screen resource.
removeNotify() - Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeTextListener(TextListener) - Method in class java.awt.TextComponent
Removes the specified text event listener so that it no longer receives text events from this text component If l is null, no exception is thrown and no action is performed.
removeToDo(ToDo) - Method in interface javax.microedition.pim.ToDoList
Removes a specific ToDo from the list.
removeWindowListener(WindowListener) - Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
rename(String) - Method in interface javax.microedition.io.FileConnection
Rename the selected dir/file to a new name.
repaint() - Method in class java.awt.Component
Repaints this component.
repaint(int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component.
repaint(long) - Method in class java.awt.Component
Repaints the component.
repaint(long, int, int, int, int) - Method in class java.awt.Component
Repaints the specified rectangle of this component within tm milliseconds.
replaceItem(String, int) - Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replaceRange(String, int, int) - Method in class java.awt.TextArea
Replaces text between the indicated start and end positions with the specified replacement text.
replaceText(String, int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by replaceRange(String, int, int).
ReplicateScaleFilter - class java.awt.image.ReplicateScaleFilter.
An ImageFilter class for scaling images using the simplest algorithm.
ReplicateScaleFilter(int, int) - Constructor for class java.awt.image.ReplicateScaleFilter
Constructs a ReplicateScaleFilter that scales the pixels from its source Image as specified by the width and height parameters.
requestFocus() - Method in class java.awt.Component
Requests that this component get the input focus.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
requestTopDownLeftRightResend(ImageConsumer) - Method in interface java.awt.image.ImageProducer
This method is used by an ImageConsumer to request that the ImageProducer attempt to resend the image data one more time in TOPDOWNLEFTRIGHT order so that higher quality conversion algorithms which depend on receiving pixels in order can be used to produce a better output version of the image.
resendTopDownLeftRight(ImageProducer) - Method in class java.awt.image.ImageFilter
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.
RESERVED_ID_MAX - Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reset() - Method in class java.io.InputStream
 
reset() - Method in class java.io.DataInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.Reader
 
reshape(int, int, int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setBounds(int, int, int, int).
reshape(int, int, int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setBounds(int, int, int, int).
resize(Dimension) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setSize(Dimension).
resize(int, int) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setSize(int, int).
resize(int, int) - Method in class java.awt.Rectangle
Deprecated. As of JDK version 1.1, replaced by setSize(int, int).
REVISION - Static variable in interface javax.microedition.pim.Event
Field ID specifying the last modification date and time of an Event element.
REVISION - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the last modification time of a Contact.
REVISION - Static variable in interface javax.microedition.pim.ToDo
Field ID specifying the last modification date and time of a ToDo element.
RGBImageFilter - class java.awt.image.RGBImageFilter.
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
RGBImageFilter() - Constructor for class java.awt.image.RGBImageFilter
 
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Converts the components of a color, as specified by the default RGB model, to an equivalent set of values for hue, saturation, and brightness that are the three components of the HSB model.
right - Variable in class java.awt.Insets
The inset from the right.
RIGHT - Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
RIGHT - Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT - Static variable in class java.awt.Label
Indicates that the label should be right justified.
RIGHT_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentX.
ROOT_ADDED - Static variable in interface javax.microedition.io.FileSystemEvent
represents an event in which a file system root has been dynamically added to the device, typically through a mount or a card insertion.
ROOT_REMOVED - Static variable in interface javax.microedition.io.FileSystemEvent
represents an event in which a file system root has been dynamically removed from the device, typically through an unmount or a card removal.
rootAdded(FileSystemEvent) - Method in interface javax.microedition.io.FileSystemListener
This method is invoked when a root is added to the filesystem.
rootRemoved(FileSystemEvent) - Method in interface javax.microedition.io.FileSystemListener
This method is invoked when a root is removed from the filesystem.
rowHeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row minimum heights.
rowWeights - Variable in class java.awt.GridBagLayout
This field holds the overrides to the row weights.
runnable - Variable in class java.awt.event.InvocationEvent
The Runnable whose run() method will be called.

S

S_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-resize cursor type.
S_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.S_RESIZE_CURSOR.

Value Cursor.S_RESIZE_CURSOR is assigned to S_RESIZE_CURSOR.

sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
SATURDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Saturday.
SAVE - Static variable in class java.awt.FileDialog
This constant value indicates that the purpose of the file dialog window is to locate a file to which to write.
SAVE_FILE - Static variable in class java.awt.Event
A file saving event.
SCALE_AREA_AVERAGING - Static variable in class java.awt.Image
Use the Area Averaging image scaling algorithm.
SCALE_DEFAULT - Static variable in class java.awt.Image
Use the default image-scaling algorithm.
SCALE_FAST - Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
SCALE_REPLICATE - Static variable in class java.awt.Image
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
SCALE_SMOOTH - Static variable in class java.awt.Image
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.
SCROLL_ABSOLUTE - Static variable in class java.awt.Event
The user has moved the bubble (thumb) in a scroll bar, moving to an "absolute" position, rather than to an offset from the last postion.
SCROLL_BEGIN - Static variable in class java.awt.Event
The scroll begin event.
SCROLL_END - Static variable in class java.awt.Event
The scroll end event.
SCROLL_LINE_DOWN - Static variable in class java.awt.Event
The user has activated the line down area of a scroll bar.
SCROLL_LINE_UP - Static variable in class java.awt.Event
The user has activated the line up area of a scroll bar.
SCROLL_LOCK - Static variable in class java.awt.Event
The Scroll Lock key, a non-ASCII action key.
SCROLL_PAGE_DOWN - Static variable in class java.awt.Event
The user has activated the page down area of a scroll bar.
SCROLL_PAGE_UP - Static variable in class java.awt.Event
The user has activated the page up area of a scroll bar.
scrollbar - Static variable in class java.awt.SystemColor
The background color for scrollbars.
Scrollbar - class java.awt.Scrollbar.
The Scrollbar class embodies a scroll bar, a familiar user-interface object.
SCROLLBAR - Static variable in class java.awt.SystemColor
The array index for the scrollbar background color.
Scrollbar() - Constructor for class java.awt.Scrollbar
Constructs a new vertical scroll bar.
Scrollbar(int) - Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation.
Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
Constructs a new scroll bar with the specified orientation, initial value, page size, and minimum and maximum values.
SCROLLBARS_ALWAYS - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should always be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_AS_NEEDED - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbar should be shown only when the size of the child exceeds the size of the scrollpane in the horizontal/vertical dimension.
SCROLLBARS_BOTH - Static variable in class java.awt.TextArea
Create and display both vertical and horizontal scrollbars.
SCROLLBARS_HORIZONTAL_ONLY - Static variable in class java.awt.TextArea
Create and display horizontal scrollbar only.
SCROLLBARS_NEVER - Static variable in class java.awt.ScrollPane
Specifies that horizontal/vertical scrollbars should never be shown regardless of the respective sizes of the scrollpane and child.
SCROLLBARS_NONE - Static variable in class java.awt.TextArea
Do not create or display any scrollbars for the text area.
SCROLLBARS_VERTICAL_ONLY - Static variable in class java.awt.TextArea
Create and display vertical scrollbar only.
ScrollPane - class java.awt.ScrollPane.
A container class which implements automatic horizontal and/or vertical scrolling for a single child component.
ScrollPane() - Constructor for class java.awt.ScrollPane
Create a new scrollpane container with a scrollbar display policy of "as needed".
ScrollPane(int) - Constructor for class java.awt.ScrollPane
Create a new scrollpane container.
SE_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-east-resize cursor type.
SE_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.SE_RESIZE_CURSOR.

Value Cursor.SE_RESIZE_CURSOR is assigned to SE_RESIZE_CURSOR.

search(Object) - Method in class java.util.Stack
 
SECOND - Static variable in class javax.microedition.pim.EventRepeat
Constant for the second week of the month.
SECONDLAST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the second to last week of the month.
select(int) - Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
select(int) - Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item at the specified position.
select(int, int) - Method in class java.awt.TextComponent
Selects the text between the specified start and end positions.
select(String) - Method in class java.awt.Choice
Sets the selected item in this Choice menu to be the item whose name is equal to the specified string.
selectAll() - Method in class java.awt.TextComponent
Selects all the text in this text component.
SELECTED - Static variable in class java.awt.event.ItemEvent
This state-change value indicates that an item was selected.
SEPTEMBER - Static variable in class javax.microedition.pim.EventRepeat
Constant for the month of September.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the fields of the URL.
set(String, String, int, String, String, String, String, String) - Method in class java.net.URL
Sets the specified 8 fields of the URL.
setActionCommand(String) - Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setActionCommand(String) - Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setAlignment(int) - Method in class java.awt.FlowLayout
Sets the alignment for this layout.
setAlignment(int) - Method in class java.awt.Label
Sets the alignment for this label to the specified alignment.
setAnimated(boolean) - Method in class java.awt.image.MemoryImageSource
Change this memory image into a multi-frame animation or a single-frame static image depending on the animated parameter.
setBackground(Color) - Method in class java.awt.Component
Sets the background color of this component.
setBinary(int, byte[]) - Method in interface javax.microedition.pim.PIMElement
Set a binary data field for the Element.
setBlockIncrement(int) - Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
setBlockIncrement(int) - Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBounds(int, int, int, int) - Method in class java.awt.Component
Moves and resizes this component.
setBounds(int, int, int, int) - Method in class java.awt.Rectangle
Sets the bounding Rectangle of this Rectangle to the specified x, y, width, and height.
setBounds(Rectangle) - Method in class java.awt.Component
Moves and resizes this component to conform to the new bounding rectangle r.
setBounds(Rectangle) - Method in class java.awt.Rectangle
Sets the bounding Rectangle of this Rectangle to match the specified Rectangle.
setCaretPosition(int) - Method in class java.awt.TextComponent
Sets the position of the text insertion caret for this text component.
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Sets this check box's group to be the specified check box group.
setClip(int, int, int, int) - Method in class java.awt.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(Shape) - Method in class java.awt.Graphics
Sets the current clipping area to an arbitrary clip shape.
setColor(Color) - Method in class java.awt.Graphics
Sets this graphics context's current color to the specified color.
setColorModel(ColorModel) - Method in class java.awt.image.ImageFilter
Filter the information provided in the setColorModel method of the ImageConsumer interface.
setColorModel(ColorModel) - Method in class java.awt.image.PixelGrabber
The setColorModel method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setColorModel(ColorModel) - Method in class java.awt.image.RGBImageFilter
If the ColorModel is an IndexColorModel, and the subclass has set the canFilterIndexColorModel flag to true, we substitute a filtered version of the color model here and wherever that original ColorModel object appears in the setPixels methods.
setColorModel(ColorModel) - Method in interface java.awt.image.ImageConsumer
The ColorModel object used for the majority of the pixels reported using the setPixels method calls.
setColumns(int) - Method in class java.awt.GridLayout
Sets the number of columns in this layout to the specified value.
setColumns(int) - Method in class java.awt.TextArea
Sets the number of columns for this text area.
setColumns(int) - Method in class java.awt.TextField
Sets the number of columns in this text field.
setConstraints(Component, GridBagConstraints) - Method in class java.awt.GridBagLayout
Sets the constraints for the specified component in this layout.
setCurrent(Checkbox) - Method in class java.awt.CheckboxGroup
Deprecated. As of JDK version 1.1, replaced by setSelectedCheckbox(Checkbox).
setCursor(Cursor) - Method in class java.awt.Component
Sets the cursor image to the specified cursor.
setCursor(Cursor) - Method in class java.awt.Window
Set the cursor image to a specified cursor.
setCursor(int) - Method in class java.awt.Frame
Deprecated. As of JDK version 1.1, replaced by Component.setCursor(Cursor).
setDate(int, long) - Method in interface javax.microedition.pim.PIMElement
Set a Date field in the Element.
setDate(int, long) - Method in class javax.microedition.pim.EventRepeat
Sets a Date field.
setDimensions(int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setDimensions method of the ImageConsumer interface.
setDimensions(int, int) - Method in class java.awt.image.ReplicateScaleFilter
Override the dimensions of the source image and pass the dimensions of the new scaled size to the ImageConsumer.
setDimensions(int, int) - Method in class java.awt.image.PixelGrabber
The setDimensions method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setDimensions(int, int) - Method in class java.awt.image.CropImageFilter
Override the source image's dimensions and pass the dimensions of the rectangular cropped region to the ImageConsumer.
setDimensions(int, int) - Method in interface java.awt.image.ImageConsumer
The dimensions of the source image are reported using the setDimensions method call.
setDirectory(String) - Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setEchoChar(char) - Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by setEchoChar(char).
setEditable(boolean) - Method in class java.awt.TextComponent
Sets the flag that determines whether or not this text component is editable.
setElementAt(Object, int) - Method in class java.util.Vector
 
setEnabled(boolean) - Method in class java.awt.Component
Enables or disables this component, depending on the value of the parameter b.
setEnabled(boolean) - Method in class java.awt.MenuItem
Sets whether or not this menu item can be chosen.
setError() - Method in class java.io.PrintWriter
Indicate that an error has occurred.
setError() - Method in class java.io.PrintStream
 
setFile(String) - Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFont(Font) - Method in class java.awt.Component
Sets the font of this component.
setFont(Font) - Method in class java.awt.Container
Sets the font of this container.
setFont(Font) - Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setFont(Font) - Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setForeground(Color) - Method in class java.awt.Component
Sets the foreground color of this component.
setFullBufferUpdates(boolean) - Method in class java.awt.image.MemoryImageSource
Specify whether this animated memory image should always be updated by sending the complete buffer of pixels whenever there is a change.
setHelpMenu(Menu) - Method in class java.awt.MenuBar
Sets the specified menu to be this menu bar's help menu.
setHgap(int) - Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHgap(int) - Method in class java.awt.FlowLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.CardLayout
Sets the horizontal gap between components.
setHgap(int) - Method in class java.awt.BorderLayout
Sets the horizontal gap between components.
setHidden(boolean) - Method in interface javax.microedition.io.FileConnection
This method is used to set the selected file hidden.
setHints(int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setHints method of the ImageConsumer interface.
setHints(int) - Method in class java.awt.image.PixelGrabber
The setHints method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setHints(int) - Method in class java.awt.image.AreaAveragingScaleFilter
Detect if the data is being delivered with the necessary hints to allow the averaging algorithm to do its work.
setHints(int) - Method in interface java.awt.image.ImageConsumer
The ImageProducer can deliver the pixels in any order, but the ImageConsumer may be able to scale or convert the pixels to the destination ColorModel more efficiently or with higher quality if it knows some information about how the pixels will be delivered up front.
setIconImage(Image) - Method in class java.awt.Frame
Sets the image to displayed in the minimized icon for this frame.
setInt(int, int) - Method in interface javax.microedition.pim.PIMElement
Set an integer field in the Element.
setInt(int, int) - Method in class javax.microedition.pim.EventRepeat
Sets an int field.
setKeyChar(char) - Method in class java.awt.event.KeyEvent
Set the keyChar value to indicate a logical character.
setKeyCode(int) - Method in class java.awt.event.KeyEvent
Set the keyCode value to indicate a physical key.
setLabel(String) - Method in class java.awt.MenuItem
Sets the label for this menu item to the specified label.
setLabel(String) - Method in class java.awt.Checkbox
Sets this check box's label to be the string argument.
setLabel(String) - Method in class java.awt.Button
Sets the button's label to be the specified string.
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the layout manager for this container.
setLayout(LayoutManager) - Method in class java.awt.ScrollPane
Sets the layout manager for this container.
setLineIncrement(int) - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by setUnitIncrement(int).
setLocale(Locale) - Method in class java.awt.Component
Sets the locale of this component.
setLocation(int, int) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(int, int) - Method in class java.awt.Point
Changes the point to have the specificed location.
setLocation(int, int) - Method in class java.awt.Rectangle
Moves this Rectangle to the specified location.
setLocation(Point) - Method in class java.awt.Component
Moves this component to a new location.
setLocation(Point) - Method in class java.awt.Point
Sets the location of the point to the specificed location.
setLocation(Point) - Method in class java.awt.Rectangle
Moves this Rectangle to the specified location.
setMaximum(int) - Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaximum(int) - Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMenuBar(MenuBar) - Method in class java.awt.Frame
Sets the menu bar for this frame to the specified menu bar.
setMinimum(int) - Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinimum(int) - Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setModal(boolean) - Method in class java.awt.Dialog
Specifies whether this dialog should be modal.
setMode(int) - Method in class java.awt.FileDialog
Sets the mode of the file dialog.
setModifiers(int) - Method in class java.awt.event.KeyEvent
Set the modifiers to indicate additional keys that were held down (shift, ctrl, alt, meta) defined as part of InputEvent.
setMultipleMode(boolean) - Method in class java.awt.List
Sets the flag that determines whether this list allows multiple selections.
setMultipleSelections(boolean) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by setMultipleMode(boolean).
setName(String) - Method in class java.awt.Component
Sets the name of the component to the specified string.
setName(String) - Method in class java.awt.MenuComponent
Sets the name of the component to the specified string.
setOrientation(int) - Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setPageIncrement(int) - Method in class java.awt.Scrollbar
Deprecated. As of JDK version 1.1, replaced by setBlockIncrement().
setPaintMode() - Method in class java.awt.Graphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered byte pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered byte pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.CropImageFilter
Determine whether the delivered byte pixels intersect the region to be extracted and passes through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ImageFilter
Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.ReplicateScaleFilter
Choose which rows and columns of the delivered int pixels are needed for the destination scaled image and pass through just those rows and columns that are needed, replicated as necessary.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.PixelGrabber
The setPixels method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.RGBImageFilter
If the ColorModel object is the same one that has already been converted, then simply passes the pixels through with the converted ColorModel, otherwise converts the buffer of integer pixels to the default RGB ColorModel and passes the converted buffer to the filterRGBPixels method to be converted one by one.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.AreaAveragingScaleFilter
Combine the components for the delivered int pixels into the accumulation arrays and send on any averaged data for rows of pixels that are complete.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.CropImageFilter
Determine if the delivered int pixels intersect the region to be extracted and pass through only that subset of pixels that appear in the output region.
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in interface java.awt.image.ImageConsumer
The pixels of the image are delivered using one or more calls to the setPixels method.
setPreferredType(int, int) - Method in interface javax.microedition.pim.Contact
Sets the preferred type for the given field.
setProperties(Hashtable) - Method in class java.awt.image.ImageFilter
Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through.
setProperties(Hashtable) - Method in class java.awt.image.ReplicateScaleFilter
Passes along the properties from the source object after adding a property indicating the scale applied.
setProperties(Hashtable) - Method in class java.awt.image.PixelGrabber
The setProperties method is part of the ImageConsumer API which this class must implement to retrieve the pixels.
setProperties(Hashtable) - Method in class java.awt.image.CropImageFilter
Passes along the properties from the source object after adding a property indicating the cropped region.
setProperties(Hashtable) - Method in interface java.awt.image.ImageConsumer
Sets the extensible list of properties associated with this image.
setReadable(boolean) - Method in interface javax.microedition.io.FileConnection
This method is used to set the selected file readable.
setRepeat(EventRepeat) - Method in interface javax.microedition.pim.Event
Sets the EventRepeat specifying how often and when this event occurs.
setResizable(boolean) - Method in class java.awt.Frame
Sets whether this frame is resizable by the user.
setResizable(boolean) - Method in class java.awt.Dialog
Sets whether this dialog is resizable by the user.
setRows(int) - Method in class java.awt.GridLayout
Sets the number of rows in this layout to the specified value.
setRows(int) - Method in class java.awt.TextArea
Sets the number of rows for this text area.
setScrollPosition(int, int) - Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setScrollPosition(Point) - Method in class java.awt.ScrollPane
Scrolls to the specified position within the child component.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectedCheckbox(Checkbox) - Method in class java.awt.CheckboxGroup
Sets the currently selected check box in this group to be the specified check box.
setSelectionEnd(int) - Method in class java.awt.TextComponent
Sets the selection end for this text component to the specified position.
setSelectionStart(int) - Method in class java.awt.TextComponent
Sets the selection start for this text component to the specified position.
setShortcut(MenuShortcut) - Method in class java.awt.MenuItem
Set the MenuShortcut object associated with this menu item.
setSize(Dimension) - Method in class java.awt.Component
Resizes this component so that it has width d.width and height d.height.
setSize(Dimension) - Method in class java.awt.Rectangle
Sets the size of this Rectangle to match the specified Dimension.
setSize(Dimension) - Method in class java.awt.Dimension
Set the size of this Dimension object to the specified size.
setSize(int) - Method in class java.util.Vector
 
setSize(int, int) - Method in class java.awt.Component
Resizes this component so that it has width width and height.
setSize(int, int) - Method in class java.awt.Rectangle
Sets the size of this Rectangle to the specified width and height.
setSize(int, int) - Method in class java.awt.Dimension
Set the size of this Dimension object to the specified width and height.
setSource(Object) - Method in class java.awt.event.KeyEvent
Set the source of this KeyEvent.
setState(boolean) - Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specifed state.
setState(boolean) - Method in class java.awt.Checkbox
Sets the state of this check box to the specified state.
setState(int) - Method in class java.awt.Frame
Sets the state of this frame.
setString(int, String) - Method in interface javax.microedition.pim.PIMElement
Set a String field in the Element.
setText(String) - Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setText(String) - Method in class java.awt.Label
Sets the text for this label to the specified text.
setTime(long) - Method in class java.util.Date
 
setTitle(String) - Method in class java.awt.Frame
Sets the title for this frame to the specified string.
setTitle(String) - Method in class java.awt.Dialog
Sets the title of the Dialog.
setTypedString(int, int, String) - Method in interface javax.microedition.pim.PIMElement
Set a String field with a specific type ID in the element.
setUnitIncrement(int) - Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
setUnitIncrement(int) - Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUpdateRect(Rectangle) - Method in class java.awt.event.PaintEvent
Sets the rectangle representing the area which needs to be repainted in response to this event.
setValue(int) - Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
setValue(int) - Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
Sets the values of four properties for this scroll bar.
setVgap(int) - Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVgap(int) - Method in class java.awt.FlowLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.CardLayout
Sets the vertical gap between components.
setVgap(int) - Method in class java.awt.BorderLayout
Sets the vertical gap between components.
setVisible(boolean) - Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisibleAmount(int) - Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
setVisibleAmount(int) - Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setWriteable(boolean) - Method in interface javax.microedition.io.FileConnection
This method is used to set the selected file writable.
setXORMode(Color) - Method in class java.awt.Graphics
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
Shape - interface java.awt.Shape.
The Shape interface provides definitions for objects that represent some form of geometric shape.
SHIFT_MASK - Static variable in class java.awt.Event
This flag indicates that the Shift key was down when the event occurred.
SHIFT_MASK - Static variable in class java.awt.event.InputEvent
The shift key modifier constant.
SHIFT_MASK - Static variable in class java.awt.event.ActionEvent
The shift modifier.
shiftDown() - Method in class java.awt.Event
Checks if the Shift key is down.
shortcuts() - Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
show() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
show() - Method in class java.awt.Window
Makes the Window visible.
show() - Method in class java.awt.Dialog
Makes the Dialog visible.
show(boolean) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setVisible(boolean).
show(Component, int, int) - Method in class java.awt.PopupMenu
Shows the popup menu at the x, y position relative to an origin component.
show(Container, String) - Method in class java.awt.CardLayout
Flips to the component that was added to this layout with the specified name, using addLayoutComponent.
SINGLEFRAME - Static variable in interface java.awt.image.ImageConsumer
The image contain a single static image.
SINGLEFRAMEDONE - Static variable in interface java.awt.image.ImageConsumer
One frame of the image is complete but there are more frames to be delivered.
SINGLEPASS - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in a single pass.
size - Variable in class java.awt.Font
The point size of this Font, rounded to integer.
size() - Method in class java.util.Hashtable
 
size() - Method in class java.util.Vector
 
size() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getSize().
skip(long) - Method in class java.io.InputStream
 
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.Reader
 
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
SOMEBITS - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that more pixels needed for drawing a scaled variation of the image are available.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
SOUTH - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTHEAST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-right corner of its display area.
SOUTHWEST - Static variable in class java.awt.GridBagConstraints
Put the component at the bottom-left corner of its display area.
srccols - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a column of pixels.
srcHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the source image.
srcrows - Variable in class java.awt.image.ReplicateScaleFilter
An int array containing information about a row of pixels.
srcWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the source image.
Stack - class java.util.Stack.
 
Stack() - Constructor for class java.util.Stack
 
START - Static variable in interface javax.microedition.pim.Event
Field ID specifying the inclusive date and time a single Event starts.
startGrabbing() - Method in class java.awt.image.PixelGrabber
Request the PixelGrabber to start fetching the pixels.
startProduction(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately start delivery of the image data through the ImageConsumer interface.
startProduction(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Adds an ImageConsumer to the list of consumers interested in data for this image, and immediately starts delivery of the image data through the ImageConsumer interface.
startProduction(ImageConsumer) - Method in interface java.awt.image.ImageProducer
This method both registers the given ImageConsumer object as a consumer and starts an immediate reconstruction of the image data which will then be delivered to this consumer and any other consumer which may have already been registered with the producer.
STATICIMAGEDONE - Static variable in interface java.awt.image.ImageConsumer
The image is complete and there are no more pixels or frames to be delivered.
status() - Method in class java.awt.image.PixelGrabber
Returns the status of the pixels.
statusAll(boolean) - Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media that are tracked by this media tracker.
statusID(int, boolean) - Method in class java.awt.MediaTracker
Calculates and returns the bitwise inclusive OR of the status of all media with the specified identifier that are tracked by this media tracker.
StreamConnection - interface javax.microedition.io.StreamConnection.
 
STRING - Static variable in interface javax.microedition.pim.PIMElement
Data type ID indicating data is a String.
stringWidth(String) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
style - Variable in class java.awt.Font
The style of this Font, as passed to the constructor.
substituteColorModel(ColorModel, ColorModel) - Method in class java.awt.image.RGBImageFilter
Registers two ColorModel objects for substitution.
SUMMARY - Static variable in interface javax.microedition.pim.Event
Field ID specifying the summary or subject for this Event.
SUMMARY - Static variable in interface javax.microedition.pim.ToDo
Field ID specifying the summary or subject for this ToDo.
SUNDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Sunday.
supportedSerialVersions() - Method in interface javax.microedition.pim.PIMElement
This method returns the versions supported for the data format used on converting this element's data to and from a serial format.
SW_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The south-west-resize cursor type.
SW_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.SW_RESIZE_CURSOR.

Value Cursor.SW_RESIZE_CURSOR is assigned to SW_RESIZE_CURSOR.

sync() - Method in class java.awt.Toolkit
Synchronizes this toolkit's graphics state.
SystemColor - class java.awt.SystemColor.
A class to encapsulate symbolic colors representing the color of GUI objects on a system.

T

TAB - Static variable in class java.awt.Event
The Tab key.
target - Variable in class java.awt.Event
The target component.
TEL - Static variable in interface javax.microedition.pim.Contact
Field ID for a voice telephone number.
text - Static variable in class java.awt.SystemColor
The background color for text components.
TEXT - Static variable in class java.awt.SystemColor
The array index for the text background color.
TEXT_CURSOR - Static variable in class java.awt.Cursor
The text cursor type.
TEXT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.TEXT_CURSOR.

Value Cursor.TEXT_CURSOR is assigned to TEXT_CURSOR.

TEXT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting text events.
TEXT_FIRST - Static variable in class java.awt.event.TextEvent
The first number in the range of ids used for text events.
TEXT_HIGHLIGHT - Static variable in class java.awt.SystemColor
The array index for the text highlight color.
TEXT_HIGHLIGHT_TEXT - Static variable in class java.awt.SystemColor
The array index for the text highlight text color.
TEXT_INACTIVE_TEXT - Static variable in class java.awt.SystemColor
The array index for the text inactive text color.
TEXT_LAST - Static variable in class java.awt.event.TextEvent
The last number in the range of ids used for text events.
TEXT_TEXT - Static variable in class java.awt.SystemColor
The array index for the text text color.
TEXT_VALUE_CHANGED - Static variable in class java.awt.event.TextEvent
This event id indicates that object's text changed.
TextArea - class java.awt.TextArea.
A TextArea object is a multi-line region that displays text.
TextArea() - Constructor for class java.awt.TextArea
Constructs a new text area.
TextArea(int, int) - Constructor for class java.awt.TextArea
Constructs a new empty text area with the specified number of rows and columns.
TextArea(String) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text.
TextArea(String, int, int) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the specified number of rows and columns.
TextArea(String, int, int, int) - Constructor for class java.awt.TextArea
Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.
TextComponent - class java.awt.TextComponent.
The TextComponent class is the superclass of any component that allows the editing of some text.
TextEvent - class java.awt.event.TextEvent.
A semantic event which indicates that an object's text changed.
TextEvent(Object, int) - Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object.
TextField - class java.awt.TextField.
A TextField object is a text component that allows for the editing of a single line of text.
TextField() - Constructor for class java.awt.TextField
Constructs a new text field.
TextField(int) - Constructor for class java.awt.TextField
Constructs a new empty text field with the specified number of columns.
TextField(String) - Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text.
TextField(String, int) - Constructor for class java.awt.TextField
Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.
textHighlight - Static variable in class java.awt.SystemColor
The background color for highlighted text.
textHighlightText - Static variable in class java.awt.SystemColor
The text color for highlighted text.
textInactiveText - Static variable in class java.awt.SystemColor
The text color for inactive text.
textListener - Variable in class java.awt.TextComponent
 
TextListener - interface java.awt.event.TextListener.
The listener interface for receiving text events.
textText - Static variable in class java.awt.SystemColor
The text color for text components.
textValueChanged(TextEvent) - Method in class java.awt.AWTEventMulticaster
 
textValueChanged(TextEvent) - Method in interface java.awt.event.TextListener
Invoked when the value of the text has changed.
THIRD - Static variable in class javax.microedition.pim.EventRepeat
Constant for the third week of the month.
THIRDLAST - Static variable in class javax.microedition.pim.EventRepeat
Constant for the third to last week of the month.
THURSDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Thursday.
TITLE - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the job title for a Contact.
toBack() - Method in class java.awt.Window
Sends this window to the back.
ToDo - interface javax.microedition.pim.ToDo.
Represents a single To Do item in a PIM To Do database.
ToDoList - interface javax.microedition.pim.ToDoList.
Represents a ToDo list containing ToDo elements.
toExternalForm() - Method in class java.net.URL
Constructs a string representation of this URL.
toFront() - Method in class java.awt.Window
Brings this window to the front.
Toolkit - class java.awt.Toolkit.
This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.
Toolkit() - Constructor for class java.awt.Toolkit
 
top - Variable in class java.awt.Insets
The inset from the top.
TOP_ALIGNMENT - Static variable in class java.awt.Component
Ease-of-use constant for getAlignmentY().
TOPDOWNLEFTRIGHT - Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in top-down, left-to-right order.
toSerialFormat(Writer) - Method in interface javax.microedition.pim.PIMElement
Writes the data from this element as a stream of Unicode characters into the provided Writer object.
toSerialFormat(Writer, String) - Method in interface javax.microedition.pim.PIMElement
Writes the data from this element as a stream of Unicode characters into the provided Writer object.
toString() - Method in class java.net.URL
Constructs a string representation of this URL.
toString() - Method in class java.util.Locale
Getter for the programmatic name of the entire locale, with the language, country and variant separated by underbars.
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.Hashtable
 
toString() - Method in class java.util.Vector
 
toString() - Method in class java.awt.GridLayout
Returns the string representation of this grid layout's values.
toString() - Method in class java.awt.Component
Returns a string representation of this component and its values.
toString() - Method in class java.awt.MenuComponent
Returns a representation of this menu component as a string.
toString() - Method in class java.awt.Insets
Returns a string representation of this Insets object.
toString() - Method in class java.awt.AWTEvent
 
toString() - Method in class java.awt.CheckboxGroup
Returns a string representation of this check box group, including the value of its current selection.
toString() - Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString() - Method in class java.awt.Font
Converts this Font object to a String representation.
toString() - Method in class java.awt.Point
Returns a string representation of this point and its location in the (xy) coordinate space.
toString() - Method in class java.awt.FlowLayout
Returns a string representation of this FlowLayout object and its values.
toString() - Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString() - Method in class java.awt.Rectangle
Returns a String representing this Rectangle and its values.
toString() - Method in class java.awt.Color
Returns a string representation of this Color.
toString() - Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString() - Method in class java.awt.Dimension
Returns a string representation of the values of this Dimension object's height and width fields.
toString() - Method in class java.awt.FontMetrics
Returns a representation of this FontMetrics object's values as a String.
toString() - Method in class java.awt.GridBagLayout
Returns a string representation of this grid bag layout's values.
toString() - Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString() - Method in class java.awt.Event
Returns a representation of this event's values as a string.
toString() - Method in class java.awt.BorderLayout
Returns a string representation of the state of this border layout.
toString() - Method in class java.awt.image.ColorModel
Returns the String representation of the contents of this ColorModelobject.
toString() - Method in class java.awt.image.IndexColorModel
Returns the String representation of the contents of this ColorModelobject.
toString() - Method in class java.awt.image.DirectColorModel
Returns a String that represents this DirectColorModel.
totalSize() - Method in interface javax.microedition.io.FileConnection
This method is used to determine the total size of the filesystem.
TRACK - Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
transferFocus() - Method in class java.awt.Component
Transfers the focus to the next component.
translate(int, int) - Method in class java.awt.Graphics
Translates the origin of the graphics context to the point (xy) in the current coordinate system.
translate(int, int) - Method in class java.awt.Point
Translates this point, at location (xy), by dx along the x axis and dy along the y axis so that it now represents the point (x + dx, y + dy).
translate(int, int) - Method in class java.awt.Polygon
Translates the vertices of the Polygon by deltaX along the x axis and by deltaY along the y axis.
translate(int, int) - Method in class java.awt.Rectangle
Translates this Rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translate(int, int) - Method in class java.awt.Event
Translates this event so that its x and y coordinates are increased by dx and dy, respectively.
translatePoint(int, int) - Method in class java.awt.event.MouseEvent
Translates the event's coordinates to a new position by adding specified x (horizontal) and y (veritcal) offsets.
trimToSize() - Method in class java.util.Vector
 
TUESDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Tuesday.
TYPE_ASSISTANT - Static variable in interface javax.microedition.pim.Contact
Type "assistant" for TEL, FAX and EMAIL entries.
TYPE_AUTO - Static variable in interface javax.microedition.pim.Contact
Type "auto" for TEL, FAX and EMAIL entries.
TYPE_HOME - Static variable in interface javax.microedition.pim.Contact
Type "home" for ADDR_*, TEL, FAX and EMAIL entries.
TYPE_IMAGE_BUFFER - Static variable in class java.awt.GraphicsDevice
Device is an image buffer.
TYPE_MOBILE - Static variable in interface javax.microedition.pim.Contact
Type "mobile" for TEL, FAX and EMAIL entries.
TYPE_OTHER - Static variable in interface javax.microedition.pim.Contact
Type "other" for ADDR_*, TEL, FAX and EMAIL entries.
TYPE_PAGER - Static variable in interface javax.microedition.pim.Contact
Type "pager" for TEL, FAX and EMAIL entries.
TYPE_PRINTER - Static variable in class java.awt.GraphicsDevice
Device is a printer.
TYPE_RASTER_SCREEN - Static variable in class java.awt.GraphicsDevice
Device is a raster screen.
TYPE_WORK - Static variable in interface javax.microedition.pim.Contact
Type "work" for ADDR_*, TEL, FAX and EMAIL entries.
TYPED_STRING - Static variable in interface javax.microedition.pim.PIMElement
Data type ID indicating data is a String with a further qualifying integer type.

U

UID - Static variable in interface javax.microedition.pim.Event
Field ID specifying a unique ID for a Event.
UID - Static variable in interface javax.microedition.pim.Contact
Field ID specifying a unique ID for a Contact.
UID - Static variable in interface javax.microedition.pim.ToDo
Field ID specifying a unique ID for a ToDo.
UndefinedProperty - Static variable in class java.awt.Image
The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched.
union(Rectangle) - Method in class java.awt.Rectangle
Computes the union of this Rectangle with the specified Rectangle.
UNIT_DECREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit decrement adjustment type.
UNIT_INCREMENT - Static variable in class java.awt.event.AdjustmentEvent
The unit increment adjustment type.
UnsupportedEncodingException - exception java.io.UnsupportedEncodingException.
 
UnsupportedEncodingException() - Constructor for class java.io.UnsupportedEncodingException
 
UnsupportedEncodingException(String) - Constructor for class java.io.UnsupportedEncodingException
 
UP - Static variable in class java.awt.Event
The Up Arrow key, a non-ASCII action key.
UPDATE - Static variable in class java.awt.event.PaintEvent
The update event type.
UPDATE_ERROR - Static variable in class javax.microedition.pim.PIMException
Indicates a PIM exception where the update could not continue.
Value 2 is assigned to UPDATE_ERROR.
update(Graphics) - Method in class java.awt.Component
Updates this component.
update(Graphics) - Method in class java.awt.Container
Updates the container.
URL - class java.net.URL.
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL - Static variable in interface javax.microedition.pim.Contact
Field ID specifying the uniform resource locator for a Contact.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
usedSize() - Method in interface javax.microedition.io.FileConnection
This method is used to determine the used memory of a file system.
usesShiftModifier() - Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.

V

validate() - Method in class java.awt.Component
Ensures that this component has a valid layout.
validate() - Method in class java.awt.Container
Validates this container and all of its subcomponents.
validateTree() - Method in class java.awt.Container
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
Vector - class java.util.Vector.
 
Vector() - Constructor for class java.util.Vector
 
Vector(int) - Constructor for class java.util.Vector
 
Vector(int, int) - Constructor for class java.util.Vector
 
VERTICAL - Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VERTICAL - Static variable in class java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL - Static variable in interface java.awt.Adjustable
The vertical orientation.
VK_0 - Static variable in class java.awt.event.KeyEvent
Value 0x30 is assigned to VK_0.
VK_1 - Static variable in class java.awt.event.KeyEvent
Value 0x31 is assigned to VK_1.
VK_2 - Static variable in class java.awt.event.KeyEvent
Value 0x32 is assigned to VK_2.
VK_3 - Static variable in class java.awt.event.KeyEvent
Value 0x33 is assigned to VK_3.
VK_4 - Static variable in class java.awt.event.KeyEvent
Value 0x34 is assigned to VK_4.
VK_5 - Static variable in class java.awt.event.KeyEvent
Value 0x35 is assigned to VK_5.
VK_6 - Static variable in class java.awt.event.KeyEvent
Value 0x36 is assigned to VK_6.
VK_7 - Static variable in class java.awt.event.KeyEvent
Value 0x37 is assigned to VK_7.
VK_8 - Static variable in class java.awt.event.KeyEvent
Value 0x38 is assigned to VK_8.
VK_9 - Static variable in class java.awt.event.KeyEvent
Value 0x39 is assigned to VK_9.
VK_A - Static variable in class java.awt.event.KeyEvent
Value 0x41 is assigned to VK_A.
VK_ACCEPT - Static variable in class java.awt.event.KeyEvent
Constant for the Accept or Commit function key.
VK_ADD - Static variable in class java.awt.event.KeyEvent
Value 0x6B is assigned to VK_ADD.
VK_AGAIN - Static variable in class java.awt.event.KeyEvent
 
VK_ALL_CANDIDATES - Static variable in class java.awt.event.KeyEvent
Constant for the All Candidates function key.
VK_ALPHANUMERIC - Static variable in class java.awt.event.KeyEvent
Constant for the Alphanumeric function key.
VK_ALT - Static variable in class java.awt.event.KeyEvent
Value 0x12 is assigned to VK_ALT.
VK_ALT_GRAPH - Static variable in class java.awt.event.KeyEvent
Constant for the AltGraph function key.
VK_AMPERSAND - Static variable in class java.awt.event.KeyEvent
 
VK_ASTERISK - Static variable in class java.awt.event.KeyEvent
 
VK_AT - Static variable in class java.awt.event.KeyEvent
Constant for the "@" key.
VK_B - Static variable in class java.awt.event.KeyEvent
Value 0x42 is assigned to VK_B.
VK_BACK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_BACK_SLASH - Static variable in class java.awt.event.KeyEvent
Value 0x5C is assigned to VK_BACK_SLASH.
VK_BACK_SPACE - Static variable in class java.awt.event.KeyEvent
Value '\b' is assigned to VK_BACK_SPACE.
VK_BRACELEFT - Static variable in class java.awt.event.KeyEvent
 
VK_BRACERIGHT - Static variable in class java.awt.event.KeyEvent
 
VK_C - Static variable in class java.awt.event.KeyEvent
Value 0x43 is assigned to VK_C.
VK_CANCEL - Static variable in class java.awt.event.KeyEvent
Value 0x03 is assigned to VK_CANCEL.
VK_CAPS_LOCK - Static variable in class java.awt.event.KeyEvent
Value 0x14 is assigned to VK_CAPS_LOCK.
VK_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
Constant for the "^" key.
VK_CLEAR - Static variable in class java.awt.event.KeyEvent
Value 0x0C is assigned to VK_CLEAR.
VK_CLOSE_BRACKET - Static variable in class java.awt.event.KeyEvent
Value 0x5D is assigned to VK_CLOSE_BRACKET.
VK_CODE_INPUT - Static variable in class java.awt.event.KeyEvent
Constant for the Code Input function key.
VK_COLON - Static variable in class java.awt.event.KeyEvent
Constant for the ":" key.
VK_COMMA - Static variable in class java.awt.event.KeyEvent
Value 0x2C is assigned to VK_COMMA.
VK_COMPOSE - Static variable in class java.awt.event.KeyEvent
Constant for the Compose function key.
VK_CONTROL - Static variable in class java.awt.event.KeyEvent
Value 0x11 is assigned to VK_CONTROL.
VK_CONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Convert function key.
VK_COPY - Static variable in class java.awt.event.KeyEvent
 
VK_CUT - Static variable in class java.awt.event.KeyEvent
 
VK_D - Static variable in class java.awt.event.KeyEvent
Value 0x44 is assigned to VK_D.
VK_DEAD_ABOVEDOT - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ABOVERING - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_ACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_BREVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CARON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CEDILLA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_CIRCUMFLEX - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DIAERESIS - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_DOUBLEACUTE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_GRAVE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_IOTA - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_MACRON - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_OGONEK - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_SEMIVOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_TILDE - Static variable in class java.awt.event.KeyEvent
 
VK_DEAD_VOICED_SOUND - Static variable in class java.awt.event.KeyEvent
 
VK_DECIMAL - Static variable in class java.awt.event.KeyEvent
Value 0x6E is assigned to VK_DECIMAL.
VK_DELETE - Static variable in class java.awt.event.KeyEvent
Value 0x7F is assigned to VK_DELETE.
VK_DIVIDE - Static variable in class java.awt.event.KeyEvent
Value 0x6F is assigned to VK_DIVIDE.
VK_DOLLAR - Static variable in class java.awt.event.KeyEvent
Constant for the "$" key.
VK_DOWN - Static variable in class java.awt.event.KeyEvent
Value 0x28 is assigned to VK_DOWN.
VK_E - Static variable in class java.awt.event.KeyEvent
Value 0x45 is assigned to VK_E.
VK_END - Static variable in class java.awt.event.KeyEvent
Value 0x23 is assigned to VK_END.
VK_ENTER - Static variable in class java.awt.event.KeyEvent
Value '\n' is assigned to VK_ENTER.
VK_EQUALS - Static variable in class java.awt.event.KeyEvent
Value 0x3D is assigned to VK_EQUALS.
VK_ESCAPE - Static variable in class java.awt.event.KeyEvent
Value 0x1B is assigned to VK_ESCAPE.
VK_EURO_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the Euro currency sign key.
VK_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the "!" key.
VK_F - Static variable in class java.awt.event.KeyEvent
Value 0x46 is assigned to VK_F.
VK_F1 - Static variable in class java.awt.event.KeyEvent
Constant for the F1 function key.
VK_F10 - Static variable in class java.awt.event.KeyEvent
Constant for the F10 function key.
VK_F11 - Static variable in class java.awt.event.KeyEvent
Constant for the F11 function key.
VK_F12 - Static variable in class java.awt.event.KeyEvent
Constant for the F12 function key.
VK_F13 - Static variable in class java.awt.event.KeyEvent
Constant for the F13 function key.
VK_F14 - Static variable in class java.awt.event.KeyEvent
Constant for the F14 function key.
VK_F15 - Static variable in class java.awt.event.KeyEvent
Constant for the F15 function key.
VK_F16 - Static variable in class java.awt.event.KeyEvent
Constant for the F16 function key.
VK_F17 - Static variable in class java.awt.event.KeyEvent
Constant for the F17 function key.
VK_F18 - Static variable in class java.awt.event.KeyEvent
Constant for the F18 function key.
VK_F19 - Static variable in class java.awt.event.KeyEvent
Constant for the F19 function key.
VK_F2 - Static variable in class java.awt.event.KeyEvent
Constant for the F2 function key.
VK_F20 - Static variable in class java.awt.event.KeyEvent
Constant for the F20 function key.
VK_F21 - Static variable in class java.awt.event.KeyEvent
Constant for the F21 function key.
VK_F22 - Static variable in class java.awt.event.KeyEvent
Constant for the F22 function key.
VK_F23 - Static variable in class java.awt.event.KeyEvent
Constant for the F23 function key.
VK_F24 - Static variable in class java.awt.event.KeyEvent
Constant for the F24 function key.
VK_F3 - Static variable in class java.awt.event.KeyEvent
Constant for the F3 function key.
VK_F4 - Static variable in class java.awt.event.KeyEvent
Constant for the F4 function key.
VK_F5 - Static variable in class java.awt.event.KeyEvent
Constant for the F5 function key.
VK_F6 - Static variable in class java.awt.event.KeyEvent
Constant for the F6 function key.
VK_F7 - Static variable in class java.awt.event.KeyEvent
Constant for the F7 function key.
VK_F8 - Static variable in class java.awt.event.KeyEvent
Constant for the F8 function key.
VK_F9 - Static variable in class java.awt.event.KeyEvent
Constant for the F9 function key.
VK_FINAL - Static variable in class java.awt.event.KeyEvent
 
VK_FIND - Static variable in class java.awt.event.KeyEvent
 
VK_FULL_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Full-Width Characters function key.
VK_G - Static variable in class java.awt.event.KeyEvent
Value 0x47 is assigned to VK_G.
VK_GREATER - Static variable in class java.awt.event.KeyEvent
 
VK_H - Static variable in class java.awt.event.KeyEvent
Value 0x48 is assigned to VK_H.
VK_HALF_WIDTH - Static variable in class java.awt.event.KeyEvent
Constant for the Half-Width Characters function key.
VK_HELP - Static variable in class java.awt.event.KeyEvent
 
VK_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Hiragana function key.
VK_HOME - Static variable in class java.awt.event.KeyEvent
Value 0x24 is assigned to VK_HOME.
VK_I - Static variable in class java.awt.event.KeyEvent
Value 0x49 is assigned to VK_I.
VK_INPUT_METHOD_ON_OFF - Static variable in class java.awt.event.KeyEvent
Constant for the input method on/off key.
VK_INSERT - Static variable in class java.awt.event.KeyEvent
 
VK_INVERTED_EXCLAMATION_MARK - Static variable in class java.awt.event.KeyEvent
Constant for the inverted exclamation mark key.
VK_J - Static variable in class java.awt.event.KeyEvent
Value 0x4A is assigned to VK_J.
VK_JAPANESE_HIRAGANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Hiragana function key.
VK_JAPANESE_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Katakana function key.
VK_JAPANESE_ROMAN - Static variable in class java.awt.event.KeyEvent
Constant for the Japanese-Roman function key.
VK_K - Static variable in class java.awt.event.KeyEvent
Value 0x4B is assigned to VK_K.
VK_KANA - Static variable in class java.awt.event.KeyEvent
 
VK_KANA_LOCK - Static variable in class java.awt.event.KeyEvent
Constant for the locking Kana function key.
VK_KANJI - Static variable in class java.awt.event.KeyEvent
 
VK_KATAKANA - Static variable in class java.awt.event.KeyEvent
Constant for the Katakana function key.
VK_KP_DOWN - Static variable in class java.awt.event.KeyEvent
Constant for the key pad arrow down function key.
VK_KP_LEFT - Static variable in class java.awt.event.KeyEvent
Constant for the key pad arrow left function key.
VK_KP_RIGHT - Static variable in class java.awt.event.KeyEvent
Constant for the key pad arrow right function key.
VK_KP_UP - Static variable in class java.awt.event.KeyEvent
Constant for the key pad arrow up function key.
VK_L - Static variable in class java.awt.event.KeyEvent
Value 0x4C is assigned to VK_L.
VK_LEFT - Static variable in class java.awt.event.KeyEvent
Value 0x25 is assigned to VK_LEFT.
VK_LEFT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the "(" key.
VK_LESS - Static variable in class java.awt.event.KeyEvent
 
VK_M - Static variable in class java.awt.event.KeyEvent
Value 0x4D is assigned to VK_M.
VK_META - Static variable in class java.awt.event.KeyEvent
 
VK_MINUS - Static variable in class java.awt.event.KeyEvent
Constant for the "-" key.
VK_MODECHANGE - Static variable in class java.awt.event.KeyEvent
 
VK_MULTIPLY - Static variable in class java.awt.event.KeyEvent
Value 0x6A is assigned to VK_MULTIPLY.
VK_N - Static variable in class java.awt.event.KeyEvent
Value 0x4E is assigned to VK_N.
VK_NONCONVERT - Static variable in class java.awt.event.KeyEvent
Constant for the Don't Convert function key.
VK_NUM_LOCK - Static variable in class java.awt.event.KeyEvent
Value 0x90 is assigned to VK_NUM_LOCK.
VK_NUMBER_SIGN - Static variable in class java.awt.event.KeyEvent
Constant for the "#" key.
VK_NUMPAD0 - Static variable in class java.awt.event.KeyEvent
Value 0x60 is assigned to VK_NUMPAD0.
VK_NUMPAD1 - Static variable in class java.awt.event.KeyEvent
Value 0x61 is assigned to VK_NUMPAD1.
VK_NUMPAD2 - Static variable in class java.awt.event.KeyEvent
Value 0x62 is assigned to VK_NUMPAD2.
VK_NUMPAD3 - Static variable in class java.awt.event.KeyEvent
Value 0x63 is assigned to VK_NUMPAD3.
VK_NUMPAD4 - Static variable in class java.awt.event.KeyEvent
Value 0x64 is assigned to VK_NUMPAD4.
VK_NUMPAD5 - Static variable in class java.awt.event.KeyEvent
Value 0x65 is assigned to VK_NUMPAD5.
VK_NUMPAD6 - Static variable in class java.awt.event.KeyEvent
Value 0x66 is assigned to VK_NUMPAD6.
VK_NUMPAD7 - Static variable in class java.awt.event.KeyEvent
Value 0x67 is assigned to VK_NUMPAD7.
VK_NUMPAD8 - Static variable in class java.awt.event.KeyEvent
Value 0x68 is assigned to VK_NUMPAD8.
VK_NUMPAD9 - Static variable in class java.awt.event.KeyEvent
Value 0x69 is assigned to VK_NUMPAD9.
VK_O - Static variable in class java.awt.event.KeyEvent
Value 0x4F is assigned to VK_O.
VK_OPEN_BRACKET - Static variable in class java.awt.event.KeyEvent
Value 0x5B is assigned to VK_OPEN_BRACKET.
VK_P - Static variable in class java.awt.event.KeyEvent
Value 0x50 is assigned to VK_P.
VK_PAGE_DOWN - Static variable in class java.awt.event.KeyEvent
Value 0x22 is assigned to VK_PAGE_DOWN.
VK_PAGE_UP - Static variable in class java.awt.event.KeyEvent
Value 0x21 is assigned to VK_PAGE_UP.
VK_PASTE - Static variable in class java.awt.event.KeyEvent
 
VK_PAUSE - Static variable in class java.awt.event.KeyEvent
Value 0x13 is assigned to VK_PAUSE.
VK_PERIOD - Static variable in class java.awt.event.KeyEvent
Value 0x2E is assigned to VK_PERIOD.
VK_PLUS - Static variable in class java.awt.event.KeyEvent
Constant for the "+" key.
VK_PREVIOUS_CANDIDATE - Static variable in class java.awt.event.KeyEvent
Constant for the Previous Candidate function key.
VK_PRINTSCREEN - Static variable in class java.awt.event.KeyEvent
 
VK_PROPS - Static variable in class java.awt.event.KeyEvent
 
VK_Q - Static variable in class java.awt.event.KeyEvent
Value 0x51 is assigned to VK_Q.
VK_QUOTE - Static variable in class java.awt.event.KeyEvent
 
VK_QUOTEDBL - Static variable in class java.awt.event.KeyEvent
 
VK_R - Static variable in class java.awt.event.KeyEvent
Value 0x52 is assigned to VK_R.
VK_RIGHT - Static variable in class java.awt.event.KeyEvent
Value 0x27 is assigned to VK_RIGHT.
VK_RIGHT_PARENTHESIS - Static variable in class java.awt.event.KeyEvent
Constant for the ")" key.
VK_ROMAN_CHARACTERS - Static variable in class java.awt.event.KeyEvent
Constant for the Roman Characters function key.
VK_S - Static variable in class java.awt.event.KeyEvent
Value 0x53 is assigned to VK_S.
VK_SCROLL_LOCK - Static variable in class java.awt.event.KeyEvent
Value 0x91 is assigned to VK_SCROLL_LOCK.
VK_SEMICOLON - Static variable in class java.awt.event.KeyEvent
Value 0x3B is assigned to VK_SEMICOLON.
VK_SEPARATER - Static variable in class java.awt.event.KeyEvent
Value 0x6C is assigned to VK_SEPARATER.
VK_SHIFT - Static variable in class java.awt.event.KeyEvent
Value 0x10 is assigned to VK_SHIFT.
VK_SLASH - Static variable in class java.awt.event.KeyEvent
Value 0x2F is assigned to VK_SLASH.
VK_SPACE - Static variable in class java.awt.event.KeyEvent
Value 0x20 is assigned to VK_SPACE.
VK_STOP - Static variable in class java.awt.event.KeyEvent
 
VK_SUBTRACT - Static variable in class java.awt.event.KeyEvent
Value 0x6D is assigned to VK_SUBTRACT.
VK_T - Static variable in class java.awt.event.KeyEvent
Value 0x54 is assigned to VK_T.
VK_TAB - Static variable in class java.awt.event.KeyEvent
Value '\t' is assigned to VK_TAB.
VK_U - Static variable in class java.awt.event.KeyEvent
Value 0x55 is assigned to VK_U.
VK_UNDEFINED - Static variable in class java.awt.event.KeyEvent
KEY_TYPED events do not have a keyCode value.
VK_UNDERSCORE - Static variable in class java.awt.event.KeyEvent
Constant for the "_" key.
VK_UNDO - Static variable in class java.awt.event.KeyEvent
 
VK_UP - Static variable in class java.awt.event.KeyEvent
Value 0x26 is assigned to VK_UP.
VK_V - Static variable in class java.awt.event.KeyEvent
Value 0x56 is assigned to VK_V.
VK_W - Static variable in class java.awt.event.KeyEvent
Value 0x57 is assigned to VK_W.
VK_X - Static variable in class java.awt.event.KeyEvent
Value 0x58 is assigned to VK_X.
VK_Y - Static variable in class java.awt.event.KeyEvent
Value 0x59 is assigned to VK_Y.
VK_Z - Static variable in class java.awt.event.KeyEvent
Value 0x5A is assigned to VK_Z.

W

W_RESIZE_CURSOR - Static variable in class java.awt.Cursor
The west-resize cursor type.
W_RESIZE_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.W_RESIZE_CURSOR.

Value Cursor.W_RESIZE_CURSOR is assigned to W_RESIZE_CURSOR.

WAIT_CURSOR - Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.WAIT_CURSOR.

Value Cursor.WAIT_CURSOR is assigned to WAIT_CURSOR.

waitForAll() - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForAll(long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker.
waitForID(int) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
waitForID(int, long) - Method in class java.awt.MediaTracker
Starts loading all images tracked by this media tracker with the specified identifier.
WEDNESDAY - Static variable in class javax.microedition.pim.EventRepeat
Constant for the day of week Wednesday.
WEEK_IN_MONTH - Static variable in class javax.microedition.pim.EventRepeat
Which week in a month a particular event occurs.
WEEKLY - Static variable in class javax.microedition.pim.EventRepeat
Used for frequency when the Event happens every week.
weightx - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra horizontal space.
weighty - Variable in class java.awt.GridBagConstraints
Specifies how to distribute extra vertical space.
WEST - Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in class java.awt.BorderLayout
The west layout constraint (left side of container).
when - Variable in class java.awt.Event
The time stamp.
white - Static variable in class java.awt.Color
The color white.
width - Variable in class java.awt.Rectangle
The width of the Rectangle.
width - Variable in class java.awt.Dimension
The width dimension.
WIDTH - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
window - Static variable in class java.awt.SystemColor
The background color for windows.
Window - class java.awt.Window.
A Window object is a top-level window with no borders and no menubar.
WINDOW - Static variable in class java.awt.SystemColor
The array index for the window background color.
WINDOW_ACTIVATED - Static variable in class java.awt.event.WindowEvent
The window activated event type.
WINDOW_BORDER - Static variable in class java.awt.SystemColor
The array index for the window border color.
WINDOW_CLOSED - Static variable in class java.awt.event.WindowEvent
The window closed event.
WINDOW_CLOSING - Static variable in class java.awt.event.WindowEvent
The "window is closing" event.
WINDOW_DEACTIVATED - Static variable in class java.awt.event.WindowEvent
The window deactivated event type.
WINDOW_DEICONIFIED - Static variable in class java.awt.event.WindowEvent
The window deiconified event type.
WINDOW_DEICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to de-iconify the window.
WINDOW_DESTROY - Static variable in class java.awt.Event
The user has asked the window manager to kill the window.
WINDOW_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting window events.
WINDOW_EXPOSE - Static variable in class java.awt.Event
The user has asked the window manager to expose the window.
WINDOW_FIRST - Static variable in class java.awt.event.WindowEvent
The first number in the range of ids used for window events.
WINDOW_ICONIFIED - Static variable in class java.awt.event.WindowEvent
The window iconified event.
WINDOW_ICONIFY - Static variable in class java.awt.Event
The user has asked the window manager to iconify the window.
WINDOW_LAST - Static variable in class java.awt.event.WindowEvent
The last number in the range of ids used for window events.
WINDOW_MOVED - Static variable in class java.awt.Event
The user has asked the window manager to move the window.
WINDOW_OPENED - Static variable in class java.awt.event.WindowEvent
The window opened event.
WINDOW_TEXT - Static variable in class java.awt.SystemColor
The array index for the window text color.
Window(Frame) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified Frame as its owner.
Window(Window) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified Window as its owner.
Window(Window, GraphicsConfiguration) - Constructor for class java.awt.Window
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device.
windowActivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowActivated event by invoking the windowActivated methods on listener-a and listener-b.
windowActivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the window is set to be the user's active window, which means the window (or one of its subcomponents) will receive keyboard events.
windowActivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is activated.
WindowAdapter - class java.awt.event.WindowAdapter.
An abstract adapter class for receiving window events.
WindowAdapter() - Constructor for class java.awt.event.WindowAdapter
 
windowBorder - Static variable in class java.awt.SystemColor
The border color for windows.
windowClosed(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosed event by invoking the windowClosed methods on listener-a and listener-b.
windowClosed(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window has been closed as the result of calling dispose on the window.
windowClosed(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been closed.
windowClosing(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowClosing event by invoking the windowClosing methods on listener-a and listener-b.
windowClosing(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when the user attempts to close the window from the window's system menu.
windowClosing(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is in the process of being closed.
windowDeactivated(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeactivated event by invoking the windowDeactivated methods on listener-a and listener-b.
windowDeactivated(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is no longer the user's active window, which means that keyboard events will no longer be delivered to the window or its subcomponents.
windowDeactivated(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-activated.
windowDeiconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowDeiconfied event by invoking the windowDeiconified methods on listener-a and listener-b.
windowDeiconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a minimized to a normal state.
windowDeiconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is de-iconified.
WindowEvent - class java.awt.event.WindowEvent.
A low-level event which indicates that a window has changed its status.
WindowEvent(Window, int) - Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object.
windowIconified(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowIconified event by invoking the windowIconified methods on listener-a and listener-b.
windowIconified(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked when a window is changed from a normal to a minimized state.
windowIconified(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window is iconified.
WindowListener - interface java.awt.event.WindowListener.
The listener interface for receiving window events.
windowOpened(WindowEvent) - Method in class java.awt.AWTEventMulticaster
Handles the windowOpened event by invoking the windowOpened methods on listener-a and listener-b.
windowOpened(WindowEvent) - Method in interface java.awt.event.WindowListener
Invoked the first time a window is made visible.
windowOpened(WindowEvent) - Method in class java.awt.event.WindowAdapter
Invoked when a window has been opened.
windowText - Static variable in class java.awt.SystemColor
The text color for windows.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[]) - Method in class java.io.OutputStream
 
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
 
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(byte[], int, int) - Method in class java.io.PrintStream
 
write(char[]) - Method in class java.io.Writer
 
write(char[]) - Method in class java.io.PrintWriter
Write an array of characters.
write(char[], int, int) - Method in class java.io.Writer
 
write(char[], int, int) - Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(int) - Method in class java.io.OutputStream
 
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class java.io.Writer
 
write(int) - Method in class java.io.PrintWriter
Write a single character.
write(int) - Method in class java.io.PrintStream
 
write(String) - Method in class java.io.Writer
 
write(String) - Method in class java.io.PrintWriter
Write a string.
write(String, int, int) - Method in class java.io.Writer
 
write(String, int, int) - Method in class java.io.PrintWriter
Write a portion of a string.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in interface java.io.DataOutput
Writes an long value, which is comprised of four bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
Writer - class java.io.Writer.
 
Writer() - Constructor for class java.io.Writer
 
Writer(Object) - Constructor for class java.io.Writer
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the Java modified UTF representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using UTF-8 encoding in a machine-independent manner.

X

x - Variable in class java.awt.Point
The x coordinate.
x - Variable in class java.awt.Rectangle
The x coordinate of the Rectangle.
x - Variable in class java.awt.Event
The x coordinate of the event.
xpoints - Variable in class java.awt.Polygon
The array of x coordinates.

Y

y - Variable in class java.awt.Point
The y coordinate.
y - Variable in class java.awt.Rectangle
The y coordinate of the Rectangle.
y - Variable in class java.awt.Event
The y coordinate of the event.
YEARLY - Static variable in class javax.microedition.pim.EventRepeat
Used for frequency when the Event happens every year.
yellow - Static variable in class java.awt.Color
The color yellow.
ypoints - Variable in class java.awt.Polygon
The array of y coordinates.

A B C D E F G H I J K L M N O P R S T U V W X Y
PDAP 1.0 Spec, Rev. 0.16