|
Java Platform 1.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
DATA_CONVERSION
exception, which is thrown
when there is a data conversion error.DATA_CONVERSION
exception with a default minor code
of 0 and a completion state of COMPLETED_NO.
DATA_CONVERSION
exception with the specified
minor code and completion status.
DATA_CONVERSION
exception with the specified detail.
DATA_CONVERSION
exception with the specified detail
message, minor code, and completion status.
DataBuffer
and stores data internally as bytes.DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks all of which are the specified size.
DataBuffer
and stores data internally
as integers.DataBuffer
with a single bank
and the specified size.
DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
with the specified number of
banks, all of which are the specified size.
DataBuffer
and stores data internally as shorts.DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks all of which are the specified size.
DataBuffer
with the specified arrays.
DataBuffer
with the specified arrays, size,
and offsets.
DataBuffer
with a single bank using the
specified array.
DataBuffer
with a single bank using the
specified array, size, and offset.
DataBuffer
and stores data internally as
shorts.DataBuffer
with a single bank and the
specified size.
DataBuffer
with the specified number of
banks, all of which are the specified size.
DataBuffer
with the specified arrays.
DataBuffer
with specified arrays,
size, and offsets.
DataBuffer
with a single bank
using the specified array.
DataBuffer
with a single bank
using the specified array, size, and offset.
DatagramPacket
for receiving packets of
length length
.
length
to the specified port number on the specified
host.
DatagramPacket
for receiving packets of
length length
, specifying an offset into the buffer.
length
with offset ioffset
to the
specified port number on the specified host.
DataInput
interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types.FilterInputStream
and saves its argument, the input stream
in
, for later use.
DataOutput
interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream.DataTruncation
object
with the SQLState initialized
to 01004, the reason set to "Data truncation", the
vendorCode set to the SQLException default, and
the other fields set to the given values.
Date
represents a specific instant
in time, with millisecond precision.get
and set
indicating the
day of the month.
Date
object and initializes it so that
it represents the time at which it was allocated, measured to the
nearest millisecond.
Date(long date)
Calendar.set(year + 1900, month, date)
or GregorianCalendar(year + 1900, month, date)
.
Calendar.set(year + 1900, month, date,
hrs, min)
or GregorianCalendar(year + 1900,
month, date, hrs, min)
.
Calendar.set(year + 1900, month, date,
hrs, min, sec)
or GregorianCalendar(year + 1900,
month, date, hrs, min, sec)
.
Date
object
using a milliseconds time value.
Date
object and initializes it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00 GMT.
DateFormat.parse(String s)
.
DateFormatSymbols
is a public class for encapsulating
localizable date-time formatting data, such as the names of the
months, the names of the days of the week, and the time zone data.get
and set
indicating the
day of the month.
get
and set
indicating the
day of the week.
get
and set
indicating the
ordinal number of the day of the week within the current month.
get
and set
indicating the
day number within the current year.
MONTH
field indicating the
twelfth month of the year.
DecimalFormat
is a concrete subclass of NumberFormat
for formatting decimal numbers.DecimalFormat
to format numbers.Font
that the str
argument describes.
String
into a Short
.
String
into a Long
.
String
into an Integer
.
CaretPolicy
is used when a policy is not specified
by the client.
Cursor.DEFAULT_CURSOR
.
defaultConstraints
.
DefaultMutableTreeNode
is a general-purpose node in a tree data
structure.PageFormat
instance and
sets it to a default size and orientation.
PageFormat
argument and alters the
clone to describe a default page size and orientation.
Class
.
value
member described by this
ValueMember
object.
Context
object the
NamedValue
object(s) whose
name
field matches the given property name.
StringBuffer
.
LineBreakMeasurer
after a single
character is deleted from the text.
StringBuffer
(shortening the StringBuffer
by one character).
MenuShortcut
object associated
with this menu item.
remove(String)
and remove(int)
.
dispatchEvent(AWTEvent e)
.
dispatchEvent(AWTEvent e)
ptSrc
and stores the result in ptDst
.
Font
object by replicating the current
Font
object and applying a new transform to it.
Font
object by replicating the current
Font
object and applying a new size to it.
Font
object by replicating the current
Font
object and applying a new style to it.
Font
object by replicating this
Font
object and applying a new style and transform.
Font
object by replicating this
Font
object and applying a new style and size.
Font
object by replicating the current
Font
object and applying a new set of font attributes
to it.
DynAny
.
Dictionary
class is the abstract parent of any
class, such as Hashtable
, which maps keys to values.ch
in the
specified radix.
Dimension
class encapsulates the width and
height of a component (in integer precision) in a single object.Dimension
with a width
of zero and a height of zero.
Dimension
whose width
and height are the same as for the specified dimension.
Dimension2D
class is to encapsulate a width
and a height dimension.setEnabled(boolean)
.
setEnabled(boolean)
.
TypeCode
object describing
all non-default member labels.
run()
method and notifies the
notifier (if any) when run()
returns.
Graphics.dispose
.
Point2D
to
a specified point.
Point2D
to a
specified Point2D
.
Point2D
to a specified point.
Point2D
to a specified Point2D
.
setDoInput
method.
newCall
, invoke
, and done
), a
stub uses a single method, invoke(Remote, Method, Object[],
int)
, on the remote reference to carry out parameter
marshalling, remote method executing and unmarshalling of the return
value.
JDK1.2 stubs are generated using rmic -v1.2
. By
default, rmic
generates stubs compatible with JDK1.1 and
JDK1.2. The compatible stubs can also be generated using rmic
-vcompat
.
setDoOutput
method.
PrivilegedAction
with privileges
enabled.
PrivilegedAction
with privileges
enabled and restricted by the specified AccessControlContext
.
PrivilegedExceptionAction
with
privileges enabled.
PrivilegedExceptionAction
with
privileges enabled and restricted by the specified
AccessControlContext
.
double
in an object.Double
object that
represents the primitive double
argument.
Double
object that
represents the floating- point value of type double
represented by the string.
double
that is used to store "out" and "inout" parameters in IDL methods.DoubleHolder
object with its
value
field initialized to 0.0.
DoubleHolder
object for the given
double
.
double
.
TextLayout
at the specified location in
the specified Graphics2D context.
GraphicAttribute
at the specified
location.
Shape
using the settings of the
current Graphics2D
context.
Graphics.draw3DRect
.
Graphics.drawArc
.
Graphics.drawBytes
.
Graphics.drawChars
.
GlyphVector
using
the Graphics2D
context's rendering attributes.
BufferedImage
that is
filtered with a
BufferedImageOp
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
Graphics.drawImage
.
(x1, y1)
and (x2, y2)
in this graphics context's coordinate system.
Graphics.drawLine
.
Graphics.drawOval
.
Graphics.drawPolygon
.
Polygon
object.
Graphics.drawPolyline
.
Graphics.drawRect
.
RenderableImage
,
applying a transform from image space into user space before drawing.
RenderedImage
,
applying a transform from image
space into user space before drawing.
Graphics.drawRoundRect
.
Graphics2D
context's current Paint
.
Graphics2D
context's current Paint
.
Graphics.drawString
.
String
,
using the current Font
and Paint
attributes
in the Graphics2D
context.
String
, using the
current Font
and Paint
attributes in the
Graphics2D
context.
Graphics.drawString
.
DriverPropertyInfo
object with a name and value;
other members default to their initial values.
get
and set
indicating the
daylight savings offset in milliseconds.
AlphaComposite
object that implements the opaque DST_IN rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_OUT rule
with an alpha of 1.0f.
AlphaComposite
object that implements the opaque DST_OVER rule
with an alpha of 1.0f.
|
Java Platform 1.2 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |