All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

a. Variable in class java.awt.AWTEventMulticaster
ABORTED. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of some media was aborted.
abs(double). Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float). Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int). Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long). Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractMethodError(). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String). Constructor for class java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
accept(). Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(File, String). Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept(SocketImpl). Method in class java.net.SocketImpl
Accepts a connection.
acos(double). Static method in class java.lang.Math
Returns the arc cosine of an angle, in the range of 0.0 through pi.
action(Event, Object). Method in class java.awt.Component
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
Marks the first integer id for the range of action event ids.
ACTION_LAST. Static variable in class java.awt.event.ActionEvent
Marks the last integer id for the range of action event ids.
ACTION_PERFORMED. Static variable in class java.awt.event.ActionEvent
An action performed event type.
ActionEvent(Object, int, String). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
ActionEvent(Object, int, String, int). Constructor for class java.awt.event.ActionEvent
Constructs an ActionEvent object with the specified source object.
actionPerformed(ActionEvent). Method in interface java.awt.event.ActionListener
Invoked when an action occurs.
actionPerformed(ActionEvent). Method in class java.awt.AWTEventMulticaster
Handles the actionPerformed event by invoking the actionPerformed methods on listener-a and listener-b.
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.
activeCount(). Static method in class java.lang.Thread
Returns the current number of active threads in this thread group.
activeCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active threads in this thread group.
activeGroupCount(). Method in class java.lang.ThreadGroup
Returns an estimate of the number of active groups in this thread group.
AD. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
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(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(ComponentListener, ComponentListener). Static method in class java.awt.AWTEventMulticaster
Adds component-listener-a with component-listener-b and returns the resulting multicast listener.
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.util.Calendar
Date Arithmetic function.
add(int, int). Method in class java.util.GregorianCalendar
Overrides Calendar Date Arithmetic function.
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 point pt 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.Choice
Adds an item to this Choice 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.Menu
Adds an item with the specified label to this 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 end of the scrolling list.
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.Button
Adds the specified action listener to receive action events from this button.
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.MenuItem
Adds the specified action listener to receive action events from this menu item.
addActionListener(ActionListener). Method in class java.awt.TextField
Adds the specified action listener to recieve action events from this text field.
addAdjustmentListener(AdjustmentListener). Method in interface java.awt.Adjustable
Add a listener to recieve adjustment events when the value of the adjustable object changes.
addAdjustmentListener(AdjustmentListener). Method in class java.awt.Scrollbar
Adds the specified adjustment listener to receive instances of AdjustmentEvent from this scroll bar.
addComponentListener(ComponentListener). Method in class java.awt.Component
Adds the specified component listener to receive component events from this component.
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
Adds the specified component to the end of this vector, increasing its size by one.
addFocusListener(FocusListener). Method in class java.awt.Component
Adds the specified focus listener to receive focus events from this component.
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.Choice
Adds an item to this Choice.
addItem(String). Method in class java.awt.List
addItem(String, int). Method in class java.awt.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.CheckboxMenuItem
Adds the specified item listener to receive item events from this check box menu item.
addItemListener(ItemListener). Method in class java.awt.Choice
Adds the specified item listener to receive item events from this Choice menu.
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.List
Adds the specified item listener to receive item events from this list.
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.BorderLayout
Adds the specified component to the layout, using the specified constraint object.
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 class java.awt.GridBagLayout
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(Component, Object). Method in interface java.awt.LayoutManager2
Adds the specified component to the layout, using the specified constraint object.
addLayoutComponent(String, Component). Method in class java.awt.BorderLayout
addLayoutComponent(String, Component). Method in class java.awt.CardLayout
addLayoutComponent(String, Component). Method in class java.awt.FlowLayout
Adds the specified component to the layout.
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.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.
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.Button
Creates the peer of the button.
addNotify(). Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify(). Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify(). Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify(). Method in class java.awt.Choice
Creates the Choice's peer.
addNotify(). Method in class java.awt.Component
Notifies this component that it has been added to a container and if a peer is required, it should be created.
addNotify(). Method in class java.awt.Container
Notifies the container to create a peer.
addNotify(). Method in class java.awt.Dialog
Creates the dialog's peer.
addNotify(). Method in class java.awt.FileDialog
Creates the file dialog's peer.
addNotify(). Method in class java.awt.Frame
Creates the Frame's peer.
addNotify(). Method in class java.awt.Label
Creates the peer for this label.
addNotify(). Method in class java.awt.List
Creates the peer for the list.
addNotify(). Method in class java.awt.Menu
Creates the menu's peer.
addNotify(). Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify(). Method in class java.awt.MenuItem
Creates the menu item's peer.
addNotify(). Method in class java.awt.Panel
Creates the Panel's peer.
addNotify(). Method in class java.awt.PopupMenu
Creates the popup menu's peer.
addNotify(). Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify(). Method in class java.awt.ScrollPane
Creates the scroll pane's peer.
addNotify(). Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify(). Method in class java.awt.TextField
Creates the TextField's peer.
addNotify(). Method in class java.awt.Window
Creates the Window's peer.
addObserver(Observer). Method in class java.util.Observable
Adds an observer to the set of observers for this object.
addPoint(int, int). Method in class java.awt.Polygon
Appends a point to this polygon.
address. Variable in class java.net.SocketImpl
The IP address of the remote end of this socket.
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 recieve text events from this textcomponent.
addWindowListener(WindowListener). Method in class java.awt.Window
Adds the specified window listener to receive window events from this window.
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(Adjustable, int, int, int). Constructor for class java.awt.event.AdjustmentEvent
Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value.
adjustmentValueChanged(AdjustmentEvent). Method in interface java.awt.event.AdjustmentListener
Invoked when the value of the adjustable has changed.
adjustmentValueChanged(AdjustmentEvent). Method in class java.awt.AWTEventMulticaster
Handles the adjustmentValueChanged event by invoking the adjustmentValueChanged methods on listener-a and listener-b.
after(Date). Method in class java.util.Date
Tests if this date is after the specified date.
after(Object). Method in class java.util.Calendar
Compares the time field records.
after(Object). Method in class java.util.GregorianCalendar
Compares the time field records.
allowsMultipleSelections(). Method in class java.awt.List
allowThreadSuspension(boolean). Method in class java.lang.ThreadGroup
Used by VM to control lowmem implicit suspension.
allowUserInteraction. Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
ALT_MASK. Static variable in class java.awt.event.ActionEvent
The alt 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.
AM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
AM_PM. Static variable in class java.util.Calendar
Useful constant for date and time.
anchor. Variable in class java.awt.GridBagConstraints
This field is used when the component is smaller than its display area.
and(BitSet). Method in class java.util.BitSet
Logically ANDs this bit set with the specified set of bits.
annotateClass(Class). Method in class java.io.ObjectOutputStream
Subclasses may implement this method to allow class data to be stored in the stream.
append(boolean). Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char). Method in class java.lang.StringBuffer
Appends the string representation of the char argument to this string buffer.
append(char[]). Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int). Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double). Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this string buffer.
append(float). Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this string buffer.
append(int). Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this string buffer.
append(long). Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this string buffer.
append(Object). Method in class java.lang.StringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String). Method in class java.lang.StringBuffer
Appends the string to this string buffer.
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
Applet(). Constructor for class java.applet.Applet
appletResize(int, int). Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
APRIL. Static variable in class java.util.Calendar
Useful constant for month.
areFieldsSet. Variable in class java.util.Calendar
True if the fields are in sync with the currently set time of this Calendar.
arg. Variable in class java.awt.Event
An arbitrary argument of the event.
ArithmeticException(). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String). Constructor for class java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
ArrangeGrid(Container). Method in class java.awt.GridBagLayout
arraycopy(Object, int, Object, int, int). Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException(). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String). Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException(). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String). Constructor for class java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
asin(double). Static method in class java.lang.Math
Returns the arc sine of an angle, in the range of -pi/2 through pi/2.
atan(double). Static method in class java.lang.Math
Returns the arc tangent of an angle, in the range of -pi/2 through pi/2.
atan2(double, double). Static method in class java.lang.Math
Converts rectangular coordinates (ba) to polar (r, theta).
AUGUST. Static variable in class java.util.Calendar
Useful constant for month.
available(). Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.ByteArrayInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.FileInputStream
Returns the number of bytes that can be read from this file input stream without blocking.
available(). Method in class java.io.FilterInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.InputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in interface java.io.ObjectInput
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.ObjectInputStream
Returns the number of bytes that can be read without blocking.
available(). Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available(). Method in class java.io.SequenceInputStream
Returns the number of bytes available on the current stream.
available(). Method in class java.net.SocketImpl
Returns the number of bytes that can be read from this socket without blocking.
available(). Method in class java.io.StringBufferInputStream
Returns the number of bytes that can be read from the input stream without blocking.
AWTError(String). Constructor for class java.awt.AWTError
Constructs an instance of AWTError with the specified detail message.
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.
AWTEventMulticaster(EventListener, EventListener). Constructor for class java.awt.AWTEventMulticaster
Creates an event multicaster instance which chains listener-a with listener-b.
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.
BC. Static variable in class java.util.GregorianCalendar
Useful constant for GregorianCalendar.
beep(). Method in class java.awt.Toolkit
Emits an audio beep.
before(Date). Method in class java.util.Date
Tests if this date is before the specified date.
before(Object). Method in class java.util.Calendar
Compares the time field records.
before(Object). Method in class java.util.GregorianCalendar
Compares the time field records.
bind(InetAddress, int). Method in class java.net.SocketImpl
Binds this socket to the specified port number on the specified host.
bind(int, InetAddress). Method in class java.net.DatagramSocketImpl
Binds a datagram socket to a local port and address.
BindException(). Constructor for class java.net.BindException
Construct a new BindException with no detailed message.
BindException(String). Constructor for class java.net.BindException
Constructs a new BindException with the specified detail message as to why the bind error occurred.
bioklient(). Constructor for class opg5.bioklient
bioserver(int). Constructor for class opg5.bioserver
The constructor for bioserver
bioserverSocket. Variable in class opg5.bioserver
BitSet(). Constructor for class java.util.BitSet
Creates an empty set.
BitSet(int). Constructor for class java.util.BitSet
Creates an empty set with the specified size.
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.
Boolean(boolean). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value argument.
Boolean(String). Constructor for class java.lang.Boolean
Allocates a Boolean object representing the value true if the string argument is not null and is equal, ignoring case, to the string "true".
booleanValue(). Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
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(). Method in class java.awt.Component
brighter(). Method in class java.awt.Color
Creates a brighter version of this color.
buf. Variable in class java.io.BufferedInputStream
The buffer where data is stored.
buf. Variable in class java.io.BufferedOutputStream
The buffer where data is stored.
buf. Variable in class java.io.ByteArrayInputStream
The byte array containing the data.
buf. Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf. Variable in class java.io.CharArrayReader
Character buffer
buf. Variable in class java.io.CharArrayWriter
The buffer where data is stored.
buf. Variable in class java.io.PushbackInputStream
The pushback buffer.
buffer. Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
buffer. Variable in class java.io.StringBufferInputStream
The string from which bytes are read.
BufferedInputStream(InputStream). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with a default 512-byte buffer size.
BufferedInputStream(InputStream, int). Constructor for class java.io.BufferedInputStream
Creates a new buffered input stream to read data from the specified input stream with the specified buffer size.
BufferedOutputStream(OutputStream). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with a default 512-byte buffer size.
BufferedOutputStream(OutputStream, int). Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader(Reader). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses a default-sized input buffer.
BufferedReader(Reader, int). Constructor for class java.io.BufferedReader
Create a buffering character-input stream that uses an input buffer of the specified size.
BufferedWriter(Writer). Constructor for class java.io.BufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int). Constructor for class java.io.BufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
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.
Byte(byte). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the specified byte value.
Byte(String). Constructor for class java.lang.Byte
Constructs a Byte object initialized to the value specified by the String parameter.
ByteArrayInputStream(byte[]). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayInputStream(byte[], int, int). Constructor for class java.io.ByteArrayInputStream
Creates a new byte array input stream that reads data from the specified byte array.
ByteArrayOutputStream(). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int). Constructor for class java.io.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
bytesTransferred. Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
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.
byteValue(). Method in class java.lang.Byte
Returns the value of this Byte as a byte.
byteValue(). Method in class java.lang.Double
Returns the value of this Double as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Float
Returns the value of this Float as a byte (by casting to a byte).
byteValue(). Method in class java.lang.Integer
Returns the value of this Integer as a byte.
byteValue(). Method in class java.lang.Long
Returns the value of this Long as a byte.
byteValue(). Method in class java.lang.Number
Returns the value of the specified number as a byte.
byteValue(). Method in class java.lang.Short
Returns the value of this Short as a byte.

C

Calendar(). Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone as returned by TimeZone.getDefault(), and the default locale.
Calendar(TimeZone, Locale). Constructor for class java.util.Calendar
Constructs a Calendar with the given time zone and locale.
CANADA. Static variable in class java.util.Locale
Useful constant for country.
CANADA_FRENCH. Static variable in class java.util.Locale
Useful constant for country.
canRead(). Method in class java.io.File
Tests if the application can read from the specified file.
Canvas(). Constructor for class java.awt.Canvas
Constructs a new Canvas.
canWrite(). Method in class java.io.File
Tests if the application can write to this file.
capacity(). Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity(). Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement. Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
CAPS_LOCK. Static variable in class java.awt.Event
The Caps Lock key, a non-ASCII action key.
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.
ceil(double). Static method in class java.lang.Math
Returns the smallest (closest to negative infinity) double value that is not less than the argument and is equal to a mathematical integer.
CENTER. Static variable in class java.awt.BorderLayout
The center layout constraint (middle of container).
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_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 do not have a defined keyChar.
Character(char). Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
CharArrayReader(char[]). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int). Constructor for class java.io.CharArrayReader
Create an CharArrayReader from the specified array of chars.
CharArrayWriter(). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter.
CharArrayWriter(int). Constructor for class java.io.CharArrayWriter
Creates a new CharArrayWriter with the specified initial size.
charAt(int). Method in class java.lang.String
Returns the character at the specified index.
charAt(int). Method in class java.lang.StringBuffer
Returns the character at a specific index in this string buffer.
CharConversionException(). Constructor for class java.io.CharConversionException
provides no detailed message
CharConversionException(String). Constructor for class java.io.CharConversionException
provides a detailed message
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.
charValue(). Method in class java.lang.Character
Returns the value of this Character object.
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.
checkAccept(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(). Method in class java.lang.Thread
Determines if the currently running thread has permission to modify this thread.
checkAccess(). Method in class java.lang.ThreadGroup
Determines if the currently running thread has permission to modify this thread group.
checkAccess(Thread). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
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.
checkAwtEventQueueAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the AWT event queue.
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.
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(). Constructor for class java.awt.CheckboxGroup
Creates a new instance of CheckboxGroup.
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.
checkConnect(String, int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkError(). Method in class java.io.PrintStream
Flush the stream and check its error state.
checkError(). Method in class java.io.PrintWriter
Flush the stream and check its error state.
checkExec(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocss.
checkExit(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
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.
checkLink(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int). Method in class java.lang.SecurityManager
Tests if a client is allowed to access members.
checkMulticast(InetAddress). Method in class java.lang.SecurityManager
Tests if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte). Method in class java.lang.SecurityManager
Tests to see if current execution context is allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPrintJobAccess(). Method in class java.lang.SecurityManager
Tests if a client can initiate a print job request.
checkPropertiesAccess(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object). Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String). Method in class java.lang.SecurityManager
Tests access to certain operations for a security API action.
checkSetFactory(). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
checkSystemClipboardAccess(). Method in class java.lang.SecurityManager
Tests if a client can get access to the system clipboard.
checkTopLevelWindow(Object). Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWrite(FileDescriptor). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String). Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
CHINA. Static variable in class java.util.Locale
Useful constant for country.
CHINESE. Static variable in class java.util.Locale
Useful constant for language.
Choice(). Constructor for class java.awt.Choice
Creates a new choice menu.
ClassCastException(). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError(). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String). Method in class java.lang.SecurityManager
Returns the stack depth of the specified class.
ClassFormatError(). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader(). Constructor for class java.lang.ClassLoader
Constructs a new class loader and initializes it.
classLoaderDepth(). Method in class java.lang.SecurityManager
Returns the stack depth of the most recently executing method from a class defined using a class loader.
classname. Variable in class java.io.InvalidClassException
ClassNotFoundException(). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear(). Method in class java.util.Calendar
Clears the values of all the time fields.
clear(). Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear(). Method in class java.awt.List
clear(int). Method in class java.util.BitSet
Clears a bit.
clear(int). Method in class java.util.Calendar
Clears the value in the given time field.
clearbutton. Variable in class opg5.bioklient
clearChanged(). Method in class java.util.Observable
Indicates that this object has no longer changed, or that it has already notified all of its observers of its most recent change.
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.
clone(). Method in class java.util.BitSet
Clones the BitSet.
clone(). Method in class java.util.Calendar
Overrides Cloneable
clone(). Method in class java.awt.GridBagConstraints
Creates a copy of this grid bag constraint.
clone(). Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone(). Method in class java.awt.Insets
Create a copy of this object.
clone(). Method in class java.util.Locale
Overrides Cloneable
clone(). Method in class java.lang.Object
Creates a new object of the same class as this object.
clone(). Method in class java.util.SimpleTimeZone
Overrides Cloneable
clone(). Method in class java.util.TimeZone
Overrides Cloneable
clone(). Method in class java.util.Vector
Returns a clone of this vector.
CloneNotSupportedException(). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with no detail message.
CloneNotSupportedException(String). Constructor for class java.lang.CloneNotSupportedException
Constructs a CloneNotSupportedException with the specified detail message.
close(). Method in class java.io.BufferedReader
Close the stream.
close(). Method in class java.io.BufferedWriter
Close the stream.
close(). Method in class java.io.CharArrayReader
Close the stream.
close(). Method in class java.io.CharArrayWriter
Close the stream.
close(). Method in class java.net.DatagramSocket
Closes this datagram socket.
close(). Method in class java.net.DatagramSocketImpl
Close the socket.
close(). Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close(). Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close(). Method in class java.io.FilterInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterOutputStream
Closes this output stream and releases any system resources associated with the stream.
close(). Method in class java.io.FilterReader
Close the stream.
close(). Method in class java.io.FilterWriter
Close the stream.
close(). Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.io.InputStreamReader
Close the stream.
close(). Method in interface java.io.ObjectInput
Closes the input stream.
close(). Method in class java.io.ObjectInputStream
Closes the input stream.
close(). Method in interface java.io.ObjectOutput
Closes the stream.
close(). Method in class java.io.ObjectOutputStream
Closes the stream.
close(). Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close(). Method in class java.io.OutputStreamWriter
Close the stream.
close(). Method in class java.io.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close(). Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close(). Method in class java.io.PipedReader
Close the stream.
close(). Method in class java.io.PipedWriter
Close the stream.
close(). Method in class java.io.PrintStream
Close the stream.
close(). Method in class java.io.PrintWriter
Close the stream.
close(). Method in class java.io.PushbackReader
Close the stream.
close(). Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close(). Method in class java.io.Reader
Close the stream.
close(). Method in class java.io.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close(). Method in class java.net.ServerSocket
Closes this socket.
close(). Method in class java.net.Socket
Closes this socket.
close(). Method in class java.net.SocketImpl
Closes this socket.
close(). Method in class java.io.StringReader
Close the stream.
close(). Method in class java.io.StringWriter
Close the stream.
close(). Method in class java.io.Writer
Close the stream, flushing it first.
Color(float, float, float). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values, where each of the values is in the range 0.0-1.0.
Color(int). Constructor for class java.awt.Color
Creates a color with the specified RGB value, where the red component is in bits 16-23 of the argument, the green component is in bits 8-15 of the argument, and the blue component is in bits 0-7.
Color(int, int, int). Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue components.
columnWeights. Variable in class java.awt.GridBagLayout
columnWidths. Variable in class java.awt.GridBagLayout
COMBINING_SPACING_MARK. Static variable in class java.lang.Character
command(Object). Static method in class java.lang.Compiler
Examines the argument type and its fields and perform some documented operation.
commentChar(int). Method in class java.io.StreamTokenizer
Specified that the character argument starts a single-line comment.
compareTo(String). Method in class java.lang.String
Compares two strings lexicographically.
compileClass(Class). Static method in class java.lang.Compiler
Compiles the specified class.
compileClasses(String). Static method in class java.lang.Compiler
Compiles all classes whose name matches the specified string.
COMPLETE. Static variable in class java.awt.MediaTracker
Flag indicating that the downloading of media was completed successfully.
complete(). Method in class java.util.Calendar
Fills in any unset fields in the time field list.
Component(). Constructor for class java.awt.Component
Constructs a new component.
COMPONENT_ADDED. Static variable in class java.awt.event.ContainerEvent
The component moved event type.
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
Marks the first integer id for the range of component event ids.
COMPONENT_HIDDEN. Static variable in class java.awt.event.ComponentEvent
The component hidden event type.
COMPONENT_LAST. Static variable in class java.awt.event.ComponentEvent
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED. Static variable in class java.awt.event.ComponentEvent
The component moved event type.
COMPONENT_REMOVED. Static variable in class java.awt.event.ContainerEvent
The component resized event type.
COMPONENT_RESIZED. Static variable in class java.awt.event.ComponentEvent
The component resized event type.
COMPONENT_SHOWN. Static variable in class java.awt.event.ComponentEvent
The component shown event type.
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 class java.awt.event.ContainerAdapter
componentAdded(ContainerEvent). Method in interface java.awt.event.ContainerListener
Invoked when a component has been added to the container.
ComponentEvent(Component, int). Constructor for class java.awt.event.ComponentEvent
Constructs a ComponentEvent object with the specified source component and type.
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
componentHidden(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been hidden.
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
componentMoved(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been moved.
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 class java.awt.event.ContainerAdapter
componentRemoved(ContainerEvent). Method in interface java.awt.event.ContainerListener
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
componentResized(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been resized.
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
componentShown(ComponentEvent). Method in interface java.awt.event.ComponentListener
Invoked when component has been shown.
comptable. Variable in class java.awt.GridBagLayout
computeFields(). Method in class java.util.Calendar
Converts UTC as milliseconds to time field values.
computeFields(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts UTC as milliseconds to time field values.
computeTime(). Method in class java.util.Calendar
Converts Calendar's time field values to UTC as milliseconds.
computeTime(). Method in class java.util.GregorianCalendar
Overrides Calendar Converts time field values to UTC as milliseconds.
concat(String). Method in class java.lang.String
Concatenates the specified string to the end of this string.
connect(). Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect(InetAddress, int). Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(PipedInputStream). Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedOutputStream). Method in class java.io.PipedInputStream
Connects this piped input stream to a sender.
connect(PipedReader). Method in class java.io.PipedWriter
Connect the specified piped reader to this writer.
connect(PipedWriter). Method in class java.io.PipedReader
Connect the specified piped writer to this reader.
connect(String, int). Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
connected. Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
ConnectException(). Constructor for class java.net.ConnectException
Construct a new ConnectException with no detailed message.
ConnectException(String). Constructor for class java.net.ConnectException
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
CONNECTOR_PUNCTUATION. Static variable in class java.lang.Character
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
contactServer(String). Method in class opg5.bioklient
This method takes care of actually talking to the server.
Container(). Constructor for class java.awt.Container
Constructs a new Container.
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
Marks the first integer id for the range of container event ids.
CONTAINER_LAST. Static variable in class java.awt.event.ContainerEvent
Marks the last integer id for the range of container event ids.
ContainerAdapter(). Constructor for class java.awt.event.ContainerAdapter
ContainerEvent(Component, int, Component). Constructor for class java.awt.event.ContainerEvent
Constructs a ContainerEvent object with the specified source container, type, and child which is being added or removed.
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 point is contained by this polygon.
contains(int, int). Method in class java.awt.Rectangle
Checks whether this rectangle contains the point at the specified location (xy).
contains(Object). Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object). Method in class java.util.Vector
Tests if the specified object is a component in this 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 the Polygon.
contains(Point). Method in class java.awt.Rectangle
Checks whether this rectangle contains the specified point.
containsKey(Object). Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
ContentHandler(). Constructor for class java.net.ContentHandler
CONTROL. Static variable in class java.lang.Character
CONTROL. Static variable in class java.awt.SystemColor
The array index for the control background color.
control. Static variable in class java.awt.SystemColor
The background color for control objects.
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
Copies the components of this vector into the specified array.
copyValueOf(char[]). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
copyValueOf(char[], int, int). Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
cos(double). Static method in class java.lang.Math
Returns the trigonometric cosine of an angle.
count. Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count. Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count. Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count. Variable in class java.io.CharArrayReader
Number of valid characters in buffer
count. Variable in class java.io.CharArrayWriter
The number of chars in the buffer.
count. Variable in class java.io.StringBufferInputStream
The number of valid characters in the input stream buffer.
countComponents(). Method in class java.awt.Container
countItems(). Method in class java.awt.Choice
countItems(). Method in class java.awt.List
countItems(). Method in class java.awt.Menu
countMenus(). Method in class java.awt.MenuBar
countObservers(). Method in class java.util.Observable
Returns the number of observers of this object.
countStackFrames(). Method in class java.lang.Thread
Counts the number of stack frames in this thread.
countTokens(). Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
create(). Method in class java.net.DatagramSocketImpl
Creates a datagram socket
create(). Method in class java.awt.Graphics
Creates a new Graphics object that is a copy of this Graphics object.
create(boolean). Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
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.
createButton(Button). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Button using the specified peer interface.
createCanvas(Canvas). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Canvas using the specified peer interface.
createCheckbox(Checkbox). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Checkbox using the specified peer interface.
createCheckboxMenuItem(CheckboxMenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of CheckboxMenuItem using the specified peer interface.
createChoice(Choice). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Choice using the specified peer interface.
createComponent(Component). Method in class java.awt.Toolkit
Creates a peer for a component or container.
createContentHandler(String). Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDialog(Dialog). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Dialog using the specified peer interface.
createFileDialog(FileDialog). Method in class java.awt.Toolkit
Creates this toolkit's implementation of FileDialog using the specified peer interface.
createFrame(Frame). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Frame using the specified peer interface.
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.
createLabel(Label). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Label using the specified peer interface.
createList(List). Method in class java.awt.Toolkit
Creates this toolkit's implementation of List using the specified peer interface.
createMenu(Menu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Menu using the specified peer interface.
createMenuBar(MenuBar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuBar using the specified peer interface.
createMenuItem(MenuItem). Method in class java.awt.Toolkit
Creates this toolkit's implementation of MenuItem using the specified peer interface.
createPanel(Panel). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Panel using the specified peer interface.
createPopupMenu(PopupMenu). Method in class java.awt.Toolkit
Creates this toolkit's implementation of PopupMenu using the specified peer interface.
createScrollbar(Scrollbar). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Scrollbar using the specified peer interface.
createScrollPane(ScrollPane). Method in class java.awt.Toolkit
Creates this toolkit's implementation of ScrollPane using the specified peer interface.
createSocketImpl(). Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTextArea(TextArea). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextArea using the specified peer interface.
createTextField(TextField). Method in class java.awt.Toolkit
Creates this toolkit's implementation of TextField using the specified peer interface.
createURLStreamHandler(String). Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createWindow(Window). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Window using the specified peer interface.
CROSSHAIR_CURSOR. Static variable in class java.awt.Cursor
The crosshair cursor type.
CROSSHAIR_CURSOR. Static variable in class java.awt.Frame
CTRL_MASK. Static variable in class java.awt.event.ActionEvent
The control modifier constant.
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.
CURRENCY_SYMBOL. Static variable in class java.lang.Character
currentClassLoader(). Method in class java.lang.SecurityManager
Returns an object describing the most recent class loader executing on the stack.
currentLoadedClass(). Method in class java.lang.SecurityManager
Returns the current Class with a ClassLoader on the execution stack.
currentThread(). Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis(). Static method in class java.lang.System
Returns the current time in milliseconds.
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

darker(). Method in class java.awt.Color
Creates a darker version of this color.
darkGray. Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION. Static variable in class java.lang.Character
DatagramPacket(byte[], int). Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length ilength.
DatagramPacket(byte[], int, InetAddress, int). Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length ilength to the specified port number on the specified host.
DatagramSocket(). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(int). Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress). Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl(). Constructor for class java.net.DatagramSocketImpl
DataInputStream(InputStream). Constructor for class java.io.DataInputStream
Creates a new data input stream to read data from the specified input stream.
DataOutputStream(OutputStream). Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE. Static variable in class java.util.Calendar
Useful constant for date and time.
Date(). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated measured to the nearest millisecond.
Date(int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents midnight, local time, at the beginning of the day specified by the year, month, and date arguments.
Date(int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour and minute, local time, of the date specified by the year, month, date, hrs, and min arguments.
Date(int, int, int, int, int, int). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the specified hour, minute, and second, local time of the date specified by the year, month, date, hrs, min, and sec arguments.
Date(long). Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
Date(String). Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the date and time indicated by the string s, which is interpreted as if by the parse method.
DAY_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_WEEK_IN_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
DAY_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
DECEMBER. Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL_DIGIT_NUMBER. Static variable in class java.lang.Character
decode(String). Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String). Static method in class java.awt.Color
Converts a string to an integer and returns the specified color.
decode(String). Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String). Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String). Static method in class java.lang.Short
Decodes a String into a Short.
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
defaultConstraints. Variable in class java.awt.GridBagLayout
defaultReadObject(). Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaults. Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultWriteObject(). Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defineClass(byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defineClass(String, byte[], int, int). Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
DELETE. Static variable in class java.awt.Event
The Delete key.
delete(). Method in class java.io.File
Deletes the file specified by this object.
deleteObserver(Observer). Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers(). Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
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
Removes the item at the specified position from this list.
delItems(int, int). Method in class java.awt.List
deliverEvent(Event). Method in class java.awt.Component
deliverEvent(Event). Method in class java.awt.Container
deselect(int). Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED. Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
DESKTOP. Static variable in class java.awt.SystemColor
The array index for the desktop background color.
desktop. Static variable in class java.awt.SystemColor
The color of the desktop background.
destroy(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy(). Method in class java.lang.Process
Kills the subprocess.
destroy(). Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy(). Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
detail. Variable in class java.io.WriteAbortedException
Dialog(Frame). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean). Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dictionary(). Constructor for class java.util.Dictionary
digit(char, int). Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
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.
disable(). Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable(). Method in class java.awt.Component
disable(). Method in class java.awt.MenuItem
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.
disconnect(). Method in class java.net.HttpURLConnection
Close the connection to the server.
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
dispose(). Method in class java.awt.Frame
Disposes of the Frame.
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.Window
Disposes of this window.
doInput. Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
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.
doOutput. Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
Double(double). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String). Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating- point value of type double represented by the string.
doubleToLongBits(double). Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleValue(). Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue(). Method in class java.lang.Double
Returns the double value of this Double.
doubleValue(). Method in class java.lang.Float
Returns the double value of this Float.
doubleValue(). Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue(). Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue(). Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue(). Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN. Static variable in class java.awt.Event
The Down Arrow key, a non-ASCII action key.
drain(). Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
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.
DST_OFFSET. Static variable in class java.util.Calendar
Useful constant for date and time.
dumpStack(). Static method in class java.lang.Thread
Prints a stack trace of the current thread.

E

E. Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
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
EAST. Static variable in class java.awt.BorderLayout
The east layout constraint (left side of container).
EAST. Static variable in class java.awt.GridBagConstraints
Put the component on the right side of its display area, centered vertically.
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
Returns the component at the specified index.
elementCount. Variable in class java.util.Vector
The number of valid components in the vector.
elementData. Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements(). Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements(). Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements(). Method in class java.util.Vector
Returns an enumeration of the components of this vector.
empty(). Method in class java.util.Stack
Tests if this stack is empty.
EmptyStackException(). Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable(). Static method in class java.lang.Compiler
Cause the Compiler to resume operation.
enable(). Method in class java.awt.Component
enable(). Method in class java.awt.MenuItem
enable(boolean). Method in class java.awt.Component
enable(boolean). Method in class java.awt.MenuItem
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

Since event types are automatically enabled when a listener for that type is added to the menu item, this method only needs to be invoked by subclasses of MenuItem which desire to have the specified event types delivered to processEvent regardless of whether a listener is registered.

enableReplaceObject(boolean). Method in class java.io.ObjectOutputStream
Enable the stream to do replacement of objects in the stream.
enableResolveObject(boolean). Method in class java.io.ObjectInputStream
Enable the stream to allow objects read from the stream to be replaced.
ENCLOSING_MARK. Static variable in class java.lang.Character
encode(String). Static method in class java.net.URLEncoder
Translates a string into x-www-form-urlencoded format.
END. Static variable in class java.awt.Event
The End key, a non-ASCII action key.
end(). Method in class java.awt.PrintJob
Ends the print job and does any necessary cleanup.
END_PUNCTUATION. Static variable in class java.lang.Character
endsWith(String). Method in class java.lang.String
Tests if this string ends with the specified suffix.
ENGLISH. Static variable in class java.util.Locale
Useful constant for language.
ensureCapacity(int). Method in class java.lang.StringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
ensureCapacity(int). Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
ENTER. Static variable in class java.awt.Event
The Enter key.
enumerate(Thread[]). Static method in class java.lang.Thread
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[]). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group and its subgroups.
enumerate(Thread[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array every active thread in this thread group.
enumerate(ThreadGroup[]). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
enumerate(ThreadGroup[], boolean). Method in class java.lang.ThreadGroup
Copies into the specified array references to every active subgroup in this thread group.
eof. Variable in class java.io.OptionalDataException
True if there is no more data in the buffered part of the stream.
EOFException(). Constructor for class java.io.EOFException
Constructs an EOFException with no detail message.
EOFException(String). Constructor for class java.io.EOFException
Constructs an EOFException with the specified detail message.
eolIsSignificant(boolean). Method in class java.io.StreamTokenizer
Determines whether or not ends of line are treated as tokens.
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.util.BitSet
Compares this object against the specified object.
equals(Object). Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that contains the same boolean value as this object.
equals(Object). Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object). Method in class java.util.Calendar
Compares this calendar to the specified object.
equals(Object). Method in class java.lang.Character
Compares this object against the specified object.
equals(Object). Method in class java.awt.Color
Determines whether another object is equal to this color.
equals(Object). Method in class java.util.Date
Compares two dates.
equals(Object). Method in class java.awt.Dimension
Checks whether two dimension objects have equal values.
equals(Object). Method in class java.lang.Double
Compares this object against the specified object.
equals(Object). Method in class java.io.File
Compares this object against the specified object.
equals(Object). Method in class java.lang.Float
Compares this object against some other object.
equals(Object). Method in class java.awt.Font
Compares this object to the specifed object.
equals(Object). Method in class java.util.GregorianCalendar
Compares this calendar to the specified object.
equals(Object). Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object). Method in class java.awt.Insets
Checks whether two insets objects are equal.
equals(Object). Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object). Method in class java.util.Locale
Compares two Objects for equality.
equals(Object). Method in class java.lang.Long
Compares this object against the specified object.
equals(Object). Method in class java.lang.Object
Compares two Objects for equality.
equals(Object). Method in class java.awt.Point
Determines whether two points are equal.
equals(Object). Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object). Method in class java.lang.Short
Compares this object to the specified object.
equals(Object). Method in class java.util.SimpleTimeZone
Compares the equality of two SimpleTimeZone objects.
equals(Object). Method in class java.lang.String
Compares this string to the specified object.
equals(Object). Method in class java.net.URL
Compares two URLs.
equalsIgnoreCase(String). Method in class java.lang.String
Compares this String to another object.
ERA. Static variable in class java.util.Calendar
Useful constant for date and time.
err. Static variable in class java.io.FileDescriptor
A handle to the standard error stream.
err. Static variable in class java.lang.System
The "standard" error output stream.
Error(). Constructor for class java.lang.Error
Constructs an Error with no specified detail message.
Error(String). Constructor for class java.lang.Error
Constructs an Error with the specified detail message.
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(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.
EventObject(Object). Constructor for class java.util.EventObject
EventQueue(). Constructor for class java.awt.EventQueue
evt. Variable in class java.awt.Event
The next event.
Exception(). Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String). Constructor for class java.lang.Exception
Constructs an Exception with the specified detail message.
ExceptionInInitializerError(). Constructor for class java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with no detail message.
ExceptionInInitializerError(String). Constructor for class java.lang.ExceptionInInitializerError
Constructs a ExceptionInInitializerError with the specified detail message.
ExceptionInInitializerError(Throwable). Constructor for class java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class initialized to the specific throwable
exec(String). Method in class java.lang.Runtime
Executes the specified string command in a separate process.
exec(String, String[]). Method in class java.lang.Runtime
Executes the specified string command in a separate process with the specified environment.
exec(String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process.
exec(String[], String[]). Method in class java.lang.Runtime
Executes the specified command and arguments in a separate process with the specified environment.
exists(). Method in class java.io.File
Tests if this File exists.
exit(int). Method in class java.lang.Runtime
Terminates the currently running Java Virtual Machine.
exit(int). Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
exitValue(). Method in class java.lang.Process
Returns the exit value for the subprocess.
exp(double). Static method in class java.lang.Math
Returns the exponential number e (i.e., 2.718...) raised to the power of a double value.

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.
FALSE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fd. Variable in class java.net.DatagramSocketImpl
The file descriptor object
fd. Variable in class java.net.SocketImpl
The file descriptor object for this socket.
FEBRUARY. Static variable in class java.util.Calendar
Useful constant for month.
FIELD_COUNT. Static variable in class java.util.Calendar
Useful constant for date and time.
fields. Variable in class java.util.Calendar
The time fields containing values into which the millis is computed.
File(File, String). Constructor for class java.io.File
Creates a File instance that represents the file with the specified name in the specified directory.
File(String). Constructor for class java.io.File
Creates a File instance that represents the file whose pathname is the given path argument.
File(String, String). Constructor for class java.io.File
Creates a File instance whose pathname is the pathname of the specified directory, followed by the separator character, followed by the name argument.
FileDescriptor(). Constructor for class java.io.FileDescriptor
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.
FileInputStream(File). Constructor for class java.io.FileInputStream
Creates an input file stream to read from the specified File object.
FileInputStream(FileDescriptor). Constructor for class java.io.FileInputStream
Creates an input file stream to read from the specified file descriptor.
FileInputStream(String). Constructor for class java.io.FileInputStream
Creates an input file stream to read from a file with the specified name.
FileNotFoundException(). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with no detail message.
FileNotFoundException(String). Constructor for class java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOutputStream(File). Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the specified File object.
FileOutputStream(FileDescriptor). Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the specified file descriptor.
FileOutputStream(String). Constructor for class java.io.FileOutputStream
Creates an output file stream to write to the file with the specified name.
FileOutputStream(String, boolean). Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file name.
FileReader(File). Constructor for class java.io.FileReader
FileReader(FileDescriptor). Constructor for class java.io.FileReader
FileReader(String). Constructor for class java.io.FileReader
FileWriter(File). Constructor for class java.io.FileWriter
FileWriter(FileDescriptor). Constructor for class java.io.FileWriter
FileWriter(String). Constructor for class java.io.FileWriter
FileWriter(String, boolean). Constructor for class java.io.FileWriter
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.
fillInStackTrace(). Method in class java.lang.Throwable
Fills in the execution stack trace.
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.
FilterInputStream(InputStream). Constructor for class java.io.FilterInputStream
Creates an input stream filter built on top of the specified input stream.
FilterOutputStream(OutputStream). Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
FilterReader(Reader). Constructor for class java.io.FilterReader
Create a new filtered reader.
FilterWriter(Writer). Constructor for class java.io.FilterWriter
Create a new filtered writer.
finalize(). Method in class java.io.FileInputStream
Ensures that the close method of this file input stream is called when there are no more references to it.
finalize(). Method in class java.io.FileOutputStream
Ensures that the close method of this file output stream is called when there are no more references to this stream.
finalize(). Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize(). Method in class java.lang.Object
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
finalize(). Method in class java.awt.PrintJob
Ends this print job once it is no longer referenced.
findLoadedClass(String). Method in class java.lang.ClassLoader
findSystemClass(String). Method in class java.lang.ClassLoader
Finds the system class with the specified name, loading it in if necessary.
first(Container). Method in class java.awt.CardLayout
Flips to the first card of the container.
firstElement(). Method in class java.util.Vector
Returns the first component of this vector.
Float(double). Constructor for class java.lang.Float
Constructs a newly allocated Floatobject that represents the argument converted to type float.
Float(float). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String). Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating- point value of type float represented by the string.
floatToIntBits(float). Static method in class java.lang.Float
Returns the bit represention of a single-float value.
floatValue(). Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue(). Method in class java.lang.Double
Returns the float value of this Double.
floatValue(). Method in class java.lang.Float
Returns the float value of this Float object.
floatValue(). Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue(). Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue(). Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue(). Method in class java.lang.Short
Returns the value of this Short as a float.
floor(double). Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is not greater than the argument and is equal to a mathematical integer.
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.BufferedOutputStream
Flushes this buffered output stream.
flush(). Method in class java.io.BufferedWriter
Flush the stream.
flush(). Method in class java.io.CharArrayWriter
Flush the stream.
flush(). Method in class java.io.DataOutputStream
Flushes this data output stream.
flush(). Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush(). Method in class java.io.FilterWriter
Flush the stream.
flush(). Method in class java.awt.Image
Flushes all resources being used by this Image object.
flush(). Method in interface java.io.ObjectOutput
Flushes the stream.
flush(). Method in class java.io.ObjectOutputStream
Flushes the stream.
flush(). Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.OutputStreamWriter
Flush the stream.
flush(). Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush(). Method in class java.io.PipedWriter
Flush the stream.
flush(). Method in class java.io.PrintStream
Flush the stream.
flush(). Method in class java.io.PrintWriter
Flush the stream.
flush(). Method in class java.io.StringWriter
Flush the stream.
flush(). Method in class java.io.Writer
Flush the stream.
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
Marks the first integer id for the range of focus event ids.
FOCUS_GAINED. Static variable in class java.awt.event.FocusEvent
The focus gained event type.
FOCUS_LAST. Static variable in class java.awt.event.FocusEvent
Marks the last integer id for the range of focus event ids.
FOCUS_LOST. Static variable in class java.awt.event.FocusEvent
The focus lost event type.
FocusAdapter(). Constructor for class java.awt.event.FocusAdapter
FocusEvent(Component, int). Constructor for class java.awt.event.FocusEvent
Constructs a permanent-level FocusEvent object with the specified source component and type.
FocusEvent(Component, int, boolean). Constructor for class java.awt.event.FocusEvent
Constructs a FocusEvent object with the specified source component, type, and whether or not the focus event is a temporary level event.
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 class java.awt.event.FocusAdapter
focusGained(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component gains the keyboard focus.
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 class java.awt.event.FocusAdapter
focusLost(FocusEvent). Method in interface java.awt.event.FocusListener
Invoked when a component loses the keyboard focus.
font. Variable in class java.awt.FontMetrics
The actual font.
Font(String, int, int). Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
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.
forClass(). Method in class java.io.ObjectStreamClass
Return the class in the local VM that this version is mapped to.
forDigit(int, int). Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
FORMAT. Static variable in class java.lang.Character
forName(String). Static method in class java.lang.Class
Returns the Class object associated with the class with the given string name.
Frame(). Constructor for class java.awt.Frame
Constructs a new instance of Frame that is initially invisible.
Frame(String). Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame object with the specified title.
FRANCE. Static variable in class java.util.Locale
Useful constant for country.
freeMemory(). Method in class java.lang.Runtime
Returns the amount of free memory in the system.
FRENCH. Static variable in class java.util.Locale
Useful constant for language.
FRIDAY. Static variable in class java.util.Calendar
Useful constant for days of week.

G

gc(). Method in class java.lang.Runtime
Runs the garbage collector.
gc(). Static method in class java.lang.System
Runs the garbage collector.
GERMAN. Static variable in class java.util.Locale
Useful constant for language.
GERMANY. Static variable in class java.util.Locale
Useful constant for country.
get(int). Method in class java.util.BitSet
Gets a bit.
get(int). Method in class java.util.Calendar
Gets the value for a given time field.
get(Object). Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object). Method in class java.util.Hashtable
Returns the value to which the specified key is mapped in this hashtable.
getAbsolutePath(). Method in class java.io.File
Returns the absolute pathname of the file represented by this object.
getActionCommand(). Method in class java.awt.event.ActionEvent
Returns the command name associated with this action.
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.MenuItem
Gets the command name of the action event that is fired by this menu item.
getAddress(). Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress(). Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
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.
getAllByName(String). Static method in class java.net.InetAddress
Determines all the IP addresses of a host, given the host's name.
getAllowUserInteraction(). Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getApplet(String). Method in interface java.applet.AppletContext
Finds and returns the applet in the document represented by this applet context with the given name.
getAppletContext(). Method in class java.applet.Applet
Determines this applet's context, which allows the applet to query and affect the environment in which it runs.
getAppletContext(). Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo(). Method in class java.applet.Applet
Returns information about this applet.
getApplets(). Method in interface java.applet.AppletContext
Finds all the applets in the document represented by this applet context.
getAscent(). Method in class java.awt.FontMetrics
Determines the font ascent of the font described by this font metric.
getAudioClip(URL). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL argument.
getAudioClip(URL). Method in interface java.applet.AppletContext
Creates an audio clip.
getAudioClip(URL, String). Method in class java.applet.Applet
Returns the AudioClip object specified by the URL and name arguments.
getAvailableIDs(). Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableIDs(int). Static method in class java.util.TimeZone
Gets the available IDs according to the given time zone offset.
getAvailableLocales(). Static method in class java.util.Calendar
Gets the set of locales for which Calendars are installed.
getBackground(). Method in class java.awt.Component
Gets the background color of this component.
getBlockIncrement(). Method in interface java.awt.Adjustable
Gets the block value increment for the adjustable object.
getBlockIncrement(). Method in class java.awt.Scrollbar
Gets the block increment of this scroll bar.
getBlue(). Method in class java.awt.Color
Gets the blue component of this color.
getBoolean(String). Static method in class java.lang.Boolean
Returns is true if and only if the system property named by the argument exists and is equal to the string "true".
getBoundingBox(). Method in class java.awt.Polygon
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 interface java.awt.Shape
Return the bounding box of the shape.
getBuffer(). Method in class java.io.StringWriter
Return the string buffer itself.
getBundle(String). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getBundle(String, Locale). Static method in class java.util.ResourceBundle
Get the appropriate ResourceBundle subclass.
getByName(String). Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getBytes(). Method in class java.lang.String
Convert this String into bytes according to the platform's default character encoding, storing the result into a new byte array.
getBytes(int, int, byte[], int). Method in class java.lang.String
Copies characters from this string into the destination byte array.
getBytes(String). Method in class java.lang.String
Convert this String into bytes according to the specified character encoding, storing the result into a new byte array.
getCanonicalPath(). Method in class java.io.File
Returns the canonical form of this File object's pathname.
getCaretPosition(). Method in class java.awt.TextComponent
Gets the position of the text insertion caret for this text component.
getChars(int, int, char[], int). Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int). Method in class java.lang.StringBuffer
Characters are copied from this string buffer into the destination character array dst.
getCheckboxGroup(). Method in class java.awt.Checkbox
Determines this check box's group.
getChild(). Method in class java.awt.event.ContainerEvent
Returns the child component that was added or removed in this event.
getClass(). Method in class java.lang.Object
Returns the runtime class of an object.
getClassContext(). Method in class java.lang.SecurityManager
Returns the current execution stack as an array of classes.
getClasses(). Method in class java.lang.Class
Returns an array containing Class objects representing all the public classes and interfaces that are members of the class represented by this Class object.
getClassLoader(). Method in class java.lang.Class
Determines the class loader for the class.
getClassName(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
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.
getClipRect(). Method in class java.awt.Graphics
getCodeBase(). Method in class java.applet.Applet
Gets the base URL.
getCodeBase(). Method in interface java.applet.AppletStub
Gets the base URL.
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.
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.
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 component where this event originated.
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.
getComponentType(). Method in class java.lang.Class
If this class represents an array type, returns the Class object representing the component type of the array; otherwise returns null.
getConstraints(Component). Method in class java.awt.GridBagLayout
Gets the constraints for the specified component.
getConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified public constructor of the class represented by this Class object.
getConstructors(). Method in class java.lang.Class
Returns an array containing Constructor objects reflecting all the public constructors of the class represented by this Class object.
getContainer(). Method in class java.awt.event.ContainerEvent
Returns the container where this event originated.
getContent(). Method in class java.net.URL
Returns the contents of this URL.
getContent(). Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(URLConnection). Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContentEncoding(). Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentLength(). Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContents(). Method in class java.util.ListResourceBundle
See class description.
getContentType(). Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentTypeFor(String). Method in interface java.net.FileNameMap
getCountry(). Method in class java.util.Locale
Getter for programmatic name of field, an uppercased two-letter ISO-3166 code.
getCurrent(). Method in class java.awt.CheckboxGroup
getCursor(). Method in class java.awt.Component
Gets the cursor set on this component.
getCursorType(). Method in class java.awt.Frame
getData(). Method in class java.net.DatagramPacket
Returns the data received or the data to be sent.
getDate(). Method in class java.util.Date
Returns the day of the month represented by this date.
getDate(). Method in class java.net.URLConnection
Returns the value of the date header field.
getDay(). Method in class java.util.Date
Returns the day of the week represented by this date.
getDeclaredClasses(). Method in class java.lang.Class
Returns an array of Class objects reflecting all the classes and interfaces declared as members of the class represented by this Class object.
getDeclaredConstructor(Class[]). Method in class java.lang.Class
Returns a Constructor object that reflects the specified declared constructor of the class or interface represented by this Class object.
getDeclaredConstructors(). Method in class java.lang.Class
Returns an array of Constructor objects reflecting all the constructors declared by the class represented by this Class object.
getDeclaredField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified declared field of the class or interface represented by this Class object.
getDeclaredFields(). Method in class java.lang.Class
Returns an array of Field objects reflecting all the fields declared by the class or interface represented by this Class object.
getDeclaredMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified declared method of the class or interface represented by this Class object.
getDeclaredMethods(). Method in class java.lang.Class
Returns an array of Method objects reflecting all the methods declared by the class or interface represented by this Class object.
getDeclaringClass(). Method in class java.lang.Class
If the class or interface represented by this Class object is a member of another class, returns the Class object representing the class of which it is a member (its declaring class).
getDefault(). Static method in class java.util.Locale
Common method of getting the current default Locale.
getDefault(). Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefaultAllowUserInteraction(). Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultCursor(). Static method in class java.awt.Cursor
Return the system default cursor.
getDefaultRequestProperty(String). Static method in class java.net.URLConnection
Returns the value of the default request property.
getDefaultToolkit(). Static method in class java.awt.Toolkit
Gets the default toolkit.
getDefaultUseCaches(). Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDescent(). Method in class java.awt.FontMetrics
Determines the font descent of the font described by this font metric.
getDirectory(). Method in class java.awt.FileDialog
Gets the directory of this file dialog.
getDisplayCountry(). Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayCountry(Locale). Method in class java.util.Locale
Returns a name for the locale's country that is appropriate for display to the user.
getDisplayLanguage(). Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayLanguage(Locale). Method in class java.util.Locale
Returns a name for the locale's language that is appropriate for display to the user.
getDisplayName(). Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayName(Locale). Method in class java.util.Locale
Returns a name for the locale that is appropriate for display to the user.
getDisplayVariant(). Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDisplayVariant(Locale). Method in class java.util.Locale
Returns a name for the locale's variant code that is appropriate for display to the user.
getDocumentBase(). Method in class java.applet.Applet
Gets the document URL.
getDocumentBase(). Method in interface java.applet.AppletStub
Gets the document URL.
getDoInput(). Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoOutput(). Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getEchoChar(). Method in class java.awt.TextField
Gets the character that is to be used for echoing.
getEncoding(). Method in class java.io.InputStreamReader
Return the name of the encoding being used by this stream.
getEncoding(). Method in class java.io.OutputStreamWriter
Return the name of the encoding being used by this stream.
getenv(String). Static method in class java.lang.System
Gets an environment variable.
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.
getErrorStream(). Method in class java.lang.Process
Gets the error stream of the subprocess.
getException(). Method in class java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this Error to be created.
getExpiration(). Method in class java.net.URLConnection
Returns the value of the expires header field.
getFamily(). Method in class java.awt.Font
Gets the platform specific family name of the font.
getFD(). Method in class java.io.FileInputStream
Returns the opaque file descriptor object associated with this stream.
getFD(). Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD(). Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object associated with this stream.
getField(String). Method in class java.lang.Class
Returns a Field object that reflects the specified public member field of the class or interface represented by this Class object.
getFields(). Method in class java.lang.Class
Returns an array containing Field objects reflecting all the accessible public fields of the class or interface represented by this Class object.
getFile(). Method in class java.awt.FileDialog
Gets the selected file of this file dialog.
getFile(). Method in class java.net.URL
Returns the file name of this URL.
getFileDescriptor(). Method in class java.net.DatagramSocketImpl
Get the datagram socket file descriptor
getFileDescriptor(). Method in class java.net.SocketImpl
Returns the value of this socket's fd field.
getFilenameFilter(). Method in class java.awt.FileDialog
Determines this file dialog's filename filter.
getFileNameMap(). Static method in class java.net.URLConnection
Returns the FileNameMap.
getFilePointer(). Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFirstDayOfWeek(). Method in class java.util.Calendar
Gets what the first day of the week is; e.g., Sunday in US, Monday in France.
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.
getFollowRedirects(). Static method in class java.net.HttpURLConnection
getFont(). Method in class java.awt.Component
Gets the font of this component.
getFont(). Method in class java.awt.FontMetrics
Gets the font described by this font metric.
getFont(). Method in class java.awt.Graphics
Gets the current font.
getFont(). Method in class java.awt.MenuComponent
Gets the font used for this menu component.
getFont(). Method in interface java.awt.MenuContainer
getFont(String). Static method in class java.awt.Font
Gets a font 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
Returns the names of the available fonts in this toolkit.

For 1.1, the following font names are deprecated (the replacement name follows):

The ZapfDingbats font is also deprecated in 1.1, but only as a separate fontname.

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.Graphics
Gets the font metrics for the specified font.
getFontMetrics(Font). Method in class java.awt.Toolkit
Gets the screen metrics of the font.
getFontPeer(String, int). Method in class java.awt.Toolkit
Creates this toolkit's implementation of Font using the specified peer interface.
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.
getGraphics(). Method in class java.awt.PrintJob
Gets a Graphics object that will draw to the next page.
getGreatestMinimum(int). Method in class java.util.Calendar
Gets the highest minimum value for the given field if varies.
getGreatestMinimum(int). Method in class java.util.GregorianCalendar
Returns highest minimum value for the given field if varies.
getGreen(). Method in class java.awt.Color
Gets the green component of this color.
getGregorianChange(). Method in class java.util.GregorianCalendar
Gets the Gregorian Calendar change date.
getHAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the horizontal scrollbar.
getHeaderField(int). Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String). Method in class java.net.URLConnection
Returns the value of the specified header field.
getHeaderFieldDate(String, long). Method in class java.net.URLConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int). Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int). Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeight(). Method in class java.awt.FontMetrics
Gets the standard height of a line of text in this font.
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.BorderLayout
Returns the horizontal gap between components.
getHgap(). Method in class java.awt.CardLayout
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.GridLayout
Gets the horizontal gap between components.
getHost(). Method in class java.net.URL
Returns the host name of this URL, if applicable.
getHostAddress(). Method in class java.net.InetAddress
Returns the IP address string "%d.%d.%d.%d"
getHostName(). Method in class java.net.InetAddress
Returns the fully qualified host name for this address.
getHours(). Method in class java.util.Date
Returns the hour represented by this date.
getHSBColor(float, float, float). Static method in class java.awt.Color
Creates a Color object based on values supplied 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 icon image for this frame.
getID(). Method in class java.awt.AWTEvent
Returns the event type.
getID(). Method in class java.util.TimeZone
Gets the ID of this time zone.
getIfModifiedSince(). Method in class java.net.URLConnection
Returns the value of this object's ifModifiedSince field.
getImage(String). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified file.
getImage(URL). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in interface java.applet.AppletContext
Returns an Image object that can then be painted on the screen.
getImage(URL). Method in class java.awt.Toolkit
Returns an image which gets pixel data from the specified URL.
getImage(URL, String). Method in class java.applet.Applet
Returns an Image object that can then be painted on the screen.
getInCheck(). Method in class java.lang.SecurityManager
Tests if there is a security check in progress.
getInetAddress(). Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress(). Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddress(). Method in class java.net.SocketImpl
Returns the value of this socket's address field.
getInputStream(). Method in class java.lang.Process
Gets the input stream of the subprocess.
getInputStream(). Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream(). Method in class java.net.SocketImpl
Returns an input stream for this socket.
getInputStream(). Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInsets(). Method in class java.awt.Container
Determines the insets of this container, which indicate the size of the container's border.
getInstance(). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and locale.
getInstance(Locale). Static method in class java.util.Calendar
Gets a Calendar using the default timezone and given locale.
getInstance(TimeZone). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and default locale.
getInstance(TimeZone, Locale). Static method in class java.util.Calendar
Gets a Calendar using the given timezone and given locale.
getInteger(String). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer). Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInterface(). Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaces(). Method in class java.lang.Class
Determines the interfaces implemented by the class or interface represented by this object.
getISO3Country(). Method in class java.util.Locale
Getter for the three-letter ISO country abbreviation of the locale.
getISO3Language(). Method in class java.util.Locale
Getter for the three-letter ISO language abbreviation of the locale.
getItem(). Method in class java.awt.event.ItemEvent
Returns the item where the event occurred.
getItem(int). Method in class java.awt.Choice
Gets the string at the specified index in this Choice menu.
getItem(int). Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int). Method in class java.awt.Menu
Gets the item located at the specified index of this menu.
getItemCount(). Method in class java.awt.Choice
Returns the number of items in this Choice menu.
getItemCount(). Method in class java.awt.List
Gets the number of items in the list.
getItemCount(). Method in class java.awt.Menu
Get the number of items in this menu.
getItems(). Method in class java.awt.List
Gets the items in the list.
getItemSelectable(). Method in class java.awt.event.ItemEvent
Returns the ItemSelectable object where this event originated.
getKey(). Method in class java.awt.MenuShortcut
Return the raw keycode of this MenuShortcut.
getKey(). Method in class java.util.MissingResourceException
Gets parameter passed by constructor.
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".
getKeys(). Method in class java.util.ListResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.PropertyResourceBundle
Implementation of ResourceBundle.getKeys.
getKeys(). Method in class java.util.ResourceBundle
Return an enumeration of the keys.
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.Button
Gets the label of this button.
getLabel(). Method in class java.awt.Checkbox
Gets the label of this check box.
getLabel(). Method in class java.awt.MenuItem
Gets the label for this menu item.
getLanguage(). Method in class java.util.Locale
Getter for programmatic name of field, an lowercased two-letter ISO-639 code.
getLastModified(). Method in class java.net.URLConnection
Returns the value of the last-modified header field.
getLayout(). Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutAlignmentX(Container). Method in class java.awt.BorderLayout
Returns the alignment along the x axis.
getLayoutAlignmentX(Container). Method in class java.awt.CardLayout
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 interface java.awt.LayoutManager2
Returns the alignment along the x axis.
getLayoutAlignmentY(Container). Method in class java.awt.BorderLayout
Returns the alignment along the y axis.
getLayoutAlignmentY(Container). Method in class java.awt.CardLayout
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 interface java.awt.LayoutManager2
Returns the alignment along the y axis.
getLayoutDimensions(). Method in class java.awt.GridBagLayout
Determines column widths and row heights for the layout grid.
GetLayoutInfo(Container, int). Method in class java.awt.GridBagLayout
Print the layout constraints.
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 font metric.
getLeastMaximum(int). Method in class java.util.Calendar
Gets the lowest maximum value for the given field if varies.
getLeastMaximum(int). Method in class java.util.GregorianCalendar
Returns lowest maximum value for the given field if varies.
getLength(). Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLineIncrement(). Method in class java.awt.Scrollbar
getLineNumber(). Method in class java.io.LineNumberInputStream
Returns the current line number.
getLineNumber(). Method in class java.io.LineNumberReader
Get the current line number.
getLocalAddress(). Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress(). Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocale(). Method in class java.applet.Applet
Gets the Locale for the applet, if it has been set.
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.
getLocalHost(). Static method in class java.net.InetAddress
Returns the local host.
getLocalizedInputStream(InputStream). Method in class java.lang.Runtime
Creates a localized version of an input stream.
getLocalizedMessage(). Method in class java.lang.Throwable
Creates a localized description of this Throwable.
getLocalizedOutputStream(OutputStream). Method in class java.lang.Runtime
Creates a localized version of an output stream.
getLocalPort(). Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort(). Method in class java.net.DatagramSocketImpl
Get the local port.
getLocalPort(). Method in class java.net.ServerSocket
Returns the port on which this socket is listening.
getLocalPort(). Method in class java.net.Socket
Returns the local port to which this socket is bound.
getLocalPort(). Method in class java.net.SocketImpl
Returns the value of this socket's localport field.
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.
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.
getLong(String). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long). Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
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 font metric.
getMaxDecent(). Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent(). Method in class java.awt.FontMetrics
Determines the maximum descent of the font described by this font metric.
getMaximum(). Method in interface java.awt.Adjustable
Gets the maximum value of the adjustable object.
getMaximum(). Method in class java.awt.Scrollbar
Gets the maximum value of this scroll bar.
getMaximum(int). Method in class java.util.Calendar
Gets the maximum value for the given time field.
getMaximum(int). Method in class java.util.GregorianCalendar
Returns maximum value for the given field.
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.
getMaxPriority(). Method in class java.lang.ThreadGroup
Returns the maximum priority of this thread group.
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.
getMessage(). Method in class java.io.InvalidClassException
Produce the message, include the classname if present.
getMessage(). Method in class java.lang.Throwable
Returns the detail message of this throwable object.
getMessage(). Method in class java.io.WriteAbortedException
Produce the message, include the message from the nested exception if there is one.
getMethod(String, Class[]). Method in class java.lang.Class
Returns a Method object that reflects the specified public member method of the class or interface represented by this Class object.
getMethods(). Method in class java.lang.Class
Returns an array containing Method objects reflecting all the public member methods of the class or interface represented by this Class object, including those declared by the class or interface and and those inherited from superclasses and superinterfaces.
getMinimalDaysInFirstWeek(). Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, getMinimalDaysInFirstWeek returns 1.
getMinimum(). Method in interface java.awt.Adjustable
Gets the minimum value of the adjustable object.
getMinimum(). Method in class java.awt.Scrollbar
Gets the minimum value of this scroll bar.
getMinimum(int). Method in class java.util.Calendar
Gets the minimum value for the given time field.
getMinimum(int). Method in class java.util.GregorianCalendar
Returns minimum value for the given field.
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.List
Determines the minimum size of this scrolling list.
getMinimumSize(). Method in class java.awt.TextArea
Determines the minimum size of this text area.
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.
GetMinSize(Container, GridBagLayoutInfo). Method in class java.awt.GridBagLayout
getMinutes(). Method in class java.util.Date
Returns the number of minutes past the hour represented by this date.
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.ActionEvent
Returns the modifiers held down during this action event.
getModifiers(). Method in class java.lang.Class
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers(). Method in class java.awt.event.InputEvent
Returns the modifiers flag for this event.
getMonth(). Method in class java.util.Date
Returns the month represented by this date.
getName(). Method in class java.lang.Class
Returns the fully-qualified name of the type (class, interface, array, or primitive) represented by this Class object, as a String.
getName(). Method in class java.awt.Component
Gets the name of the component.
getName(). Method in class java.io.File
Returns the name of the file represented by this object.
getName(). Method in class java.awt.Font
Gets the logical name of the font.
getName(). Method in class java.awt.MenuComponent
Gets the name of the menu component.
getName(). Method in class java.io.ObjectStreamClass
The name of the class described by this descriptor.
getName(). Method in class java.lang.Thread
Returns this thread's name.
getName(). Method in class java.lang.ThreadGroup
Returns the name of this thread group.
getNativeContainer(Component). Static method in class java.awt.Toolkit
Give native peers the ability to query the native container given a native component (eg the direct parent may be lightweight).
getNextEvent(). Method in class java.awt.EventQueue
Remove an event from the queue and return it.
getNumericValue(char). Static method in class java.lang.Character
Returns the Unicode numeric value of the character as a nonnegative integer.
getObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getOffset(int, int, int, int, int, int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets offset, for current date, modified in case of daylight savings.
getOffset(int, int, int, int, int, int). Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOrientation(). Method in interface java.awt.Adjustable
Gets the orientation of the adjustable object.
getOrientation(). Method in class java.awt.Scrollbar
Determines the orientation of this scroll bar.
getOutputStream(). Method in class java.lang.Process
Gets the output stream of the subprocess.
getOutputStream(). Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.SocketImpl
Returns an output stream for this socket.
getOutputStream(). Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getPageDimension(). Method in class java.awt.PrintJob
Returns the dimensions of the page in pixels.
getPageIncrement(). Method in class java.awt.Scrollbar
getPageResolution(). Method in class java.awt.PrintJob
Returns the resolution of the page in pixels per inch.
getParameter(String). Method in class java.applet.Applet
Returns the value of the named parameter in the HTML tag.
getParameter(String). Method in interface java.applet.AppletStub
Returns the value of the named parameter in the HTML tag.
getParameterInfo(). Method in class java.applet.Applet
Returns information about the parameters than are understood by this applet.
getParent(). Method in class java.awt.Component
Gets the parent of this component.
getParent(). Method in class java.io.File
Returns the parent part of the pathname of this File object, or null if the name has no parent part.
getParent(). Method in class java.awt.MenuComponent
Returns the parent container for this menu component.
getParent(). Method in class java.lang.ThreadGroup
Returns the parent of this thread group.
getPath(). Method in class java.io.File
Returns the pathname of the file represented by this object.
getPeer(). Method in class java.awt.Component
getPeer(). Method in class java.awt.Font
Gets the peer of the font.
getPeer(). Method in class java.awt.MenuComponent
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.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort(). Method in class java.net.Socket
Returns the remote port to which this socket is connected.
getPort(). Method in class java.net.SocketImpl
Returns the value of this socket's port field.
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.List
Gets the preferred size of this scrolling list.
getPreferredSize(). Method in class java.awt.TextArea
Determines the preferred size of this text area.
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.
getPrintJob(). Method in interface java.awt.PrintGraphics
Returns the PrintJob object from which this PrintGraphics object originated.
getPrintJob(Frame, String, Properties). Method in class java.awt.Toolkit
Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
getPriority(). Method in class java.lang.Thread
Returns this thread's priority.
getProperties(). Static method in class java.lang.System
Determines the current system properties.
getProperty(String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, ImageObserver). Method in class java.awt.Image
Gets a property of this image by name.
getProperty(String, String). Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String). Static method in class java.lang.System
Gets the system property indicated by the specified key.
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 this URL.
getRawOffset(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Gets the GMT offset for this time zone.
getRawOffset(). Method in class java.util.TimeZone
Gets unmodified offset, NOT modified in case of daylight savings.
getRed(). Method in class java.awt.Color
Gets the red component of this color.
getRef(). Method in class java.net.URL
Returns the anchor (also known as the "reference") of this URL.
getRequestMethod(). Method in class java.net.HttpURLConnection
Get the request method.
getRequestProperty(String). Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getResource(String). Method in class java.lang.Class
Finds a resource with the specified name.
getResource(String). Method in class java.lang.ClassLoader
Find a resource with a given name.
getResourceAsStream(String). Method in class java.lang.Class
Finds a resource with a given name.
getResourceAsStream(String). Method in class java.lang.ClassLoader
Get an InputStream on a given resource.
getResponseCode(). Method in class java.net.HttpURLConnection
Gets HTTP response status.
getResponseMessage(). Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getRGB(). Method in class java.awt.Color
Gets the RGB value representing the color in the default RGB ColorModel.
getRGB(). Method in class java.awt.SystemColor
Gets the "current" RGB value representing the symbolic color.
getRows(). Method in class java.awt.GridLayout
Gets the number of rows in this layout.
getRows(). Method in class java.awt.List
Get the number of visible lines in this list.
getRows(). Method in class java.awt.TextArea
Gets the number of rows in the text area.
getRuntime(). Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScaledInstance(int, int, int). Method in class java.awt.Image
Creates a scaled version of this image.
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.
getSeconds(). Method in class java.util.Date
Returns the number of seconds past the minute represented by this date.
getSecurityContext(). Method in class java.lang.SecurityManager
Creates an object that encapsulates the current execution environment.
getSecurityManager(). Static method in class java.lang.System
Gets the system security interface.
getSelectedCheckbox(). Method in class java.awt.CheckboxGroup
Gets the current choice from this check box group.
getSelectedIndex(). Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndex(). Method in class java.awt.List
Gets the index of the selected item on the list,
getSelectedIndexes(). Method in class java.awt.List
Gets the selected indexes on the list.
getSelectedItem(). Method in class java.awt.Choice
Gets a representation of the current choice as a string.
getSelectedItem(). Method in class java.awt.List
Get the selected item on this scrolling list.
getSelectedItems(). Method in class java.awt.List
Get the selected items on this scrolling list.
getSelectedObjects(). Method in class java.awt.Checkbox
Returns the an array (length 1) containing the checkbox label or null if the checkbox is not 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.Choice
Returns an array (length 1) containing the currently selected item.
getSelectedObjects(). Method in interface java.awt.ItemSelectable
Returns the selected items or null if no items are selected.
getSelectedObjects(). Method in class java.awt.List
Returns the selected items on the list in an array of Objects.
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.
getSerialVersionUID(). Method in class java.io.ObjectStreamClass
Return the serialVersionUID for this class.
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 has been specified.
getSigners(). Method in class java.lang.Class
Get the signers of this class.
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.Dimension
Gets the size of this Dimension object.
getSize(). Method in class java.awt.Font
Gets the point size of the font.
getSize(). Method in class java.awt.Rectangle
Gets the size (width and height) of this rectangle.
getSoLinger(). Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout(). Method in class java.net.DatagramSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.ServerSocket
Retrive setting for SO_TIMEOUT.
getSoTimeout(). Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource(). Method in class java.util.EventObject
getSource(). Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getState(). Method in class java.awt.Checkbox
Determines whether this check box is in the "on" or "off" state.
getState(). Method in class java.awt.CheckboxMenuItem
Determines whether the state of this check box menu item is "on" or "off."
getStateChange(). Method in class java.awt.event.ItemEvent
Returns the state change type which generated the event.
getString(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStringArray(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
getStyle(). Method in class java.awt.Font
Gets the style of the font.
getSuperclass(). Method in class java.lang.Class
If this object represents any class other than the class Object, then the object that represents the superclass of that class is returned.
getSystemClipboard(). Method in class java.awt.Toolkit
Gets an instance of the system clipboard which interfaces with clipboard facilities provided by the native platform.
getSystemEventQueue(). Method in class java.awt.Toolkit
Get the application's or applet's EventQueue instance.
getSystemEventQueueImpl(). Method in class java.awt.Toolkit
getSystemResource(String). Static method in class java.lang.ClassLoader
Find a resource with a given name.
getSystemResourceAsStream(String). Static method in class java.lang.ClassLoader
Get an InputStream on a given resource..
getTcpNoDelay(). Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getText(). Method in class java.awt.Label
Gets the text of this label.
getText(). Method in class java.awt.TextComponent
Gets the text that is presented by this text component.
getThreadGroup(). Method in class java.lang.SecurityManager
Returns the thread group into which to instantiate any new thread being created at the time this is being called.
getThreadGroup(). Method in class java.lang.Thread
Returns this thread's thread group.
getTime(). Method in class java.util.Calendar
Gets this Calendar's current time.
getTime(). Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this date.
getTimeInMillis(). Method in class java.util.Calendar
Gets this Calendar's current time as a long.
getTimeZone(). Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String). Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTimezoneOffset(). Method in class java.util.Date
Returns the local time-zone offset.
getTitle(). Method in class java.awt.Dialog
Gets the title of the dialog.
getTitle(). Method in class java.awt.Frame
Gets the title of the frame.
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.
getTreeLock(). Method in class java.awt.Component
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.
getTTL(). Method in class java.net.DatagramSocketImpl
Retrieve the TTL (time-to-live) option.
getTTL(). Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getType(). Method in class java.awt.Cursor
Returns the type for this cursor.
getType(char). Static method in class java.lang.Character
Returns a value indicating a character category.
getUnitIncrement(). Method in interface java.awt.Adjustable
Gets the unit value increment for the adjustable object.
getUnitIncrement(). Method in class java.awt.Scrollbar
Gets the unit increment for this scrollbar.
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 class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getUseCaches(). Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getVAdjustable(). Method in class java.awt.ScrollPane
Returns the Adjustable object which represents the state of the vertical scrollbar.
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.
getValue(). Method in class java.awt.Scrollbar
Gets the current value of this scroll bar.
getVariant(). Method in class java.util.Locale
Getter for programmatic name of field.
getVgap(). Method in class java.awt.BorderLayout
Returns the vertical gap between components.
getVgap(). Method in class java.awt.CardLayout
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.GridLayout
Gets 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
getVisibleAmount(). Method in interface java.awt.Adjustable
Gets the length of the propertional indicator.
getVisibleAmount(). Method in class java.awt.Scrollbar
Gets the visible amount of this scroll bar.
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(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 window where this event originated.
getX(). Method in class java.awt.event.MouseEvent
Returns the x position of the event relative to the source component.
getY(). Method in class java.awt.event.MouseEvent
Returns the y position of the event relative to the source component.
getYear(). Method in class java.util.Date
Returns the year represented by this date, minus 1900.
GOT_FOCUS. Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object). Method in class java.awt.Component
Graphics(). Constructor for class java.awt.Graphics
Constructs a new Graphics object.
gray. Static variable in class java.awt.Color
The color gray.
green. Static variable in class java.awt.Color
The color green.
GregorianCalendar(). Constructor for class java.util.GregorianCalendar
Constructs a default GregorianCalendar using the current time in the default time zone with the default locale.
GregorianCalendar(int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date set in the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(int, int, int, int, int, int). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar with the given date and time set for the default time zone with the default locale.
GregorianCalendar(Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the default time zone with the given locale.
GregorianCalendar(TimeZone). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the default locale.
GregorianCalendar(TimeZone, Locale). Constructor for class java.util.GregorianCalendar
Constructs a GregorianCalendar based on the current time in the given time zone with the given locale.
GridBagConstraints(). Constructor for class java.awt.GridBagConstraints
Creates a GridBagConstraint object with all of its fields set to their default value.
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(). 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
Grows the rectangle both horizontally and vertically.
guessContentTypeFromName(String). Static method in class java.net.URLConnection
Tries to determine the content type of an object, based on the specified "file" component of a URL.
guessContentTypeFromStream(InputStream). Static method in class java.net.URLConnection
Tries to determine the type of an input stream based on the characters at the beginning of the input stream.

H

HAND_CURSOR. Static variable in class java.awt.Cursor
The hand cursor type.
HAND_CURSOR. Static variable in class java.awt.Frame
handleEvent(Event). Method in class java.awt.Component
handleGetObject(String). Method in class java.util.ListResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.PropertyResourceBundle
Override of ResourceBundle, same semantics
handleGetObject(String). Method in class java.util.ResourceBundle
Get an object from a ResourceBundle.
hasChanged(). Method in class java.util.Observable
Tests if this object has changed.
hashCode(). Method in class java.util.BitSet
Gets the hashcode.
hashCode(). Method in class java.lang.Boolean
Returns a hash code for this Boolean.
hashCode(). Method in class java.lang.Byte
Returns a hashcode for this Byte.
hashCode(). Method in class java.lang.Character
Returns a hash code for this Character.
hashCode(). Method in class java.awt.Color
Computes the hash code for this color.
hashCode(). Method in class java.util.Date
Returns a hash code value for this object.
hashCode(). Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode(). Method in class java.io.File
Computes a hashcode for the file.
hashCode(). Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode(). Method in class java.awt.Font
Returns a hashcode for this font.
hashCode(). Method in class java.util.GregorianCalendar
Override hashCode.
hashCode(). Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode(). Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode(). Method in class java.util.Locale
Override hashCode.
hashCode(). Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode(). Method in class java.lang.Object
Returns a hash code value for the object.
hashCode(). Method in class java.awt.Point
Returns the hashcode for this point.
hashCode(). Method in class java.awt.Rectangle
Returns the hashcode for this rectangle.
hashCode(). Method in class java.lang.Short
Returns a hashcode for this Short.
hashCode(). Method in class java.util.SimpleTimeZone
Override hashCode.
hashCode(). Method in class java.lang.String
Returns a hashcode for this string.
hashCode(). Method in class java.net.URL
Creates an integer suitable for hash table indexing.
Hashtable(). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default capacity and load factor.
Hashtable(int). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor.
Hashtable(int, float). Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
hasMoreElements(). Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements(). Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens(). Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
height. Variable in class java.awt.Dimension
The height dimension.
height. Variable in class java.awt.Rectangle
The height of the rectangle.
hide(). Method in class java.awt.Component
HOME. Static variable in class java.awt.Event
The Home key, a non-ASCII action key.
HORIZONTAL. Static variable in interface java.awt.Adjustable
The horizontal orientation.
HORIZONTAL. Static variable in class java.awt.GridBagConstraints
Resize the component horizontally but not vertically.
HORIZONTAL. Static variable in class java.awt.Scrollbar
A constant that indicates a horizontal scroll bar.
HOUR. Static variable in class java.util.Calendar
Useful constant for date and time.
HOUR_OF_DAY. Static variable in class java.util.Calendar
Useful constant for date and time.
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 RGB model.
HTTP_ACCEPTED. Static variable in class java.net.HttpURLConnection
HTTP_BAD_GATEWAY. Static variable in class java.net.HttpURLConnection
HTTP_BAD_METHOD. Static variable in class java.net.HttpURLConnection
HTTP_BAD_REQUEST. Static variable in class java.net.HttpURLConnection
4XX: client error
HTTP_CLIENT_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_CONFLICT. Static variable in class java.net.HttpURLConnection
HTTP_CREATED. Static variable in class java.net.HttpURLConnection
HTTP_ENTITY_TOO_LARGE. Static variable in class java.net.HttpURLConnection
HTTP_FORBIDDEN. Static variable in class java.net.HttpURLConnection
HTTP_GATEWAY_TIMEOUT. Static variable in class java.net.HttpURLConnection
HTTP_GONE. Static variable in class java.net.HttpURLConnection
HTTP_INTERNAL_ERROR. Static variable in class java.net.HttpURLConnection
HTTP_LENGTH_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_PERM. Static variable in class java.net.HttpURLConnection
HTTP_MOVED_TEMP. Static variable in class java.net.HttpURLConnection
HTTP_MULT_CHOICE. Static variable in class java.net.HttpURLConnection
3XX: relocation/redirect
HTTP_NO_CONTENT. Static variable in class java.net.HttpURLConnection
HTTP_NOT_ACCEPTABLE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_AUTHORITATIVE. Static variable in class java.net.HttpURLConnection
HTTP_NOT_FOUND. Static variable in class java.net.HttpURLConnection
HTTP_NOT_MODIFIED. Static variable in class java.net.HttpURLConnection
HTTP_OK. Static variable in class java.net.HttpURLConnection
2XX: generally "OK"
HTTP_PARTIAL. Static variable in class java.net.HttpURLConnection
HTTP_PAYMENT_REQUIRED. Static variable in class java.net.HttpURLConnection
HTTP_PRECON_FAILED. Static variable in class java.net.HttpURLConnection
HTTP_PROXY_AUTH. Static variable in class java.net.HttpURLConnection
HTTP_REQ_TOO_LONG. Static variable in class java.net.HttpURLConnection
HTTP_RESET. Static variable in class java.net.HttpURLConnection
HTTP_SEE_OTHER. Static variable in class java.net.HttpURLConnection
HTTP_SERVER_ERROR. Static variable in class java.net.HttpURLConnection
5XX: server error
HTTP_UNAUTHORIZED. Static variable in class java.net.HttpURLConnection
HTTP_UNAVAILABLE. Static variable in class java.net.HttpURLConnection
HTTP_UNSUPPORTED_TYPE. Static variable in class java.net.HttpURLConnection
HTTP_USE_PROXY. Static variable in class java.net.HttpURLConnection
HTTP_VERSION. Static variable in class java.net.HttpURLConnection
HttpURLConnection(URL). Constructor for class java.net.HttpURLConnection
Constructor for the URLStreamHandler.

I

id. Variable in class java.awt.AWTEvent
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.
identityHashCode(Object). Static method in class java.lang.System
Returns the same hashcode for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IEEEremainder(double, double). Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
ifModifiedSince. Variable in class java.net.URLConnection
Some protocols support skipping the fetching of the object unless the object has been modified more recently than a certain time.
IllegalAccessError(). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String). Constructor for class java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException(). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String). Constructor for class java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException(). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String). Constructor for class java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
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.
IllegalMonitorStateException(). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String). Constructor for class java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException(). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String). Constructor for class java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalThreadStateException(). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String). Constructor for class java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image(). Constructor for class java.awt.Image
imageUpdate(Image, int, int, int, int, int). Method in class java.awt.Component
Repaints the component when the image has changed.
implAccept(Socket). Method in class java.net.ServerSocket
Subclasses of ServerSocket use this method to override accept() to return their own subclass of socket.
in. Static variable in class java.io.FileDescriptor
A handle to the standard input stream.
in. Variable in class java.io.FilterInputStream
The underlying input stream.
in. Variable in class java.io.FilterReader
The underlying character-input stream, or null if the stream has been closed
in. Variable in class java.io.PipedInputStream
in. Static variable in class java.lang.System
The "standard" 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.
inCheck. Variable in class java.lang.SecurityManager
This field is true if there is a security check in progress; false otherwise.
inClass(String). Method in class java.lang.SecurityManager
Tests if the specified String is in this Class.
inClassLoader(). Method in class java.lang.SecurityManager
Tests if the current ClassLoader is equal to null.
IncompatibleClassChangeError(). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String). Constructor for class java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
inDaylightTime(Date). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if the given date is in Daylight Savings Time.
inDaylightTime(Date). Method in class java.util.TimeZone
Queries if the given date is in Daylight Savings Time in this time zone.
indexOf(int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(Object). Method in class java.util.Vector
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, int). Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
indexOf(String). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int). Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
IndexOutOfBoundsException(). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String). Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
INFO. Static variable in class java.awt.SystemColor
The array index for the info background color.
info. Static variable in class java.awt.SystemColor
The background color for info(help) text.
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.
init(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it has been loaded into the system.
init(). Method in class opg5.bioklient
This method initialises the applet.
InputStream(). Constructor for class java.io.InputStream
InputStreamReader(InputStream). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the default character encoding.
InputStreamReader(InputStream, String). Constructor for class java.io.InputStreamReader
Create an InputStreamReader that uses the named character encoding.
INSERT. Static variable in class java.awt.Event
The Insert key, a non-ASCII action key.
insert(int, boolean). Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char). Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]). Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, double). Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this string buffer.
insert(int, float). Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, int). Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long). Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, Object). Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String). Method in class java.lang.StringBuffer
Inserts the string into this string buffer.
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.Choice
Inserts the item into this choice 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.
insertElementAt(Object, int). Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
insertSeparator(int). Method in class java.awt.Menu
Inserts a separator at the specified position.
insertText(String, int). Method in class java.awt.TextArea
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(). Method in class java.awt.Container
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
inside(int, int). Method in class java.awt.Polygon
inside(int, int). Method in class java.awt.Rectangle
InstantiationError(). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String). Constructor for class java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException(). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String). Constructor for class java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
intBitsToFloat(int). Static method in class java.lang.Float
Returns the single-float corresponding to a given bit represention.
Integer(int). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the primitive int argument.
Integer(String). Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the value represented by the string.
intern(). Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError(). Constructor for class java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String). Constructor for class java.lang.InternalError
Constructs an InternalError with the specified detail message.
internalGet(int). Method in class java.util.Calendar
Gets the value for a given time field.
interrupt(). Method in class java.lang.Thread
Interrupts this thread.
interrupted(). Static method in class java.lang.Thread
Tests if the current thread has been interrupted.
InterruptedException(). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String). Constructor for class java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException(). Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with no detail message.
InterruptedIOException(String). Constructor for class java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
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 this rectangle and the specified rectangle intersect.
intValue(). Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue(). Method in class java.lang.Double
Returns the integer value of this Double (by casting to an int).
intValue(). Method in class java.lang.Float
Returns the integer value of this Float (by casting to an int).
intValue(). Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue(). Method in class java.lang.Long
Returns the value of this Long as an int.
intValue(). Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue(). Method in class java.lang.Short
Returns the value of this Short as an int.
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.BorderLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
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 class java.awt.GridBagLayout
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.
InvalidClassException(String). Constructor for class java.io.InvalidClassException
Report a InvalidClassException for the specified reason.
InvalidClassException(String, String). Constructor for class java.io.InvalidClassException
InvalidObjectException(String). Constructor for class java.io.InvalidObjectException
Constructs an InvalidObjectException with a detail message.
IOException(). Constructor for class java.io.IOException
Constructs an IOException with no detail message.
IOException(String). Constructor for class java.io.IOException
Constructs an IOException with the specified detail message.
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.
isAbsolute(). Method in class java.io.File
Tests if the file represented by this File object is an absolute pathname.
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.
isActive(). Method in class java.applet.Applet
Determines if this applet is active.
isActive(). Method in interface java.applet.AppletStub
Determines if the applet is active.
isAlive(). Method in class java.lang.Thread
Tests if this thread is alive.
isAltDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Alt 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.
isArray(). Method in class java.lang.Class
If this Class object represents an array type, returns true, otherwise returns false.
isAssignableFrom(Class). Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isBold(). Method in class java.awt.Font
Indicates whether the font'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.
isControlDown(). Method in class java.awt.event.InputEvent
Returns whether or not the Control modifier is down on this event.
isDaemon(). Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDaemon(). Method in class java.lang.ThreadGroup
Tests if this thread group is a daemon thread group.
isDefined(char). Static method in class java.lang.Character
Determines if a character has a defined meaning in Unicode.
isDestroyed(). Method in class java.lang.ThreadGroup
Tests if this thread group has been destroyed.
isDigit(char). Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirectory(). Method in class java.io.File
Tests if the file represented by this File object is a directory.
isEditable(). Method in class java.awt.TextComponent
Indicates whether or not this text component is editable.
isEmpty(). Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty(). Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty(). Method in class java.awt.Rectangle
Determines whether this rectangle is empty.
isEmpty(). Method in class java.util.Vector
Tests if this vector has no components.
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.
isFile(). Method in class java.io.File
Tests if the file represented by this File object is a "normal" file.
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.
isIdentifierIgnorable(char). Static method in class java.lang.Character
Determines if the specified character should be regarded as an ignorable character in a Java identifier or a Unicode identifier.
isIndexSelected(int). Method in class java.awt.List
Determines if the specified item in this scrolling list is selected.
isInfinite(). Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude.
isInfinite(). Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude.
isInfinite(double). Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude.
isInfinite(float). Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude.
isInstance(Object). Method in class java.lang.Class
This method is the dynamic equivalent of the Java language instanceof operator.
isInterface(). Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterrupted(). Method in class java.lang.Thread
Tests if the current thread has been interrupted.
isISOControl(char). Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic(). Method in class java.awt.Font
Indicates whether the font's style is italic.
isJavaIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Java identifier as other than the first character.
isJavaIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Java identifier.
isJavaLetter(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter, that is, the character is permissible as the first character in an identifier in the Java language.
isJavaLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a "Java" letter or digit, that is, the character is permissible as a non-initial character in an identifier in the Java language.
isLeapYear(int). Method in class java.util.GregorianCalendar
Determines if the given year is a leap year.
isLenient(). Method in class java.util.Calendar
Tell whether date/time interpretation is to be lenient.
isLetter(char). Static method in class java.lang.Character
Determines if the specified character is a letter.
isLetterOrDigit(char). Static method in class java.lang.Character
Determines if the specified character is a letter or digit.
isLowerCase(char). Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
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.
isMulticastAddress(). Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a IP multicast address.
isMultipleMode(). Method in class java.awt.List
Determines whether this list allows multiple selections.
isNaN(). Method in class java.lang.Double
Returns true if this Double value is the special Not-a-Number (NaN) value.
isNaN(). Method in class java.lang.Float
Returns true if this Float value is Not-a-Number (NaN).
isNaN(double). Static method in class java.lang.Double
Returns true if the specified number is the special Not-a-Number (NaN) value.
isNaN(float). Static method in class java.lang.Float
Returns true if the specified number is the special Not-a-Number (NaN) value.
isPlain(). Method in class java.awt.Font
Indicates whether the font'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.
isPrimitive(). Method in class java.lang.Class
Determines if the specified Class object represents a primitive Java type.
isResizable(). Method in class java.awt.Dialog
Indicates whether this dialog window is resizable.
isResizable(). Method in class java.awt.Frame
Indicates whether this frame is resizable.
isSelected(int). Method in class java.awt.List
isSet. Variable in class java.util.Calendar
The flags which tell if a specified time field for the calendar is set.
isSet(int). Method in class java.util.Calendar
Determines if the given time field has a value set.
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.
isSpace(char). Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space.
isSpaceChar(char). Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isTearOff(). Method in class java.awt.Menu
Indicates whether this menu is a tear-off menu.
isTemporary(). Method in class java.awt.event.FocusEvent
Returns whether or not this focus change event is a temporary change.
isTimeSet. Variable in class java.util.Calendar
The flag which indicates if the current time is set for the calendar.
isTitleCase(char). Static method in class java.lang.Character
Determines if the specified character is a titlecase character.
isUnicodeIdentifierPart(char). Static method in class java.lang.Character
Determines if the specified character may be part of a Unicode identifier as other than the first character.
isUnicodeIdentifierStart(char). Static method in class java.lang.Character
Determines if the specified character is permissible as the first character in a Unicode identifier.
isUpperCase(char). Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid(). Method in class java.awt.Component
Determines whether this component is valid.
isVisible(). Method in class java.awt.Component
Determines whether this component is visible.
isWhitespace(char). Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
ITALIAN. Static variable in class java.util.Locale
Useful constant for language.
ITALIC. Static variable in class java.awt.Font
The italicized style constant.
ITALY. Static variable in class java.util.Locale
Useful constant for country.
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
Marks the first integer id for the range of item event ids.
ITEM_LAST. Static variable in class java.awt.event.ItemEvent
Marks the last integer id for the range of item event ids.
ITEM_STATE_CHANGED. Static variable in class java.awt.event.ItemEvent
The item state changed event type.
ItemEvent(ItemSelectable, int, Object, int). Constructor for class java.awt.event.ItemEvent
Constructs a ItemSelectEvent object with the specified ItemSelectable source, type, item, and item select state.
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's state has been changed.

J

JANUARY. Static variable in class java.util.Calendar
Useful constant for month.
JAPAN. Static variable in class java.util.Locale
Useful constant for country.
JAPANESE. Static variable in class java.util.Locale
Useful constant for language.
join(). Method in class java.lang.Thread
Waits for this thread to die.
join(InetAddress). Method in class java.net.DatagramSocketImpl
Join the multicast group.
join(long). Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int). Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
joinGroup(InetAddress). Method in class java.net.MulticastSocket
Joins a multicast group.
JULY. Static variable in class java.util.Calendar
Useful constant for month.
JUNE. Static variable in class java.util.Calendar
Useful constant for month.

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
Marks the first integer id for the range of key event ids.
KEY_LAST. Static variable in class java.awt.event.KeyEvent
Marks the last integer id for the range of key event ids.
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 type.
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 type.
KEY_TYPED. Static variable in class java.awt.event.KeyEvent
The key typed event type.
KeyAdapter(). Constructor for class java.awt.event.KeyAdapter
keyDown(Event, int). Method in class java.awt.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 with the specified source component, type, modifiers, and key.
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 class java.awt.event.KeyAdapter
keyPressed(KeyEvent). Method in interface java.awt.event.KeyListener
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 class java.awt.event.KeyAdapter
keyReleased(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been released.
keys(). Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys(). Method in class java.util.Hashtable
Returns an enumeration of the keys in this 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 class java.awt.event.KeyAdapter
keyTyped(KeyEvent). Method in interface java.awt.event.KeyListener
Invoked when a key has been typed.
keyUp(Event, int). Method in class java.awt.Component
KOREA. Static variable in class java.util.Locale
Useful constant for country.
KOREAN. Static variable in class java.util.Locale
Useful constant for language.

L

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(Container). Method in class java.awt.CardLayout
Flips to the last card of the container.
lastElement(). Method in class java.util.Vector
Returns the last component of the vector.
lastIndexOf(int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(Object). Method in class java.util.Vector
Returns the index of the last occurrence of the specified object in this vector.
lastIndexOf(Object, int). Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified index, and returns an index to it.
lastIndexOf(String). Method in class java.lang.String
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int). Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastModified(). Method in class java.io.File
Returns the time that the file represented by this File object was last modified.
lastPageFirst(). Method in class java.awt.PrintJob
Returns true if the last page will be printed first.
layout(). Method in class java.awt.Component
layout(). Method in class java.awt.Container
layout(). Method in class java.awt.ScrollPane
layoutContainer(Container). Method in class java.awt.BorderLayout
Lays out the container argument using this border layout.
layoutContainer(Container). Method in class java.awt.CardLayout
Lays out the specified container using this card layout.
layoutContainer(Container). Method in class java.awt.FlowLayout
Lays out the container.
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.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.
layoutInfo. Variable in class java.awt.GridBagLayout
leave(InetAddress). Method in class java.net.DatagramSocketImpl
Leave the multicast group.
leaveGroup(InetAddress). Method in class java.net.MulticastSocket
Leave a multicast group.
LEFT. Static variable in class java.awt.Event
The Left Arrow key, a non-ASCII action key.
LEFT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be left-justified.
left. Variable in class java.awt.Insets
The inset from the left.
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.
length. Variable in class java.io.OptionalDataException
The number of bytes of primitive data available to be read in the current buffer.
length(). Method in class java.io.File
Returns the length of the file represented by this File object.
length(). Method in class java.io.RandomAccessFile
Returns the length of this file.
length(). Method in class java.lang.String
Returns the length of this string.
length(). Method in class java.lang.StringBuffer
Returns the length (character count) of this string buffer.
LETTER_NUMBER. Static variable in class java.lang.Character
lightGray. Static variable in class java.awt.Color
The color light gray.
LINE_SEPARATOR. Static variable in class java.lang.Character
lineno(). Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream(InputStream). Constructor for class java.io.LineNumberInputStream
Constructs a newline number input stream that reads its input from the specified input stream.
LineNumberReader(Reader). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, using the default input-buffer size.
LineNumberReader(Reader, int). Constructor for class java.io.LineNumberReader
Create a new line-numbering reader, reading characters into a buffer of the given size.
LinkageError(). Constructor for class java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String). Constructor for class java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
list(). Method in class java.awt.Component
Prints a listing of this component to the standard system output stream System.out.
list(). Method in class java.io.File
Returns a list of the files in the directory specified by this File object.
List(). Constructor for class java.awt.List
Creates a new scrolling list.
list(). Method in class java.lang.ThreadGroup
Prints information about this thread group to the standard output.
list(FilenameFilter). Method in class java.io.File
Returns a list of the files in the directory specified by this File that satisfy the specified filter.
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). Method in class java.util.Properties
Prints this property list out 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). Method in class java.util.Properties
Prints this property list out to the specified output stream.
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.
LIST_DESELECT. Static variable in class java.awt.Event
An item in a list has been deselected.
LIST_SELECT. Static variable in class java.awt.Event
An item in a list has been selected.
listen(int). Method in class java.net.SocketImpl
Sets the maximum queue length for incoming connection indications (a request to connect) to the count argument.
ListResourceBundle(). Constructor for class java.util.ListResourceBundle
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(InputStream). Method in class java.util.Properties
Reads a property list from an input stream.
load(String). Method in class java.lang.Runtime
Loads the specified filename as a dynamic library.
load(String). Static method in class java.lang.System
Loads the specified filename as a dynamic library.
LOAD_FILE. Static variable in class java.awt.Event
A file loading event.
loadClass(String). Method in class java.lang.ClassLoader
Requests the class loader to load and resolve a class with the specified name.
loadClass(String, boolean). Method in class java.lang.ClassLoader
Resolves the specified name to a Class.
LOADING. Static variable in class java.awt.MediaTracker
Flag indicating some media is currently being loaded.
loadLibrary(String). Method in class java.lang.Runtime
Loads the dynamic library with the specified library name.
loadLibrary(String). Static method in class java.lang.System
Loads the system library specified by the libname argument.
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(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.
localPort. Variable in class java.net.DatagramSocketImpl
localport. Variable in class java.net.SocketImpl
The local port number to which this socket is connected.
locate(int, int). Method in class java.awt.Component
locate(int, int). Method in class java.awt.Container
location(). Method in class java.awt.Component
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.Reader
The object used to synchronize operations on this stream.
lock. Variable in class java.io.Writer
The object used to synchronize operations on this stream.
log(double). Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
Long(long). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the primitive long argument.
Long(String). Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the value represented by the string.
longBitsToDouble(long). Static method in class java.lang.Double
Returns the double-float corresponding to a given bit represention.
longValue(). Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue(). Method in class java.lang.Double
Returns the long value of this Double (by casting to a long).
longValue(). Method in class java.lang.Float
Returns the long value of this Float (by casting to a long).
longValue(). Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue(). Method in class java.lang.Long
Returns the value of this Long as a long.
longValue(). Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue(). Method in class java.lang.Short
Returns the value of this Short as a long.
lookup(Class). Static method in class java.io.ObjectStreamClass
Find the descriptor for a class that can be serialized.
lookupConstraints(Component). Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop(). Method in interface java.applet.AudioClip
Starts playing this audio clip in a loop.
LOST_FOCUS. Static variable in class java.awt.Event
A component lost the focus.
lostFocus(Event, Object). Method in class java.awt.Component
LOWERCASE_LETTER. Static variable in class java.lang.Character
lowerCaseMode(boolean). Method in class java.io.StreamTokenizer
Determines whether or not word token are automatically lowercased.

M

magenta. Static variable in class java.awt.Color
The color magenta.
main(String[]). Static method in class opg5.bioserver
The method is alway called in an application
makeVisible(int). Method in class java.awt.List
Makes the item at the specified index visible.
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 java.util.Calendar
Useful constant for month.
mark. Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int). Method in class java.io.BufferedInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.BufferedReader
Mark the present position in the stream.
mark(int). Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int). Method in class java.io.CharArrayReader
Mark the present position in the stream.
mark(int). Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.FilterReader
Mark the present position in the stream.
mark(int). Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberInputStream
Marks the current position in this input stream.
mark(int). Method in class java.io.LineNumberReader
Mark the present position in the stream.
mark(int). Method in class java.io.Reader
Mark the present position in the stream.
mark(int). Method in class java.io.StringReader
Mark the present position in the stream.
markedPos. Variable in class java.io.CharArrayReader
Position of mark in buffer
marklimit. Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos. Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported(). Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.BufferedReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.ByteArrayInputStream
Tests if ByteArrayInputStream supports mark/reset.
markSupported(). Method in class java.io.CharArrayReader
Tell whether this stream supports the mark() operation, which it does.
markSupported(). Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.FilterReader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported(). Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported(). Method in class java.io.PushbackReader
Tell whether this stream supports the mark() operation, which it does not.
markSupported(). Method in class java.io.Reader
Tell whether this stream supports the mark() operation.
markSupported(). Method in class java.io.StringReader
Tell whether this stream supports the mark() operation, which it does.
MATH_SYMBOL. Static variable in class java.lang.Character
max(double, double). Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float). Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int). Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long). Static method in class java.lang.Math
Returns the greater of two long values.
MAX_PRIORITY. Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX. Static variable in class java.lang.Character
The maximum radix available for conversion to and from Strings.
MAX_VALUE. Static variable in class java.lang.Byte
The maximum value a Byte can have.
MAX_VALUE. Static variable in class java.lang.Character
The constant value of this field is the largest value of type char.
MAX_VALUE. Static variable in class java.lang.Double
The largest positive value of type double.
MAX_VALUE. Static variable in class java.lang.Float
The largest positive value of type float.
MAX_VALUE. Static variable in class java.lang.Integer
The largest value of type int.
MAX_VALUE. Static variable in class java.lang.Long
The largest value of type long.
MAX_VALUE. Static variable in class java.lang.Short
The maximum value a Short can have.
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.BorderLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.CardLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in class java.awt.GridBagLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
maximumLayoutSize(Container). Method in interface java.awt.LayoutManager2
Returns the maximum size of this component.
MAY. Static variable in class java.util.Calendar
Useful constant for month.
MediaTracker(Component). Constructor for class java.awt.MediaTracker
Creates a media tracker to track images for a given component.
menu. Static variable in class java.awt.SystemColor
The background color for menus.
MENU. Static variable in class java.awt.SystemColor
The array index for the menu background 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.
MENU_TEXT. Static variable in class java.awt.SystemColor
The array index for the menu text color.
MenuBar(). Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuComponent(). Constructor for class java.awt.MenuComponent
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(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.ActionEvent
The meta modifier constant.
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.
metaDown(). Method in class java.awt.Event
Checks if the Meta key is down.
method. Variable in class java.net.HttpURLConnection
MILLISECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
min(double, double). Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float). Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int). Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long). Static method in class java.lang.Math
Returns the smaller of two long values.
MIN_PRIORITY. Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX. Static variable in class java.lang.Character
The minimum radix available for conversion to and from Strings.
MIN_VALUE. Static variable in class java.lang.Byte
The minimum value a Byte can have.
MIN_VALUE. Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char.
MIN_VALUE. Static variable in class java.lang.Double
The smallest positive value of type double.
MIN_VALUE. Static variable in class java.lang.Float
The smallest positive value of type float.
MIN_VALUE. Static variable in class java.lang.Integer
The smallest value of type int.
MIN_VALUE. Static variable in class java.lang.Long
The smallest value of type long.
MIN_VALUE. Static variable in class java.lang.Short
The minimum value a Short can have.
minimumLayoutSize(Container). Method in class java.awt.BorderLayout
Determines the minimum size of the target container using this layout manager.
minimumLayoutSize(Container). Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumLayoutSize(Container). Method in class java.awt.FlowLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container). Method in class java.awt.GridBagLayout
Determines the minimum size of the target container using this grid bag layout.
minimumLayoutSize(Container). Method in class java.awt.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.
minimumSize(). Method in class java.awt.Component
minimumSize(). Method in class java.awt.Container
minimumSize(). Method in class java.awt.List
minimumSize(). Method in class java.awt.TextArea
minimumSize(). Method in class java.awt.TextField
minimumSize(int). Method in class java.awt.List
minimumSize(int). Method in class java.awt.TextField
minimumSize(int, int). Method in class java.awt.TextArea
MINSIZE. Static variable in class java.awt.GridBagLayout
The smallest grid that can be laid out by the grid bag layout.
MINUTE. Static variable in class java.util.Calendar
Useful constant for date and time.
MissingResourceException(String, String, String). Constructor for class java.util.MissingResourceException
Constructs a MissingResourceException with the specified information.
mkdir(). Method in class java.io.File
Creates a directory whose pathname is specified by this File object.
mkdirs(). Method in class java.io.File
Creates a directory whose pathname is specified by this File object, including any necessary parent directories.
MODIFIER_LETTER. Static variable in class java.lang.Character
MODIFIER_SYMBOL. Static variable in class java.lang.Character
modifiers. Variable in class java.awt.Event
The state of the modifier keys.
MONDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
MOUSE_CLICKED. Static variable in class java.awt.event.MouseEvent
The mouse clicked event type.
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 type.
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 type.
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 type.
MOUSE_FIRST. Static variable in class java.awt.event.MouseEvent
Marks the first integer id for the range of mouse event ids.
MOUSE_LAST. Static variable in class java.awt.event.MouseEvent
Marks the last integer id for the range of mouse event ids.
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 type.
MOUSE_PRESSED. Static variable in class java.awt.event.MouseEvent
The mouse pressed event type.
MOUSE_RELEASED. Static variable in class java.awt.event.MouseEvent
The mouse released event type.
MOUSE_UP. Static variable in class java.awt.Event
The user has released the mouse button.
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
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
mouseDrag(Event, int, int). Method in class java.awt.Component
mouseDragged(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseDragged event by invoking the mouseDragged methods on listener-a and listener-b.
mouseDragged(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
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
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
mouseEntered(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse enters 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
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
mouseExited(MouseEvent). Method in interface java.awt.event.MouseListener
Invoked when the mouse exits a component.
MouseMotionAdapter(). Constructor for class java.awt.event.MouseMotionAdapter
mouseMove(Event, int, int). Method in class java.awt.Component
mouseMoved(MouseEvent). Method in class java.awt.AWTEventMulticaster
Handles the mouseMoved event by invoking the mouseMoved methods on listener-a and listener-b.
mouseMoved(MouseEvent). Method in class java.awt.event.MouseMotionAdapter
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
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
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
move(int, int). Method in class java.awt.Component
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
MOVE_CURSOR. Static variable in class java.awt.Cursor
The move cursor type.
MOVE_CURSOR. Static variable in class java.awt.Frame
MulticastSocket(). Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int). Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.

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
name. Variable in class java.awt.Font
The logical name of this font.
NaN. Static variable in class java.lang.Double
A NaN value of type double.
NaN. Static variable in class java.lang.Float
The NaN value of type float.
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
NEGATIVE_INFINITY. Static variable in class java.lang.Double
The negative infinity of type double.
NEGATIVE_INFINITY. Static variable in class java.lang.Float
The negative infinity of type float.
NegativeArraySizeException(). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String). Constructor for class java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
newInstance(). Method in class java.lang.Class
Creates a new instance of a class.
newLine(). Method in class java.io.BufferedWriter
Write a line separator.
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.
nextBytes(byte[]). Method in class java.util.Random
Generates a user specified number of random bytes.
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
Returns the next element of this enumeration.
nextElement(). Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
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
nextGaussian(). Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
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.
nextToken(). Method in class java.io.StreamTokenizer
Parses the next token from the input stream of this tokenizer.
nextToken(). Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String). Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
NoClassDefFoundError(). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String). Constructor for class java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
NON_SPACING_MARK. Static variable in class java.lang.Character
NONE. Static variable in class java.awt.GridBagConstraints
Do not resize the component.
NORM_PRIORITY. Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
NoRouteToHostException(). Constructor for class java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
NoRouteToHostException(String). Constructor for class java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NORTH. Static variable in class java.awt.BorderLayout
The north layout constraint (top of container).
NORTH. Static variable in class java.awt.GridBagConstraints
Put the component at the top of its display area, centered horizontally.
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.
NoSuchElementException(). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with no detail message.
NoSuchElementException(String). Constructor for class java.util.NoSuchElementException
Constructs a NoSuchElementException with the specified detail message.
NoSuchFieldError(). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with no detail message.
NoSuchFieldError(String). Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with the specified detail message.
NoSuchFieldException(). Constructor for class java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String). Constructor for class java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError(). Constructor for class java.lang.NoSuchMethodError
NoSuchMethodError(String). Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with the specified detail message.
NoSuchMethodException(). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String). Constructor for class java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NotActiveException(). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with no reason.
NotActiveException(String). Constructor for class java.io.NotActiveException
Constructor to create a new NotActiveException with the reason given.
notify(). Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll(). Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyObservers(). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object). Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotSerializableException(). Constructor for class java.io.NotSerializableException
NotSerializableException(String). Constructor for class java.io.NotSerializableException
NOVEMBER. Static variable in class java.util.Calendar
Useful constant for month.
npoints. Variable in class java.awt.Polygon
The total number of points.
NullPointerException(). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String). Constructor for class java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
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.
Number(). Constructor for class java.lang.Number
NumberFormatException(). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String). Constructor for class java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
nval. Variable in class java.io.StreamTokenizer
If the current token is a number, this field contains the value of that number.
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

O

Object(). Constructor for class java.lang.Object
ObjectInputStream(InputStream). Constructor for class java.io.ObjectInputStream
Create an ObjectInputStream that reads from the specified InputStream.
ObjectOutputStream(OutputStream). Constructor for class java.io.ObjectOutputStream
Creates an ObjectOutputStream that writes to the specified OutputStream.
ObjectStreamException(). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException.
ObjectStreamException(String). Constructor for class java.io.ObjectStreamException
Create an ObjectStreamException with the specified argument.
Observable(). Constructor for class java.util.Observable
Construct an Observable with zero Observers
OCTOBER. Static variable in class java.util.Calendar
Useful constant for month.
openConnection(). Method in class java.net.URL
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
openConnection(URL). Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openStream(). Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
operationpanel. Variable in class opg5.bioklient
or(BitSet). Method in class java.util.BitSet
Logically ORs this bit set with the specified set of bits.
orange. Static variable in class java.awt.Color
The color orange.
ordinaryChar(int). Method in class java.io.StreamTokenizer
Specifies that the character argument is "ordinary" in this tokenizer.
ordinaryChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are "ordinary" in this tokenizer.
OTHER_LETTER. Static variable in class java.lang.Character
OTHER_NUMBER. Static variable in class java.lang.Character
OTHER_PUNCTUATION. Static variable in class java.lang.Character
OTHER_SYMBOL. Static variable in class java.lang.Character
out. Static variable in class java.io.FileDescriptor
A handle to the standard output stream.
out. Variable in class java.io.FilterOutputStream
The underlying output stream.
out. Variable in class java.io.FilterWriter
The underlying character-output stream.
out. Variable in class java.io.PipedInputStream
out. Static variable in class java.lang.System
The "standard" output stream.
OutOfMemoryError(). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String). Constructor for class java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutputStream(). Constructor for class java.io.OutputStream
OutputStreamWriter(OutputStream). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String). Constructor for class java.io.OutputStreamWriter
Create an OutputStreamWriter that uses the named character encoding.

P

pack(). Method in class java.awt.Window
Causes subcomponents of this window to be laid out at their preferred size.
PAINT. Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics). Method in class java.awt.Canvas
This method is called to repaint this canvas.
paint(Graphics). Method in class java.awt.Component
Paints this component.
paint(Graphics). Method in class java.awt.Container
Paints the container.
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.
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(Component, int, Rectangle). Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
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.
PARAGRAPH_SEPARATOR. Static variable in class java.lang.Character
paramString(). Method in class java.awt.event.ActionEvent
paramString(). Method in class java.awt.event.AdjustmentEvent
paramString(). Method in class java.awt.AWTEvent
paramString(). Method in class java.awt.Button
Returns the parameter string representing the state of this button.
paramString(). Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
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.Choice
Returns the parameter string representing the state of this choice menu.
paramString(). Method in class java.awt.Component
Returns the parameter string representing the state of this component.
paramString(). Method in class java.awt.event.ComponentEvent
paramString(). Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString(). Method in class java.awt.event.ContainerEvent
paramString(). Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
paramString(). Method in class java.awt.Event
Returns the parameter string representing this event.
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.event.FocusEvent
paramString(). Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString(). Method in class java.awt.event.ItemEvent
paramString(). Method in class java.awt.event.KeyEvent
paramString(). Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString(). Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString(). Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
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.MenuShortcut
paramString(). Method in class java.awt.event.MouseEvent
paramString(). Method in class java.awt.event.PaintEvent
paramString(). Method in class java.awt.Scrollbar
Returns the parameter string representing the state of this scroll bar.
paramString(). Method in class java.awt.ScrollPane
Returns the parameter string representing the state of this container.
paramString(). Method in class java.awt.TextArea
Returns the parameter string representing the state of this text area.
paramString(). Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString(). Method in class java.awt.event.TextEvent
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.WindowEvent
parent. Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parentOf(ThreadGroup). Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
parse(String). Static method in class java.util.Date
Given a string representing a time, parse it and return the time value.
parseByte(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseInt(String). Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int). Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String). Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int). Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseNumbers(). Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseShort(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseURL(URL, String, int, int). Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
pathSeparator. Static variable in class java.io.File
The system-dependent path separator string.
pathSeparatorChar. Static variable in class java.io.File
The system-dependent path separator character.
PAUSE. Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
peek(). Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(InetAddress). Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekEvent(). Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int). Method in class java.awt.EventQueue
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.
PI. Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
pink. Static variable in class java.awt.Color
The color pink.
PIPE_SIZE. Static variable in class java.io.PipedInputStream
PipedInputStream(). Constructor for class java.io.PipedInputStream
Creates a piped input stream that is not yet connected to a piped output stream.
PipedInputStream(PipedOutputStream). Constructor for class java.io.PipedInputStream
Creates a piped input stream connected to the specified piped output stream.
PipedOutputStream(). Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream). Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader(). Constructor for class java.io.PipedReader
Create a reader that is not yet connected to a piped writer.
PipedReader(PipedWriter). Constructor for class java.io.PipedReader
Create a reader for the specified piped character-output stream.
PipedWriter(). Constructor for class java.io.PipedWriter
Create a writer that is not yet connected to a piped reader.
PipedWriter(PipedReader). Constructor for class java.io.PipedWriter
Create a writer for the specified piped character-input stream.
PLAIN. Static variable in class java.awt.Font
The plain style constant.
play(). Method in interface java.applet.AudioClip
Starts playing this audio clip.
play(URL). Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL.
play(URL, String). Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
PM. Static variable in class java.util.Calendar
Useful constant for hour in 12-hour clock.
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(). 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
Removes the object at the top of this stack and returns that object as the value of this function.
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.
port. Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
pos. Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos. Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos. Variable in class java.io.CharArrayReader
Current buffer position
pos. Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
pos. Variable in class java.io.StringBufferInputStream
The index of the next character to read from the input stream buffer.
POSITIVE_INFINITY. Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY. Static variable in class java.lang.Float
The positive infinity of type float.
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
postEvent(Event). Method in class java.awt.MenuComponent
Posts the specified event to the menu.
postEvent(Event). Method in interface java.awt.MenuContainer
postEvent(Event). Method in class java.awt.Window
pow(double, double). Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
PRC. Static variable in class java.util.Locale
Useful constant for country.
predefined. Static variable in class java.awt.Cursor
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.
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.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
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.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.
PREFERREDSIZE. Static variable in class java.awt.GridBagLayout
preferredSize(). Method in class java.awt.Component
preferredSize(). Method in class java.awt.Container
preferredSize(). Method in class java.awt.List
preferredSize(). Method in class java.awt.TextArea
preferredSize(). Method in class java.awt.TextField
preferredSize(int). Method in class java.awt.List
preferredSize(int). Method in class java.awt.TextField
preferredSize(int, int). Method in class java.awt.TextArea
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(boolean). Method in class java.io.PrintStream
Print a boolean value.
print(boolean). Method in class java.io.PrintWriter
Print a boolean.
print(char). Method in class java.io.PrintStream
Print a character.
print(char). Method in class java.io.PrintWriter
Print a character.
print(char[]). Method in class java.io.PrintStream
Print an array of characters.
print(char[]). Method in class java.io.PrintWriter
Print an array of chracters.
print(double). Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(double). Method in class java.io.PrintWriter
Print a double.
print(float). Method in class java.io.PrintStream
Print a floating-point number.
print(float). Method in class java.io.PrintWriter
Print a float.
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.PrintStream
Print an integer.
print(int). Method in class java.io.PrintWriter
Print an integer.
print(long). Method in class java.io.PrintStream
Print a long integer.
print(long). Method in class java.io.PrintWriter
Print a long.
print(Object). Method in class java.io.PrintStream
Print an object.
print(Object). Method in class java.io.PrintWriter
Print an object.
print(String). Method in class java.io.PrintStream
Print a string.
print(String). Method in class java.io.PrintWriter
Print a String.
PRINT_SCREEN. Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
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.
PrintJob(). Constructor for class java.awt.PrintJob
println(). Method in class java.io.PrintStream
Finish the current line by writing a line separator.
println(). Method in class java.io.PrintWriter
Finish the line.
println(boolean). Method in class java.io.PrintStream
Print a boolean, and then finish the line.
println(boolean). Method in class java.io.PrintWriter
Print a boolean, and then finish the line.
println(char). Method in class java.io.PrintStream
Print a character, and then finish the line.
println(char). Method in class java.io.PrintWriter
Print a character, and then finish the line.
println(char[]). Method in class java.io.PrintStream
Print an array of characters, and then finish the line.
println(char[]). Method in class java.io.PrintWriter
Print an array of characters, and then finish the line.
println(double). Method in class java.io.PrintStream
Print a double, and then finish the line.
println(double). Method in class java.io.PrintWriter
Print a double, and then finish the line.
println(float). Method in class java.io.PrintStream
Print a float, and then finish the line.
println(float). Method in class java.io.PrintWriter
Print a float, and then finish the line.
println(int). Method in class java.io.PrintStream
Print an integer, and then finish the line.
println(int). Method in class java.io.PrintWriter
Print an integer, and then finish the line.
println(long). Method in class java.io.PrintStream
Print a long, and then finish the line.
println(long). Method in class java.io.PrintWriter
Print a long, and then finish the line.
println(Object). Method in class java.io.PrintStream
Print an Object, and then finish the line.
println(Object). Method in class java.io.PrintWriter
Print an Object, and then finish the line.
println(String). Method in class java.io.PrintStream
Print a String, and then finish the line.
println(String). Method in class java.io.PrintWriter
Print a String, and then finish the line.
printStackTrace(). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter). Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print writer.
PrintStream(OutputStream). Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean). Constructor for class java.io.PrintStream
Create a new PrintStream.
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.
PRIVATE_USE. Static variable in class java.lang.Character
Process(). Constructor for class java.lang.Process
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.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
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.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.
processCommand(String). Method in class opg5.bioserver
This method is where everything important is happening.
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.Button
Processes events on this button.
processEvent(AWTEvent). Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent). Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent). Method in class java.awt.Choice
Processes events on this choice.
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.List
Processes events on this scrolling list.
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.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent). Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent). Method in class java.awt.TextField
Processes events on this text field.
processEvent(AWTEvent). Method in class java.awt.Window
Processes events on this window.
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.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener 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.Choice
Processes item events occurring on this Choice menu 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.
processKeyEvent(KeyEvent). Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered 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(). Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties). Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyNames(). Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
PropertyResourceBundle(InputStream). Constructor for class java.util.PropertyResourceBundle
Creates a property resource
ProtocolException(). Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
ProtocolException(String). Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
push(Object). Method in class java.util.Stack
Pushes an item onto the top of this stack.
pushBack(). Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream(InputStream). Constructor for class java.io.PushbackInputStream
Creates a new pushback input stream with a one-byte pushback buffer.
PushbackInputStream(InputStream, int). Constructor for class java.io.PushbackInputStream
Creates a new pushback input stream with a pushback buffer of the specified size.
PushbackReader(Reader). Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
PushbackReader(Reader, int). Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
put(Object, Object). Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object). Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

Q

quoteChar(int). Method in class java.io.StreamTokenizer
Specifies that matching pairs of this character delimit string constants in this tokenizer.

R

random(). Static method in class java.lang.Math
Returns a random number between 0.0 and 1.0.
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.
RandomAccessFile(File, String). Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
RandomAccessFile(String, String). Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
read(). Method in class java.io.BufferedInputStream
Reads the next byte of data from this buffered input stream.
read(). Method in class java.io.BufferedReader
Read a single character.
read(). Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.CharArrayReader
Read a single character.
read(). Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(). Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.FilterReader
Read a single character.
read(). Method in class java.io.InputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.InputStreamReader
Read a single character.
read(). Method in class java.io.LineNumberInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.LineNumberReader
Read a single character.
read(). Method in interface java.io.ObjectInput
Reads a byte of data.
read(). Method in class java.io.ObjectInputStream
Reads a byte of data.
read(). Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(). Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.PushbackReader
Read a single character.
read(). Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(). Method in class java.io.Reader
Read a single character.
read(). Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringBufferInputStream
Reads the next byte of data from this input stream.
read(). Method in class java.io.StringReader
Read a single character.
read(byte[]). Method in class java.io.DataInputStream
Reads up to byte.length bytes of data from this data input stream into an array of bytes.
read(byte[]). Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in class java.io.InputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[]). Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read(byte[], int, int). Method in class java.io.BufferedInputStream
Reads bytes into a portion of an array.
read(byte[], int, int). Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read(byte[], int, int). Method in class java.io.DataInputStream
Reads up to len bytes of data from this data input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.InputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.LineNumberInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in interface java.io.ObjectInput
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.ObjectInputStream
Reads into an array of bytes.
read(byte[], int, int). Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[], int, int). Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(byte[], int, int). Method in class java.io.StringBufferInputStream
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 characters into an array.
read(char[], int, int). Method in class java.io.BufferedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.CharArrayReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.FilterReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.InputStreamReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.LineNumberReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PipedReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.PushbackReader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.Reader
Read characters into a portion of an array.
read(char[], int, int). Method in class java.io.StringReader
Read characters into a portion of an array.
readBoolean(). Method in interface java.io.DataInput
Reads a boolean value from the input stream.
readBoolean(). Method in class java.io.DataInputStream
Reads a boolean from this data input stream.
readBoolean(). Method in class java.io.ObjectInputStream
Reads in a boolean.
readBoolean(). Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte(). Method in interface java.io.DataInput
Reads a signed 8-bit value from the input stream.
readByte(). Method in class java.io.DataInputStream
Reads a signed 8-bit value from this data input stream.
readByte(). Method in class java.io.ObjectInputStream
Reads an 8 bit byte.
readByte(). Method in class java.io.RandomAccessFile
Reads a signed 8-bit value from this file.
readChar(). Method in interface java.io.DataInput
Reads a Unicode char value from the input stream.
readChar(). Method in class java.io.DataInputStream
Reads a Unicode character from this data input stream.
readChar(). Method in class java.io.ObjectInputStream
Reads a 16 bit char.
readChar(). Method in class java.io.RandomAccessFile
Reads a Unicode character from this file.
readDouble(). Method in interface java.io.DataInput
Reads a double value from the input stream.
readDouble(). Method in class java.io.DataInputStream
Reads a double from this data input stream.
readDouble(). Method in class java.io.ObjectInputStream
Reads a 64 bit double.
readDouble(). Method in class java.io.RandomAccessFile
Reads a double from this file.
Reader(). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object). Constructor for class java.io.Reader
Create a new character-stream reader whose critical sections will synchronize on the given object.
readExternal(ObjectInput). Method in interface java.io.Externalizable
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readFloat(). Method in interface java.io.DataInput
Reads a float value from the input stream.
readFloat(). Method in class java.io.DataInputStream
Reads a float from this data input stream.
readFloat(). Method in class java.io.ObjectInputStream
Reads a 32 bit float.
readFloat(). Method in class java.io.RandomAccessFile
Reads a float from this file.
readFully(byte[]). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[]). Method in class java.io.DataInputStream
Reads b.length bytes from this data input stream into the byte array.
readFully(byte[]). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]). Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array.
readFully(byte[], int, int). Method in interface java.io.DataInput
Reads b.length bytes into the byte array.
readFully(byte[], int, int). Method in class java.io.DataInputStream
Reads exactly len bytes from this data input stream into the byte array.
readFully(byte[], int, int). Method in class java.io.ObjectInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int). Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array.
readInt(). Method in interface java.io.DataInput
Reads an int value from the input stream.
readInt(). Method in class java.io.DataInputStream
Reads a signed 32-bit integer from this data input stream.
readInt(). Method in class java.io.ObjectInputStream
Reads a 32 bit int.
readInt(). Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine(). Method in class java.io.BufferedReader
Read a line of text.
readLine(). Method in interface java.io.DataInput
Reads the next line of text from the input stream.
readLine(). Method in class java.io.DataInputStream
Reads the next line of text from this data input stream.
readLine(). Method in class java.io.LineNumberReader
Read a line of text.
readLine(). Method in class java.io.ObjectInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine(). Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLong(). Method in interface java.io.DataInput
Reads a long value from the input stream.
readLong(). Method in class java.io.DataInputStream
Reads a signed 64-bit integer from this data input stream.
readLong(). Method in class java.io.ObjectInputStream
Reads a 64 bit long.
readLong(). Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
readObject(). Method in interface java.io.ObjectInput
Read and return an object.
readObject(). Method in class java.io.ObjectInputStream
Read an object from the ObjectInputStream.
readShort(). Method in interface java.io.DataInput
Reads a 16-bit value from the input stream.
readShort(). Method in class java.io.DataInputStream
Reads a signed 16-bit number from this data input stream.
readShort(). Method in class java.io.ObjectInputStream
Reads a 16 bit short.
readShort(). Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readStreamHeader(). Method in class java.io.ObjectInputStream
The readStreamHeader method is provided to allow subclasses to read and verify their own stream headers.
readUnsignedByte(). Method in interface java.io.DataInput
Reads an unsigned 8-bit value from the input stream.
readUnsignedByte(). Method in class java.io.DataInputStream
Reads an unsigned 8-bit number from this data input stream.
readUnsignedByte(). Method in class java.io.ObjectInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte(). Method in class java.io.RandomAccessFile
Reads an unsigned 8-bit number from this file.
readUnsignedShort(). Method in interface java.io.DataInput
Reads an unsigned 16-bit value from the input stream.
readUnsignedShort(). Method in class java.io.DataInputStream
Reads an unsigned 16-bit number from this data input stream.
readUnsignedShort(). Method in class java.io.ObjectInputStream
Reads an unsigned 16 bit short.
readUnsignedShort(). Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF(). Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(). Method in class java.io.DataInputStream
Reads in a string that has been encoded using a modified UTF-8 format from this data input stream.
readUTF(). Method in class java.io.ObjectInputStream
Reads a UTF format String.
readUTF(). Method in class java.io.RandomAccessFile
Reads in a string from this file.
readUTF(DataInput). Static method in class java.io.DataInputStream
Reads in a string from the specified data input stream.
readUTFlong(). Method in class java.io.DataInputStream
readUTFlong(DataInput). Static method in class java.io.DataInputStream
ready(). Method in class java.io.BufferedReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.CharArrayReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.FilterReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.InputStreamReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.PushbackReader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.Reader
Tell whether this stream is ready to be read.
ready(). Method in class java.io.StringReader
Tell whether this stream is ready to be read.
receive(DatagramPacket). Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
receive(DatagramPacket). Method in class java.net.DatagramSocketImpl
Receive the datagram packet.
receive(int). Method in class java.io.PipedInputStream
Receives a byte of data.
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 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 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.
regionMatches(boolean, int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int). Method in class java.lang.String
Tests if two string regions are equal.
registerValidation(ObjectInputValidation, int). Method in class java.io.ObjectInputStream
Register an object to be validated before the graph is returned.
rehash(). Method in class java.util.Hashtable
Rehashes the contents of the hashtable into a hashtable with a larger capacity.
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.Choice
Removes an item from the choice menu at the specified position.
remove(int). Method in class java.awt.Container
Removes the component, specified by index, from this container.
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.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(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 class java.awt.Frame
Removes the specified menu bar from this frame.
remove(MenuComponent). Method in class java.awt.Menu
Removes the specified menu item from this menu.
remove(MenuComponent). Method in class java.awt.MenuBar
Removes the specified menu component from this menu bar.
remove(MenuComponent). Method in interface java.awt.MenuContainer
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.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object). Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove(String). Method in class java.awt.Choice
Remove the first occurrence of item from the Choice menu.
remove(String). Method in class java.awt.List
Removes the first occurrence of an item from the list.
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.Button
Removes the specified action listener so that it no longer receives action events from this button.
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.MenuItem
Removes the specified action listener so it no longer receives action events from this menu item.
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 interface java.awt.Adjustable
Removes an adjustment listener.
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.
removeAll(). Method in class java.awt.Choice
Removes all items from the choice menu.
removeAll(). Method in class java.awt.Container
Removes all the components from this container.
removeAll(). Method in class java.awt.List
Removes all items from this list.
removeAll(). Method in class java.awt.Menu
Removes all items from this menu.
removeAllElements(). Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeComponentListener(ComponentListener). Method in class java.awt.Component
Removes the specified component listener so that it no longer receives component events from this component.
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
Removes the first occurrence of the argument from this vector.
removeElementAt(int). Method in class java.util.Vector
Deletes the component at the specified index.
removeFocusListener(FocusListener). Method in class java.awt.Component
Removes the specified focus listener so that it no longer receives focus events from this component.
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 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.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.Choice
Removes the specified item listener so that it no longer receives item events from this Choice menu.
removeItemListener(ItemListener). Method in interface java.awt.ItemSelectable
Removes an item listener.
removeItemListener(ItemListener). Method in class java.awt.List
Removes the specified item listener so that it no longer receives item events from this list.
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.BorderLayout
Removes the specified component from this border layout.
removeLayoutComponent(Component). Method in class java.awt.CardLayout
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.GridBagLayout
Removes the specified component from this layout.
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.
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
Notifies this component that it has been removed from its container and if a peers exists, it destroys it.
removeNotify(). Method in class java.awt.Container
Notifies this container and all of its subcomponents to remove their peers.
removeNotify(). Method in class java.awt.List
Removes the peer for this list.
removeNotify(). Method in class java.awt.Menu
Removes the menu's peer.
removeNotify(). Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify(). Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify(). Method in class java.awt.TextComponent
Removes the TextComponent'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 textcomponent
removeWindowListener(WindowListener). Method in class java.awt.Window
Removes the specified window listener so that it no longer receives window events from this window.
renameTo(File). Method in class java.io.File
Renames the file specified by this File object to have the pathname given by the File argument.
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.
replace(char, char). Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replaceItem(String, int). Method in class java.awt.List
Replaces the item at the specified index in the scrolling list with the new string.
replaceObject(Object). Method in class java.io.ObjectOutputStream
This method will allow trusted subclasses of ObjectOutputStream to substitute one object for another during serialization.
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
requestFocus(). Method in class java.awt.Component
Requests that this component get the input focus.
resbutton. Variable in class opg5.bioklient
RESERVED_ID_MAX. Static variable in class java.awt.AWTEvent
The maximum value for reserved AWT event IDs.
reserver(String, String). Method in class opg5.bioklient
This is the method called when we want to make a reservation.
reset(). Method in class java.io.BufferedInputStream
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.BufferedReader
Reset the stream to the most recent mark.
reset(). Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset(). Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset(). Method in class java.io.CharArrayReader
Reset the stream to the most recent mark, or to the beginning if it has never been marked.
reset(). Method in class java.io.CharArrayWriter
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset(). Method in class java.io.FilterInputStream
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.FilterReader
Reset the stream.
reset(). Method in class java.io.InputStream
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.LineNumberInputStream
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.LineNumberReader
Reset the stream to the most recent mark.
reset(). Method in class java.io.ObjectOutputStream
Reset will disregard the state of any objects already written to the stream.
reset(). Method in class java.io.Reader
Reset the stream.
reset(). Method in class java.io.StringBufferInputStream
Resets the input stream to begin reading from the first character of this input stream's underlying buffer.
reset(). Method in class java.io.StringReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
resetSyntax(). Method in class java.io.StreamTokenizer
Resets this tokenizer's syntax table so that all characters are "ordinary." See the ordinaryChar method for more information on a character being ordinary.
reshape(int, int, int, int). Method in class java.awt.Component
reshape(int, int, int, int). Method in class java.awt.Rectangle
resize(Dimension). Method in class java.applet.Applet
Requests that this applet be resized.
resize(Dimension). Method in class java.awt.Component
resize(int, int). Method in class java.applet.Applet
Requests that this applet be resized.
resize(int, int). Method in class java.awt.Component
resize(int, int). Method in class java.awt.Rectangle
resolveClass(Class). Method in class java.lang.ClassLoader
Resolves the class so that an instance of the class can be created, or so that one of its methods can be called.
resolveClass(ObjectStreamClass). Method in class java.io.ObjectInputStream
Subclasses may implement this method to allow classes to be fetched from an alternate source.
resolveObject(Object). Method in class java.io.ObjectInputStream
This method will allow trusted subclasses of ObjectInputStream to substitute one object for another during deserialization.
ResourceBundle(). Constructor for class java.util.ResourceBundle
responseCode. Variable in class java.net.HttpURLConnection
responseMessage. Variable in class java.net.HttpURLConnection
resume(). Method in class java.lang.Thread
Resumes a suspended thread.
resume(). Method in class java.lang.ThreadGroup
Resumes all processes in this thread group.
reverse(). Method in class java.lang.StringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
RGBtoHSB(int, int, int, float[]). Static method in class java.awt.Color
Converts the components of a color, as specified by the RGB model, to an equivalent set of values for hue, saturation, and brightness, the three components of the HSB model.
RIGHT. Static variable in class java.awt.Event
The Right Arrow key, a non-ASCII action key.
RIGHT. Static variable in class java.awt.FlowLayout
This value indicates that each row of components should be right-justified.
right. Variable in class java.awt.Insets
The inset from the right.
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.
rint(double). Static method in class java.lang.Math
returns the closest integer to the argument.
roll(int, boolean). Method in class java.util.Calendar
Time Field Rolling function.
roll(int, boolean). Method in class java.util.GregorianCalendar
Overrides Calendar Time Field Rolling function.
round(double). Static method in class java.lang.Math
Returns the closest long to the argument.
round(float). Static method in class java.lang.Math
Returns the closest int to the argument.
rowchoice. Variable in class opg5.bioklient
rowHeights. Variable in class java.awt.GridBagLayout
rowlabel. Variable in class opg5.bioklient
rowpanel. Variable in class opg5.bioklient
rowWeights. Variable in class java.awt.GridBagLayout
run(). Method in class opg5.bioserver
This is where the server (as a thread) spends its time.
run(). Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run(). Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
runFinalization(). Method in class java.lang.Runtime
Runs the finalization methods of any objects pending finalization.
runFinalization(). Static method in class java.lang.System
Runs the finalization methods of any objects pending finalization.
runFinalizersOnExit(boolean). Static method in class java.lang.Runtime
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
runFinalizersOnExit(boolean). Static method in class java.lang.System
Enable or disable finalization on exit; doing so specifies that the finalizers of all objects that have finalizers that have not yet been automatically invoked are to be run before the Java runtime exits.
RuntimeException(). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with no detail message.
RuntimeException(String). Constructor for class java.lang.RuntimeException
Constructs a RuntimeException with the specified detail message.

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
sameFile(URL). Method in class java.net.URL
Compares two URLs, excluding the "ref" fields.
SATURDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
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(ObjectOutputStream, String, EventListener). Static method in class java.awt.AWTEventMulticaster
save(OutputStream, String). Method in class java.util.Properties
Stores this property list to the specified output stream.
SAVE_FILE. Static variable in class java.awt.Event
A file saving event.
saveInternal(ObjectOutputStream, String). Method in class java.awt.AWTEventMulticaster
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 array index for the scrollbar background color.
scrollbar. Static variable in class java.awt.SystemColor
The background color for scrollbars.
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(). 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
search(Object). Method in class java.util.Stack
Returns where an object is on this stack.
seatchoice. Variable in class opg5.bioklient
seatlabel. Variable in class opg5.bioklient
seatpanel. Variable in class opg5.bioklient
SECOND. Static variable in class java.util.Calendar
Useful constant for date and time.
SecurityException(). Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String). Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityManager(). Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long). Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
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). Method in class java.awt.List
Selects the item at the specified index in the scrolling list.
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
The item selected state change type.
selectionpanel. Variable in class opg5.bioklient
send(DatagramPacket). Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
send(DatagramPacket). Method in class java.net.DatagramSocketImpl
Sends a datagram packet.
send(DatagramPacket, byte). Method in class java.net.MulticastSocket
Sends a datagram packet to the destination, with a TTL (time- to-live) other than the default for the socket.
separator. Static variable in class java.io.File
The system-dependent path separator character.
separatorChar. Static variable in class java.io.File
The system-dependent path separator string.
SEPTEMBER. Static variable in class java.util.Calendar
Useful constant for month.
SequenceInputStream(Enumeration). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to the specified enumeration of input streams.
SequenceInputStream(InputStream, InputStream). Constructor for class java.io.SequenceInputStream
Constructs a new sequence input stream initialized to read first from the input stream s1, and then from the input stream s2.
serveroutput. Variable in class opg5.bioklient
ServerSocket(int). Constructor for class java.net.ServerSocket
Creates a server socket on a specified port.
ServerSocket(int, int). Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number.
ServerSocket(int, int, InetAddress). Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
set(int). Method in class java.util.BitSet
Sets a bit.
set(int, int). Method in class java.util.Calendar
Sets the time field with the given value.
set(int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, and date.
set(int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, and minute.
set(int, int, int, int, int, int). Method in class java.util.Calendar
Sets the values for the fields year, month, date, hour, minute, and second.
set(String, String, int, String, String). Method in class java.net.URL
Sets the fields of the URL.
setActionCommand(String). Method in class java.awt.Button
Sets the command name for the action event fired by this button.
setActionCommand(String). Method in class java.awt.MenuItem
Sets the command name of the action event that is fired by this menu item.
setAddress(InetAddress). Method in class java.net.DatagramPacket
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.
setAllowUserInteraction(boolean). Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setBackground(Color). Method in class java.awt.Component
Sets the background color of this component.
setBlockIncrement(int). Method in interface java.awt.Adjustable
Sets the block value increment for the adjustable object.
setBlockIncrement(int). Method in class java.awt.Scrollbar
Sets the block increment for this scroll bar.
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 values for 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.
setChanged(). Method in class java.util.Observable
Indicates that this object has changed.
setCharAt(int, char). Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
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.
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.
setContentHandlerFactory(ContentHandlerFactory). Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setCurrent(Checkbox). Method in class java.awt.CheckboxGroup
setCursor(Cursor). Method in class java.awt.Component
Set the cursor image to a predefined cursor.
setCursor(int). Method in class java.awt.Frame
setDaemon(boolean). Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setDaemon(boolean). Method in class java.lang.ThreadGroup
Changes the daemon status of this thread group.
setData(byte[]). Method in class java.net.DatagramPacket
setDate(int). Method in class java.util.Date
Sets the day of the month of this date to the specified value.
setDefault(Locale). Static method in class java.util.Locale
Sets the default.
setDefault(TimeZone). Static method in class java.util.TimeZone
Sets time zone to using the given TimeZone.
setDefaultAllowUserInteraction(boolean). Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultRequestProperty(String, String). Static method in class java.net.URLConnection
Sets the default value of a general request property.
setDefaultUseCaches(boolean). Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDirectory(String). Method in class java.awt.FileDialog
Sets the directory of this file dialog window to be the specified directory.
setDoInput(boolean). Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoOutput(boolean). Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setEchoChar(char). Method in class java.awt.TextField
Sets the echo character for this text field.
setEchoCharacter(char). Method in class java.awt.TextField
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
Sets the component at the specified index of this vector to be the specified object.
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.
setEndRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings ending rule.
setErr(PrintStream). Static method in class java.lang.System
Reassigns the "standard" error output stream.
setError(). Method in class java.io.PrintStream
Indicate that an error has occurred.
setError(). Method in class java.io.PrintWriter
Indicate that an error has occurred.
setFile(String). Method in class java.awt.FileDialog
Sets the selected file for this file dialog window to be the specified file.
setFilenameFilter(FilenameFilter). Method in class java.awt.FileDialog
Sets the filename filter for this file dialog window to the specified filter.
setFileNameMap(FileNameMap). Static method in class java.net.URLConnection
Sets the FileNameMap.
setFirstDayOfWeek(int). Method in class java.util.Calendar
Sets what the first day of the week is; e.g., Sunday in US, Monday in France.
setFollowRedirects(boolean). Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font). Method in class java.awt.Component
Sets the font of this component.
setFont(Font). Method in class java.awt.Graphics
Sets this graphics context's font to the specified font.
setFont(Font). Method in class java.awt.MenuComponent
Sets the font to be used for this menu component to the specified font.
setForeground(Color). Method in class java.awt.Component
Sets the foreground color of this component.
setGregorianChange(Date). Method in class java.util.GregorianCalendar
Sets the GregorianCalendar change date.
setHelpMenu(Menu). Method in class java.awt.MenuBar
Sets the help menu on this menu bar to be the specified menu.
setHgap(int). Method in class java.awt.BorderLayout
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.FlowLayout
Sets the horizontal gap between components.
setHgap(int). Method in class java.awt.GridLayout
Sets the horizontal gap between components to the specified value.
setHours(int). Method in class java.util.Date
Sets the hour of this date to the specified value.
setIconImage(Image). Method in class java.awt.Frame
Sets the image to display when this frame is iconized.
setID(String). Method in class java.util.TimeZone
Sets the time zone ID.
setIfModifiedSince(long). Method in class java.net.URLConnection
Sets the value of the ifModifiedSince field of this URLConnection to the specified value.
setIn(InputStream). Static method in class java.lang.System
Reassigns the "standard" input stream.
setInterface(InetAddress). Method in class java.net.MulticastSocket
Set the outgoing network interface for multicast packets on this socket, to other than the system default.
setKeyChar(char). Method in class java.awt.event.KeyEvent
setKeyCode(int). Method in class java.awt.event.KeyEvent
setLabel(String). Method in class java.awt.Button
Sets the button's label to be the specified string.
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.MenuItem
Sets the label for this menu item to the specified label.
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.
setLength(int). Method in class java.net.DatagramPacket
setLength(int). Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLenient(boolean). Method in class java.util.Calendar
Specify whether or not date/time interpretation is to be lenient.
setLineIncrement(int). Method in class java.awt.Scrollbar
setLineNumber(int). Method in class java.io.LineNumberInputStream
Sets the line number to the specified argument.
setLineNumber(int). Method in class java.io.LineNumberReader
Set the current line number.
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 the 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 the rectangle to the specified location.
setMaximum(int). Method in interface java.awt.Adjustable
Sets the maximum value of the adjustable object.
setMaximum(int). Method in class java.awt.Scrollbar
Sets the maximum value of this scroll bar.
setMaxPriority(int). Method in class java.lang.ThreadGroup
Sets the maximum priority of the group.
setMenuBar(MenuBar). Method in class java.awt.Frame
Sets the menu bar for this frame to the specified menu bar.
setMinimalDaysInFirstWeek(int). Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call the method with value 1.
setMinimum(int). Method in interface java.awt.Adjustable
Sets the minimum value of the adjustable object.
setMinimum(int). Method in class java.awt.Scrollbar
Sets the minimum value of this scroll bar.
setMinutes(int). Method in class java.util.Date
Sets the minutes of this date to the specified value.
setModal(boolean). Method in class java.awt.Dialog
Specifies whether this dialog is 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
Change the modifiers for a KeyEvent.
setMonth(int). Method in class java.util.Date
Sets the month of this date to the specified value.
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
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.
setName(String). Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setOrientation(int). Method in class java.awt.Scrollbar
Sets the orientation for this scroll bar.
setOut(PrintStream). Static method in class java.lang.System
Reassigns the "standard" output stream.
setPageIncrement(int). Method in class java.awt.Scrollbar
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.
setParent(ResourceBundle). Method in class java.util.ResourceBundle
Set the parent bundle of this bundle.
setPort(int). Method in class java.net.DatagramPacket
setPriority(int). Method in class java.lang.Thread
Changes the priority of this thread.
setProperties(Properties). Static method in class java.lang.System
Sets the system properties to the Properties argument.
setRawOffset(int). Method in class java.util.SimpleTimeZone
Overrides TimeZone Sets the base time zone offset to GMT.
setRawOffset(int). Method in class java.util.TimeZone
Sets the base time zone offset to GMT.
setRequestMethod(String). Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: are legal, subject to protocol restrictions.
setRequestProperty(String, String). Method in class java.net.URLConnection
Sets the general request property.
setResizable(boolean). Method in class java.awt.Dialog
Sets the resizable flag.
setResizable(boolean). Method in class java.awt.Frame
Sets the resizable flag, which determines whether this frame is resizable.
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.
setSeconds(int). Method in class java.util.Date
Sets the seconds of this date to the specified value.
setSecurityManager(SecurityManager). Static method in class java.lang.System
Sets the System security.
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.
setSigners(Class, Object[]). Method in class java.lang.ClassLoader
Sets the signers of a class.
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.Dimension
Set the size of this Dimension object to the specified size.
setSize(Dimension). Method in class java.awt.Rectangle
Sets the size of this rectangle to match the specified dimension.
setSize(int). Method in class java.util.Vector
Sets the size of this 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.Dimension
Set the size of this Dimension object to the specified width and height.
setSize(int, int). Method in class java.awt.Rectangle
Sets the size of this rectangle to the specified width and height.
setSocketFactory(SocketImplFactory). Static method in class java.net.ServerSocket
Sets the server socket implementation factory for the application.
setSocketImplFactory(SocketImplFactory). Static method in class java.net.Socket
Sets the client socket implementation factory for the application.
setSoLinger(boolean, int). Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time.
setSoTimeout(int). Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int). Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStartRule(int, int, int, int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting rule.
setStartYear(int). Method in class java.util.SimpleTimeZone
Sets the daylight savings starting year.
setState(boolean). Method in class java.awt.Checkbox
Sets the state of this check box to the specified state.
setState(boolean). Method in class java.awt.CheckboxMenuItem
Sets this check box menu item to the specifed state.
setStub(AppletStub). Method in class java.applet.Applet
Sets this applet's stub.
setTcpNoDelay(boolean). Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(String). Method in class java.awt.Label
Sets the text for this label to the specified text.
setText(String). Method in class java.awt.TextComponent
Sets the text that is presented by this text component to be the specified text.
setTime(Date). Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long). Method in class java.util.Date
Sets this date to represent the specified number of milliseconds since January 1, 1970, 00:00:00 GMT.
setTimeInMillis(long). Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone). Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTitle(String). Method in class java.awt.Dialog
Sets the title of the Dialog.
setTitle(String). Method in class java.awt.Frame
Sets the title for this frame to the specified title.
setTTL(byte). Method in class java.net.DatagramSocketImpl
Set the TTL (time-to-live) option.
setTTL(byte). Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this socket.
setUnitIncrement(int). Method in interface java.awt.Adjustable
Sets the unit value increment for the adjustable object.
setUnitIncrement(int). Method in class java.awt.Scrollbar
Sets the unit increment for this scroll bar.
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.
setURL(URL, String, String, int, String, String). Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory). Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean). Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setValue(int). Method in interface java.awt.Adjustable
Sets the current value of the adjustable object.
setValue(int). Method in class java.awt.Scrollbar
Sets the value of this scroll bar to the specified value.
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.BorderLayout
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.FlowLayout
Sets the vertical gap between components.
setVgap(int). Method in class java.awt.GridLayout
Sets the vertical gap between components to the specified value.
setVisible(boolean). Method in class java.awt.Component
Shows or hides this component depending on the value of parameter b.
setVisibleAmount(int). Method in interface java.awt.Adjustable
Sets the length of the proportionl indicator of the adjustable object.
setVisibleAmount(int). Method in class java.awt.Scrollbar
Sets the visible amount of this scroll bar.
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.
setYear(int). Method in class java.util.Date
Sets the year of this date to be the specified value plus 1900.
SHIFT_MASK. Static variable in class java.awt.event.ActionEvent
The shift modifier constant.
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.
shiftDown(). Method in class java.awt.Event
Checks if the Shift key is down.
Short(short). Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Short(String). Constructor for class java.lang.Short
Constructs a Short object initialized to the value specified by the String parameter.
shortcuts(). Method in class java.awt.MenuBar
Gets an enumeration of all menu shortcuts this menu bar is managing.
shortValue(). Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue(). Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue(). Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue(). Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue(). Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue(). Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue(). Method in class java.lang.Short
Returns the value of this Short as a short.
show(). Method in class java.awt.Component
show(). Method in class java.awt.Dialog
Shows the dialog.
show(). Method in class java.awt.Window
Shows this window, and brings it to the front.
show(boolean). Method in class java.awt.Component
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.
showDocument(URL). Method in interface java.applet.AppletContext
Replaces the Web page currently being viewed with the given URL.
showDocument(URL, String). Method in interface java.applet.AppletContext
Requests that the browser or applet viewer show the Web page indicated by the url argument.
showStatus(String). Method in class java.applet.Applet
Requests that the argument string be displayed in the "status window".
showStatus(String). Method in interface java.applet.AppletContext
Requests that the argument string be displayed in the "status window".
SimpleTimeZone(int, String). Constructor for class java.util.SimpleTimeZone
Constructs a SimpleTimeZone with the given base time zone offset from GMT and time zone ID.
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int). Constructor for class java.util.SimpleTimeZone
Construct a SimpleTimeZone with the given base time zone offset from GMT, time zone ID, time to start and end the daylight time.
SIMPLIFIED_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
sin(double). Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
size. Variable in class java.awt.Font
The point size of this font.
size(). Method in class java.util.BitSet
Calculates and returns the set's size in bits.
size(). Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size(). Method in class java.io.CharArrayWriter
Returns the current size of the buffer.
size(). Method in class java.awt.Component
size(). Method in class java.io.DataOutputStream
Returns the number of bytes written to this data output stream.
size(). Method in class java.util.Dictionary
Returns the number of keys in this dictionary.
size(). Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size(). Method in class java.util.Vector
Returns the number of components in this vector.
skip(long). Method in class java.io.BufferedInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.BufferedReader
Skip characters.
skip(long). Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.CharArrayReader
Skip characters.
skip(long). Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.FilterReader
Skip characters.
skip(long). Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long). Method in class java.io.LineNumberInputStream
Skips over and discards n bytes of data from the input stream.
skip(long). Method in class java.io.LineNumberReader
Skip characters.
skip(long). Method in interface java.io.ObjectInput
Skips n bytes of input.
skip(long). Method in class java.io.Reader
Skip characters.
skip(long). Method in class java.io.StringBufferInputStream
Skips n bytes of input from this input stream.
skip(long). Method in class java.io.StringReader
Skip characters.
skipBytes(int). Method in interface java.io.DataInput
Skips exactly n bytes of input.
skipBytes(int). Method in class java.io.DataInputStream
Skips exactly n bytes of input in the underlying input stream.
skipBytes(int). Method in class java.io.ObjectInputStream
Skips bytes, block until all bytes are skipped.
skipBytes(int). Method in class java.io.RandomAccessFile
Skips exactly n bytes of input.
slashSlashComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C++-style comments.
slashStarComments(boolean). Method in class java.io.StreamTokenizer
Determines whether or not the tokenizer recognizes C-style comments.
sleep(long). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
sleep(long, int). Static method in class java.lang.Thread
Causes the currently executing thread to sleep (cease execution) for the specified number of milliseconds plus the specified number of nanoseconds.
Socket(). Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(InetAddress, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, boolean). Constructor for class java.net.Socket
Creates a socket and connects it to the specified port number at the specified IP address.
Socket(InetAddress, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
Socket(SocketImpl). Constructor for class java.net.Socket
Creates an unconnected Socket with a user-specified SocketImpl.
Socket(String, int). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, boolean). Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(String, int, InetAddress, int). Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
SocketException(). Constructor for class java.net.SocketException
Constructs a new ProtocolException with no detail message.
SocketException(String). Constructor for class java.net.SocketException
Constructs a new ProtocolException with the specified detail message.
SocketImpl(). Constructor for class java.net.SocketImpl
source. Variable in class java.util.EventObject
SOUTH. Static variable in class java.awt.BorderLayout
The south layout constraint (bottom of container).
SOUTH. Static variable in class java.awt.GridBagConstraints
Put the component at the bottom of its display area, centered horizontally.
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.
SPACE_SEPARATOR. Static variable in class java.lang.Character
sqrt(double). Static method in class java.lang.Math
Returns the square root of a double value.
Stack(). Constructor for class java.util.Stack
StackOverflowError(). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String). Constructor for class java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
start(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should start its execution.
start(). Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_PUNCTUATION. Static variable in class java.lang.Character
startsWith(String). Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int). Method in class java.lang.String
Tests if this string starts with the specified prefix.
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.
stop(). Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it should stop its execution.
stop(). Method in interface java.applet.AudioClip
Stops playing this audio clip.
stop(). Method in class java.lang.Thread
Forces the thread to stop executing.
stop(). Method in class java.lang.ThreadGroup
Stops all processes in this thread group.
stop(Throwable). Method in class java.lang.Thread
Forces the thread to stop executing.
StreamCorruptedException(). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with no reason.
StreamCorruptedException(String). Constructor for class java.io.StreamCorruptedException
Create a StreamCorruptedException with a reason.
StreamTokenizer(InputStream). Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
StreamTokenizer(Reader). Constructor for class java.io.StreamTokenizer
Create a tokenizer that parses the given character stream.
String(). Constructor for class java.lang.String
Allocates a new String containing no characters.
String(byte[]). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(byte[], int). Constructor for class java.lang.String
Allocates a new String containing characters constructed from an array of 8-bit integer values.
String(byte[], int, int). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[], int, int, int). Constructor for class java.lang.String
Allocates a new String constructed from a subarray of an array of 8-bit integer values.
String(byte[], int, int, String). Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String). Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(char[]). Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int). Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String). Constructor for class java.lang.String
Allocates a new string that contains the same sequence of characters as the string argument.
String(StringBuffer). Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer(). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int). Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String). Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument.
StringBufferInputStream(String). Constructor for class java.io.StringBufferInputStream
Creates a string input stream to read data from the specified string.
StringIndexOutOfBoundsException(). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String). Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringReader(String). Constructor for class java.io.StringReader
Create a new string reader.
StringTokenizer(String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String, boolean). Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringWidth(String). Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
StringWriter(). Constructor for class java.io.StringWriter
Create a new string writer, using the default initial string-buffer size.
StringWriter(int). Constructor for class java.io.StringWriter
Create a new string writer, using the specified initial string-buffer size.
style. Variable in class java.awt.Font
The style of the font.
substring(int). Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int). Method in class java.lang.String
Returns a new string that is a substring of this string.
SUNDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
SURROGATE. Static variable in class java.lang.Character
suspend(). Method in class java.lang.Thread
Suspends this thread.
suspend(). Method in class java.lang.ThreadGroup
Suspends all processes in this thread group.
sval. Variable in class java.io.StreamTokenizer
If the current token is a word token, this field contains a string giving the characters of the word token.
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
sync(). Method in class java.io.FileDescriptor
Force all system buffers to synchronize with the underlying device.
sync(). Method in class java.awt.Toolkit
Synchronizes this toolkit's graphics state.
SyncFailedException(String). Constructor for class java.io.SyncFailedException
Constructs an SyncFailedException with a detail message.

