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

A

ABORTED - Static variable in class java.awt.MediaTracker
Flag indicating the download of some media was aborted.
abs(double) - Static method in class java.lang.Math
Returns the absolute double value of a.
abs(float) - Static method in class java.lang.Math
Returns the absolute float value of a.
abs(int) - Static method in class java.lang.Math
Returns the absolute integer value of a.
abs(long) - Static method in class java.lang.Math
Returns the absolute long value of a.
AbstractMethodError - error java.lang.AbstractMethodError.
Signals an attempt to call an abstract method.
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
Accepts a connection.
accept(File, String) - Method in interface java.io.FilenameFilter
Determines whether a name 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 a, in the range of 0.0 through Pi.
ACTION_EVENT - Static variable in class java.awt.Event
An action event.
action(Event, Object) - Method in class java.awt.Component
Called if an action occurs in the Component.
activeCount() - Method in class java.lang.ThreadGroup
Returns an estimate of the number of active Threads in the Thread group.
activeCount() - Static method in class java.lang.Thread
Returns the current 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 the Thread group.
add(Component) - Method in class java.awt.Container
Adds the specified component to this container.
add(Component, int) - Method in class java.awt.Container
Adds the specified component to this container at the given position.
add(int, int) - Method in class java.awt.Rectangle
Adds a point to a rectangle.
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 item to this menu.
add(Point) - Method in class java.awt.Rectangle
Adds a point to a rectangle.
add(Rectangle) - Method in class java.awt.Rectangle
Adds a rectangle to a rectangle.
add(String) - Method in class java.awt.Menu
Adds an item with with the specified label to this menu.
add(String, Component) - Method in class java.awt.Container
Adds the specified component to this container.
addElement(Object) - Method in class java.util.Vector
Adds the specified object as the last element of the vector.
addImage(Image, int) - Method in class java.awt.MediaTracker
Adds an image to the list of images being tracked.
addImage(Image, int, int, int) - Method in class java.awt.MediaTracker
Adds a scaled image to the list of images being tracked.
addItem(String) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
addItem(String) - Method in class java.awt.Choice
Adds an item to this Choice.
addItem(String, int) - Method in class java.awt.List
Adds the specified item to the end of scrolling list.
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 class java.awt.FlowLayout
Adds the specified component to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.BorderLayout
Adds the specified named component to the layout.
addLayoutComponent(String, Component) - Method in interface java.awt.LayoutManager
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.GridBagLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class java.awt.CardLayout
Adds the specified component with the specified name to the layout.
addNotify() - Method in class java.awt.Canvas
Creates the peer of the canvas.
addNotify() - Method in class java.awt.Menu
Creates the menu'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.Frame
Creates the Frame's peer.
addNotify() - Method in class java.awt.Window
Creates the Window's peer.
addNotify() - Method in class java.awt.Container
Notifies the container to create a peer.
addNotify() - Method in class java.awt.Component
Notifies the Component to create a peer.
addNotify() - Method in class java.awt.TextField
Creates the TextField's peer.
addNotify() - Method in class java.awt.TextArea
Creates the TextArea's peer.
addNotify() - Method in class java.awt.Scrollbar
Creates the Scrollbar's peer.
addNotify() - Method in class java.awt.MenuBar
Creates the menu bar's peer.
addNotify() - Method in class java.awt.List
Creates the peer for the list.
addNotify() - Method in class java.awt.Label
Creates the peer for this label.
addNotify() - Method in class java.awt.FileDialog
Creates the frame's peer.
addNotify() - Method in class java.awt.Dialog
Creates the frame's peer.
addNotify() - Method in class java.awt.Choice
Creates the Choice's peer.
addNotify() - Method in class java.awt.CheckboxMenuItem
Creates the peer of the checkbox item.
addNotify() - Method in class java.awt.Checkbox
Creates the peer of the Checkbox.
addNotify() - Method in class java.awt.Button
Creates the peer of the button.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the observer list.
addPoint(int, int) - Method in class java.awt.Polygon
Appends a point to a polygon.
address - Variable in class java.net.SocketImpl
The internet address where the socket will make a connection.
addSeparator() - Method in class java.awt.Menu
Adds a separator line, or a hypen, to the menu at the current position.
AdjustForGravity(GridBagConstraints, Rectangle) - Method in class java.awt.GridBagLayout
 
after(Date) - Method in class java.util.Date
Checks whether this date comes after the specified date.
allowsMultipleSelections() - Method in class java.awt.List
Returns true if this list allows multiple selections.
allowUserInteraction - Variable in class java.net.URLConnection
 
ALT_MASK - Static variable in class java.awt.Event
The alt modifier constant.
anchor - Variable in class java.awt.GridBagConstraints
 
and(BitSet) - Method in class java.util.BitSet
Logically ANDs this bit set with the specified set of bits.
append(boolean) - Method in class java.lang.StringBuffer
Appends a boolean to the end of this buffer.
append(char) - Method in class java.lang.StringBuffer
Appends a character to the end of this buffer.
append(char[]) - Method in class java.lang.StringBuffer
Appends an array of characters to the end of this buffer.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends a part of an array of characters to the end of this buffer.
append(double) - Method in class java.lang.StringBuffer
Appends a double to the end of this buffer.
append(float) - Method in class java.lang.StringBuffer
Appends a float to the end of this buffer.
append(int) - Method in class java.lang.StringBuffer
Appends an integer to the end of this buffer.
append(long) - Method in class java.lang.StringBuffer
Appends a long to the end of this buffer.
append(Object) - Method in class java.lang.StringBuffer
Appends an object to the end of this buffer.
append(String) - Method in class java.lang.StringBuffer
Appends a String to the end of this buffer.
appendText(String) - Method in class java.awt.TextArea
Appends the given text to the end.
Applet - class java.applet.Applet.
Base applet class.
Applet() - Constructor for class java.applet.Applet
 
AppletContext - interface java.applet.AppletContext.
This interface corresponds to an applet's environment.
appletResize(int, int) - Method in interface java.applet.AppletStub
Called when the applet wants to be resized.
AppletStub - interface java.applet.AppletStub.
This interface is used to implement an applet viewer.
arg - Variable in class java.awt.Event
An arbitrary argument.
ArithmeticException - exception java.lang.ArithmeticException.
Signals that an exceptional arithmetic condition has occurred.
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 source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - exception java.lang.ArrayIndexOutOfBoundsException.
Signals that an invalid array index has been used.
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 initialized to the specific index.
ArrayIndexOutOfBoundsException(String) - Constructor for class java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayStoreException - exception java.lang.ArrayStoreException.
An attempt has been made to store the wrong type of Object to an array.
ArrayStoreException() - Constructor for class java.lang.ArrayStoreException
Constructs a ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for class java.lang.ArrayStoreException
Constructs a ArrayStoreException with the specified detail message.
asin(double) - Static method in class java.lang.Math
Returns the arc sine of a, in the range of -Pi/2 through Pi/2.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of a, in the range of -Pi/2 through Pi/2.
atan2(double, double) - Static method in class java.lang.Math
Converts rectangular coordinates (a, b) to polar (r, theta).
AudioClip - interface java.applet.AudioClip.
A very high level abstraction of audio.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of available bytes in the buffer.
available() - Method in class java.io.BufferedInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.FilterInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.FileInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.InputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.io.StringBufferInputStream
Returns the number of available bytes in the buffer.
available() - Method in class java.io.PushbackInputStream
Returns the number of bytes that can be read.
available() - Method in class java.io.PipedInputStream
 
available() - Method in class java.io.LineNumberInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class java.net.SocketImpl
Returns the number of bytes that can be read without blocking.
AWTError - error java.awt.AWTError.
An AWT Error.
AWTError(String) - Constructor for class java.awt.AWTError
 
AWTException - exception java.awt.AWTException.
Signals that an Absract Window Toolkit exception has occurred.
AWTException(String) - Constructor for class java.awt.AWTException
Constructs an AWTException with the specified detail message.

B

before(Date) - Method in class java.util.Date
Checks whether this date comes before the specified date.
bind(InetAddress, int) - Method in class java.net.SocketImpl
Binds the socket to the specified port on the specified host.
BitSet - class java.util.BitSet.
A set of bits.
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.
blue - Static variable in class java.awt.Color
The color blue.
BOLD - Static variable in class java.awt.Font
The bold style constant.
Boolean - class java.lang.Boolean.
The Boolean class provides an object wrapper for Boolean data values, and serves as a place for boolean-oriented operations.
Boolean(boolean) - Constructor for class java.lang.Boolean
Constructs a Boolean object initialized to the specified boolean value.
Boolean(String) - Constructor for class java.lang.Boolean
Constructs a Boolean object initialized to the value specified by the String parameter.
booleanValue() - Method in class java.lang.Boolean
Returns the value of this Boolean object as a boolean.
BorderLayout - class java.awt.BorderLayout.
A TNT style border bag layout.
BorderLayout() - Constructor for class java.awt.BorderLayout
Constructs a new BorderLayout.
BorderLayout(int, int) - Constructor for class java.awt.BorderLayout
Constructs a BorderLayout with the specified gaps.
BOTH - Static variable in class java.awt.GridBagConstraints
 
bottom - Variable in class java.awt.Insets
The inset from the bottom.
bounds() - Method in class java.awt.Component
Returns the current bounds of this component.
brighter() - Method in class java.awt.Color
Returns a brighter version of this color.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
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.BufferedInputStream
The buffer where data is stored.
buffer - Variable in class java.io.StringBufferInputStream
The buffer where data is stored.
BufferedInputStream - class java.io.BufferedInputStream.
A buffered input stream.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with a default buffer size.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a new buffered stream with the specified buffer size.
BufferedOutputStream - class java.io.BufferedOutputStream.
A buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with a default buffer size.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered stream with the specified buffer size.
Button - class java.awt.Button.
A class that produces a labeled button component.
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 a string label.
ByteArrayInputStream - class java.io.ByteArrayInputStream.
This class implements a buffer that can be used as an InputStream.
ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
Creates an ByteArrayInputStream from the specified array of bytes.
ByteArrayOutputStream - class java.io.ByteArrayOutputStream.
This class implements a buffer that can be used as an OutputStream.
ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream.
ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
Creates a new ByteArrayOutputStream with the specified initial size.
bytesTransferred - Variable in class java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the IO 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.

C

canRead() - Method in class java.io.File
Returns a boolean indicating whether or not a readable file exists.
Canvas - class java.awt.Canvas.
A Canvas component.
Canvas() - Constructor for class java.awt.Canvas
 
canWrite() - Method in class java.io.File
Returns a boolean indicating whether or not a writable file exists.
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 the vector.
capacityIncrement - Variable in class java.util.Vector
The size of the increment.
CardLayout - class java.awt.CardLayout.
A layout manager for a container that contains several 'cards'.
CardLayout() - Constructor for class java.awt.CardLayout
Creates a new card layout.
CardLayout(int, int) - Constructor for class java.awt.CardLayout
Creates a card layout with the specified gaps.
ceil(double) - Static method in class java.lang.Math
Returns the "ceiling" or smallest whole number greater than or equal to a.
CENTER - Static variable in class java.awt.FlowLayout
The right alignment variable.
CENTER - Static variable in class java.awt.Label
The center alignment.
CENTER - Static variable in class java.awt.GridBagConstraints
 
Character - class java.lang.Character.
The Character class provides an object wrapper for Character data values and serves as a place for character-oriented operations.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object with the specified value.
charAt(int) - Method in class java.lang.StringBuffer
Returns the character at the specified index.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
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
Checks to see if a socket connection to the specified port on the specified host has been accepted.
checkAccess() - Method in class java.lang.ThreadGroup
Checks to see if the current Thread is allowed to modify this group.
checkAccess() - Method in class java.lang.Thread
Checks whether the current Thread is allowed to modify this Thread.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Checks to see if the specified Thread is allowed to modify the Thread group.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Checks to see if the specified Thread group is allowed to modify this group.
checkAll() - Method in class java.awt.MediaTracker
Checks to see if all images have finished loading but does not start loading the images if they are not already loading.
checkAll(boolean) - Method in class java.awt.MediaTracker
Checks to see if all images have finished loading.
Checkbox - class java.awt.Checkbox.
A Checkbox object is a graphical user interface element that has a boolean state.
Checkbox() - Constructor for class java.awt.Checkbox
Constructs a Checkbox with no label, no Checkbox group, and initialized to a false state.
Checkbox(String) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, no Checkbox group, and initialized to a false state.
Checkbox(String, CheckboxGroup, boolean) - Constructor for class java.awt.Checkbox
Constructs a Checkbox with the specified label, specified Checkbox group, and specified boolean state.
CheckboxGroup - class java.awt.CheckboxGroup.
This class is used to create a multiple-exclusion scope for a set of Checkbox buttons.
CheckboxGroup() - Constructor for class java.awt.CheckboxGroup
Creates a new CheckboxGroup.
CheckboxMenuItem - class java.awt.CheckboxMenuItem.
This class produces a checkbox that represents a choice in a menu.
CheckboxMenuItem(String) - Constructor for class java.awt.CheckboxMenuItem
Creates the checkbox item with the specified label.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Checks to see if a socket has connected to the specified port on the the specified host.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Checks to see if the current execution context and the indicated execution context are both allowed to connect to the indicated host and port.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Checks to see if the ClassLoader has been created.
checkDelete(String) - Method in class java.lang.SecurityManager
Checks to see if a file with the specified system dependent file name can be deleted.
checkError() - Method in class java.io.PrintStream
Flushes the print stream and returns whether or not there was an error on the output stream.
checkExec(String) - Method in class java.lang.SecurityManager
Checks to see if the system command is executed by trusted code.
checkExit(int) - Method in class java.lang.SecurityManager
Checks to see if the system has exited the virtual machine with an exit code.
checkID(int) - Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID have finished loading, but does not start loading the images if they are not already loading.
checkID(int, boolean) - Method in class java.awt.MediaTracker
Checks to see if all images tagged with the indicated ID 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 scaled screen representation of the specified image.
checkImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Returns the status of the construction of the indicated method at the indicated width and height for the default screen.
checkLink(String) - Method in class java.lang.SecurityManager
Checks to see if the specified linked library exists.
checkListen(int) - Method in class java.lang.SecurityManager
Checks to see if a server socket is listening to the specified local port that it is bounded to.
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Checks to see if an applet can access a package.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Checks to see if an applet can define classes in a package.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Checks to see who has access to the System properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Checks to see who has access to the System property named by key.
checkPropertyAccess(String, String) - Method in class java.lang.SecurityManager
Checks to see who has access to the System property named by key and def.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Checks to see if an input file with the specified file descriptor object gets created.
checkRead(String) - Method in class java.lang.SecurityManager
Checks to see if an input file with the specified system dependent file name gets created.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Checks to see if the current context or the indicated context are both allowed to read the given file name.
checkSetFactory() - Method in class java.lang.SecurityManager
Checks to see if an applet can set a networking-related object factory.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Checks to see if top-level windows can be created by the caller.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Checks to see if an output file with the specified file descriptor object gets created.
checkWrite(String) - Method in class java.lang.SecurityManager
Checks to see if an output file with the specified system dependent file name gets created.
Choice - class java.awt.Choice.
The Choice class is a pop-up menu of choices.
Choice() - Constructor for class java.awt.Choice
Constructs a new Choice.
Class - class java.lang.Class.
Class objects contain runtime representations of classes.
ClassCastException - exception java.lang.ClassCastException.
Signals that an invalid cast has occurred.
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 - error java.lang.ClassCircularityError.
Signals that a circularity has been detected when initializing a class.
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
Return the position of the stack frame containing the first occurrence of the named class.
ClassFormatError - error java.lang.ClassFormatError.
Signals an invalid file format has occurred.
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 - class java.lang.ClassLoader.
ClassLoader is an abstract Class that can be used to define a policy for loading Java classes into the runtime environment.
ClassLoader() - Constructor for class java.lang.ClassLoader
Constructs a new Class loader and initializes it.
classLoaderDepth() - Method in class java.lang.SecurityManager
 
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Signals that a class could not be found.
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.awt.List
Clears the list.
clear() - Method in class java.util.Hashtable
Clears the hash table so that it has no more elements in it.
clear(int) - Method in class java.util.BitSet
Clears a bit.
clearChanged() - Method in class java.util.Observable
Clears an observable change.
clearRect(int, int, int, int) - Method in class java.awt.Graphics
Clears the specified rectangle by filling it with the current background color of the current drawing surface.
clickCount - Variable in class java.awt.Event
The number of consecutive clicks.
clipRect(int, int, int, int) - Method in class java.awt.Graphics
Clips to a rectangle.
clone() - Method in class java.awt.Insets
 
clone() - Method in class java.awt.GridBagConstraints
 
clone() - Method in class java.lang.Object
Creates a clone of the object.
clone() - Method in class java.util.BitSet
Clones the BitSet.
clone() - Method in class java.util.Vector
Clones this vector.
clone() - Method in class java.util.Hashtable
Creates a clone of the hashtable.
Cloneable - interface java.lang.Cloneable.
An interface indicating that this object may be copied or cloned.
CloneNotSupportedException - exception java.lang.CloneNotSupportedException.
Signals that an attempt has been made to clone an object that does not want to be cloned.
CloneNotSupportedException() - Constructor for class java.lang.CloneNotSupportedException
Constructs an CloneNotSupportedException with no detail message.
CloneNotSupportedException(String) - Constructor for class java.lang.CloneNotSupportedException
Constructs an CloneNotSupportedException with the specified detail message.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.FilterOutputStream
Closes the stream.
close() - Method in class java.io.FilterInputStream
Closes the input stream.
close() - Method in class java.io.FileOutputStream
Closes the stream.
close() - Method in class java.io.OutputStream
Closes the stream.
close() - Method in class java.io.FileInputStream
Closes the input stream.
close() - Method in class java.io.InputStream
Closes the input stream.
close() - Method in class java.io.SequenceInputStream
Closes the input stream; flipping to the next stream, if an EOF is reached.
close() - Method in class java.io.RandomAccessFile
Closes the file.
close() - Method in class java.io.PipedOutputStream
Closes the stream.
close() - Method in class java.io.PipedInputStream
Closes the input stream.
close() - Method in class java.net.SocketImpl
Closes the socket.
close() - Method in class java.net.Socket
Closes the socket.
close() - Method in class java.net.ServerSocket
Closes the server socket.
close() - Method in class java.net.DatagramSocket
Close the datagram socket.
Color - class java.awt.Color.
A class to encapsulate RGB Colors.
Color(float, float, float) - Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0.0 - 1.0).
Color(int) - Constructor for class java.awt.Color
Creates a color with the specified combined RGB value consisting of the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
Color(int, int, int) - Constructor for class java.awt.Color
Creates a color with the specified red, green, and blue values in the range (0 - 255).
columnWeights - Variable in class java.awt.GridBagLayout
 
columnWidths - Variable in class java.awt.GridBagLayout
 
command(Object) - Static method in class java.lang.Compiler
 
commentChar(int) - Method in class java.io.StreamTokenizer
Specifies that this character starts a single line comment.
compareTo(String) - Method in class java.lang.String
Compares this String to another specified String.
compileClass(Class) - Static method in class java.lang.Compiler
 
compileClasses(String) - Static method in class java.lang.Compiler
 
Compiler - class java.lang.Compiler.
 
COMPLETE - Static variable in class java.awt.MediaTracker
Flag indicating the download of media completed successfully.
Component - class java.awt.Component.
A generic Abstract Window Toolkit component.
comptable - Variable in class java.awt.GridBagLayout
 
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this String and returns a new String object representing the concatenation.
connect() - Method in class java.net.URLConnection
URLConnection objects go through two phases: first they are created, then they are connected.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects the socket to the specified address on the specified port.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connect this output stream to a receiver.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Connects this input stream to a sender.
connect(String, int) - Method in class java.net.SocketImpl
Connects the socket to the specified port on the specified host.
connected - Variable in class java.net.URLConnection
 
Container - class java.awt.Container.
A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
contains(Object) - Method in class java.util.Vector
Returns true if the specified object is a value of the collection.
contains(Object) - Method in class java.util.Hashtable
Returns true if the specified object is an element of the hashtable.
containsKey(Object) - Method in class java.util.Hashtable
Returns true if the collection contains an element for the key.
ContentHandler - class java.net.ContentHandler.
A class to read data from a URLConnection and construct an Object.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - interface java.net.ContentHandlerFactory.
This interface defines a factory for ContentHandler instances.
controlDown() - Method in class java.awt.Event
Checks if the control key is down.
copyArea(int, int, int, int, int, int) - Method in class java.awt.Graphics
Copies an area of the screen.
copyInto(Object[]) - Method in class java.util.Vector
Copies the elements 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.ByteArrayOutputStream
The number of bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The number of characters to use in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of bytes in the buffer.
count - Variable in class java.io.BufferedInputStream
The number of bytes in the buffer.
count - Variable in class java.io.StringBufferInputStream
The number of characters to use in the buffer.
countComponents() - Method in class java.awt.Container
Returns the number of components in this panel.
countItems() - Method in class java.awt.Menu
Returns the number of elements in this menu.
countItems() - Method in class java.awt.List
Returns the number of items in the list.
countItems() - Method in class java.awt.Choice
Returns the number of items in this Choice.
countMenus() - Method in class java.awt.MenuBar
Counts the number of menus on the menu bar.
countObservers() - Method in class java.util.Observable
Counts the number of observers.
countStackFrames() - Method in class java.lang.Thread
Returns the number of stack frames in this Thread.
countTokens() - Method in class java.util.StringTokenizer
Returns the next number of tokens in the String using the current deliminter set.
create() - Method in class java.awt.Graphics
Creates a new Graphics Object that is a copy of the original Graphics Object.
create(boolean) - Method in class java.net.SocketImpl
Creates a socket with a boolean that specifies whether this is a stream socket or a datagram socket.
create(int, int, int, int) - Method in class java.awt.Graphics
Creates a new Graphics Object with the specified parameters, based on the original Graphics Object.
createButton(Button) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Button.
createCanvas(Canvas) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Canvas.
createCheckbox(Checkbox) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Checkbox.
createCheckboxMenuItem(CheckboxMenuItem) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new CheckboxMenuItem.
createChoice(Choice) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Choice.
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
Uses the specified Peer interface to create a new Dialog.
createFileDialog(FileDialog) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new FileDialog.
createFrame(Frame) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Frame.
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
Uses the specified Peer interface to create a new Label.
createList(List) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new List.
createMenu(Menu) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Menu.
createMenuBar(MenuBar) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuBar.
createMenuItem(MenuItem) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new MenuItem.
createPanel(Panel) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Panel.
createScrollbar(Scrollbar) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new Scrollbar.
createSocketImpl() - Method in interface java.net.SocketImplFactory
Creates a new SocketImpl instance.
createTextArea(TextArea) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextArea.
createTextField(TextField) - Method in class java.awt.Toolkit
Uses the specified Peer interface to create a new TextField.
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
Uses the specified Peer interface to create a new Window.
CROSSHAIR_CURSOR - Static variable in class java.awt.Frame
 
CTRL_MASK - Static variable in class java.awt.Event
The control modifier constant.
currentClassLoader() - Method in class java.lang.SecurityManager
The current 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 GMT since the epoch (00:00:00 UTC, January 1, 1970).
cyan - Static variable in class java.awt.Color
The color cyan.

D

darker() - Method in class java.awt.Color
Returns a darker version of this color.
darkGray - Static variable in class java.awt.Color
The color dark gray.
DatagramPacket - class java.net.DatagramPacket.
A class that represents a datagram packet containing packet data, packet length, internet addresses and port.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
This constructor is used to create a DatagramPacket object used for receiving datagrams.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
This constructor is used construct the DatagramPacket to be sent.
DatagramSocket - class java.net.DatagramSocket.
The datagram socket class implements unreliable datagrams.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Creates a datagram socket
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Creates a datagram socket
DataInput - interface java.io.DataInput.
DataInput is an interface describing streams that can read input in a machine-independent format.
DataInputStream - class java.io.DataInputStream.
A data input stream that lets you read primitive Java data types from a stream in a portable way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a new DataInputStream.
DataOutput - interface java.io.DataOutput.
DataOutput is an interface describing streams that can write output in a machine-independent format.
DataOutputStream - class java.io.DataOutputStream.
This class lets you write primitive Java data types to a stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new DataOutputStream.
Date - class java.util.Date.
A wrapper for a date.
Date() - Constructor for class java.util.Date
Creates today's date/time.
Date(int, int, int) - Constructor for class java.util.Date
Creates a date.
Date(int, int, int, int, int) - Constructor for class java.util.Date
Creates a date.
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Creates a date.
Date(long) - Constructor for class java.util.Date
Creates a date.
Date(String) - Constructor for class java.util.Date
Creates a date from a string according to the syntax accepted by parse().
DEFAULT_CURSOR - Static variable in class java.awt.Frame
 
defaultConstraints - Variable in class java.awt.GridBagLayout
 
defaults - Variable in class java.util.Properties
 
defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class Class.
delete() - Method in class java.io.File
Deletes the specified file.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the observer list.
deleteObservers() - Method in class java.util.Observable
Deletes observers from the observer list.
delItem(int) - Method in class java.awt.List
Delete an item from the list.
delItems(int, int) - Method in class java.awt.List
Delete multiple items from the list.
deliverEvent(Event) - Method in class java.awt.Container
Delivers an event.
deliverEvent(Event) - Method in class java.awt.Component
Delivers an event to this component or one of its sub components.
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
destroy() - Method in class java.applet.Applet
Cleans up whatever resources are being held.
destroy() - Method in class java.lang.ThreadGroup
Destroys a Thread group.
destroy() - Method in class java.lang.Thread
Destroy a thread, without any cleanup, i.e.
destroy() - Method in class java.lang.Process
Kills the subprocess.
Dialog - class java.awt.Dialog.
A class that produces a dialog - a window that takes input from the user.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dictionary - class java.util.Dictionary.
The Dictionary class is the abstract parent of Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
 
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character digit using the specified radix.
Dimension - class java.awt.Dimension.
A class to encapsulate a width and a height Dimension.
Dimension() - Constructor for class java.awt.Dimension
Constructs a Dimension with a 0 width and 0 height.
Dimension(Dimension) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified value.
Dimension(int, int) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
disable() - Method in class java.awt.MenuItem
Makes this menu item unselectable by the user.
disable() - Method in class java.awt.Component
Disables a component.
disable() - Static method in class java.lang.Compiler
 
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context.
dispose() - Method in class java.awt.Frame
Disposes of the Frame.
dispose() - Method in class java.awt.Window
Disposes of the Window.
doInput - Variable in class java.net.URLConnection
 
doOutput - Variable in class java.net.URLConnection
 
Double - class java.lang.Double.
The Double class provides an object wrapper for Double data values and serves as a place for double-oriented operations.
Double(double) - Constructor for class java.lang.Double
Constructs a Double wrapper for the specified double value.
Double(String) - Constructor for class java.lang.Double
Constructs a Double object initialized to the value specified by the String parameter.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns the bit represention of a double-float value
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer 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.Number
Returns the value of the number as a double.
DOWN - Static variable in class java.awt.Event
The down arrow action-key.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a highlighted 3-D rectangle.
drawArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an arc bounded by the specified rectangle starting at startAngle, where 0 degrees is at the 3-o'clock position, and extending for arcAngle degrees.
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
Draws the specified bytes using the current font and color.
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the specified characters using the current font and color.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws the specified image at the specified coordinate (x, y), with the given solid background Color.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws the specified image at the specified coordinate (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws the specified image inside the specified rectangle, with the given solid background Color.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws the specified image inside the specified rectangle.
drawLine(int, int, int, int) - Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2).
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws an oval inside the specified rectangle using the current color.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a polygon defined by an array of x points and y points.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws a polygon defined by the specified point.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle using the current color.
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an outlined rounded corner rectangle using the current color.
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the specified String using the current font and color.
dumpStack() - Static method in class java.lang.Thread
A debugging procedure to print a stack trace for the current Thread.

E

E - Static variable in class java.lang.Math
The float representation of the value E.
E_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
EAST - Static variable in class java.awt.GridBagConstraints
 
echoCharIsSet() - Method in class java.awt.TextField
Returns true if this TextField has a character set for echoing.
elementAt(int) - Method in class java.util.Vector
Returns the element at the specified index.
elementCount - Variable in class java.util.Vector
The number of elements in the buffer.
elementData - Variable in class java.util.Vector
The buffer where elements are stored.
elements() - Method in class java.util.Vector
Returns an enumeration of the elements.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the elements.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the elements.
empty() - Method in class java.util.Stack
Returns true if the stack is empty.
EmptyStackException - exception java.util.EmptyStackException.
Signals that the stack is empty.
EmptyStackException() - Constructor for class java.util.EmptyStackException
Constructs a new EmptyStackException with no detail message.
enable() - Method in class java.awt.MenuItem
Makes this menu item selectable by the user.
enable() - Method in class java.awt.Component
Enables a component.
enable() - Static method in class java.lang.Compiler
 
enable(boolean) - Method in class java.awt.MenuItem
Conditionally enables a component.
enable(boolean) - Method in class java.awt.Component
Conditionally enables a component.
encode(String) - Static method in class java.net.URLEncoder
Translates String into x-www-form-urlencoded format.
END - Static variable in class java.awt.Event
The end action-key.
endsWith(String) - Method in class java.lang.String
Determines whether the String ends with some suffix.
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
Ensures that the vector has at least the specified capacity.
enumerate(Thread[]) - Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies, into the specified array, references to every active Thread in this Thread's group.
enumerate(Thread[], boolean) - Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread in this Thread group.
enumerate(ThreadGroup[]) - Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group in this Thread group.
enumerate(ThreadGroup[], boolean) - Method in class java.lang.ThreadGroup
Copies, into the specified array, references to every active Thread group in this Thread group.
Enumeration - interface java.util.Enumeration.
The Enumeration interface specifies a set of methods that may be used to enumerate, or count through, a set of values.
EOFException - exception java.io.EOFException.
Signals that and EOF has been reached unexpectedly during input.
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
If the flag is true, end-of-lines are significant (TT_EOL will be returned by nexttoken).
equals(Object) - Method in class java.awt.Point
Checks whether two pointers are equal.
equals(Object) - Method in class java.awt.Font
Compares this object to the specifed object.
equals(Object) - Method in class java.awt.Color
Compares this object against the specified object.
equals(Object) - Method in class java.awt.Rectangle
Checks whether two rectangles are equal.
equals(Object) - Method in class java.io.File
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Double
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.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Boolean
Compares this object against the specified object.
equals(Object) - Method in class java.lang.String
Compares this String to the specified object.
equals(Object) - Method in class java.lang.Object
Compares two Objects for equality.
equals(Object) - Method in class java.net.URL
Compares two URLs.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.util.Date
Compares this object against the specified object.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another object.
err - Static variable in class java.io.FileDescriptor
Handle to standard error.
err - Static variable in class java.lang.System
Standard error stream.
Error - error java.lang.Error.
Error is a subtype of Throwable for abnormal events that should not occur.
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 the download of some media encountered an error.
Event - class java.awt.Event.
Event is a platform-independent class that encapsulates events from the local Graphical User Interface(GUI) platform.
Event(Object, int, Object) - Constructor for class java.awt.Event
Constructs an event with the specified target component, event type, and argument.
Event(Object, long, int, int, int, int, int) - Constructor for class java.awt.Event
Constructs an 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
Constructs an event with the specified target component, time stamp, event type, x and y coordinates, keyboard key, state of the modifier keys and argument.
evt - Variable in class java.awt.Event
The next event.
Exception - exception java.lang.Exception.
Exception are a form of Throwable that normal programs may wish to try and catch.
Exception() - Constructor for class java.lang.Exception
Constructs an Exception with no specified detail message.
Exception(String) - Constructor for class java.lang.Exception
Constructs a Exception with the specified detail message.
exec(String) - Method in class java.lang.Runtime
Executes the system command specified in the parameter.
exec(String[]) - Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
exec(String[], String[]) - Method in class java.lang.Runtime
Executes the system command specified by cmdarray[0] with arguments specified by the strings in the rest of the array.
exec(String, String[]) - Method in class java.lang.Runtime
Executes the system command specified in the parameter.
exists() - Method in class java.io.File
Returns a boolean indicating whether or not a file exists.
exit(int) - Method in class java.lang.Runtime
Exits the virtual machine with an exit code.
exit(int) - Static method in class java.lang.System
Exits the virtual machine with an exit code.
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(2.718...) raised to the power of a.

F

F1 - Static variable in class java.awt.Event
The F1 function action-key.
F10 - Static variable in class java.awt.Event
The F10 function action-key.
F11 - Static variable in class java.awt.Event
The F11 function action-key.
F12 - Static variable in class java.awt.Event
The F12 function action-key.
F2 - Static variable in class java.awt.Event
The F2 function action-key.
F3 - Static variable in class java.awt.Event
The F3 function action-key.
F4 - Static variable in class java.awt.Event
The F4 function action-key.
F5 - Static variable in class java.awt.Event
The F5 function action-key.
F6 - Static variable in class java.awt.Event
The F6 function action-key.
F7 - Static variable in class java.awt.Event
The F7 function action-key.
F8 - Static variable in class java.awt.Event
The F8 function action-key.
F9 - Static variable in class java.awt.Event
The F9 function action-key.
FALSE - Static variable in class java.lang.Boolean
Assigns this Boolean to be false.
fd - Variable in class java.net.SocketImpl
The file descriptor object
File - class java.io.File.
This class represents a file name of the host file system.
File(File, String) - Constructor for class java.io.File
Creates a File object (given a directory File object).
File(String) - Constructor for class java.io.File
Creates a File object.
File(String, String) - Constructor for class java.io.File
Creates a File object from the specified directory.
FileDescriptor - class java.io.FileDescriptor.
 
FileDescriptor() - Constructor for class java.io.FileDescriptor
 
FileDialog - class java.awt.FileDialog.
The File Dialog class displays a file selection dialog.
FileDialog(Frame, String) - Constructor for class java.awt.FileDialog
Creates a file dialog for loading a file.
FileDialog(Frame, String, int) - Constructor for class java.awt.FileDialog
Creates a file dialog with the specified title and mode.
FileInputStream - class java.io.FileInputStream.
File input stream, can be constructed from a file descriptor or a file name.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates an input file from the specified File object.
FileInputStream(FileDescriptor) - Constructor for class java.io.FileInputStream
 
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates an input file with the specified system dependent file name.
FilenameFilter - interface java.io.FilenameFilter.
A filter interface for file names.
FileNotFoundException - exception java.io.FileNotFoundException.
Signals that a file was not found.
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 - class java.io.FileOutputStream.
File output stream, can be constructed from a file descriptor or a file name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates an output file with the specified File object.
FileOutputStream(FileDescriptor) - Constructor for class java.io.FileOutputStream
 
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates an output file with the specified system dependent file name.
fill - Variable in class java.awt.GridBagConstraints
 
fill3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Paints a highlighted 3-D rectangle using the current color.
fillArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Fills an arc using the current color.
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the excecution stack trace.
fillOval(int, int, int, int) - Method in class java.awt.Graphics
Fills an oval inside the specified rectangle using the current color.
fillPolygon(int[], int[], int) - Method in class java.awt.Graphics
Fills a polygon with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillPolygon(Polygon) - Method in class java.awt.Graphics
Fills the specified polygon with the current color using an even-odd fill rule (otherwise known as an alternating rule).
fillRect(int, int, int, int) - Method in class java.awt.Graphics
Fills the specified rectangle with the current color.
fillRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws a rounded rectangle filled in with the current color.
FilterInputStream - class java.io.FilterInputStream.
Abstract class representing a filtered input stream of bytes.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates an input stream filter.
FilterOutputStream - class java.io.FilterOutputStream.
Abstract class representing a filtered output stream of bytes.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter.
finalize() - Method in class java.awt.Graphics
Disposes of this graphics context once it is no longer referenced.
finalize() - Method in class java.io.FileOutputStream
Closes the stream when garbage is collected.
finalize() - Method in class java.io.FileInputStream
Closes the stream when garbage is collected.
finalize() - Method in class java.lang.Object
Code to perform when this object is garbage collected.
finalize() - Method in class java.net.DatagramSocket
 
findSystemClass(String) - Method in class java.lang.ClassLoader
Loads a system Class.
first(Container) - Method in class java.awt.CardLayout
Flip to the first card.
firstElement() - Method in class java.util.Vector
Returns the first element of the sequence.
Float - class java.lang.Float.
The Float class provides an object wrapper for Float data values, and serves as a place for float-oriented operations.
Float(double) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified double value.
Float(float) - Constructor for class java.lang.Float
Constructs a Float wrapper for the specified float value.
Float(String) - Constructor for class java.lang.Float
Constructs a Float object initialized to the value specified by the String parameter.
floatToIntBits(float) - Static method in class java.lang.Float
Returns the bit represention of a single-float value
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer 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.Number
Returns the value of the number as a float.
floor(double) - Static method in class java.lang.Math
Returns the "floor" or largest whole number less than or equal to a.
FlowLayout - class java.awt.FlowLayout.
Flow layout is used to layout buttons in a panel.
FlowLayout() - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with a centered alignment.
FlowLayout(int) - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment.
FlowLayout(int, int, int) - Constructor for class java.awt.FlowLayout
Constructs a new Flow Layout with the specified alignment and gap values.
flush() - Method in class java.awt.Image
Flushes all resources being used by this Image object.
flush() - Method in class java.io.BufferedOutputStream
Flushes the stream.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.FilterOutputStream
Flushes the stream.
flush() - Method in class java.io.OutputStream
Flushes the stream.
flush() - Method in class java.io.PipedOutputStream
Flushes the stream.
flush() - Method in class java.io.DataOutputStream
Flushes the stream.
font - Variable in class java.awt.FontMetrics
The actual font.
Font - class java.awt.Font.
A class that produces font objects.
Font(String, int, int) - Constructor for class java.awt.Font
Creates a new font with the specified name, style and point size.
FontMetrics - class java.awt.FontMetrics.
A font metrics object.
FontMetrics(Font) - Constructor for class java.awt.FontMetrics
Creates a new FontMetrics object with the specified font.
forDigit(int, int) - Static method in class java.lang.Character
Returns the character value for the specified digit in the specified radix.
forName(String) - Static method in class java.lang.Class
Returns the runtime Class descriptor for the specified Class.
Frame - class java.awt.Frame.
A Frame is a top-level window with a title.
Frame() - Constructor for class java.awt.Frame
Constructs a new Frame that is initially invisible.
Frame(String) - Constructor for class java.awt.Frame
Constructs a new, initially invisible Frame with the specified title.
freeMemory() - Method in class java.lang.Runtime
Returns the number of free bytes in system memory.

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
get(int) - Method in class java.util.BitSet
Gets a bit.
get(Object) - Method in class java.util.Hashtable
Gets the object associated with the specified key in the hashtable.
get(Object) - Method in class java.util.Dictionary
Gets the object associated with the specified key in the Dictionary.
getAbsolutePath() - Method in class java.io.File
Gets the absolute path of the file.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address in network byte order.
getAddress() - Method in class java.net.DatagramPacket
 
getAlignment() - Method in class java.awt.Label
Gets the current alignment of this label.
getAllByName(String) - Static method in class java.net.InetAddress
Given a hostname, returns an array of all the corresponding InetAddresses.
getAllowUserInteraction() - Method in class java.net.URLConnection
 
getApplet(String) - Method in interface java.applet.AppletContext
Gets an applet by name.
getAppletContext() - Method in class java.applet.Applet
Gets a handle to the applet context.
getAppletContext() - Method in interface java.applet.AppletStub
Gets a handler to the applet's context.
getAppletInfo() - Method in class java.applet.Applet
Returns a string containing information about the author, version and copyright of the applet.
getApplets() - Method in interface java.applet.AppletContext
Enumerates the applets in this context.
getAscent() - Method in class java.awt.FontMetrics
Gets the font ascent.
getAudioClip(URL) - Method in class java.applet.Applet
Gets an audio clip.
getAudioClip(URL) - Method in interface java.applet.AppletContext
Gets an audio clip.
getAudioClip(URL, String) - Method in class java.applet.Applet
Gets an audio clip.
getBackground() - Method in class java.awt.Component
Gets the background color.
getBlue() - Method in class java.awt.Color
Gets the blue component.
getBoolean(String) - Static method in class java.lang.Boolean
Gets a Boolean from the properties.
getBoundingBox() - Method in class java.awt.Polygon
Determines the area spanned by this Polygon.
getByName(String) - Static method in class java.net.InetAddress
Returns a network address for the indicated host.
getBytes(int, int, byte[], int) - Method in class java.lang.String
Copies characters from this String into the specified byte array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Copies the characters of the specified substring (determined by srcBegin and srcEnd) into the character array, starting at the array's dstBegin location.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this String into the specified character array.
getCheckboxGroup() - Method in class java.awt.Checkbox
Returns the checkbox group.
getClass() - Method in class java.lang.Object
Returns the Class of this Object.
getClassContext() - Method in class java.lang.SecurityManager
Gets the context of this Class.
getClassLoader() - Method in class java.lang.Class
Returns the Class loader of this Class.
getClipRect() - Method in class java.awt.Graphics
Returns the bounding rectangle of the current clipping area.
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 the current color.
getColor(String) - Static method in class java.awt.Color
Gets the specified Color property.
getColor(String, Color) - Static method in class java.awt.Color
Gets the specified Color property of the specified Color.
getColor(String, int) - Static method in class java.awt.Color
Gets the specified Color property of the color value.
getColorModel() - Method in class java.awt.Component
Gets the ColorModel used to display the component on the output device.
getColorModel() - Method in class java.awt.Toolkit
Returns the ColorModel of the screen.
getColumns() - Method in class java.awt.TextField
Returns the number of columns in this TextField.
getColumns() - Method in class java.awt.TextArea
Returns the number of columns in the TextArea.
getComponent(int) - Method in class java.awt.Container
Gets the nth component in this container.
getComponents() - Method in class java.awt.Container
Gets all the components in this container.
getConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
getContent() - Method in class java.net.URLConnection
Gets the object referred to by this URL.
getContent() - Method in class java.net.URL
Gets the contents from this opened connection.
getContent(URLConnection) - Method in class java.net.ContentHandler
Given an input stream positioned at the beginning of the representation of an object, reads that stream and recreates the object from it.
getContentEncoding() - Method in class java.net.URLConnection
Gets the content encoding.
getContentLength() - Method in class java.net.URLConnection
Gets the content length.
getContentType() - Method in class java.net.URLConnection
Gets the content type.
getCurrent() - Method in class java.awt.CheckboxGroup
Gets the current choice.
getCursorType() - Method in class java.awt.Frame
Return the cursor type
getData() - Method in class java.net.DatagramPacket
 
getDate() - Method in class java.net.URLConnection
Gets the sending date of the object.
getDate() - Method in class java.util.Date
Returns the day of the month.
getDay() - Method in class java.util.Date
Returns the day of the week.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
 
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
 
getDefaultToolkit() - Static method in class java.awt.Toolkit
Returns the default toolkit.
getDefaultUseCaches() - Method in class java.net.URLConnection
Sets/gets the default value of the UseCaches flag.
getDescent() - Method in class java.awt.FontMetrics
Gets the font descent.
getDirectory() - Method in class java.awt.FileDialog
Gets the directory of the Dialog.
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
 
getDoOutput() - Method in class java.net.URLConnection
 
getEchoChar() - Method in class java.awt.TextField
Returns the character to be used for echoing.
getenv(String) - Static method in class java.lang.System
Obsolete.
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
Returns the an InputStream connected to the error stream of the child process.
getExpiration() - Method in class java.net.URLConnection
Gets the expriation date of the object.
getFamily() - Method in class java.awt.Font
Gets the platform specific family name of the font.
getFD() - Method in class java.io.FileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class java.io.FileInputStream
Returns the opaque file descriptor object associated with this stream.
getFD() - Method in class java.io.RandomAccessFile
Returns the opaque file descriptor object.
getFile() - Method in class java.awt.FileDialog
Gets the file of the Dialog.
getFile() - Method in class java.net.URL
Gets the file name.
getFileDescriptor() - Method in class java.net.SocketImpl
 
getFilenameFilter() - Method in class java.awt.FileDialog
Gets the filter.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current location of the file pointer.
getFont() - Method in class java.awt.Graphics
Gets the current font.
getFont() - Method in class java.awt.MenuComponent
Gets the font used for this MenuItem.
getFont() - Method in class java.awt.Component
Gets the font of the component.
getFont() - Method in interface java.awt.MenuContainer
 
getFont() - Method in class java.awt.FontMetrics
Gets the font.
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.
getFontMetrics() - Method in class java.awt.Graphics
Gets the current font metrics.
getFontMetrics(Font) - Method in class java.awt.Graphics
Gets the current font metrics for the specified font.
getFontMetrics(Font) - Method in class java.awt.Component
Gets the font metrics for this component.
getFontMetrics(Font) - Method in class java.awt.Toolkit
Returns the screen metrics of the font.
getForeground() - Method in class java.awt.Component
Gets the foreground color.
getGraphics() - Method in class java.awt.Image
Gets a graphics object to draw into this image.
getGraphics() - Method in class java.awt.Component
Gets a Graphics context for this component.
getGreen() - Method in class java.awt.Color
Gets the green component.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Gets a header field by name.
getHeaderFieldDate(String, long) - Method in class java.net.URLConnection
Gets a header field by name.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Gets a header field by name.
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
Gets the actual height of the image.
getHelpMenu() - Method in class java.awt.MenuBar
Gets the help menu on the menu bar.
getHost() - Method in class java.net.URL
Gets the host name.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string "%d.%d.%d.%d"
getHostName() - Method in class java.net.InetAddress
Gets the hostname for this address; also the key in the hashtable.
getHours() - Method in class java.util.Date
Returns the hour.
getHSBColor(float, float, float) - Static method in class java.awt.Color
A static Color factory for generating a Color object from HSB values.
getIconImage() - Method in class java.awt.Frame
Returns the icon image for this Frame.
getIfModifiedSince() - Method in class java.net.URLConnection
 
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
Gets an image given a URL.
getImage(URL) - Method in interface java.applet.AppletContext
Gets an image.
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
Gets an image relative to a URL.
getInCheck() - Method in class java.lang.SecurityManager
Returns whether there is a security check in progress.
getInetAddress() - Method in class java.net.SocketImpl
 
getInetAddress() - Method in class java.net.Socket
Gets the address to which the socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Gets the address to which the socket is connected.
getInputStream() - Method in class java.lang.Process
Returns a Stream connected to the output of the child process.
getInputStream() - Method in class java.net.URLConnection
Calls this routine to get an InputStream that reads from the object.
getInputStream() - Method in class java.net.SocketImpl
Gets an InputStream for this socket.
getInputStream() - Method in class java.net.Socket
Gets an InputStream for this socket.
getInteger(String) - Static method in class java.lang.Integer
Gets an Integer property.
getInteger(String, int) - Static method in class java.lang.Integer
Gets an Integer property.
getInteger(String, Integer) - Static method in class java.lang.Integer
Gets an Integer property.
getInterfaces() - Method in class java.lang.Class
Returns the interfaces of this Class.
getItem(int) - Method in class java.awt.Menu
Returns the item located at the specified index of this menu.
getItem(int) - Method in class java.awt.List
Gets the item associated with the specified index.
getItem(int) - Method in class java.awt.Choice
Returns the String at the specified index in the Choice.
getLabel() - Method in class java.awt.MenuItem
Gets the label for this menu item.
getLabel() - Method in class java.awt.Checkbox
Gets the label of the button.
getLabel() - Method in class java.awt.Button
Gets the label of the button.
getLastModified() - Method in class java.net.URLConnection
Gets the last modified date of the object.
getLayout() - Method in class java.awt.Container
Gets the layout manager for this container.
getLayoutDimensions() - Method in class java.awt.GridBagLayout
 
GetLayoutInfo(Container, int) - Method in class java.awt.GridBagLayout
Print the layout constraints.
getLayoutOrigin() - Method in class java.awt.GridBagLayout
 
getLayoutWeights() - Method in class java.awt.GridBagLayout
 
getLeading() - Method in class java.awt.FontMetrics
Gets the standard leading, or line spacing, for the font.
getLength() - Method in class java.net.DatagramPacket
 
getLineIncrement() - Method in class java.awt.Scrollbar
Gets the line increment for this scrollbar.
getLineNumber() - Method in class java.io.LineNumberInputStream
Returns the current line number.
getLocalHost() - Static method in class java.net.InetAddress
Returns the local host.
getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
Localize an input stream.
getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
Localize an output stream.
getLocalPort() - Method in class java.net.SocketImpl
 
getLocalPort() - Method in class java.net.Socket
Gets the local port to which the socket is connected.
getLocalPort() - Method in class java.net.ServerSocket
Gets the port on which the socket is listening.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the local port that this socket is bound to.
getLong(String) - Static method in class java.lang.Long
Gets a Long property.
getLong(String, long) - Static method in class java.lang.Long
Gets a Long property.
getLong(String, Long) - Static method in class java.lang.Long
Gets a Long property.
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
Gets the maximum ascent of all characters in this Font.
getMaxDecent() - Method in class java.awt.FontMetrics
For backward compatibility only.
getMaxDescent() - Method in class java.awt.FontMetrics
Gets the maximum descent of all characters in this Font.
getMaximum() - Method in class java.awt.Scrollbar
Returns the maximum value of this Scrollbar.
getMaxPriority() - Method in class java.lang.ThreadGroup
Gets the maximum priority of the 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.
getMessage() - Method in class java.lang.Throwable
Gets the detail message of the Throwable.
getMinimum() - Method in class java.awt.Scrollbar
Returns the minimum value of this Scrollbar.
GetMinSize(Container, GridBagLayoutInfo) - Method in class java.awt.GridBagLayout
 
getMinutes() - Method in class java.util.Date
Returns the minute.
getMode() - Method in class java.awt.FileDialog
Gets the mode of the file dialog.
getMonth() - Method in class java.util.Date
Returns the month.
getName() - Method in class java.awt.Font
Gets the logical name of the font.
getName() - Method in class java.io.File
Gets the name of the file.
getName() - Method in class java.lang.ThreadGroup
Gets the name of this Thread group.
getName() - Method in class java.lang.Thread
Gets and returns this Thread's name.
getName() - Method in class java.lang.Class
Returns the name of this Class.
getOrientation() - Method in class java.awt.Scrollbar
Returns the orientation for this Scrollbar.
getOutputStream() - Method in class java.lang.Process
Returns a Stream connected to the input of the child process.
getOutputStream() - Method in class java.net.URLConnection
Calls this routine to get an OutputStream that writes to the object.
getOutputStream() - Method in class java.net.SocketImpl
Gets an OutputStream for this socket.
getOutputStream() - Method in class java.net.Socket
Gets an OutputStream for this socket.
getPageIncrement() - Method in class java.awt.Scrollbar
Gets the page increment for this scrollbar.
getParameter(String) - Method in class java.applet.Applet
Gets a parameter of the applet.
getParameter(String) - Method in interface java.applet.AppletStub
Gets a parameter of the applet.
getParameterInfo() - Method in class java.applet.Applet
Returns an array of strings describing the parameters that are understood by this applet.
getParent() - Method in class java.awt.MenuComponent
Returns the parent container.
getParent() - Method in class java.awt.Component
Gets the parent of the component.
getParent() - Method in class java.io.File
Gets the name of the parent directory.
getParent() - Method in class java.lang.ThreadGroup
Gets the parent of this Thread group.
getPath() - Method in class java.io.File
Gets the path of the file.
getPeer() - Method in class java.awt.MenuComponent
Gets the MenuComponent's peer.
getPeer() - Method in class java.awt.Component
Gets the peer of the component.
getPort() - Method in class java.net.URL
Gets the port number.
getPort() - Method in class java.net.SocketImpl
 
