Construct a DataFlavor that represents a MimeType
The returned DataFlavor will have the following characteristics:
If the mimeType is
"application/x-javaserializedobject; class=",
the result is the same as calling
new DataFlavor(Class:forName() as above
otherwise:
representationClass = InputStream
mimeType = mimeType
DataFormatException().
Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String).
Constructor for class java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
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().
Constructor for class java.net.DatagramSocket
Creates a datagram socket
DatagramSocket(int).
Constructor for class java.net.DatagramSocket
Creates a datagram socket.
DatagramSocket(int, InetAddress).
Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local
address.
DatagramSocketImpl().
Constructor for class java.net.DatagramSocketImpl
DataInputStream(InputStream).
Constructor for class java.io.DataInputStream
Creates a new DataInputStream.
DataOutputStream(OutputStream).
Constructor for class java.io.DataOutputStream
Creates a new DataOutputStream.
DataTruncation(int, boolean, boolean, int, int).
Constructor for class java.sql.DataTruncation
Create a DataTruncation object.
DATE.
Static variable in class java.util.Calendar
Useful constant for date and time.
DATE.
Static variable in class java.sql.Types
Date().
Constructor for class java.util.Date
Creates today's date/time.
Date(int, int, int).
Constructor for class java.sql.Date
Construct a Date
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.sql.Date
Construct a Date using a milliseconds time value
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().
DATE_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat().
Constructor for class java.text.DateFormat
DateFormatData().
Constructor for class java.text.DateFormatData
Constructs a DateFormatData by loading format data from resources
based on the default locale.
DateFormatData(Locale).
Constructor for class java.text.DateFormatData
Constructs a DateFormatData by loading format data from resources
based on the given locale.
DAYOFMONTH.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEK.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEK_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAYOFWEEK field alignment.
DAYOFWEEKINMONTH.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFWEEKINMONTH_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAYOFWEEKINMONTH field alignment.
DAYOFYEAR.
Static variable in class java.util.Calendar
Useful constant for date and time.
DAYOFYEAR_FIELD.
Static variable in class java.text.DateFormat
Useful constant for DAYOFYEAR field alignment.
DECEMBER.
Static variable in class java.util.Calendar
Useful constant for month.
DECIMAL.
Static variable in class java.sql.Types
DECIMAL_DIGIT_NUMBER.
Static variable in class java.lang.Character
DECIMAL_FIELD.
Static variable in class java.text.NumberFormat
Decimal field is the alignment field.
DecimalFormat().
Constructor for class java.text.DecimalFormat
Create a decimal format from default pattern and data.
DecimalFormat(String, NumberFormatData).
Constructor for class java.text.DecimalFormat
Create a decimal format from a pattern and data.
decimalSign.
Variable in class java.text.NumberFormatData
character used for decimal sign.
DECLARED.
Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(InputStream).
Method in interface java.security.Certificate
Decodes a certificate from an input stream.
decode(String).
Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String).
Static method in class java.awt.Color
Gets the specified Color.
decode(String).
Static method in class java.awt.Font
Gets the specified font using the name passed in.
decode(String).
Static method in class java.lang.Integer
Decodes a string into an Integer.
decode(String).
Static method in class java.lang.Short
Decodes a String into a Short.
def.
Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
DEFAULT.
Static variable in class java.text.DateFormat
Constant for medium/default style pattern.
DEFAULT_COMPRESSION.
Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR.
Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR.
Static variable in class java.awt.Frame
DEFAULT_STRATEGY.
Static variable in class java.util.zip.Deflater
Default compression strategy.
defaultConstraints.
Variable in class java.awt.GridBagLayout
defaultReadObject().
Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class
from this stream.
defaults.
Variable in class java.util.Properties
defaultWriteObject().
Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class
to this stream.
defineClass(byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class
Class.
defineClass(String, byte[], int, int).
Method in class java.lang.ClassLoader
Converts an array of bytes to an instance of class
Class.
deflate().
Method in class java.util.zip.DeflaterOutputStream
Writes next block of compressed data to the output stream.
deflate(byte[], int, int).
Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED.
Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently
supported).
DEFLATED.
Static variable in class java.util.zip.ZipOutputStream
Deflater().
Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int).
Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean).
Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream(OutputStream, Deflater).
Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and
a default buffer size.
DeflaterOutputStream(OutputStream, Deflater, int).
Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and
buffer size.
DELETE.
Static variable in class java.awt.Event
The Delete key.
DELETE.
Static variable in class java.awt.event.KeyEvent
The Delete key.
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.
deleteOwner(Principal, Principal).
Method in interface java.security.acl.Owner
Deletes an owner.
deleteShortcut().
Method in class java.awt.MenuItem
Delete any MenuShortcut associated with this MenuItem.
deleteShortcut(MenuShortcut).
Method in class java.awt.MenuBar
Delete the specified MenuShortcut.
delItem(int).
Method in class java.awt.List
DEPRECATED: Replaced by remove(String) and remove(int).
delItem(int).
Method in interface java.awt.peer.MenuPeer
delItems(int, int).
Method in class java.awt.List
DEPRECATED: Not for public use in the future.
delItems(int, int).
Method in interface java.awt.peer.ListPeer
deliverEvent(Event).
Method in class java.awt.Component
DEPRECATED: replaced by dispatchEvent(AWTEvent e)
deliverEvent(Event).
Method in class java.awt.Container
Delivers an event.
delMenu(int).
Method in interface java.awt.peer.MenuBarPeer
DENOMINATOR_FIELD.
Static variable in class java.text.NumberFormat
Denominator field is the alignment field.
deregisterDriver(Driver).
Static method in class java.sql.DriverManager
Drop a Driver from the DriverManager's list.
description.
Variable in class java.sql.DriverPropertyInfo
A brief description of the property.
description().
Method in class sun.tools.debug.RemoteArray
Return a description of the array.
description().
Method in class sun.tools.debug.RemoteClass
Return a (somewhat verbose) description.
description().
Method in class sun.tools.debug.RemoteObject
Return a description of the object.
description().
Method in class sun.tools.debug.RemoteString
Return the string value, or "null"
description().
Method in class sun.tools.debug.RemoteValue
Return a description of the RemoteValue.
deselect(int).
Method in class java.awt.List
Deselects the item at the specified index.
deselect(int).
Method in interface java.awt.peer.ListPeer
DESELECTED.
Static variable in class java.awt.event.ItemEvent
The item de-selected state change type.
desktop.
Static variable in class java.awt.SystemColor
The color of the desktop background.
DESKTOP.
Static variable in class java.awt.SystemColor
destHeight.
Variable in class java.awt.image.ReplicateScaleFilter
destroy().
Method in class java.applet.Applet
Cleans up whatever resources are being held.
destroy().
Method in class java.lang.Process
Kills the subprocess.
destroy().
Method in class java.lang.Thread
Destroy a thread, without any cleanup, i.e.
destroy().
Method in class java.lang.ThreadGroup
Destroys a Thread group.
destWidth.
Variable in class java.awt.image.ReplicateScaleFilter
detail.
Variable in class java.rmi.RemoteException
detail.
Variable in class java.rmi.server.ServerCloneException
detail.
Variable in class java.io.WriteAbortedException
DGC_ID.
Static variable in class java.rmi.server.ObjID
well-known id for the distributed garbage collector
Dialog(Frame).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean).
Constructor for class java.awt.Dialog
DEPRECATED: Replaced by Dialog(Frame, String, boolean).
Dialog(Frame, String).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String, boolean).
Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dictionary().
Constructor for class java.util.Dictionary
digest.
Variable in class java.security.DigestInputStream
The message digest associated with this stream.
digest.
Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest().
Method in class java.security.MessageDigest
Completes the hash computation by performing final operations
such as padding.
digest(byte[]).
Method in class java.security.MessageDigest
Performs a full digest computation on the specified array of
bytes, first calling update on the
array, then calling digest().
DigestException().
Constructor for class java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String).
Constructor for class java.security.DigestException
Constructs a DigestException with the specified detail
message.
DigestInputStream(InputStream, MessageDigest).
Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream
and message digest.
DigestOutputStream(OutputStream, MessageDigest).
Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream
and message digest.
digit.
Variable in class java.text.NumberFormatData
character used for a digit in a pattern.
digit(char, int).
Static method in class java.lang.Character
Returns the numeric value of the character digit using the specified
radix.
Dimension().
Constructor for class java.awt.Dimension
Constructs a Dimension object with 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.
DirectColorModel(int, int, int, int).
Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying
which bits in the pixel contain the red, green and blue color
components.
DirectColorModel(int, int, int, int, int).
Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying
which bits in the pixel contain the alhpa, red, green and blue
color components.
dirty(ObjID[], long, Lease).
Method in interface java.rmi.dgc.DGC
The dirty call requests leases for the remote object references
associated with the object identifiers contained in the array
'ids'.
disable().
Static method in class java.lang.Compiler
disable().
Method in class java.awt.Component
DEPRECATED: Replaced by setEnabled(boolean).
disable().
Method in interface java.awt.peer.ComponentPeer
DEPRECATED: Replaced by setEnabled(boolean).
disable().
Method in class java.awt.MenuItem
DEPRECATED: Replaced by setEnabled(boolean).
disable().
Method in interface java.awt.peer.MenuItemPeer
DEPRECATED: Replaced by setEnabled(boolean).
disableEvents(long).
Method in class java.awt.Component
Disables the events defined by the specified event mask parameter
from being delivered to this component.
disableEvents(long).
Method in class java.awt.MenuItem
Disables the events defined by the specified event mask parameter
from being delivered to this menu item.
disconnect().
Method in class java.net.HttpURLConnection
Close the connection to the server
dispatch(Remote, RemoteCall, int, long).
Method in interface java.rmi.server.Skeleton
Unmarshals arguments, calls the actual remote object implementation,
and marshals the return value or any exception.
dispose().
Method in interface java.awt.peer.ComponentPeer
dispose().
Method in class java.awt.Frame
Disposes of the Frame.
dispose().
Method in class java.awt.Graphics
Dispose of the system resources used by this graphics context.
dispose().
Method in interface java.awt.peer.MenuComponentPeer
dispose().
Method in class java.awt.Window
Disposes of the Window.
divide(Bignum).
Method in class java.lang.Bignum
Returns the arithmetic quotient calculated by dividing the
Bignum by the argument.
doesMaxRowSizeIncludeBlobs().
Method in interface java.sql.DatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY
blobs?
doInput.
Variable in class java.net.URLConnection
doLayout().
Method in class java.awt.Component
Lays out the component.
doLayout().
Method in class java.awt.Container
Does a layout on this Container.
doLayout().
Method in class java.awt.ScrollPane
Lays out this container by resizing its child to its preferred size.
DONE.
Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached the end of the
text.
DONE.
Static variable in class java.text.TextBoundary
DONE is returned by previous() and next() after all valid
boundaries have been returned.
done().
Method in interface java.rmi.server.RemoteCall
Allow cleanup after the remote call has completed.
done(RemoteCall).
Method in interface java.rmi.server.RemoteRef
Allows the remote reference to clean up (or reuse) the connection.
doOutput.
Variable in class java.net.URLConnection
DOUBLE.
Static variable in class java.sql.Types
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.Bignum
Convert the Bignum value to a double.
doubleValue().
Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue().
Method in class java.lang.Double
Returns the double value of this Double.
doubleValue().
Method in class java.lang.Float
Returns the double value of this Float.
doubleValue().
Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue().
Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue().
Method in class java.lang.Number
Returns the value of the number as a double.
doubleValue().
Method in class java.lang.Short
Returns the value of this Short as a double.
DOWN.
Static variable in class java.awt.Event
The down arrow action-key.
DOWN.
Static variable in class java.awt.event.KeyEvent
The down arrow action-key.
down(int).
Method in class sun.tools.debug.RemoteThread
Change the current stackframe to be one or more frames lower
(as in, toward the current program counter).
drain().
Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw3DRect(int, int, int, int, boolean).
Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an arc covering the specified rectangle,
starting at startAngle and extending for arcAngle degrees,
using the current color.
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 as much of the specified image as is currently available at
the specified coordinate (x, y) with the given solid background color.
drawImage(Image, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as is currently available at
the specified coordinate (x, y).
drawImage(Image, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle with the given solid
background color.
drawImage(Image, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface with the
given solid background color.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver).
Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
drawLine(int, int, int, int).
Method in class java.awt.Graphics
Draws a line between the coordinates (x1,y1) and (x2,y2) using
the current color.
drawOval(int, int, int, int).
Method in class java.awt.Graphics
Draws the outline of an oval covering the specified rectangle
using the current color.
drawPolygon(int[], int[], int).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by arrays of x coordinates
and y coordinates using the current color.
drawPolygon(Polygon).
Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon
object using the current color.
drawPolyline(int[], int[], int).
Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x coordinates
and y coordinates using the current color.
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 the outline of the specified 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.
DriverPropertyInfo(String, String).
Constructor for class java.sql.DriverPropertyInfo
Constructor a DriverPropertyInfo with a name and value; other
members default to their initial values.
DSTOFFSET.
Static variable in class java.util.Calendar
Useful constant for date and time.
dumpStack().
Method in class sun.tools.debug.RemoteThread
Dump the stack.
dumpStack().
Static method in class java.lang.Thread
A debugging procedure to print a stack trace for the
current Thread.