T

TAB. Static variable in class java.awt.Event
The Tab key.
TAIWAN. Static variable in class java.util.Locale
Useful constant for country.
tan(double). Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
target. Variable in class java.awt.Event
The target component.
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
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
Marks the first integer id for the range of adjustment event ids.
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
Marks the last integer id for the range of adjustment event ids.
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
The adjustment value changed event.
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 TextArea 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.
TextEvent(Object, int). Constructor for class java.awt.event.TextEvent
Constructs a TextEvent object with the specified TextComponent source, and type.
TextField(). Constructor for class java.awt.TextField
Constructs a new text field.
TextField(int). Constructor for class java.awt.TextField
Constructs a new empty TextField 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 characters.
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
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.
Thread(). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable). Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(ThreadGroup, Runnable, String). Constructor for class java.lang.Thread
Allocates a new Thread object so that it has target as its run object, has the specified name as its name, and belongs to the thread group referred to by group.
Thread(ThreadGroup, String). Constructor for class java.lang.Thread
Allocates a new Thread object.
ThreadDeath(). Constructor for class java.lang.ThreadDeath
ThreadGroup(String). Constructor for class java.lang.ThreadGroup
Constructs a new thread group.
ThreadGroup(ThreadGroup, String). Constructor for class java.lang.ThreadGroup
Creates a new thread group.
Throwable(). Constructor for class java.lang.Throwable
Constructs a new Throwable with no detail message.
Throwable(String). Constructor for class java.lang.Throwable
Constructs a new Throwable with the specified detail message.
THURSDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
time. Variable in class java.util.Calendar
The current time set for the calendar.
TimeZone(). Constructor for class java.util.TimeZone
TITLECASE_LETTER. Static variable in class java.lang.Character
toBack(). Method in class java.awt.Window
Sends this window to the back.
toBinaryString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 2.
toByteArray(). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toCharArray(). Method in class java.io.CharArrayWriter
Returns a copy of the input data.
toCharArray(). Method in class java.lang.String
Converts this string to a new character array.
toExternalForm(). Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL). Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toFront(). Method in class java.awt.Window
Brings this window to the front.
toGMTString(). Method in class java.util.Date
Creates a string representation of this date.
toHexString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 16.
toLocaleString(). Method in class java.util.Date
Creates a string representation of this date in an implementation-dependent form.
toLowerCase(). Method in class java.lang.String
Converts this String to lowercase.
toLowerCase(char). Static method in class java.lang.Character
The given character is mapped to its lowercase equivalent; if the character has no lowercase equivalent, the character itself is returned.
toLowerCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the given locale.
toOctalString(int). Static method in class java.lang.Integer
Creates a string representation of the integer argument as an unsigned integer in base 8.
toOctalString(long). Static method in class java.lang.Long
Creates a string representation of the long argument as an unsigned integer in base 8.
Toolkit(). Constructor for class java.awt.Toolkit
TooManyListenersException(). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with no detail message.
TooManyListenersException(String). Constructor for class java.util.TooManyListenersException
Constructs a TooManyListenersException with the specified detail message.
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().
toString(). Method in class java.awt.AWTEvent
Returns a string representation of the object.
toString(). Method in class java.util.BitSet
Converts the BitSet to a String.
toString(). Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(). Method in class java.awt.BorderLayout
Returns a string representation of the state of this border layout.
toString(). Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(). Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString(). Method in class java.util.Calendar
Return a string representation of this calendar.
toString(). Method in class java.awt.CardLayout
Returns a string representation of the state of this card layout.
toString(). Method in class java.lang.Character
Returns a String object representing this character's value.
toString(). Method in class java.io.CharArrayWriter
Converts input data to a string.
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.lang.Class
Converts the object to a string.
toString(). Method in class java.awt.Color
Creates a string that represents this color and indicates the values of its RGB components.
toString(). Method in class java.awt.Component
Returns a string representation of this component and its values.
toString(). Method in class java.util.Date
Creates a canonical string representation of the date.
toString(). Method in class java.awt.Dimension
Returns a string that represents this Dimension object's values.
toString(). Method in class java.lang.Double
Returns a String representation of this Double object.
toString(). Method in class java.awt.Event
Returns a representation of this event's values as a string.
toString(). Method in class java.util.EventObject
Returns a string representation of the object.
toString(). Method in class java.io.File
Returns a string representation of this object.
toString(). Method in class java.lang.Float
Returns a String representation of this Float object.
toString(). Method in class java.awt.FlowLayout
Returns a string representation of this FlowLayout object and its values.
toString(). Method in class java.awt.Font
Converts this object to a String representation.
toString(). Method in class java.awt.FontMetrics
Returns a representation of this FontMetric object's values as a string.
toString(). Method in class java.awt.Graphics
Returns a String object representing this Graphics object's value.
toString(). Method in class java.awt.GridBagLayout
Returns a string representation of this grid bag layout's values.
toString(). Method in class java.awt.GridLayout
Returns the string representation of this grid layout's values.
toString(). Method in class java.util.Hashtable
Returns a rather long string representation of this hashtable.
toString(). Method in class java.net.InetAddress
Converts this IP address to a String.
toString(). Method in class java.awt.Insets
Returns a String object representing this Insets object's values.
toString(). Method in class java.lang.Integer
Returns a String object representing this Integer's value.
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.lang.Long
Returns a String object representing this Long's value.
toString(). Method in class java.awt.MenuComponent
Returns a representation of this menu component as a string.
toString(). Method in class java.awt.MenuShortcut
Returns an internationalized description of the MenuShortcut.
toString(). Method in class java.lang.Object
Returns a string representation of the object.
toString(). Method in class java.io.ObjectStreamClass
Return a string describing this ObjectStreamClass.
toString(). Method in class java.awt.Point
Returns a representation of this point and its location in the (xy) coordinate space as a string.
toString(). Method in class java.awt.Rectangle
Returns a string representation of this rectangle and its values.
toString(). Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString(). Method in class java.lang.Short
Returns a String object representing this Short's value.
toString(). Method in class java.util.SimpleTimeZone
Return a string representation of this time zone.
toString(). Method in class java.net.Socket
Converts this socket to a String.
toString(). Method in class java.net.SocketImpl
Returns the address and port of this socket as a String.
toString(). Method in class java.io.StreamTokenizer
Returns the string representation of the current stream token.
toString(). Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString(). Method in class java.lang.StringBuffer
Converts to a string representing the data in this string buffer.
toString(). Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString(). Method in class java.awt.SystemColor
Returns the String representation of this Color's values.
toString(). Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString(). Method in class java.lang.ThreadGroup
Returns a string representation of this Thread group.
toString(). Method in class java.lang.Throwable
Returns a short description of this throwable object.
toString(). Method in class java.net.URL
Constructs a string representation of this URL.
toString(). Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString(). Method in class java.util.Vector
Returns a string representation of this vector.
toString(byte). Static method in class java.lang.Byte
Returns a new String object representing the specified Byte.
toString(double). Static method in class java.lang.Double
Creates a string representation of the double argument.
toString(float). Static method in class java.lang.Float
Returns a String representation for the specified float value.
toString(int). Method in class java.io.ByteArrayOutputStream
Creates a newly allocated string.
toString(int). Static method in class java.lang.Integer
Returns a new String object representing the specified integer.
toString(int, int). Static method in class java.lang.Integer
Creates a string representation of the first argument in the radix specified by the second argument.
toString(long). Static method in class java.lang.Long
Returns a new String object representing the specified integer.
toString(long, int). Static method in class java.lang.Long
Creates a string representation of the first argument in the radix specified by the second argument.
toString(short). Static method in class java.lang.Short
Returns a new String object representing the specified Short.
toString(String). Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string, translating bytes into characters according to the specified character encoding.
totalMemory(). Method in class java.lang.Runtime
Returns the total amount of memory in the Java Virtual Machine.
toTitleCase(char). Static method in class java.lang.Character
Converts the character argument to titlecase.
toUpperCase(). Method in class java.lang.String
Converts this string to uppercase.
toUpperCase(char). Static method in class java.lang.Character
Converts the character argument to uppercase.
toUpperCase(Locale). Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the given locale.
traceInstructions(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of instructions.
traceMethodCalls(boolean). Method in class java.lang.Runtime
Enables/Disables tracing of method calls.
TRACK. Static variable in class java.awt.event.AdjustmentEvent
The absolute tracking adjustment type.
TRADITIONAL_CHINESE. Static variable in class java.util.Locale
Useful constant for language.
transferFocus(). Method in class java.awt.Component
Transfers the focus to the next component.
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.
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 by deltaX along the x axis and by deltaY along the y axis.
translate(int, int). Method in class java.awt.Rectangle
Translates the rectangle the indicated distance, to the right along the x coordinate axis, and downward along the y coordinate axis.
translatePoint(int, int). Method in class java.awt.event.MouseEvent
Translates the coordinate position of the event by x, y.
trim(). Method in class java.lang.String
Removes white space from both ends of this string.
trimToSize(). Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE. Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TT_EOF. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the stream has been read.
TT_EOL. Static variable in class java.io.StreamTokenizer
A constant indicating that the end of the line has been read.
TT_NUMBER. Static variable in class java.io.StreamTokenizer
A constant indicating that a number token has been read.
TT_WORD. Static variable in class java.io.StreamTokenizer
A constant indicating that a word token has been read.
ttype. Variable in class java.io.StreamTokenizer
After a call to the nextToken method, this field contains the type of the token just read.
TUESDAY. Static variable in class java.util.Calendar
Useful constant for days of week.
TYPE. Static variable in class java.lang.Boolean
The Class object representing the primitive type boolean.
TYPE. Static variable in class java.lang.Byte
The Class object representing the primitive type byte.
TYPE. Static variable in class java.lang.Character
The Class object representing the primitive type char.
TYPE. Static variable in class java.lang.Double
The Class object representing the primitive type double.
TYPE. Static variable in class java.lang.Float
The Class object representing the primitive type float.
TYPE. Static variable in class java.lang.Integer
The Class object representing the primitive type int.
TYPE. Static variable in class java.lang.Long
The Class object representing the primitive type long.
TYPE. Static variable in class java.lang.Short
The Class object representing the primitive type short.
TYPE. Static variable in class java.lang.Void
The Class object representing the primitive Java type void.

U

UK. Static variable in class java.util.Locale
Useful constant for country.
UNASSIGNED. Static variable in class java.lang.Character
uncaughtException(Thread, Throwable). Method in class java.lang.ThreadGroup
Called by the Java Virtual Machine when a thread in this thread group stops because of an uncaught exception.
UNDECIMBER. Static variable in class java.util.Calendar
Useful constant for month.
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.
UnknownError(). Constructor for class java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String). Constructor for class java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownHostException(). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
UnknownHostException(String). Constructor for class java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownServiceException(). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String). Constructor for class java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
unread(byte[]). Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
unread(byte[], int, int). Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(char[]). Method in class java.io.PushbackReader
Push back an array of characters by copying it to the front of the pushback buffer.
unread(char[], int, int). Method in class java.io.PushbackReader
Push back a portion of an array of characters by copying it to the front of the pushback buffer.
unread(int). Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(int). Method in class java.io.PushbackReader
Push back a single character.
UnsatisfiedLinkError(). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String). Constructor for class java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
UnsupportedEncodingException(). Constructor for class java.io.UnsupportedEncodingException
no detailed message
UnsupportedEncodingException(String). Constructor for class java.io.UnsupportedEncodingException
detailed message
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(Graphics). Method in class java.awt.Component
Updates this component.
update(Graphics). Method in class java.awt.Container
Updates the container.
update(Observable, Object). Method in interface java.util.Observer
This method is called whenever the observed object is changed.
UPPERCASE_LETTER. Static variable in class java.lang.Character
url. Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
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 an absolute 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 specification spec within a specified context.
URLConnection(URL). Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLStreamHandler(). Constructor for class java.net.URLStreamHandler
US. Static variable in class java.util.Locale
Useful constant for country.
useCaches. Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime(). Method in class java.util.SimpleTimeZone
Overrides TimeZone Queries if this time zone uses Daylight Savings Time.
useDaylightTime(). Method in class java.util.TimeZone
Queries if this time zone uses Daylight Savings Time.
usesShiftModifier(). Method in class java.awt.MenuShortcut
Return whether this MenuShortcut must be invoked using the SHIFT key.
usingProxy(). Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
UTC(int, int, int, int, int, int). Static method in class java.util.Date
Determines the date and time based on the arguments.
UTFDataFormatException(). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with no detail message.
UTFDataFormatException(String). Constructor for class java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.