getPort() - Method in class java.net.Socket
Gets the remote port to which the socket is connected.
getPort() - Method in class java.net.DatagramPacket
 
getPriority() - Method in class java.lang.Thread
Gets and returns the Thread's priority.
getProperties() - Static method in class java.lang.System
Gets the System properties.
getProperty(String) - Static method in class java.lang.System
Gets the System property indicated by the specified key.
getProperty(String) - Method in class java.util.Properties
Gets a property with the specified key.
getProperty(String, ImageObserver) - Method in class java.awt.Image
Gets a property of the image by name.
getProperty(String, String) - Static method in class java.lang.System
Gets the System property indicated by the specified key and def.
getProperty(String, String) - Method in class java.util.Properties
Gets a property with the specified key and default.
getProtocol() - Method in class java.net.URL
Gets the protocol name.
getRed() - Method in class java.awt.Color
Gets the red component.
getRef() - Method in class java.net.URL
Gets the ref.
getRequestProperty(String) - Method in class java.net.URLConnection
 
getRGB() - Method in class java.awt.Color
Gets the RGB value representing the color in the default RGB ColorModel.
getRows() - Method in class java.awt.TextArea
Returns the number of rows in the TextArea.
getRows() - Method in class java.awt.List
Returns the number of visible lines in this list.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime.
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.
getSeconds() - Method in class java.util.Date
Returns the second.
getSecurityContext() - Method in class java.lang.SecurityManager
Returns an implementation-dependent Object which encapsulates enough information about the current execution environment to perform some of the security checks later.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSelectedIndex() - Method in class java.awt.List
Get the selected item on the list or -1 if no item is selected.
getSelectedIndex() - Method in class java.awt.Choice
Returns the index of the currently selected item.
getSelectedIndexes() - Method in class java.awt.List
Returns the selected indexes on the list.
getSelectedItem() - Method in class java.awt.List
Returns the selected item on the list or null if no item is selected.
getSelectedItem() - Method in class java.awt.Choice
Returns a String representation of the current choice.
getSelectedItems() - Method in class java.awt.List
Returns the selected items on the list.
getSelectedText() - Method in class java.awt.TextComponent
Returns the selected text contained in this TextComponent.
getSelectionEnd() - Method in class java.awt.TextComponent
Returns the selected text's end position.
getSelectionStart() - Method in class java.awt.TextComponent
Returns the selected text's start position.
getSize() - Method in class java.awt.Font
Gets the point size of the font.
getSource() - Method in class java.awt.Image
Gets the object that produces the pixels for the image.
getState() - Method in class java.awt.CheckboxMenuItem
Returns the state of this MenuItem.
getState() - Method in class java.awt.Checkbox
Returns the boolean state of the Checkbox.
getStyle() - Method in class java.awt.Font
Gets the style of the font.
getSuperclass() - Method in class java.lang.Class
Returns the superclass of this Class.
getText() - Method in class java.awt.TextComponent
Returns the text contained in this TextComponent.
getText() - Method in class java.awt.Label
Gets the text of this label.
getThreadGroup() - Method in class java.lang.Thread
Gets and returns this Thread group.
getTime() - Method in class java.util.Date
Returns the time in milliseconds since the epoch.
getTimezoneOffset() - Method in class java.util.Date
Return the time zone offset in minutes for the current locale that is appropriate for this time.
getTitle() - Method in class java.awt.Frame
Gets the title of the Frame.
getTitle() - Method in class java.awt.Dialog
Gets the title of the Dialog.
getToolkit() - Method in class java.awt.Window
Returns the toolkit of this frame.
getToolkit() - Method in class java.awt.Component
Gets the toolkit of the component.
getURL() - Method in class java.net.URLConnection
Gets the URL for this connection.
getUseCaches() - Method in class java.net.URLConnection
 
getValue() - Method in class java.awt.Scrollbar
Returns the current value of this Scrollbar.
getVisible() - Method in class java.awt.Scrollbar
Returns the visible amount of the Scrollbar.
getVisibleIndex() - Method in class java.awt.List
Gets the index of the item that was last made visible by the method makeVisible.
getWarningString() - Method in class java.awt.Window
Gets the warning string for this window.
getWidth(ImageObserver) - Method in class java.awt.Image
Gets the actual width of the image.
getWidths() - Method in class java.awt.FontMetrics
Gets the advance widths of the first 256 characters in the Font.
getYear() - Method in class java.util.Date
Returns the year after 1900.
GOT_FOCUS - Static variable in class java.awt.Event
A component gained the focus.
gotFocus(Event, Object) - Method in class java.awt.Component
Indicates that this component has received the input focus.
Graphics - class java.awt.Graphics.
Graphics is the abstract base class for all graphic contexts for various devices.
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.
GridBagConstraints - class java.awt.GridBagConstraints.
GridBagConstraints is used to specify constraints for components laid out using the GridBagLayout class.
GridBagConstraints() - Constructor for class java.awt.GridBagConstraints
 
GridBagLayout - class java.awt.GridBagLayout.
GridBagLayout is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be the same size.
GridBagLayout() - Constructor for class java.awt.GridBagLayout
Creates a gridbag layout.
gridheight - Variable in class java.awt.GridBagConstraints
 
