Index of all Fields and Methods Packages Classes   A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

canFilterIndexColorModel. Variable in class java.awt.image.RGBImageFilter
This boolean indicates whether or not it is acceptable to apply the color filtering of the filterRGB method to the color table entries of an IndexColorModel object in lieu of pixel by pixel filtering.
canRead(). Method in class java.io.File
Returns a boolean indicating whether or not a readable file exists.
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(). 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.
catchExceptions(). Method in class sun.tools.debug.RemoteClass
Enter the debugger when an instance of this class is thrown.
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.GridBagConstraints
CENTER. Static variable in class java.awt.Label
The center alignment.
Character(char). Constructor for class java.lang.Character
Constructs a Character object with the specified value.
charAt(int). Method in class java.lang.String
Returns the character at the specified index.
charAt(int). Method in class java.lang.StringBuffer
Returns the character at the specified index.
charsWidth(char[], int, int). Method in class java.awt.FontMetrics
Returns the width of the specified character array 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 width of the specified character in this Font.
charWidth(int). Method in class java.awt.FontMetrics
Returns the 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.Thread
Checks whether the current Thread is allowed to modify this Thread.
checkAccess(). Method in class java.lang.ThreadGroup
Checks to see if the current Thread is allowed to modify this group.
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(). 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(). Constructor for class java.awt.CheckboxGroup
Creates a new CheckboxGroup.
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 interface java.awt.peer.ComponentPeer
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(). Constructor for class java.awt.Choice
Constructs a new Choice.
ClassCastException(). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String). Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassCircularityError(). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with no detail message.
ClassCircularityError(String). Constructor for class java.lang.ClassCircularityError
Constructs a ClassCircularityError with the specified detail message.
classDepth(String). Method in class java.lang.SecurityManager
Return the position of the stack frame containing the first occurrence of the named class.
ClassFormatError(). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with no detail message.
ClassFormatError(String). Constructor for class java.lang.ClassFormatError
Constructs a ClassFormatError with the specified detail message.
ClassLoader(). Constructor for class java.lang.ClassLoader
Constructs a new Class loader and initializes it.
classLoaderDepth(). Method in class java.lang.SecurityManager
ClassNotFoundException(). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String). Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
clear(). Method in class java.util.Hashtable
Clears the hash table so that it has no more elements in it.
clear(). Method in class java.awt.List
Clears the list.
clear(). Method in interface java.awt.peer.ListPeer
clear(int). Method in class java.util.BitSet
Clears a bit.
clearBreakpoint(int). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at a specific address in a class.
clearBreakpointLine(int). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at a specified line.
clearBreakpointMethod(RemoteField). Method in class sun.tools.debug.RemoteClass
Clear a breakpoint at the start of a specified method.
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.util.BitSet
Clones the BitSet.
clone(). Method in class java.awt.GridBagConstraints
Creates a clone of the object.
clone(). Method in class java.util.Hashtable
Creates a clone of the hashtable.
clone(). Method in class java.awt.image.ImageFilter
Clones this object.
clone(). Method in class java.awt.Insets
Creates a clone of the object.
clone(). Method in class java.lang.Object
Creates a clone of the object.
clone(). Method in class java.util.Vector
Clones this vector.
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.net.DatagramSocket
Close the datagram socket.
close(). Method in class java.io.FileInputStream
Closes the input stream.
close(). Method in class java.io.FileOutputStream
Closes the stream.
close(). Method in class java.io.FilterInputStream
Closes the input stream.
close(). Method in class java.io.FilterOutputStream
Closes the stream.
close(). Method in class java.io.InputStream
Closes the input stream.
close(). Method in class java.io.OutputStream
Closes the stream.
close(). Method in class java.io.PipedInputStream
Closes the input stream.
close(). Method in class java.io.PipedOutputStream
Closes the stream.
close(). Method in class java.io.PrintStream
Closes the stream.
close(). Method in class java.io.RandomAccessFile
Closes the file.
close(). Method in class sun.tools.debug.RemoteDebugger
Close the connection to the remote debugging agent.
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.net.ServerSocket
Closes the server socket.
close(). Method in class java.net.Socket
Closes the socket.
close(). Method in class java.net.SocketImpl
Closes the socket.
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).
ColorModel(int). Constructor for class java.awt.image.ColorModel
Constructs a ColorModel which describes a pixel of the specified number of bits.
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
COMPLETE. Static variable in class java.awt.MediaTracker
Flag indicating the download of media completed successfully.
COMPLETESCANLINES. Static variable in interface java.awt.image.ImageConsumer
The pixels will be delivered in (multiples of) complete scanlines at a time.
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.
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
consumer. Variable in class java.awt.image.ImageFilter
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data.
cont(). Method in class sun.tools.debug.RemoteThread
Resume this thread from a breakpoint, unless it previously suspended.
contains(Object). Method in class java.util.Hashtable
Returns true if the specified object is an element of the hashtable.
contains(Object). Method in class java.util.Vector
Returns true if the specified object is a value of the collection.
containsKey(Object). Method in class java.util.Hashtable
Returns true if the collection contains an element for the key.
ContentHandler(). Constructor for class java.net.ContentHandler
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.BufferedInputStream
The number of bytes in the buffer.
count. Variable in class java.io.BufferedOutputStream
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.ByteArrayOutputStream
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.Choice
Returns the number of items in this Choice.
countItems(). Method in class java.awt.List
Returns the number of items in the list.
countItems(). Method in class java.awt.Menu
Returns the number of elements in this menu.
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 interface java.awt.peer.ComponentPeer
createImage(ImageProducer). Method in class java.awt.Toolkit
Creates an image with the specified image producer.
createImage(int, int). Method in class java.awt.Component
Creates an off-screen drawable Image to be used for double buffering.
createImage(int, int). Method in interface java.awt.peer.ComponentPeer
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.
CropImageFilter(int, int, int, int). Constructor for class java.awt.image.CropImageFilter
Constructs a CropImageFilter that extracts the absolute rectangular region of pixels from its source Image as specified by the x, y, w, and h parameters.
CROSSHAIR_CURSOR. Static variable in class java.awt.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.