V

valid(). Method in class java.io.FileDescriptor
Tests if this file descriptor object is valid.
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.
validateObject(). Method in interface java.io.ObjectInputValidation
Validates the object
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).
valueOf(boolean). Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char). Static method in class java.lang.String
Returns the string representation of the char * argument.
valueOf(char[]). Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int). Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double). Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float). Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int). Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long). Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object). Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String). Static method in class java.lang.Boolean
Returns the boolean value represented by the specified String.
valueOf(String). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String). Static method in class java.lang.Double
Returns a new Double value initialized to the value represented by the specified String.
valueOf(String). Static method in class java.lang.Float
Returns the floating point value represented by the specified String.
valueOf(String). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
valueOf(String, int). Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns a new Byte object initialized to that value.
valueOf(String, int). Static method in class java.lang.Integer
Returns a new Integer object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Long
Returns a new long object initialized to the value of the specified String.
valueOf(String, int). Static method in class java.lang.Short
Assuming the specified String represents a short, returns a new Short object initialized to that value.
Vector(). Constructor for class java.util.Vector
Constructs an empty vector.
Vector(int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity.
Vector(int, int). Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
VerifyError(). Constructor for class java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String). Constructor for class java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
VERTICAL. Static variable in interface java.awt.Adjustable
The vertical orientation.
VERTICAL. Static variable in class java.awt.GridBagConstraints
Resize the component vertically but not horizontally.
VERTICAL. Static variable in class java.awt.Scrollbar
A constant that indicates a vertical scroll bar.
VirtualMachineError(). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String). Constructor for class java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
VK_0. Static variable in class java.awt.event.KeyEvent
VK_0 thru VK_9 are the same as ASCII '0' thru '9' (0x30 - 0x39)
VK_1. Static variable in class java.awt.event.KeyEvent
VK_2. Static variable in class java.awt.event.KeyEvent
VK_3. Static variable in class java.awt.event.KeyEvent
VK_4. Static variable in class java.awt.event.KeyEvent
VK_5. Static variable in class java.awt.event.KeyEvent
VK_6. Static variable in class java.awt.event.KeyEvent
VK_7. Static variable in class java.awt.event.KeyEvent
VK_8. Static variable in class java.awt.event.KeyEvent
VK_9. Static variable in class java.awt.event.KeyEvent
VK_A. Static variable in class java.awt.event.KeyEvent
VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A)
VK_ACCEPT. Static variable in class java.awt.event.KeyEvent
VK_ADD. Static variable in class java.awt.event.KeyEvent
VK_ALT. Static variable in class java.awt.event.KeyEvent
VK_B. Static variable in class java.awt.event.KeyEvent
VK_BACK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_BACK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_BACK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_C. Static variable in class java.awt.event.KeyEvent
VK_CANCEL. Static variable in class java.awt.event.KeyEvent
VK_CAPS_LOCK. Static variable in class java.awt.event.KeyEvent
VK_CLEAR. Static variable in class java.awt.event.KeyEvent
VK_CLOSE_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_COMMA. Static variable in class java.awt.event.KeyEvent
VK_CONTROL. Static variable in class java.awt.event.KeyEvent
VK_CONVERT. Static variable in class java.awt.event.KeyEvent
VK_D. Static variable in class java.awt.event.KeyEvent
VK_DECIMAL. Static variable in class java.awt.event.KeyEvent
VK_DELETE. Static variable in class java.awt.event.KeyEvent
VK_DIVIDE. Static variable in class java.awt.event.KeyEvent
VK_DOWN. Static variable in class java.awt.event.KeyEvent
VK_E. Static variable in class java.awt.event.KeyEvent
VK_END. Static variable in class java.awt.event.KeyEvent
VK_ENTER. Static variable in class java.awt.event.KeyEvent
Virtual key codes.
VK_EQUALS. Static variable in class java.awt.event.KeyEvent
VK_ESCAPE. Static variable in class java.awt.event.KeyEvent
VK_F. Static variable in class java.awt.event.KeyEvent
VK_F1. Static variable in class java.awt.event.KeyEvent
VK_F10. Static variable in class java.awt.event.KeyEvent
VK_F11. Static variable in class java.awt.event.KeyEvent
VK_F12. Static variable in class java.awt.event.KeyEvent
VK_F2. Static variable in class java.awt.event.KeyEvent
VK_F3. Static variable in class java.awt.event.KeyEvent
VK_F4. Static variable in class java.awt.event.KeyEvent
VK_F5. Static variable in class java.awt.event.KeyEvent
VK_F6. Static variable in class java.awt.event.KeyEvent
VK_F7. Static variable in class java.awt.event.KeyEvent
VK_F8. Static variable in class java.awt.event.KeyEvent
VK_F9. Static variable in class java.awt.event.KeyEvent
VK_FINAL. Static variable in class java.awt.event.KeyEvent
for Asian Keyboard
VK_G. Static variable in class java.awt.event.KeyEvent
VK_H. Static variable in class java.awt.event.KeyEvent
VK_HELP. Static variable in class java.awt.event.KeyEvent
VK_HOME. Static variable in class java.awt.event.KeyEvent
VK_I. Static variable in class java.awt.event.KeyEvent
VK_INSERT. Static variable in class java.awt.event.KeyEvent
VK_J. Static variable in class java.awt.event.KeyEvent
VK_K. Static variable in class java.awt.event.KeyEvent
VK_KANA. Static variable in class java.awt.event.KeyEvent
VK_KANJI. Static variable in class java.awt.event.KeyEvent
VK_L. Static variable in class java.awt.event.KeyEvent
VK_LEFT. Static variable in class java.awt.event.KeyEvent
VK_M. Static variable in class java.awt.event.KeyEvent
VK_META. Static variable in class java.awt.event.KeyEvent
VK_MODECHANGE. Static variable in class java.awt.event.KeyEvent
VK_MULTIPLY. Static variable in class java.awt.event.KeyEvent
VK_N. Static variable in class java.awt.event.KeyEvent
VK_NONCONVERT. Static variable in class java.awt.event.KeyEvent
VK_NUM_LOCK. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD0. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD1. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD2. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD3. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD4. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD5. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD6. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD7. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD8. Static variable in class java.awt.event.KeyEvent
VK_NUMPAD9. Static variable in class java.awt.event.KeyEvent
VK_O. Static variable in class java.awt.event.KeyEvent
VK_OPEN_BRACKET. Static variable in class java.awt.event.KeyEvent
VK_P. Static variable in class java.awt.event.KeyEvent
VK_PAGE_DOWN. Static variable in class java.awt.event.KeyEvent
VK_PAGE_UP. Static variable in class java.awt.event.KeyEvent
VK_PAUSE. Static variable in class java.awt.event.KeyEvent
VK_PERIOD. Static variable in class java.awt.event.KeyEvent
VK_PRINTSCREEN. Static variable in class java.awt.event.KeyEvent
VK_Q. Static variable in class java.awt.event.KeyEvent
VK_QUOTE. Static variable in class java.awt.event.KeyEvent
VK_R. Static variable in class java.awt.event.KeyEvent
VK_RIGHT. Static variable in class java.awt.event.KeyEvent
VK_S. Static variable in class java.awt.event.KeyEvent
VK_SCROLL_LOCK. Static variable in class java.awt.event.KeyEvent
VK_SEMICOLON. Static variable in class java.awt.event.KeyEvent
VK_SEPARATER. Static variable in class java.awt.event.KeyEvent
VK_SHIFT. Static variable in class java.awt.event.KeyEvent
VK_SLASH. Static variable in class java.awt.event.KeyEvent
VK_SPACE. Static variable in class java.awt.event.KeyEvent
VK_SUBTRACT. Static variable in class java.awt.event.KeyEvent
VK_T. Static variable in class java.awt.event.KeyEvent
VK_TAB. Static variable in class java.awt.event.KeyEvent
VK_U. Static variable in class java.awt.event.KeyEvent
VK_UNDEFINED. Static variable in class java.awt.event.KeyEvent
KEY_TYPED events do not have a defined keyCode.
VK_UP. Static variable in class java.awt.event.KeyEvent
VK_V. Static variable in class java.awt.event.KeyEvent
VK_W. Static variable in class java.awt.event.KeyEvent
VK_X. Static variable in class java.awt.event.KeyEvent
VK_Y. Static variable in class java.awt.event.KeyEvent
VK_Z. Static variable in class java.awt.event.KeyEvent

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
wait(). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
wait(long, int). Method in class java.lang.Object
Waits to be notified by another thread of a change in this object.
WAIT_CURSOR. Static variable in class java.awt.Cursor
The wait cursor type.
WAIT_CURSOR. Static variable in class java.awt.Frame
waitFor(). Method in class java.lang.Process
Waits for the subprocess to complete.
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 java.util.Calendar
Useful constant for days of week.
WEEK_OF_MONTH. Static variable in class java.util.Calendar
Useful constant for date and time.
WEEK_OF_YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
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.BorderLayout
The west layout constraint (right side of container).
WEST. Static variable in class java.awt.GridBagConstraints
Put the component on the left side of its display area, centered vertically.
when. Variable in class java.awt.Event
The time stamp.
white. Static variable in class java.awt.Color
The color white.
whitespaceChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
width. Variable in class java.awt.Dimension
The width dimension.
width. Variable in class java.awt.Rectangle
The width of the rectangle.
WINDOW. Static variable in class java.awt.SystemColor
The array index for the window background color.
window. Static variable in class java.awt.SystemColor
The background color for windows.
Window(Frame). Constructor for class java.awt.Window
Constructs a new invisible window.
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 type.
WINDOW_CLOSING. Static variable in class java.awt.event.WindowEvent
The window closing event type.
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
Marks the first integer id for the range of window event ids.
WINDOW_ICONIFIED. Static variable in class java.awt.event.WindowEvent
The window iconified event type.
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
Marks the last integer id for the range of window event ids.
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 type.
WINDOW_TEXT. Static variable in class java.awt.SystemColor
The array index for the window text color.
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 class java.awt.event.WindowAdapter
windowActivated(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is activated.
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 class java.awt.event.WindowAdapter
windowClosed(WindowEvent). Method in interface java.awt.event.WindowListener
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 class java.awt.event.WindowAdapter
windowClosing(WindowEvent). Method in interface java.awt.event.WindowListener
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 class java.awt.event.WindowAdapter
windowDeactivated(WindowEvent). Method in interface java.awt.event.WindowListener
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 class java.awt.event.WindowAdapter
windowDeiconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is de-iconified.
WindowEvent(Window, int). Constructor for class java.awt.event.WindowEvent
Constructs a WindowEvent object with the specified source window and type.
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 class java.awt.event.WindowAdapter
windowIconified(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window is iconified.
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 class java.awt.event.WindowAdapter
windowOpened(WindowEvent). Method in interface java.awt.event.WindowListener
Invoked when a window has been opened.
windowText. Static variable in class java.awt.SystemColor
The text color for windows.
wordChars(int, int). Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
write(byte[]). Method in interface java.io.DataOutput
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]). Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[]). Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[]). Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[]). Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[]). Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]). Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array starting at offset off to this file.
write(byte[], int, int). Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(byte[], int, int). Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(byte[], int, int). Method in interface java.io.DataOutput
Writes len bytes from the specified byte array starting at offset off to this output stream.
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.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(byte[], int, int). Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(byte[], int, int). Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int). Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(byte[], int, int). Method in class java.io.PrintStream
Write a portion of a byte array, blocking if necessary.
write(byte[], int, int). Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(char[]). Method in class java.io.PrintWriter
Write an array of characters.
write(char[]). Method in class java.io.Writer
Write an array of characters.
write(char[], int, int). Method in class java.io.BufferedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(char[], int, int). Method in class java.io.FilterWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.OutputStreamWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PipedWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.PrintWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.StringWriter
Write a portion of an array of characters.
write(char[], int, int). Method in class java.io.Writer
Write a portion of an array of characters.
write(int). Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(int). Method in class java.io.BufferedWriter
Write a single character.
write(int). Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(int). Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(int). Method in interface java.io.DataOutput
Writes the specified byte to this data output stream.
write(int). Method in class java.io.DataOutputStream
Writes the specified byte to the underlying output stream.
write(int). Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(int). Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.FilterWriter
Write a single character.
write(int). Method in interface java.io.ObjectOutput
Writes a byte.
write(int). Method in class java.io.ObjectOutputStream
Writes a byte.
write(int). Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(int). Method in class java.io.OutputStreamWriter
Write a single character.
write(int). Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(int). Method in class java.io.PrintStream
Write a byte, blocking if necessary.
write(int). Method in class java.io.PrintWriter
Write a single character.
write(int). Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(int). Method in class java.io.StringWriter
Write a single character.
write(int). Method in class java.io.Writer
Write a single character.
write(String). Method in class java.io.PrintWriter
Write a string.
write(String). Method in class java.io.StringWriter
Write a string.
write(String). Method in class java.io.Writer
Write a string.
write(String, int, int). Method in class java.io.BufferedWriter
Write a portion of a String.
write(String, int, int). Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(String, int, int). Method in class java.io.FilterWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.OutputStreamWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.PrintWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.StringWriter
Write a portion of a string.
write(String, int, int). Method in class java.io.Writer
Write a portion of a string.
WriteAbortedException(String, Exception). Constructor for class java.io.WriteAbortedException
A WriteAbortedException is thrown during a read when one of the ObjectStreamExceptions was thrown during writing.
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.
writeBoolean(boolean). Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean). Method in class java.io.RandomAccessFile
Writes a boolean to the file as a 1-byte value.
writeByte(int). Method in interface java.io.DataOutput
Writes an 8-bit value to this output stream.
writeByte(int). Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int). Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int). Method in class java.io.RandomAccessFile
Writes a byte to the file as a 1-byte value.
writeBytes(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeBytes(String). Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String). Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int). Method in interface java.io.DataOutput
Writes a char value to this 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.
writeChar(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int). Method in class java.io.RandomAccessFile
Writes a char to the file as a 2-byte value, high byte first.
writeChars(String). Method in interface java.io.DataOutput
Writes a string to this output stream.
writeChars(String). Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String). Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String). Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(double). Method in interface java.io.DataOutput
Writes a double value to this 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.
writeDouble(double). Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double). Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an 8-byte quantity, high byte first.
writeExternal(ObjectOutput). Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.
writeFloat(float). Method in interface java.io.DataOutput
Writes a float value to this 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.
writeFloat(float). Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float). Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a 4-byte quantity, high byte first.
writeInt(int). Method in interface java.io.DataOutput
Writes an int value to this output stream.
writeInt(int). Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int). Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int). Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(long). Method in interface java.io.DataOutput
Writes a long value to this output stream.
writeLong(long). Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long). Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long). Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeObject(Object). Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object). Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
Writer(). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object). Constructor for class java.io.Writer
Create a new character-stream writer whose critical sections will synchronize on the given object.
writeShort(int). Method in interface java.io.DataOutput
Writes a 16-bit value to this output stream.
writeShort(int). Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int). Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int). Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeStreamHeader(). Method in class java.io.ObjectOutputStream
The writeStreamHeader method is provided so subclasses can append or prepend their own header to the stream.
writeTo(OutputStream). Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer). Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUTF(String). Method in interface java.io.DataOutput
Writes a Unicode string by encoding it using modified UTF-8 format.
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.
writeUTF(String). Method in class java.io.ObjectOutputStream
Writes a String in UTF format.
writeUTF(String). Method in class java.io.RandomAccessFile
Writes a string to the file using UTF-8 encoding in a machine-independent manner.
writeUTFlong(String). Method in class java.io.DataOutputStream
written. Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream.

X

x. Variable in class java.awt.Event
The x coordinate of the event.
x. Variable in class java.awt.Point
The x coordinate.
x. Variable in class java.awt.Rectangle
The x coordinate of the rectangle.
xor(BitSet). Method in class java.util.BitSet
Logically XORs this bit set with the specified set of bits.
xpoints. Variable in class java.awt.Polygon
The array of x coordinates.

Y

y. Variable in class java.awt.Event
The y coordinate of the event.
y. Variable in class java.awt.Point
The y coordinate.
y. Variable in class java.awt.Rectangle
The y coordinate of the rectangle.
YEAR. Static variable in class java.util.Calendar
Useful constant for date and time.
yellow. Static variable in class java.awt.Color
The color yellow.
yield(). Static method in class java.lang.Thread
Causes the currently executing thread object to temporarily pause and allow other threads to execute.
ypoints. Variable in class java.awt.Polygon
The array of y coordinates.