GridLayout - class java.awt.GridLayout.
A layout manager for a container that lays out grids.
GridLayout(int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows and columns.
GridLayout(int, int, int, int) - Constructor for class java.awt.GridLayout
Creates a grid layout with the specified rows, columns, horizontal gap, and vertical gap.
gridwidth - Variable in class java.awt.GridBagConstraints
 
gridx - Variable in class java.awt.GridBagConstraints
 
gridy - Variable in class java.awt.GridBagConstraints
 
grow(int, int) - Method in class java.awt.Rectangle
Grows the rectangle horizontally and vertically.
guessContentTypeFromName(String) - Static method in class java.net.URLConnection
A useful utility routine that tries to guess the content-type of an object based upon its extension.
guessContentTypeFromStream(InputStream) - Static method in class java.net.URLConnection
This method is used to check for files that have some type that can be determined by inspection.

H

HAND_CURSOR - Static variable in class java.awt.Frame
 
handleEvent(Event) - Method in class java.awt.Component
Handles the event.
hasChanged() - Method in class java.util.Observable
Returns a true boolean if an observable change has occurred.
hashCode() - Method in class java.awt.Point
Returns the hashcode for this Point.
hashCode() - Method in class java.awt.Font
Returns a hashcode for this font.
hashCode() - Method in class java.awt.Color
Computes the hash code.
hashCode() - Method in class java.awt.Rectangle
Returns the hashcode for this Rectangle.
hashCode() - Method in class java.io.File
Computes a hashcode for the file.
hashCode() - Method in class java.lang.Long
Computes a hashcode for this Long.
hashCode() - Method in class java.lang.Integer
Returns a hashcode for this Integer.
hashCode() - Method in class java.lang.Double
Returns a hashcode for this Double.
hashCode() - Method in class java.lang.Float
Returns a hashcode for this Float.
hashCode() - Method in class java.lang.Character
Returns a hashcode for this Character.
hashCode() - Method in class java.lang.Boolean
Returns a hashcode for this Boolean.
hashCode() - Method in class java.lang.String
Returns a hashcode for this String.
hashCode() - Method in class java.lang.Object
Returns a hashcode for this Object.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this InetAddress.
hashCode() - Method in class java.util.Date
Computes a hashCode.
hashCode() - Method in class java.util.BitSet
Gets the hashcode.
Hashtable - class java.util.Hashtable.
Hashtable class.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable.
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity.
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 class java.util.StringTokenizer
Returns true if the Enumeration has more elements.
hasMoreElements() - Method in interface java.util.Enumeration
Returns true if the enumeration contains more elements; false if its empty.
hasMoreTokens() - Method in class java.util.StringTokenizer
Returns true if more tokens exist.
height - Variable in class java.awt.Rectangle
The height of the rectangle.
height - Variable in class java.awt.Dimension
The height dimension.
hide() - Method in class java.awt.Component
Hides the component.
HOME - Static variable in class java.awt.Event
The home action-key.
HORIZONTAL - Static variable in class java.awt.Scrollbar
The horizontal Scrollbar variable.
HORIZONTAL - Static variable in class java.awt.GridBagConstraints
 
HSBtoRGB(float, float, float) - Static method in class java.awt.Color
Returns the RGB value defined by the default RGB ColorModel, of the color corresponding to the given HSB color components.

I

id - Variable in class java.awt.Event
The type of this event.
IEEEremainder(double, double) - Static method in class java.lang.Math
Returns the remainder of f1 divided by f2 as defined by IEEE 754.
ifModifiedSince - Variable in class java.net.URLConnection
 
IllegalAccessError - error java.lang.IllegalAccessError.
Signals that an illegal access exception has occurred.
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 - exception java.lang.IllegalAccessException.
Signals that a particular method could not be found.
IllegalAccessException() - Constructor for class java.lang.IllegalAccessException
Constructs a IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for class java.lang.IllegalAccessException
Constructs a IllegalAccessException with a detail message.
IllegalArgumentException - exception java.lang.IllegalArgumentException.
Signals that an illegal argument exception has occurred.
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.
IllegalMonitorStateException - exception java.lang.IllegalMonitorStateException.
Signals that a monitor operation has been attempted when the monitor is in an invalid state.
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.
IllegalThreadStateException - exception java.lang.IllegalThreadStateException.
Exception indicating that a thread is not in the proper state for the requested operation.
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 - class java.awt.Image.
The image class is an abstract class.
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.
in - Variable in class java.io.FilterInputStream
The actual input stream.
in - Static variable in class java.io.FileDescriptor
Handle to standard input.
in - Static variable in class java.lang.System
Standard input stream.
inCheck - Variable in class java.lang.SecurityManager
 
inClass(String) - Method in class java.lang.SecurityManager
Returns true if the specified String is in this Class.
inClassLoader() - Method in class java.lang.SecurityManager
Returns a boolean indicating whether or not the current ClassLoader is equal to null.
IncompatibleClassChangeError - error java.lang.IncompatibleClassChangeError.
Signals that an incompatible class change has occurred.
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.
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 fromIndex.
indexOf(Object) - Method in class java.util.Vector
Searches for the specified object, starting from the first position and returns an index to it.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the specified object, starting at the specified position and returns an index to it.
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.
IndexOutOfBoundsException - exception java.lang.IndexOutOfBoundsException.
Signals that an index of some sort is out of bounds.
IndexOutOfBoundsException() - Constructor for class java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for class java.lang.IndexOutOfBoundsException
Constructs a IndexOutOfBoundsException with the specified detail message.
InetAddress - class java.net.InetAddress.
A class that represents Internet addresses.
init() - Method in class java.applet.Applet
Initializes the applet.
InputStream - class java.io.InputStream.
An abstract class representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts a boolean into the String buffer.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts a character into the String buffer.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts an array of characters into the String buffer.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts a double into the String buffer.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts a float into the String buffer.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts an integer into the String buffer.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts a long into the String buffer.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts an object into the String buffer.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts a String into the String buffer.
insertElementAt(Object, int) - Method in class java.util.Vector
Inserts the specified object as an element at the specified index.
insertText(String, int) - Method in class java.awt.TextArea
Inserts the specified text at the specified position.
insets - Variable in class java.awt.GridBagConstraints
 
Insets - class java.awt.Insets.
The insets of a container.
insets() - Method in class java.awt.Container
Returns the insets of the container.
Insets(int, int, int, int) - Constructor for class java.awt.Insets
Constructs and initializes a new Inset with the specified top, left, bottom, and right insets.
inside(int, int) - Method in class java.awt.Polygon
Determines whether the point (x,y) is inside the Polygon.
inside(int, int) - Method in class java.awt.Rectangle
Checks if the specified point lies inside a rectangle.
inside(int, int) - Method in class java.awt.Component
Checks whether a specified x,y location is "inside" this Component, where x and y are defined to be relative to the coordinate system of this component.
InstantiationError - error java.lang.InstantiationError.
Signals that the interpreter has tried to instantiate an abstract class or an interface.
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 - exception java.lang.InstantiationException.
Signals that an attempt has been made to instantiate an abstract class or an interface.
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 - class java.lang.Integer.
The Integer class is a wrapper for integer values.
Integer(int) - Constructor for class java.lang.Integer
Constructs an Integer object initialized to the specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs an Integer object initialized to the value specified by the String parameter.
intern() - Method in class java.lang.String
Returns a String that is equal to this String but which is guaranteed to be from the unique String pool.
InternalError - error java.lang.InternalError.
Signals that an internal error has occurred.
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.
interrupt() - Method in class java.lang.Thread
Send an interrupt to a thread.
interrupted() - Static method in class java.lang.Thread
Ask if you have been interrupted.
InterruptedException - exception java.lang.InterruptedException.
An exception indicated that some thread has interrupted this thread.
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 - exception java.io.InterruptedIOException.
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for class java.io.InterruptedIOException
Constructs an IOException with no detail message.
InterruptedIOException(String) - Constructor for class java.io.InterruptedIOException
Constructs an IOException with the specified detail message.
intersection(Rectangle) - Method in class java.awt.Rectangle
Computes the intersection of two rectangles.
intersects(Rectangle) - Method in class java.awt.Rectangle
Checks if two rectangles intersect.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class java.lang.Integer
Returns the value of this Integer 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.Number
Returns the value of the number as an int.
invalidate() - Method in class java.awt.Component
Invalidates the component.
IOException - exception java.io.IOException.
Signals that an I/O exception has occurred.
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
 
ipady - Variable in class java.awt.GridBagConstraints
 
isAbsolute() - Method in class java.io.File
Returns a boolean indicating whether the file name is absolute.
isActive() - Method in class java.applet.Applet
Returns true if the applet is active.
isActive() - Method in interface java.applet.AppletStub
Returns true if the applet is active.
isAlive() - Method in class java.lang.Thread
Returns a boolean indicating if the Thread is active.
isBold() - Method in class java.awt.Font
Returns true if the font is bold.
isDaemon() - Method in class java.lang.ThreadGroup
Returns the daemon flag of the Thread group.
isDaemon() - Method in class java.lang.Thread
Returns the daemon flag of the Thread.
isDefined(char) - Static method in class java.lang.Character
Determines whether the specified character actually has a Unicode definition.
isDigit(char) - Static method in class java.lang.Character
Determines whether the specified character is a digit.
isDirectory() - Method in class java.io.File
Returns a boolean indicating whether or not a directory file exists.
isEditable() - Method in class java.awt.TextComponent
Returns the boolean indicating whether this TextComponent is editable or not.
isEmpty() - Method in class java.awt.Rectangle
Determines whether the rectangle is empty.
isEmpty() - Method in class java.util.Vector
Returns true if the collection contains no values.
isEmpty() - Method in class java.util.Hashtable
Returns true if the hashtable contains no elements.
isEmpty() - Method in class java.util.Dictionary
Returns true if the Dictionary contains no elements.
isEnabled() - Method in class java.awt.MenuItem
Checks whether the menu item is enabled.
isEnabled() - Method in class java.awt.Component
Checks if this Component 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 with the specified ID.
isFile() - Method in class java.io.File
Returns a boolean indicating whether or not a normal file exists.
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.
isInterface() - Method in class java.lang.Class
Returns a boolean indicating whether or not this Class is an interface.
isInterrupted() - Method in class java.lang.Thread
Ask if another thread has been interrupted.
isItalic() - Method in class java.awt.Font
Returns true if the font is italic.
isJavaLetter(char) - Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter, that is, permissible as the first character in a Java identifier.
isJavaLetterOrDigit(char) - Static method in class java.lang.Character
Determines whether the specified character is a "Java" letter or digit, that is, permissible as a non-initial character in a Java identifier.
isLetter(char) - Static method in class java.lang.Character
Determines whether the specified character is a letter.
isLetterOrDigit(char) - Static method in class java.lang.Character
Determines whether the specified character is a letter or digit.
isLowerCase(char) - Static method in class java.lang.Character
Determines whether the specified character is a lowercase character.
isModal() - Method in class java.awt.Dialog
Returns true if the Dialog is modal.
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
Returns true if the font is plain.
isResizable() - Method in class java.awt.Frame
Returns true if the user can resize the Frame.
isResizable() - Method in class java.awt.Dialog
Returns true if the user can resize the frame.
isSelected(int) - Method in class java.awt.List
Returns true if the item at the specified index has been selected; false otherwise.
isShowing() - Method in class java.awt.Component
Checks if this Component is showing on screen.
isSpace(char) - Static method in class java.lang.Character
Determines if the specified character is ISO-LATIN-1 white space according to Java.
isTearOff() - Method in class java.awt.Menu
Returns true if this is a tear-off menu.
isTitleCase(char) - Static method in class java.lang.Character
Determines whether the specified character is a titlecase character.
isUpperCase(char) - Static method in class java.lang.Character
Determines whether the specified character is an uppercase character.
isValid() - Method in class java.awt.Component
Checks if this Component is valid.
isVisible() - Method in class java.awt.Component
Checks if this Component is visible.
ITALIC - Static variable in class java.awt.Font
The italicized style constant.

J

java.applet - package java.applet
 
java.awt - package java.awt
 
java.io - package java.io
 
java.lang - package java.lang
 
java.net - package java.net
 
java.util - package java.util
 
join() - Method in class java.lang.Thread
Waits forever for this Thread to die.
join(long) - Method in class java.lang.Thread
Waits for this Thread to die.
join(long, int) - Method in class java.lang.Thread
Waits for the Thread to die, with more precise time.

K

key - Variable in class java.awt.Event
The key that was pressed in a keyboard event.
KEY_ACTION - Static variable in class java.awt.Event
The action-key press keyboard event.
KEY_ACTION_RELEASE - Static variable in class java.awt.Event
The action-key release keyboard event.
KEY_PRESS - Static variable in class java.awt.Event
The key press keyboard event.
KEY_RELEASE - Static variable in class java.awt.Event
The key release keyboard event.
keyDown(Event, int) - Method in class java.awt.Component
Called if a character is pressed.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the hashtable's keys.
keys() - Method in class java.util.Dictionary
Returns an enumeration of the Dictionary's keys.
keyUp(Event, int) - Method in class java.awt.Component
Called if a character is released.

L

Label - class java.awt.Label.
A component that displays a single line of read-only text.
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.
Label(String, int) - Constructor for class java.awt.Label
Constructs a new label with the specified String of text and the specified alignment.
last(Container) - Method in class java.awt.CardLayout
Flips to the last card of the specified container.
lastElement() - Method in class java.util.Vector
Returns the last element of the sequence.
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.
lastIndexOf(Object) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the last position and returns an index to it.
lastIndexOf(Object, int) - Method in class java.util.Vector
Searches backwards for the specified object, starting from the specified position 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 last modification time.
layout() - Method in class java.awt.Container
Does a layout on this Container.
layout() - Method in class java.awt.Component
Lays out the component.
layoutContainer(Container) - Method in class java.awt.GridLayout
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class java.awt.FlowLayout
Lays out the container.
layoutContainer(Container) - Method in class java.awt.BorderLayout
Lays out the specified container.
layoutContainer(Container) - Method in interface java.awt.LayoutManager
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class java.awt.GridBagLayout
Lays out the container in the specified panel.
layoutContainer(Container) - Method in class java.awt.CardLayout
Performs a layout in the specified panel.
layoutInfo - Variable in class java.awt.GridBagLayout
 
LayoutManager - interface java.awt.LayoutManager.
Defines the interface for classes that know how to layout Containers.
left - Variable in class java.awt.Insets
The inset from the left.
LEFT - Static variable in class java.awt.Event
The left arrow action-key.
LEFT - Static variable in class java.awt.FlowLayout
The left alignment variable.
LEFT - Static variable in class java.awt.Label
The left alignment.
length() - Method in class java.io.File
Returns the length of the file.
length() - Method in class java.io.RandomAccessFile
Returns the length of the file.
length() - Method in class java.lang.StringBuffer
Returns the length (character count) of the buffer.
length() - Method in class java.lang.String
Returns the length of the String.
lightGray - Static variable in class java.awt.Color
The color light gray.
lineno() - Method in class java.io.StreamTokenizer
Return the current line number.
LineNumberInputStream - class java.io.LineNumberInputStream.
An input stream that keeps track of line numbers.
LineNumberInputStream(InputStream) - Constructor for class java.io.LineNumberInputStream
Constructs a new LineNumberInputStream initialized with the specified input stream.
LinkageError - error java.lang.LinkageError.
LinkageError and its subclasses indicate that a class has some dependency on another class; however the latter class has incompatibly changed after the compilation of the former class.
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 - class java.awt.List.
A scrolling list of text items.
LIST_DESELECT - Static variable in class java.awt.Event
 
LIST_SELECT - Static variable in class java.awt.Event
 
list() - Method in class java.awt.Component
Prints a listing to a print stream.
list() - Method in class java.io.File
Lists the files in a directory.
list() - Method in class java.lang.ThreadGroup
Lists this Thread group.
List() - Constructor for class java.awt.List
Creates a new scrolling list initialized with no visible Lines or multiple selections.
list(FilenameFilter) - Method in class java.io.File
Uses the specified filter to list files in a directory.
List(int, boolean) - Constructor for class java.awt.List
Creates a new scrolling list initialized with the specified number of visible lines and a boolean stating whether multiple selections are allowed or not.
list(PrintStream) - Method in class java.awt.Component
Prints a listing to the specified print out stream.
list(PrintStream) - Method in class java.util.Properties
List properties, for debugging
list(PrintStream, int) - Method in class java.awt.Container
Prints out a list, starting at the specified indention, to the specified out stream.
list(PrintStream, int) - Method in class java.awt.Component
Prints out a list, starting at the specified indention, to the specified print stream.
listen(int) - Method in class java.net.SocketImpl
Specify to the system how many connection requests the system will queue up while waiting for the SocketImpl to execute accept().
LOAD - Static variable in class java.awt.FileDialog
The file load variable.
LOAD_FILE - Static variable in class java.awt.Event
A file loading event.
load(InputStream) - Method in class java.util.Properties
Loads properties from an InputStream.
load(String) - Method in class java.lang.Runtime
Loads a dynamic library, given a complete path name.
load(String) - Static method in class java.lang.System
Loads a dynamic library, given a complete path 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 a dynamic library with the specified library name.
loadLibrary(String) - Static method in class java.lang.System
Loads a dynamic library with the specified library name.
localport - Variable in class java.net.SocketImpl
 
locate(int, int) - Method in class java.awt.Container
Locates the component that contains the x,y position.
locate(int, int) - Method in class java.awt.Component
Returns the component or subcomponent that contains the x,y location.
location() - Method in class java.awt.Component
Returns the current location of this component.
location(int, int) - Method in class java.awt.GridBagLayout
 
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a.
Long - class java.lang.Long.
The Long class provides an object wrapper for Long data values and serves as a place for long-oriented operations.
Long(long) - Constructor for class java.lang.Long
Constructs a Long object initialized to the specified value.
Long(String) - Constructor for class java.lang.Long
Constructs a Long object initialized to the value specified by the String parameter.
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.Long
Returns the value of this Long as a long.
longValue() - Method in class java.lang.Integer
Returns the value of this Integer 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.Number
Returns the value of the number as a long.
lookupConstraints(Component) - Method in class java.awt.GridBagLayout
Retrieves the constraints for the specified component.
loop() - Method in interface java.applet.AudioClip
Starts playing the 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
Indicates that this component has lost the input focus.
lowerCaseMode(boolean) - Method in class java.io.StreamTokenizer
Examines a boolean to decide whether TT_WORD tokens are forced to be lower case.

M

magenta - Static variable in class java.awt.Color
The color magneta.
makeVisible(int) - Method in class java.awt.List
Forces the item at the specified index to be visible.
MalformedURLException - exception java.net.MalformedURLException.
Signals that a malformed URL has occurred.
MalformedURLException() - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for class java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
mark(int) - Method in class java.io.BufferedInputStream
Marks the current position in the input stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in the input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in the input stream.
mark(int) - Method in class java.io.LineNumberInputStream
Marks the current position in the input stream.
marklimit - Variable in class java.io.BufferedInputStream
The maximum readahead allowed after a mark() before subsequent calls to reset() fail.
markpos - Variable in class java.io.BufferedInputStream
The position in the buffer of the current mark.
markSupported() - Method in class java.io.BufferedInputStream
Returns a boolean indicating if this stream type supports mark/reset.
markSupported() - Method in class java.io.FilterInputStream
Returns true if this stream type supports mark/reset.
markSupported() - Method in class java.io.InputStream
Returns a boolean indicating whether or not this stream type supports mark/reset.
markSupported() - Method in class java.io.PushbackInputStream
Returns true if this stream type supports mark/reset.
Math - class java.lang.Math.
The standard Math library.
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.Long
The maximum value a Long can have.
MAX_VALUE - Static variable in class java.lang.Integer
The maximum value an Integer can have.
MAX_VALUE - Static variable in class java.lang.Double
The maximum value a double can have.
MAX_VALUE - Static variable in class java.lang.Float
The maximum value a float can have.
MAX_VALUE - Static variable in class java.lang.Character
The maximum value a Character can have.
max(double, double) - Static method in class java.lang.Math
Takes two double values, a and b, and returns the greater number of the two.
max(float, float) - Static method in class java.lang.Math
Takes two float values, a and b, and returns the greater number of the two.
max(int, int) - Static method in class java.lang.Math
Takes two int values, a and b, and returns the greater number of the two.
max(long, long) - Static method in class java.lang.Math
Takes two long values, a and b, and returns the greater number of the two.
MAXGRIDSIZE - Static variable in class java.awt.GridBagLayout
 
MediaTracker - class java.awt.MediaTracker.
A utility class to track the status of a number of media objects.
MediaTracker(Component) - Constructor for class java.awt.MediaTracker
Creates a Media tracker to track images for a given Component.
Menu - class java.awt.Menu.
A Menu that is a component of a menu bar.
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.
MenuBar - class java.awt.MenuBar.
A class that encapsulates the platform's concept of a menu bar bound to a Frame.
MenuBar() - Constructor for class java.awt.MenuBar
Creates a new menu bar.
MenuComponent - class java.awt.MenuComponent.
The super class of all menu related components.
MenuComponent() - Constructor for class java.awt.MenuComponent
 
MenuContainer - interface java.awt.MenuContainer.
The super class of all menu related containers.
MenuItem - class java.awt.MenuItem.
A String item that represents a choice in a menu.
MenuItem(String) - Constructor for class java.awt.MenuItem
Constructs a new MenuItem with the specified label.
META_MASK - Static variable in class java.awt.Event
The meta modifier constant.
metaDown() - Method in class java.awt.Event
Checks if the meta key is down.
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.Long
The minimum value a Long can have.
MIN_VALUE - Static variable in class java.lang.Integer
The minimum value an Integer can have.
MIN_VALUE - Static variable in class java.lang.Double
The minimum value a double can have.
MIN_VALUE - Static variable in class java.lang.Float
The minimum value a float can have.
MIN_VALUE - Static variable in class java.lang.Character
The minimum value a Character can have.
min(double, double) - Static method in class java.lang.Math
Takes two double values, a and b, and returns the smallest number of the two.
min(float, float) - Static method in class java.lang.Math
Takes two float values, a and b, and returns the smallest number of the two.
min(int, int) - Static method in class java.lang.Math
Takes two integer values, a and b, and returns the smallest number of the two.
min(long, long) - Static method in class java.lang.Math
Takes two long values, a and b, and returns the smallest number of the two.
minimumLayoutSize(Container) - Method in class java.awt.GridLayout
Returns the minimum dimensions needed to layout the components contained in 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.BorderLayout
Returns the minimum dimensions needed to layout the components contained in the specified target container.
minimumLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
minimumLayoutSize(Container) - Method in class java.awt.GridBagLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
minimumLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the minimum size for the specified panel.
minimumSize() - Method in class java.awt.Container
Returns the minimum size of this container.
minimumSize() - Method in class java.awt.Component
Returns the minimum size of this component.
minimumSize() - Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField.
minimumSize() - Method in class java.awt.TextArea
Returns the minimum size Dimensions of the TextArea.
minimumSize() - Method in class java.awt.List
Returns the minimum dimensions needed for the list.
minimumSize(int) - Method in class java.awt.TextField
Returns the minimum size Dimensions needed for this TextField with the specified amount of columns.
minimumSize(int) - Method in class java.awt.List
Returns the minimum dimensions needed for the amount of rows in the list.
minimumSize(int, int) - Method in class java.awt.TextArea
Returns the specified minimum size Dimensions of the TextArea.
MINSIZE - Static variable in class java.awt.GridBagLayout
 
mkdir() - Method in class java.io.File
Creates a directory and returns a boolean indicating the success of the creation.
mkdirs() - Method in class java.io.File
Creates all directories in this path.
modifiers - Variable in class java.awt.Event
The state of the modifier keys.
MOUSE_DOWN - Static variable in class java.awt.Event
The mouse down event.
MOUSE_DRAG - Static variable in class java.awt.Event
The mouse drag event.
MOUSE_ENTER - Static variable in class java.awt.Event
The mouse enter event.
MOUSE_EXIT - Static variable in class java.awt.Event
The mouse exit event.
MOUSE_MOVE - Static variable in class java.awt.Event
The mouse move event.
MOUSE_UP - Static variable in class java.awt.Event
The mouse up event.
mouseDown(Event, int, int) - Method in class java.awt.Component
Called if the mouse is down.
mouseDrag(Event, int, int) - Method in class java.awt.Component
Called if the mouse is dragged (the mouse button is down).
mouseEnter(Event, int, int) - Method in class java.awt.Component
Called when the mouse enters the component.
mouseExit(Event, int, int) - Method in class java.awt.Component
Called when the mouse exits the component.
mouseMove(Event, int, int) - Method in class java.awt.Component
Called if the mouse moves (the mouse button is up).
mouseUp(Event, int, int) - Method in class java.awt.Component
Called if the mouse is up.
MOVE_CURSOR - Static variable in class java.awt.Frame
 
move(int, int) - Method in class java.awt.Point
Moves the point.
move(int, int) - Method in class java.awt.Rectangle
Moves the rectangle.
move(int, int) - Method in class java.awt.Component
Moves the Component to a new location.

N

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
Not-a-Number.
NaN - Static variable in class java.lang.Float
Not-a-Number.
NE_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
NEGATIVE_INFINITY - Static variable in class java.lang.Double
Negative infinity.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
Negative infinity.
NegativeArraySizeException - exception java.lang.NegativeArraySizeException.
Signals that an attempt has been made to create an array with negative size.
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 this Class.
next(Container) - Method in class java.awt.CardLayout
Flips to the next card of the specified container.
nextDouble() - Method in class java.util.Random
Generates a pseudorandom uniformally distributed double value between 0.0 and 1.0.
nextElement() - Method in class java.util.StringTokenizer
Returns the next element in the Enumeration.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of the enumeration.
nextFloat() - Method in class java.util.Random
Generates a pseudorandom uniformally distributed float value between 0.0 and 1.0.
nextFocus() - Method in class java.awt.Component
Moves the focus to the next component.
nextGaussian() - Method in class java.util.Random
Generates a pseudorandom Gaussian distributed double value with mean 0.0 and standard deviation 1.0.
nextInt() - Method in class java.util.Random
Generates a pseudorandom uniformally distributed int value.
nextLong() - Method in class java.util.Random
Generate a pseudorandom uniformally distributed long value.
nextToken() - Method in class java.io.StreamTokenizer
Parses a token from the input stream.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token of the String.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token, after switching to the new delimiter set.
NoClassDefFoundError - error java.lang.NoClassDefFoundError.
Signals that a class could not be found.
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.
NONE - Static variable in class java.awt.GridBagConstraints
 
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a Thread.
NORTH - Static variable in class java.awt.GridBagConstraints
 
NORTHEAST - Static variable in class java.awt.GridBagConstraints
 
NORTHWEST - Static variable in class java.awt.GridBagConstraints
 
NoSuchElementException - exception java.util.NoSuchElementException.
Signals that an enumeration is empty.
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 - error java.lang.NoSuchFieldError.
Signals that a particular field could not be found.
NoSuchFieldError() - Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException without a detail message.
NoSuchFieldError(String) - Constructor for class java.lang.NoSuchFieldError
Constructs a NoSuchFieldException with a detail message.
NoSuchMethodError - error java.lang.NoSuchMethodError.
Signals that a particular method could not be found.
NoSuchMethodError() - Constructor for class java.lang.NoSuchMethodError
 
NoSuchMethodError(String) - Constructor for class java.lang.NoSuchMethodError
Constructs a NoSuchMethodException with a detail message.
NoSuchMethodException - exception java.lang.NoSuchMethodException.
Signals that a particular method could not be found.
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.
notify() - Method in class java.lang.Object
Notifies a single waiting thread on a change in condition of another thread.
notifyAll() - Method in class java.lang.Object
Notifies all of the threads waiting for a condition to change.
notifyObservers() - Method in class java.util.Observable
Notifies all observers if an observable change occurs.
notifyObservers(Object) - Method in class java.util.Observable
Notifies all observers of the specified observable change which occurred.
npoints - Variable in class java.awt.Polygon
The total number of points.
NullPointerException - exception java.lang.NullPointerException.
Signals the illegal use of a null pointer.
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.
Number - class java.lang.Number.
Number is an abstract superclass for numeric scalar types.
Number() - Constructor for class java.lang.Number
 
NumberFormatException - exception java.lang.NumberFormatException.
Signals that an invalid number format has occurred.
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
The number value.
NW_RESIZE_CURSOR - Static variable in class java.awt.Frame
 

O

Object - class java.lang.Object.
The root of the Class hierarchy.
Object() - Constructor for class java.lang.Object
 
Observable - class java.util.Observable.
This class should be subclassed by observable object, or "data" in the Model-View paradigm.
Observable() - Constructor for class java.util.Observable
 
Observer - interface java.util.Observer.
When implemented, this interface allows all classes to be observable by instances of class Observer.
openConnection() - Method in class java.net.URL
Creates (if not already in existance) a URLConnection object that contains a connection to the remote object referred to by the URL.
openConnection(URL) - Method in class java.net.URLStreamHandler
Opens an input stream to the object referenced by the URL.
openStream() - Method in class java.net.URL
Opens an input stream.
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 this character is 'ordinary': it removes any significance as a word, comment, string, whitespace or number character.
ordinaryChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that characters in this range are 'ordinary'.
out - Variable in class java.io.FilterOutputStream
The actual output stream.
out - Static variable in class java.io.FileDescriptor
Handle to standard output.
out - Static variable in class java.lang.System
Standard output stream.
OutOfMemoryError - error java.lang.OutOfMemoryError.
Signals that you are out of memory.
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 - class java.io.OutputStream.
Abstract class representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 

P

pack() - Method in class java.awt.Window
Packs the components of the Window.
paint(Graphics) - Method in class java.awt.Canvas
Paints the canvas in the default background color.
paint(Graphics) - Method in class java.awt.Component
Paints the component.
paintAll(Graphics) - Method in class java.awt.Component
Paints the component and its subcomponents.
paintComponents(Graphics) - Method in class java.awt.Container
Paints the components in this container.
Panel - class java.awt.Panel.
A Panel Container class.
Panel() - Constructor for class java.awt.Panel
Creates a new panel.
paramString() - Method in class java.awt.MenuItem
Returns the String parameter of the menu item.
paramString() - Method in class java.awt.Event
Returns the parameter String of this Event.
paramString() - Method in class java.awt.MenuComponent
Returns the String parameter of this MenuComponent.
paramString() - Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString() - Method in class java.awt.Container
Returns the parameter String of this Container.
paramString() - Method in class java.awt.Component
Returns the parameter String of this Component.
paramString() - Method in class java.awt.TextField
Returns the String of parameters for this TExtField.
paramString() - Method in class java.awt.TextComponent
Returns the String of parameters for this TextComponent.
paramString() - Method in class java.awt.TextArea
Returns the String of parameters for this TextArea.
paramString() - Method in class java.awt.Scrollbar
Returns the String parameters for this Scrollbar.
paramString() - Method in class java.awt.List
Returns the parameter String of this list.
paramString() - Method in class java.awt.Label
Returns the parameter String of this label.
paramString() - Method in class java.awt.FileDialog
Returns the parameter String of this file dialog.
paramString() - Method in class java.awt.Dialog
Returns the parameter String of this Dialog.
paramString() - Method in class java.awt.Choice
Returns the parameter String of this Choice.
paramString() - Method in class java.awt.CheckboxMenuItem
Returns the parameter String of this button.
paramString() - Method in class java.awt.Checkbox
Returns the parameter String of this Checkbox.
paramString() - Method in class java.awt.Button
Returns the parameter String of this button.
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Checks to see if this Thread group is a parent of or is equal to another Thread group.
parse(String) - Static method in class java.util.Date
Given a string representing a time, parse it and return the time value.
parseInt(String) - Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
parseInt(String, int) - Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns that integer's value.
parseLong(String) - Static method in class java.lang.Long
Assuming the specified String represents a long, return that long's value.
parseLong(String, int) - Static method in class java.lang.Long
Assuming the specified String represents a long, returns that long's value.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
This method is called to parse the string spec into URL u.
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.
peek() - Method in class java.util.Stack
Peeks at the top of the stack.
PGDN - Static variable in class java.awt.Event
The page down action-key.
PGUP - Static variable in class java.awt.Event
The page up action-key.
PI - Static variable in class java.lang.Math
The float representation of the value Pi.
pink - Static variable in class java.awt.Color
The color pink.
PipedInputStream - class java.io.PipedInputStream.
PipedInputStream must be connected to a PipedOutputStream to be useful.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates an input file that isn't connected to anything (yet).
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates an input file from the specified PiledOutputStream.
PipedOutputStream - class java.io.PipedOutputStream.
Piped output stream, must be connected to a PipedInputStream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates an output file that isn't connected to anything (yet).
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates an output file connected to the specified PipedInputStream.
PLAIN - Static variable in class java.awt.Font
The plain style constant.
play() - Method in interface java.applet.AudioClip
Starts playing the clip.
play(URL) - Method in class java.applet.Applet
Plays an audio clip.
play(URL, String) - Method in class java.applet.Applet
Plays an audio clip.
Point - class java.awt.Point.
An x,y coordinate.
Point(int, int) - Constructor for class java.awt.Point
Constructs and initializes a Point from the specified x and y coordinates.
Polygon - class java.awt.Polygon.
A polygon consists of a list of x and y coordinates.
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
Pops an item off the stack.
port - Variable in class java.net.SocketImpl
The port where the socket will make a connection.
pos - Variable in class java.io.ByteArrayInputStream
The current position in the buffer.
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.StringBufferInputStream
The position in the buffer.
POSITIVE_INFINITY - Static variable in class java.lang.Double
Positive infinity.
POSITIVE_INFINITY - Static variable in class java.lang.Float
Positive infinity.
postEvent(Event) - Method in class java.awt.MenuComponent
Posts the specified event to the menu.
postEvent(Event) - Method in class java.awt.Component
Posts an event to this component.
postEvent(Event) - Method in interface java.awt.MenuContainer
 
pow(double, double) - Static method in class java.lang.Math
Returns the number a raised to the power of b.
preferredLayoutSize(Container) - Method in class java.awt.GridLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
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.BorderLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class java.awt.GridBagLayout
Returns the preferred dimensions for this layout given the components in the specified panel.
preferredLayoutSize(Container) - Method in class java.awt.CardLayout
Calculates the preferred size for the specified panel.
PREFERREDSIZE - Static variable in class java.awt.GridBagLayout
 
preferredSize() - Method in class java.awt.Container
Returns the preferred size of this container.
preferredSize() - Method in class java.awt.Component
Returns the preferred size of this component.
preferredSize() - Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField.
preferredSize() - Method in class java.awt.TextArea
Returns the preferred size Dimensions of the TextArea.
preferredSize() - Method in class java.awt.List
Returns the preferred dimensions needed for the list.
preferredSize(int) - Method in class java.awt.TextField
Returns the preferred size Dimensions needed for this TextField with the specified amount of columns.
preferredSize(int) - Method in class java.awt.List
Returns the preferred dimensions needed for the list with the specified amount of rows.
preferredSize(int, int) - Method in class java.awt.TextArea
Returns the specified row and column Dimensions of the 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 on the default screen at the specified width and height.
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
Prints a boolean.
print(char) - Method in class java.io.PrintStream
Prints an character.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(double) - Method in class java.io.PrintStream
Prints a double.
print(float) - Method in class java.io.PrintStream
Prints a float.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(String) - Method in class java.io.PrintStream
Prints a String.
printAll(Graphics) - Method in class java.awt.Component
Prints the component and its subcomponents.
printComponents(Graphics) - Method in class java.awt.Container
Prints the components in this container.
println() - Method in class java.io.PrintStream
Prints a newline.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean followed by a newline.
println(char) - Method in class java.io.PrintStream
Prints a character followed by a newline.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters followed by a newline.
println(double) - Method in class java.io.PrintStream
Prints a double followed by a newline.
println(float) - Method in class java.io.PrintStream
Prints a float followed by a newline.
println(int) - Method in class java.io.PrintStream
Prints an integer followed by a newline.
println(long) - Method in class java.io.PrintStream
Prints a long followed by a newline.
println(Object) - Method in class java.io.PrintStream
Prints an object followed by a newline.
println(String) - Method in class java.io.PrintStream
Prints a string followed by a newline.
printStackTrace() - Method in class java.lang.Throwable
Prints the Throwable and the Throwable's stack trace.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
 
PrintStream - class java.io.PrintStream.
This class implements an output stream that has additional methods for printing.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Creates a new PrintStream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new PrintStream, with auto flushing.
Process - class java.lang.Process.
An instance of class Process is returned by variants of the exec () method in class System.
Process() - Constructor for class java.lang.Process
 
Properties - class java.util.Properties.
Persistent properties class.
Properties() - Constructor for class java.util.Properties
Creates an empty property list.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with specified defaults.
propertyNames() - Method in class java.util.Properties
Enumerates all the keys.
ProtocolException - exception java.net.ProtocolException.
Signals when connect gets an EPROTO.
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 stack.
pushBack - Variable in class java.io.PushbackInputStream
Push back character.
pushBack() - Method in class java.io.StreamTokenizer
Pushes back a stream token.
PushbackInputStream - class java.io.PushbackInputStream.
An input stream that has a 1 byte push back buffer.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream.
put(Object, Object) - Method in class java.util.Hashtable
Puts the specified element into the hashtable, using the specified key.
put(Object, Object) - Method in class java.util.Dictionary
Puts the specified element into the Dictionary, using the specified key.

Q

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

R

Random - class java.util.Random.
A Random class generates a stream of pseudo-random numbers.
random() - Static method in class java.lang.Math
Generates 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 - class java.io.RandomAccessFile.
Random access files can be constructed from file descriptors, file names, or file objects.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile from a specified File object and mode ("r" or "rw").
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a RandomAccessFile with the specified system dependent file name and the specified mode.
read() - Method in class java.io.ByteArrayInputStream
Reads a byte of data.
read() - Method in class java.io.BufferedInputStream
Reads a byte of data.
read() - Method in class java.io.FilterInputStream
Reads a byte.
read() - Method in class java.io.FileInputStream
Reads a byte of data.
read() - Method in class java.io.InputStream
Reads a byte of data.
read() - Method in class java.io.StringBufferInputStream
Reads a byte of data.
read() - Method in class java.io.SequenceInputStream
Reads a stream, and upon reaching an EOF, flips to the next stream.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data.
read() - Method in class java.io.PushbackInputStream
Reads a byte of data.
read() - Method in class java.io.PipedInputStream
Reads a byte of data.
read() - Method in class java.io.LineNumberInputStream
Reads a byte of data.
read(byte[]) - Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[]) - Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[]) - Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[]) - Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads data into an array of bytes.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads data into an array of bytes.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads data into an array of bytes.
read(byte[], int, int) - Method in class java.io.InputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.StringBufferInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads data into an array of bytes, and upon reaching an EOF, flips to the next stream.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads a sub array as a sequence of bytes.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads into an array of bytes.
read(byte[], int, int) - Method in class java.io.LineNumberInputStream
Reads into an array of bytes.
readBoolean() - Method in class java.io.DataInputStream
Reads a boolean.
readBoolean() - Method in interface java.io.DataInput
Reads in a boolean.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean.
readByte() - Method in class java.io.DataInputStream
Reads an 8 bit byte.
readByte() - Method in interface java.io.DataInput
Reads an 8 bit byte.
readByte() - Method in class java.io.RandomAccessFile
Reads a byte.
readChar() - Method in class java.io.DataInputStream
Reads a 16 bit char.
readChar() - Method in interface java.io.DataInput
Reads a 16 bit char.
readChar() - Method in class java.io.RandomAccessFile
Reads a 16 bit char.
readDouble() - Method in class java.io.DataInputStream
Reads a 64 bit double.
readDouble() - Method in interface java.io.DataInput
Reads a 64 bit double.
readDouble() - Method in class java.io.RandomAccessFile
Reads a 64 bit double.
readFloat() - Method in class java.io.DataInputStream
Reads a 32 bit float.
readFloat() - Method in interface java.io.DataInput
Reads a 32 bit float.
readFloat() - Method in class java.io.RandomAccessFile
Reads a 32 bit float.
readFully(byte[]) - Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads bytes, blocking until all bytes are read.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads bytes, blocking until all bytes are read.
readInt() - Method in class java.io.DataInputStream
Reads a 32 bit int.
readInt() - Method in interface java.io.DataInput
Reads a 32 bit int.
readInt() - Method in class java.io.RandomAccessFile
Reads a 32 bit int.
readLine() - Method in class java.io.DataInputStream
Reads in a line that has been terminated by a \n, \r, \r\n or EOF.
readLine() - Method in interface java.io.DataInput
 
readLine() - Method in class java.io.RandomAccessFile
Reads a line terminated by a '\n' or EOF.
readLong() - Method in class java.io.DataInputStream
Reads a 64 bit long.
readLong() - Method in interface java.io.DataInput
Reads a 64 bit long.
readLong() - Method in class java.io.RandomAccessFile
Reads a 64 bit long.
readShort() - Method in class java.io.DataInputStream
Reads a 16 bit short.
readShort() - Method in interface java.io.DataInput
Reads a 16 bit short.
readShort() - Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUnsignedByte() - Method in class java.io.DataInputStream
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in interface java.io.DataInput
Reads an unsigned 8 bit byte.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned 8 bit byte.
readUnsignedShort() - Method in class java.io.DataInputStream
Reads 16 bit short.
readUnsignedShort() - Method in interface java.io.DataInput
Reads an unsigned 16 bit short.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads 16 bit short.
readUTF() - Method in class java.io.DataInputStream
Reads a UTF format String.
readUTF() - Method in interface java.io.DataInput
 
readUTF() - Method in class java.io.RandomAccessFile
Reads a UTF formatted String.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads a UTF format String from the given input stream.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives datagram packet.
Rectangle - class java.awt.Rectangle.
A rectangle defined by x, y, width and height.
Rectangle() - Constructor for class java.awt.Rectangle
Constructs a new rectangle.
Rectangle(Dimension) - Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified width and height.
Rectangle(int, int) - Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it with the specified width and height parameters.
Rectangle(int, int, int, int) - Constructor for class java.awt.Rectangle
Constructs and initializes a rectangle with the specified parameters.
Rectangle(Point) - Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to the specified point.
Rectangle(Point, Dimension) - Constructor for class java.awt.Rectangle
Constructs a rectangle and initializes it to a specified point and dimension.
red - Static variable in class java.awt.Color
The color red.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Determines whether a region of this String matches the specified region of the specified String.
regionMatches(int, String, int, int) - Method in class java.lang.String
Determines whether a region of this String matches the specified region of the specified String.
rehash() - Method in class java.util.Hashtable
Rehashes the content of the table into a bigger table.
RELATIVE - Static variable in class java.awt.GridBagConstraints
 
REMAINDER - Static variable in class java.awt.GridBagConstraints
 
remove(Component) - Method in class java.awt.Container
Removes the specified component from this container.
remove(int) - Method in class java.awt.Menu
Deletes the item from this menu at the specified index.
remove(int) - Method in class java.awt.MenuBar
Removes the menu located at the specified index from the menu bar.
remove(MenuComponent) - Method in class java.awt.Menu
Deletes the specified item from this menu.
remove(MenuComponent) - Method in class java.awt.Frame
Removes the specified menu bar from this Frame.
remove(MenuComponent) - Method in interface java.awt.MenuContainer
 
remove(MenuComponent) - Method in class java.awt.MenuBar
Removes the specified menu from the menu bar.
remove(Object) - Method in class java.util.Hashtable
Removes the element corresponding to the key.
remove(Object) - Method in class java.util.Dictionary
Removes the element corresponding to the key.
removeAll() - Method in class java.awt.Container
Removes all the components from this container.
removeAllElements() - Method in class java.util.Vector
Removes all elements of the vector.
removeElement(Object) - Method in class java.util.Vector
Removes the element from the vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the element at the specified index.
removeLayoutComponent(Component) - Method in class java.awt.GridLayout
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.BorderLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in interface java.awt.LayoutManager
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.GridBagLayout
Removes the specified component from the layout.
removeLayoutComponent(Component) - Method in class java.awt.CardLayout
Removes the specified component from the layout.
removeNotify() - Method in class java.awt.Menu
Removes the menu's peer.
removeNotify() - Method in class java.awt.MenuComponent
Removes the menu component's peer.
removeNotify() - Method in class java.awt.Container
Notifies the container to remove its peer.
removeNotify() - Method in class java.awt.Component
Notifies the Component to destroy the peer.
removeNotify() - Method in class java.awt.TextComponent
Removes the TextComponent's peer.
removeNotify() - Method in class java.awt.MenuBar
Removes the menu bar's peer.
removeNotify() - Method in class java.awt.List
Removes the peer for this list.
renameTo(File) - Method in class java.io.File
Renames a file and returns a boolean indicating whether or not this method was successful.
repaint() - Method in class java.awt.Component
Repaints the component.
repaint(int, int, int, int) - Method in class java.awt.Component
Repaints part of the 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 part of the component.
replace(char, char) - Method in class java.lang.String
Converts this String by replacing all occurences of oldChar with newChar.
replaceItem(String, int) - Method in class java.awt.List
Replaces the item at the given index.
replaceText(String, int, int) - Method in class java.awt.TextArea
Replaces text from the indicated start to end position with the new text specified.
requestFocus() - Method in class java.awt.Component
Requests the input focus.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the buffer so that you can use it again without throwing away the already allocated buffer.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the beginning.
reset() - Method in class java.io.BufferedInputStream
Repositions the stream to the last marked position.
reset() - Method in class java.io.FilterInputStream
Repositions the stream to the last marked position.
reset() - Method in class java.io.InputStream
Repositions the stream to the last marked position.
reset() - Method in class java.io.StringBufferInputStream
Resets the buffer to the beginning.
reset() - Method in class java.io.LineNumberInputStream
Repositions the stream to the last marked position.
resetSyntax() - Method in class java.io.StreamTokenizer
Resets the syntax table so that all characters are special.
reshape(int, int, int, int) - Method in class java.awt.Rectangle
Reshapes the rectangle.
reshape(int, int, int, int) - Method in class java.awt.Component
Reshapes the Component to the specified bounding box.
resize(Dimension) - Method in class java.applet.Applet
Requests thatthe applet be resized.
resize(Dimension) - Method in class java.awt.Component
Resizes the Component to the specified dimension.
resize(int, int) - Method in class java.applet.Applet
Requests that the applet be resized.
resize(int, int) - Method in class java.awt.Rectangle
Resizes the rectangle.
resize(int, int) - Method in class java.awt.Component
Resizes the Component to the specified width and height.
resolveClass(Class) - Method in class java.lang.ClassLoader
Resolves classes referenced by this Class.
resume() - Method in class java.lang.ThreadGroup
Resumes all the Threads in this Thread group and all of its sub groups.
resume() - Method in class java.lang.Thread
Resumes this Thread execution.
reverse() - Method in class java.lang.StringBuffer
Reverse the order of the characters in the String buffer.
RGBtoHSB(int, int, int, float[]) - Static method in class java.awt.Color
Returns the HSB values corresponding to the color defined by the red, green, and blue components.
right - Variable in class java.awt.Insets
The inset from the right.
RIGHT - Static variable in class java.awt.Event
The right arrow action-key.
RIGHT - Static variable in class java.awt.FlowLayout
The right alignment variable.
RIGHT - Static variable in class java.awt.Label
The right alignment.
rint(double) - Static method in class java.lang.Math
Converts a double value into an integral value in double format.
round(double) - Static method in class java.lang.Math
Rounds off a double value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
round(float) - Static method in class java.lang.Math
Rounds off a float value by first adding 0.5 to it and then returning the largest integer that is less than or equal to this new value.
rowHeights - Variable in class java.awt.GridBagLayout
 
rowWeights - Variable in class java.awt.GridBagLayout
 
run() - Method in class java.lang.Thread
The actual body of this Thread.
run() - Method in interface java.lang.Runnable
The method that is executed when a Runnable object is activated.
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.
Runnable - interface java.lang.Runnable.
This interface is designed to provide a common protocol for Objects that wish to execute code while they are active.
Runtime - class java.lang.Runtime.
 
RuntimeException - exception java.lang.RuntimeException.
An exception that can reasonably occur during the execution of a Java program by the Virtual machine.
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.Frame
 
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the "ref" fields: sameFile is true if the true references the same remote object, but not necessarily the same subpiece of that object.
SAVE - Static variable in class java.awt.FileDialog
The file save variable.
SAVE_FILE - Static variable in class java.awt.Event
A file saving event.
save(OutputStream, String) - Method in class java.util.Properties
Save properties to an OutputStream.
SCROLL_ABSOLUTE - Static variable in class java.awt.Event
The absolute scroll event.
SCROLL_LINE_DOWN - Static variable in class java.awt.Event
The line down scroll event.
SCROLL_LINE_UP - Static variable in class java.awt.Event
The line up scroll event.
SCROLL_PAGE_DOWN - Static variable in class java.awt.Event
The page down scroll event.
SCROLL_PAGE_UP - Static variable in class java.awt.Event
The page up scroll event.
Scrollbar - class java.awt.Scrollbar.
A Scrollbar component.
Scrollbar() - Constructor for class java.awt.Scrollbar
Constructs a new vertical Scrollbar.
Scrollbar(int) - Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation.
Scrollbar(int, int, int, int, int) - Constructor for class java.awt.Scrollbar
Constructs a new Scrollbar with the specified orientation, value, page size, and minumum and maximum values.
SE_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
search(Object) - Method in class java.util.Stack
Sees if an object is on the stack.
SecurityException - exception java.lang.SecurityException.
Signals that a security exception has occurred.
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 - class java.lang.SecurityManager.
An abstract class that can be subclassed to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file pointer to the specified absolute position.
select(int) - Method in class java.awt.List
Selects the item at the specified index.
select(int) - Method in class java.awt.Choice
Selects the item with the specified postion.
select(int, int) - Method in class java.awt.TextComponent
Selects the text found between the specified start and end locations.
select(String) - Method in class java.awt.Choice
Selects the item with the specified String.
selectAll() - Method in class java.awt.TextComponent
Selects all the text in the TextComponent.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends Datagram Packet to the destination address
separator - Static variable in class java.io.File
The system dependent file separator String.
separatorChar - Static variable in class java.io.File
The system dependent file separator character.
SequenceInputStream - class java.io.SequenceInputStream.
Converts a sequence of input streams into an InputStream.
SequenceInputStream(Enumeration) - Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the specified list.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Constructs a new SequenceInputStream initialized to the two specified input streams.
ServerSocket - class java.net.ServerSocket.
The server Socket class.
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, binds it to the specified local port and listens to it.
set(int) - Method in class java.util.BitSet
Sets a bit.
set(String, String, int, String, String) - Method in class java.net.URL
Sets the fields of the URL.
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
Some URL connections occasionally need to to interactions with the user.
setBackground(Color) - Method in class java.awt.Component
Sets the background color.
setChanged() - Method in class java.util.Observable
Sets a flag to note an observable change.
setCharAt(int, char) - Method in class java.lang.StringBuffer
Changes the character at the specified index to be ch.
setCheckboxGroup(CheckboxGroup) - Method in class java.awt.Checkbox
Sets the CheckboxGroup to the specified group.
setColor(Color) - Method in class java.awt.Graphics
Sets the current color to the specified color.
setConstraints(Component, GridBagConstraints) - Method in class java.awt.GridBagLayout
Sets the constraints for the specified component.
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandler factory.
setCurrent(Checkbox) - Method in class java.awt.CheckboxGroup
Sets the current choice to the specified Checkbox.
setCursor(int) - Method in class java.awt.Frame
Set the cursor image to a predefined cursor.
setDaemon(boolean) - Method in class java.lang.ThreadGroup
Changes the daemon status of this group.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this Thread as a daemon Thread or a user Thread.
setDate(int) - Method in class java.util.Date
Sets the date.
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets/gets the default value of the allowUserInteraction flag.
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Sets/gets the default value of a general request property.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
 
setDirectory(String) - Method in class java.awt.FileDialog
Set the directory of the Dialog to the specified directory.
setDoInput(boolean) - Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
setDoOutput(boolean) - Method in class java.net.URLConnection
A URL connection can be used for input and/or output.
setEchoCharacter(char) - Method in class java.awt.TextField
Sets the echo character for this TextField.
setEditable(boolean) - Method in class java.awt.TextComponent
Sets the specified boolean to indicate whether or not this TextComponent should be editable.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the element at the specified index to be the specified object.
setFile(String) - Method in class java.awt.FileDialog
Sets the file for this dialog to the specified file.
setFilenameFilter(FilenameFilter) - Method in class java.awt.FileDialog
Sets the filter for this dialog to the specified filter.
setFont(Font) - Method in class java.awt.Graphics
Sets the font for all subsequent text-drawing operations.
setFont(Font) - Method in class java.awt.MenuComponent
Sets the font to be used for this MenuItem to the specified font.
setFont(Font) - Method in class java.awt.Component
Sets the font of the component.
setForeground(Color) - Method in class java.awt.Component
Sets the foreground color.
setHelpMenu(Menu) - Method in class java.awt.MenuBar
Sets the help menu to the specified menu on the menu bar.
setHours(int) - Method in class java.util.Date
Sets the hours.
setIconImage(Image) - Method in class java.awt.Frame
Sets the image to display when this Frame is iconized.
setIfModifiedSince(long) - Method in class java.net.URLConnection
Some protocols support skipping fetching unless the object is newer than some amount of time.
setLabel(String) - Method in class java.awt.MenuItem
Sets the label to be the specified label.
setLabel(String) - Method in class java.awt.Checkbox
Sets the button with the specified label.
setLabel(String) - Method in class java.awt.Button
Sets the button with the specified label.
setLayout(LayoutManager) - Method in class java.awt.Container
Sets the layout manager for this container.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of the String.
setLineIncrement(int) - Method in class java.awt.Scrollbar
Sets the line increment for this scrollbar.
setLineNumber(int) - Method in class java.io.LineNumberInputStream
Sets the current line number.
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 menubar for this Frame to the specified menubar.
setMinutes(int) - Method in class java.util.Date
Sets the minutes.
setMonth(int) - Method in class java.util.Date
Sets the month.
setMultipleSelections(boolean) - Method in class java.awt.List
Sets whether this list should allow multiple selections or not.
setName(String) - Method in class java.lang.Thread
Sets the Thread's name.
setPageIncrement(int) - Method in class java.awt.Scrollbar
Sets the page increment for this scrollbar.
setPaintMode() - Method in class java.awt.Graphics
Sets the paint mode to overwrite the destination with the current color.
setPriority(int) - Method in class java.lang.Thread
Sets the Thread's priority.
setProperties(Properties) - Static method in class java.lang.System
Sets the System properties to the specified properties.
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets/gets a general request property.
setResizable(boolean) - Method in class java.awt.Frame
Sets the resizable flag.
setResizable(boolean) - Method in class java.awt.Dialog
Sets the resizable flag.
setSeconds(int) - Method in class java.util.Date
Sets the seconds.
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 the random number generator using a single long seed.
setSize(int) - Method in class java.util.Vector
Sets the size of the vector.
setSocketFactory(SocketImplFactory) - Static method in class java.net.ServerSocket
Sets the system's server SocketImplFactory.
setSocketImplFactory(SocketImplFactory) - Static method in class java.net.Socket
Sets the system's client SocketImplFactory.
setState(boolean) - Method in class java.awt.CheckboxMenuItem
Sets the state of this MenuItem if it is a Checkbox.
setState(boolean) - Method in class java.awt.Checkbox
Sets the Checkbox to the specifed boolean state.
setStub(AppletStub) - Method in class java.applet.Applet
Sets the applet stub.
setText(String) - Method in class java.awt.TextComponent
Sets the text of this TextComponent to the specified text.
setText(String) - Method in class java.awt.Label
Sets the text for this label to the specified text.
setTime(long) - Method in class java.util.Date
Sets the time.
setTitle(String) - Method in class java.awt.Frame
Sets the title for this Frame to the specified title.
setTitle(String) - Method in class java.awt.Dialog
Sets the title of the Dialog.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Calls the (protected) set method out of the URL given.
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets the URLStreamHandler factory.
setUseCaches(boolean) - Method in class java.net.URLConnection
Some protocols do caching of documents.
setValue(int) - Method in class java.awt.Scrollbar
Sets the value of this Scrollbar to the specified value.
setValues(int, int, int, int) - Method in class java.awt.Scrollbar
Sets the values for this Scrollbar.
setXORMode(Color) - Method in class java.awt.Graphics
Sets the paint mode to alternate between the current color and the new specified color.
setYear(int) - Method in class java.util.Date
Sets the year.
SHIFT_MASK - Static variable in class java.awt.Event
The shift modifier constant.
shiftDown() - Method in class java.awt.Event
Checks if the shift key is down.
show() - Method in class java.awt.Window
Shows the Window.
show() - Method in class java.awt.Component
Shows the component.
show(boolean) - Method in class java.awt.Component
Conditionally shows the component.
show(Container, String) - Method in class java.awt.CardLayout
Flips to the specified component name in the specified container.
showDocument(URL) - Method in interface java.applet.AppletContext
Shows a new document.
showDocument(URL, String) - Method in interface java.applet.AppletContext
Show a new document in a target window or frame.
showStatus(String) - Method in class java.applet.Applet
Shows a status message in the applet's context.
showStatus(String) - Method in interface java.applet.AppletContext
Show a status string.
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.awt.Component
Returns the current size of this component.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the number of bytes written.
size() - Method in class java.util.BitSet
Calculates and returns the set's size
size() - Method in class java.util.Vector
Returns the number of elements in the vector.
size() - Method in class java.util.Hashtable
Returns the number of elements contained in the hashtable.
size() - Method in class java.util.Dictionary
Returns the number of elements contained within the Dictionary.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input.
skip(long) - Method in class java.io.BufferedInputStream
Skips n bytes of input.
skip(long) - Method in class java.io.FilterInputStream
Skips bytes of input.
skip(long) - Method in class java.io.FileInputStream
Skips n bytes of input.
skip(long) - Method in class java.io.InputStream
Skips n bytes of input.
skip(long) - Method in class java.io.StringBufferInputStream
Skips n bytes of input.
skip(long) - Method in class java.io.LineNumberInputStream
Skips n bytes of input.
skipBytes(int) - Method in class java.io.DataInputStream
Skips bytes, blocks until all bytes are skipped.
skipBytes(int) - Method in interface java.io.DataInput
Skips bytes, block until all bytes are skipped.
skipBytes(int) - Method in class java.io.RandomAccessFile
 
slashSlashComments(boolean) - Method in class java.io.StreamTokenizer
If the flag is true, recognize C++ style( // ) comments.
slashStarComments(boolean) - Method in class java.io.StreamTokenizer
If the flag is true, recognize C style( /* ) comments.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing Thread to sleep for the specified number of milliseconds.
sleep(long, int) - Static method in class java.lang.Thread
Sleep, in milliseconds and additional nanosecond.
Socket - class java.net.Socket.
The client Socket class.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified address on the specified port.
Socket(InetAddress, int, boolean) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified address on the specified port.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port on the specified host.
Socket(String, int, boolean) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified port on the specified host.
SocketException - exception java.net.SocketException.
Signals that an error occurred while attempting to use a socket.
SocketException() - Constructor for class java.net.SocketException
Constructs a new SocketException with no detail message.
SocketException(String) - Constructor for class java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketImpl - class java.net.SocketImpl.
This is the Socket implementation class.
SocketImpl() - Constructor for class java.net.SocketImpl
 
SocketImplFactory - interface java.net.SocketImplFactory.
This interface defines a factory for SocketImpl instances.
SOUTH - Static variable in class java.awt.GridBagConstraints
 
SOUTHEAST - Static variable in class java.awt.GridBagConstraints
 
SOUTHWEST - Static variable in class java.awt.GridBagConstraints
 
sqrt(double) - Static method in class java.lang.Math
Returns the square root of a.
Stack - class java.util.Stack.
A Last-In-First-Out(LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
 
StackOverflowError - error java.lang.StackOverflowError.
Signals that a stack overflow has occurred.
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 to start the applet.
start() - Method in class java.lang.Thread
Starts this Thread.
startsWith(String) - Method in class java.lang.String
Determines whether this String starts with some prefix.
startsWith(String, int) - Method in class java.lang.String
Determines whether this String starts with some prefix.
statusAll(boolean) - Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media being tracked.
statusID(int, boolean) - Method in class java.awt.MediaTracker
Returns the boolean OR of the status of all of the media with a given ID.
stop() - Method in class java.applet.Applet
Called to stop the applet.
stop() - Method in interface java.applet.AudioClip
Stops playing the clip.
stop() - Method in class java.lang.ThreadGroup
Stops all the Threads in this Thread group and all of its sub groups.
stop() - Method in class java.lang.Thread
Stops a Thread by tossing an object.
stop(Throwable) - Method in class java.lang.Thread
Stops a Thread by tossing an object.
StreamTokenizer - class java.io.StreamTokenizer.
A class to turn an input stream into a stream of tokens.
StreamTokenizer(InputStream) - Constructor for class java.io.StreamTokenizer
Creates a stream tokenizer that parses the specified input stream.
String - class java.lang.String.
A general class of objects to represent character Strings.
String() - Constructor for class java.lang.String
Constructs a new empty String.
String(byte[], int) - Constructor for class java.lang.String
Constructs a new String whose value is the specified array of bytes.
String(byte[], int, int, int) - Constructor for class java.lang.String
Constructs a new String whose initial value is the specified subarray of bytes.
String(char[]) - Constructor for class java.lang.String
Constructs a new String whose initial value is the specified array of characters.
String(char[], int, int) - Constructor for class java.lang.String
Constructs a new String whose initial value is the specified sub array of characters.
String(String) - Constructor for class java.lang.String
Constructs a new String that is a copy of the specified String.
String(StringBuffer) - Constructor for class java.lang.String
Construct a new string whose value is the current contents of the given string buffer
StringBuffer - class java.lang.StringBuffer.
This Class is a growable buffer for characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs an empty String buffer.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs an empty String buffer with the specified initial length.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a String buffer with the specified initial value.
StringBufferInputStream - class java.io.StringBufferInputStream.
This class implements a String buffer that can be used as an InputStream.
StringBufferInputStream(String) - Constructor for class java.io.StringBufferInputStream
Creates an StringBufferInputStream from the specified array of bytes.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Signals that a String index is out of range.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException initialized with the specified index.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringTokenizer - class java.util.StringTokenizer.
StringTokenizer is a class that controls simple linear tokenization of a String.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the default delimiter set (which is " \t\n\r").
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a StringTokenizer on the specified String, using the specified delimiter set.
stringWidth(String) - Method in class java.awt.FontMetrics
Returns the total advance width for showing the specified String in this Font.
style - Variable in class java.awt.Font
The style of the font.
substring(int) - Method in class java.lang.String
Returns the substring of this String.
substring(int, int) - Method in class java.lang.String
Returns the substring of a String.
suspend() - Method in class java.lang.ThreadGroup
Suspends all the Threads in this Thread group and all of its sub groups.
suspend() - Method in class java.lang.Thread
Suspends this Thread's execution.
sval - Variable in class java.io.StreamTokenizer
The Stream value.
SW_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
sync() - Method in class java.awt.Toolkit
Syncs the graphics state; useful when doing animation.
System - class java.lang.System.
This Class provides a system-independent interface to system functionality.

T

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_CURSOR - Static variable in class java.awt.Frame
 
TextArea - class java.awt.TextArea.
A TextArea object is a multi-line area that displays text.
TextArea() - Constructor for class java.awt.TextArea
Constructs a new TextArea.
TextArea(int, int) - Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified number of rows and columns.
TextArea(String) - Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text displayed.
TextArea(String, int, int) - Constructor for class java.awt.TextArea
Constructs a new TextArea with the specified text and number of rows and columns.
TextComponent - class java.awt.TextComponent.
A TextComponent is a component that allows the editing of some text.
TextField - class java.awt.TextField.
TextField is a component that allows the editing of a single line of text.
TextField() - Constructor for class java.awt.TextField
Constructs a new TextField.
TextField(int) - Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified columns.
TextField(String) - Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text.
TextField(String, int) - Constructor for class java.awt.TextField
Constructs a new TextField initialized with the specified text and columns.
Thread - class java.lang.Thread.
A Thread is a single sequential flow of control within a process.
Thread() - Constructor for class java.lang.Thread
Constructs a new Thread.
Thread(Runnable) - Constructor for class java.lang.Thread
Constructs a new Thread which applies the run() method of the specified target.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Constructs a new Thread with the specified name and applies the run() method of the specified target.
Thread(String) - Constructor for class java.lang.Thread
Constructs a new Thread with the specified name.
Thread(ThreadGroup, Runnable) - Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group that applies the run() method of the specified target.
Thread(ThreadGroup, Runnable, String) - Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group with the specified name and applies the run() method of the specified target.
Thread(ThreadGroup, String) - Constructor for class java.lang.Thread
Constructs a new Thread in the specified Thread group with the specified name.
ThreadDeath - error java.lang.ThreadDeath.
An instance of ThreadDeath is thrown in the victim thread when thread.stop() is called.
ThreadDeath() - Constructor for class java.lang.ThreadDeath
 
ThreadGroup - class java.lang.ThreadGroup.
A group of Threads.
ThreadGroup(String) - Constructor for class java.lang.ThreadGroup
Creates a new ThreadGroup.
ThreadGroup(ThreadGroup, String) - Constructor for class java.lang.ThreadGroup
Creates a new ThreadGroup with a specified name in the specified Thread group.
Throwable - class java.lang.Throwable.
An object signalling that an exceptional condition has occurred.
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.
toBack() - Method in class java.awt.Window
Sends the frame to the back of the Window.
toBinaryString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned binary number.
toBinaryString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned octal number.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Returns a copy of the input data.
toCharArray() - Method in class java.lang.String
Converts this String to a character array.
toExternalForm() - Method in class java.net.URL
Reverses the parsing of the URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
Reverses the parsing of the URL.
toFront() - Method in class java.awt.Window
Brings the frame to the front of the Window.
toGMTString() - Method in class java.util.Date
Converts a date to a String, using the Internet GMT conventions.
toHexString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned hexidecimal number.
toHexString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned hexidecimal number.
toLocaleString() - Method in class java.util.Date
Converts a date to a String, using the locale conventions.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case.
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.
toOctalString(int) - Static method in class java.lang.Integer
Returns a new String object representing the specified integer as unsigned octal number.
toOctalString(long) - Static method in class java.lang.Long
Returns a new String object representing the specified long as unsigned octal number.
Toolkit - class java.awt.Toolkit.
An AWT toolkit.
Toolkit() - Constructor for class java.awt.Toolkit
 
top - Variable in class java.awt.Insets
The inset from the top.
toString() - Method in class java.awt.GridLayout
Returns the String representation of this GridLayout's values.
toString() - Method in class java.awt.Event
Returns the String representation of this Event's values.
toString() - Method in class java.awt.FlowLayout
Returns the String representation of this FlowLayout's values.
toString() - Method in class java.awt.Point
Returns the String representation of this Point's coordinates.
toString() - Method in class java.awt.Font
Converts this object to a String representation.
toString() - Method in class java.awt.Color
Returns the String representation of this Color's values.
toString() - Method in class java.awt.Graphics
Returns a String object representing this Graphic's value.
toString() - Method in class java.awt.Insets
Returns a String object representing this Inset's values.
toString() - Method in class java.awt.Rectangle
Returns the String representation of this Rectangle's values.
toString() - Method in class java.awt.BorderLayout
Returns the String representation of this BorderLayout's values.
toString() - Method in class java.awt.MenuComponent
Returns the String representation of this MenuComponent's values.
toString() - Method in class java.awt.Component
Returns the String representation of this Component's values.
toString() - Method in class java.awt.Dimension
Returns the String representation of this Dimension's values.
toString() - Method in class java.awt.FontMetrics
Returns the String representation of this FontMetric's values.
toString() - Method in class java.awt.GridBagLayout
Returns the String representation of this GridLayout's values.
toString() - Method in class java.awt.CheckboxGroup
Returns the String representation of this CheckboxGroup's values.
toString() - Method in class java.awt.CardLayout
Returns the String representation of this CardLayout's values.
toString() - Method in class java.io.StreamTokenizer
Returns the String representation of the stream token.
toString() - Method in class java.io.ByteArrayOutputStream
Converts input data to a string.
toString() - Method in class java.io.File
Returns a String object representing this file's path.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString() - Method in class java.lang.Double
Returns a String representation of this Double object.
toString() - Method in class java.lang.Float
Returns a String representation of this Float object.
toString() - Method in class java.lang.Character
Returns a String object representing this character's value.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString() - Method in class java.lang.StringBuffer
Converts to a String representing the data in the buffer.
toString() - Method in class java.lang.ThreadGroup
Returns a String representation of the Thread group.
toString() - Method in class java.lang.Thread
Returns a String representation of the Thread, including the thread's name, priority and thread group.
toString() - Method in class java.lang.Throwable
Returns a short description of the Throwable.
toString() - Method in class java.lang.Class
Returns the name of this class or interface.
toString() - Method in class java.lang.String
Converts the object (in this case already a String) to a String.
toString() - Method in class java.lang.Object
Returns a String that represents the value of this Object.
toString() - Method in class java.net.URLConnection
Returns the String representation of the URL connection.
toString() - Method in class java.net.URL
Converts to a human-readable form.
toString() - Method in class java.net.SocketImpl
Returns the address and port of this Socket as a String.
toString() - Method in class java.net.Socket
Converts the Socket to a String.
toString() - Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this ServerSocket as a String.
toString() - Method in class java.net.InetAddress
Converts the InetAddress to a String.
toString() - Method in class java.util.Date
Converts a date to a String, using the UNIX ctime conventions.
toString() - Method in class java.util.BitSet
Converts the BitSet to a String.
toString() - Method in class java.util.Vector
Converts the vector to a string.
toString() - Method in class java.util.Hashtable
Converts to a rather lengthy String.
toString(double) - Static method in class java.lang.Double
Returns a String representation for the specified double value.
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
Converts input data to a 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
Returns a new String object representing the specified integer in the specified radix.
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
Returns a new String object representing the specified long in the specified radix.
totalMemory() - Method in class java.lang.Runtime
Returns the total number of bytes in system memory.
toTitleCase(char) - Static method in class java.lang.Character
The given character is mapped to its titlecase equivalent; if the character has no titlecase equivalent, the character itself is returned.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case.
toUpperCase(char) - Static method in class java.lang.Character
 
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.
translate(int, int) - Method in class java.awt.Event
Translates an event relative to the given component.
translate(int, int) - Method in class java.awt.Point
Translates the point.
translate(int, int) - Method in class java.awt.Graphics
Translates the specified parameters into the origin of the graphics context.
translate(int, int) - Method in class java.awt.Rectangle
Translates the rectangle.
trim() - Method in class java.lang.String
Trims leading and trailing whitespace from this String.
trimToSize() - Method in class java.util.Vector
Trims the vector's capacity down to size.
TRUE - Static variable in class java.lang.Boolean
Assigns this Boolean to be true.
TT_EOF - Static variable in class java.io.StreamTokenizer
The End-of-file token.
TT_EOL - Static variable in class java.io.StreamTokenizer
The End-of-line token.
TT_NUMBER - Static variable in class java.io.StreamTokenizer
The number token.
TT_WORD - Static variable in class java.io.StreamTokenizer
The word token.
ttype - Variable in class java.io.StreamTokenizer
The type of the last token returned.

U

uncaughtException(Thread, Throwable) - Method in class java.lang.ThreadGroup
Called when a thread in this group exists because of an uncaught exception.
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 two rectangles.
UnknownError - error java.lang.UnknownError.
Signals that an unknown but serious exception has occurred.
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 - exception java.net.UnknownHostException.
Signals that the address of the server specified by a network client could not be resolved.
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 - exception java.net.UnknownServiceException.
Signals that an unknown service exception has occurred.
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(int) - Method in class java.io.PushbackInputStream
Pushes back a character.
UnsatisfiedLinkError - error java.lang.UnsatisfiedLinkError.
Signals an unsatisfied link.
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.
UP - Static variable in class java.awt.Event
The up arrow action-key.
update(Graphics) - Method in class java.awt.Component
Updates the component.
update(Observable, Object) - Method in interface java.util.Observer
Called when observers in the observable list need to be updated.
url - Variable in class java.net.URLConnection
 
URL - class java.net.URL.
Class URL represents a Uniform Reference Locator -- a reference to an object on the World Wide Web.
URL(String) - Constructor for class java.net.URL
Creates a URL from the unparsed absolute URL.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates an absolute URL from the specified protocol, host, port and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates an absolute URL from the specified protocol, host, and file.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL from the unparsed URL in the specified context.If spec is an absolute URL it is used as is.
URLConnection - class java.net.URLConnection.
A class to represent an active connection to an object represented by a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLEncoder - class java.net.URLEncoder.
Turns Strings of text into x-www-form-urlencoded format.
URLStreamHandler - class java.net.URLStreamHandler.
Abstract class for URL stream openers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - interface java.net.URLStreamHandlerFactory.
This interface defines a factory for URLStreamHandler instances.
useCaches - Variable in class java.net.URLConnection
 
UTC(int, int, int, int, int, int) - Static method in class java.util.Date
Calculates a UTC value from YMDHMS.
UTFDataFormatException - exception java.io.UTFDataFormatException.
Signals that a malformed UTF-8 string has been read in a DataInput stream.
UTFDataFormatException() - Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with no detail message.
UTFDataFormatException(String) - Constructor for class java.io.UTFDataFormatException
Constructs an UTFDataFormatException with the specified detail message.

V

valid() - Method in class java.io.FileDescriptor
Determines whether the file descriptor object is valid.
validate() - Method in class java.awt.Container
Validates this Container and all of the components contained within it.
validate() - Method in class java.awt.Component
Validates a component.
valueOf(boolean) - Static method in class java.lang.String
Returns a String object that represents the state of the specified boolean.
valueOf(char) - Static method in class java.lang.String
Returns a String object that contains a single character
valueOf(char[]) - Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns a String that is equivalent to the specified character array.
valueOf(double) - Static method in class java.lang.String
Returns a String object that represents the value of the specified double.
valueOf(float) - Static method in class java.lang.String
Returns a String object that represents the value of the specified float.
valueOf(int) - Static method in class java.lang.String
Returns a String object that represents the value of the specified integer.
valueOf(long) - Static method in class java.lang.String
Returns a String object that represents the value of the specified long.
valueOf(Object) - Static method in class java.lang.String
Returns a String that represents the String value of the object.
valueOf(String) - Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
valueOf(String) - Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns a new Integer 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.Boolean
Returns the boolean value represented by the specified String.
valueOf(String, int) - Static method in class java.lang.Long
Assuming the specified String represents a long, returns a new Long object initialized to that value.
valueOf(String, int) - Static method in class java.lang.Integer
Assuming the specified String represents an integer, returns a new Integer object initialized to that value.
Vector - class java.util.Vector.
Vector class (a growable array).
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 storage capacity.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified storage capacity and the specified capacityIncrement.
VerifyError - error java.lang.VerifyError.
Signals that a Verification Error occured.
VerifyError() - Constructor for class java.lang.VerifyError
Constructor.
VerifyError(String) - Constructor for class java.lang.VerifyError
Constructor with a detail message.
VERTICAL - Static variable in class java.awt.Scrollbar
The vertical Scrollbar variable.
VERTICAL - Static variable in class java.awt.GridBagConstraints
 
VirtualMachineError - error java.lang.VirtualMachineError.
A VirtualMachineError indicates that the virtual machine is broken or has run out of resources.
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.

W

W_RESIZE_CURSOR - Static variable in class java.awt.Frame
 
WAIT_CURSOR - Static variable in class java.awt.Frame
 
wait() - Method in class java.lang.Object
Causes a thread to wait forever until it is notified.
wait(long) - Method in class java.lang.Object
Causes a thread to wait until it is notified or the specified timeout expires.
wait(long, int) - Method in class java.lang.Object
More accurate wait.
waitFor() - Method in class java.lang.Process
Waits for the subprocess to complete.
waitForAll() - Method in class java.awt.MediaTracker
Starts loading all images.
waitForAll(long) - Method in class java.awt.MediaTracker
Starts loading all images.
waitForID(int) - Method in class java.awt.MediaTracker
Starts loading all images with the specified ID and waits until they have finished loading or receive an error.
waitForID(int, long) - Method in class java.awt.MediaTracker
Starts loading all images with the specified ID.
weightx - Variable in class java.awt.GridBagConstraints
 
weighty - Variable in class java.awt.GridBagConstraints
 
WEST - Static variable in class java.awt.GridBagConstraints
 
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 characters in this range are whitespace characters.
width - Variable in class java.awt.Rectangle
The width of the rectangle.
width - Variable in class java.awt.Dimension
The width dimension.
Window - class java.awt.Window.
A Window is a top-level window with no borders and no menubar.
WINDOW_DEICONIFY - Static variable in class java.awt.Event
The de-iconify window event.
WINDOW_DESTROY - Static variable in class java.awt.Event
The destroy window event.
WINDOW_EXPOSE - Static variable in class java.awt.Event
The expose window event.
WINDOW_ICONIFY - Static variable in class java.awt.Event
The iconify window event.
WINDOW_MOVED - Static variable in class java.awt.Event
The move window event.
Window(Frame) - Constructor for class java.awt.Window
Constructs a new Window initialized to an invisible state.
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that characters in this range are word characters.
write(byte[]) - Method in interface java.io.DataOutput
Writes an array of bytes.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes an array of bytes.
write(byte[]) - Method in class java.io.FileOutputStream
Writes an array of bytes.
write(byte[]) - Method in class java.io.OutputStream
Writes an array of bytes.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes a subarray of bytes.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes bytes to the buffer.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes a subarray of bytes.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes a subarray of bytes.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Wrotes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes a sub array of bytes.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes a sub array of bytes.
write(int) - Method in interface java.io.DataOutput
Writes a byte.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes a byte to the buffer.
write(int) - Method in class java.io.BufferedOutputStream
Writes a byte.
write(int) - Method in class java.io.PrintStream
Writes a byte.
write(int) - Method in class java.io.FilterOutputStream
Writes a byte.
write(int) - Method in class java.io.FileOutputStream
Writes a byte of data.
write(int) - Method in class java.io.OutputStream
Writes a byte.
write(int) - Method in class java.io.RandomAccessFile
Writes a byte of data.
write(int) - Method in class java.io.PipedOutputStream
Write a byte.
write(int) - Method in class java.io.DataOutputStream
Writes a byte.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean.
writeByte(int) - Method in interface java.io.DataOutput
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte.
writeByte(int) - Method in class java.io.DataOutputStream
Writes an 8 bit byte.
writeBytes(String) - Method in interface java.io.DataOutput
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes a String as a sequence of bytes.
writeChar(int) - Method in interface java.io.DataOutput
Writes a 16 bit char.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a character.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a 16 bit char.
writeChars(String) - Method in interface java.io.DataOutput
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a String as a sequence of chars.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.RandomAccessFile
 
writeDouble(double) - Method in class java.io.DataOutputStream
Writes a 64 bit double.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.RandomAccessFile
 
writeFloat(float) - Method in class java.io.DataOutputStream
Writes a 32 bit float.
writeInt(int) - Method in interface java.io.DataOutput
Writes a 32 bit int.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an integer.
writeInt(int) - Method in class java.io.DataOutputStream
Writes a 32 bit int.
writeLong(long) - Method in interface java.io.DataOutput
Writes a 64 bit long.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a 64 bit long.
writeShort(int) - Method in interface java.io.DataOutput
Writes a 16 bit short.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a 16 bit short.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the contents of the buffer to another stream.
writeUTF(String) - Method in interface java.io.DataOutput
Writes a String in UTF format.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a String in UTF format.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a String in UTF format.
written - Variable in class java.io.DataOutputStream
The number of bytes written so far.

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.
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 yield.
ypoints - Variable in class java.awt.Polygon
The array of y coordinates.

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