|
Java Platform 1.2 Beta 4 |
|||||||||
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
message, minor code, and completion status.
DATA_CONVERSION
exception with the specified detail.
length
to the specified port number on the specified
host.
length
with offset ioffset
to the
specified port number on the specified host.
DatagramPacket
for receiving packets of
length length
, specifying an offset into the buffer.
DatagramPacket
for receiving packets of
length length
.
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.
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.
Calendar.set(year + 1900, month, date,
hrs, min, sec)
or GregorianCalendar(year + 1900,
month, date, hrs, min, sec)
.
Calendar.set(year + 1900, month, date,
hrs, min)
or GregorianCalendar(year + 1900,
month, date, hrs, min)
.
Calendar.set(year + 1900, month, date)
or GregorianCalendar(year + 1900, month, date)
.
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. String
into a Short
.
String
into a Long
.
String
into an Integer
.
Cursor.DEFAULT_CURSOR
.
value
= 0
extent
= 0
minimum
= 0
maximum
= 100
adjusting
= false
DefaultMutableTreeNode
is a general-purpose node in a tree data
structure. Class
.
Context
object the
NamedValue
object(s) whose
name
field matches the given property name.
StringBuffer
.
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)
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.
setEnabled(boolean)
.
setEnabled(boolean)
.
org.omg.
- DISCONTIGUOUS_TREE_SELECTION -
Static variable in interface com.sun.java.swing.tree.TreeSelectionModel
- Selection can contain any number of items that are not necessarily
contiguous.
- discriminator_kind() -
Method in interface org.omg.CORBA.DynUnion
-
- discriminator_type_def() -
Method in interface org.omg.CORBA.UnionDef
-
- discriminator_type_def(IDLType) -
Method in interface org.omg.CORBA.UnionDef
-
- discriminator_type() -
Method in class org.omg.CORBA.TypeCode
- Returns a
TypeCode
object describing
all non-default member labels.
- discriminator_type() -
Method in interface org.omg.CORBA.UnionDef
-
- discriminator() -
Method in interface org.omg.CORBA.DynUnion
-
- dispatch() -
Method in interface java.awt.ActiveEvent
- Dispatch the event to it's target, listeners of the events source,
or do whatever it is this event is supposed to do.
- dispatch() -
Method in class java.awt.event.InvocationEvent
- Executes the Runnable's
run()
method and notifies the
notifier (if any) when run()
returns.
- 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.
- dispatchEvent(AWTEvent) -
Method in class java.awt.Component
- Dispatches an event to this component or one of its sub components.
- dispatchEvent(AWTEvent) -
Method in class java.awt.MenuComponent
-
- dispatchEvent(AWTEvent) -
Method in class java.awt.EventQueue
- Dispatch an event to its source.
- dispatchEvent(AWTEvent) -
Method in class java.awt.im.InputContext
- Dispatches an event to the active input method.
- DISPLAY -
Static variable in class com.sun.java.swing.text.html.CSS.Attribute
-
- DISPOSE_ON_CLOSE -
Static variable in interface com.sun.java.swing.WindowConstants
- The dispose-window default window close operation
- dispose() -
Method in class com.sun.java.swing.DebugGraphics
-
- dispose() -
Method in class com.sun.java.swing.JInternalFrame
- Disposes of this internal frame.
- dispose() -
Method in class java.awt.Window
- Disposes of this window.
- dispose() -
Method in class java.awt.Frame
- Disposes of the Frame.
- dispose() -
Method in class java.awt.Graphics
- Disposes of this graphics context and releases
any system resources that it is using.
- dispose() -
Method in interface java.awt.PaintContext
- Release the resources allocated for the operation.
- dispose() -
Method in interface java.awt.CompositeContext
- Release resources allocated for context.
- dispose() -
Method in class java.awt.im.InputContext
- Disposes of the input context and release the resources used by it.
- distance(double, double, double, double) -
Static method in class java.awt.geom.Point2D
- Returns the distance between two points.
- distance(double, double) -
Method in class java.awt.geom.Point2D
- Returns the distance from this point to another.
- distance(Point2D) -
Method in class java.awt.geom.Point2D
- Returns the distance from this point to another.
- distanceSq(double, double, double, double) -
Static method in class java.awt.geom.Point2D
- Returns the square of the distance between two points.
- distanceSq(double, double) -
Method in class java.awt.geom.Point2D
- Returns the square of the distance from this point to another.
- distanceSq(Point2D) -
Method in class java.awt.geom.Point2D
- Returns the square of the distance from this point to another.
- DISTINCT -
Static variable in class java.sql.Types
-
- DIV -
Static variable in class com.sun.java.swing.text.html.HTML.Tag
-
- divide(BigDecimal, int, int) -
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this / val), and whose
scale is as specified.
- divide(BigDecimal, int) -
Method in class java.math.BigDecimal
- Returns a BigDecimal whose value is (this / val), and whose
scale is this.scale().
- divide(BigInteger) -
Method in class java.math.BigInteger
- Returns a BigInteger whose value is (this / val).
- divideAndRemainder(BigInteger) -
Method in class java.math.BigInteger
- Returns an array of two BigIntegers containing (this / val)
followed by (this % val).
- DIVIDER -
Static variable in class com.sun.java.swing.JSplitPane
- Used to add a Component that will represent the divider.
- DIVIDER_SIZE_PROPERTY -
Static variable in class com.sun.java.swing.JSplitPane
- Bound property name for border.
- dividerSize -
Variable in class com.sun.java.swing.JSplitPane
- Size of the divider.
- dk_Alias -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_all -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Array -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Attribute -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Constant -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Enum -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Exception -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Fixed -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Interface -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Module -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_none -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Operation -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Primitive -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Repository -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Sequence -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_String -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Struct -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Typedef -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Union -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Value -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_ValueBox -
Static variable in class org.omg.CORBA.DefinitionKind
-
- dk_Wstring -
Static variable in class org.omg.CORBA.DefinitionKind
-
- DL -
Static variable in class com.sun.java.swing.text.html.HTML.Tag
-
- DnDConstants - class java.awt.dnd.DnDConstants.
-
- DnDConstants() -
Constructor for class java.awt.dnd.DnDConstants
-
- DO_NOTHING_ON_CLOSE -
Static variable in interface com.sun.java.swing.WindowConstants
- The do-nothing default window close operation
- doAccessibleAction(int) -
Method in class com.sun.java.accessibility.AccessibleHyperlink
- Perform the specified Action on the object
- doAccessibleAction(int) -
Method in interface com.sun.java.accessibility.AccessibleAction
- Perform the specified Action on the object
- doAccessibleAction(int) -
Method in class com.sun.java.swing.AbstractButton.AccessibleAbstractButton
- Perform the specified Action on the object
- doAccessibleAction(int) -
Method in class com.sun.java.swing.JTree.AccessibleJTree.AccessibleJTreeNode
- Perform the specified Action on the tree node.
- doAccessibleAction(int) -
Method in class com.sun.java.swing.JEditorPane.JEditorPaneAccesssibleHypertextSupport.HTMLLink
- Perform the specified Action on the object
- doAccessibleAction(int) -
Method in class com.sun.java.swing.JComboBox.AccessibleJComboBox
- Perform the specified Action on the object
- doClick() -
Method in class com.sun.java.swing.AbstractButton
- Programatically perform a "click".
- doClick(int) -
Method in class com.sun.java.swing.AbstractButton
- Programatically perform a "click".
- doClick(int) -
Method in class com.sun.java.swing.JMenu
- Programatically perform a "click".
- Document - interface com.sun.java.swing.text.Document.
-
Container for text that supports editing and provides notification of
changes (serves as the model in an MVC relationship).
- DocumentEvent - interface com.sun.java.swing.event.DocumentEvent.
- Interface for document change notifications.
- DocumentEvent.ElementChange - interface com.sun.java.swing.event.DocumentEvent.ElementChange.
- Describes changes made to an element.
- DocumentEvent.EventType - class com.sun.java.swing.event.DocumentEvent.EventType.
- Typesafe enumeration for document event types
- DocumentListener - interface com.sun.java.swing.event.DocumentListener.
- Interface for an observer to register to receive notifications
of changes to a text document.
- doesMaxRowSizeIncludeBlobs() -
Method in interface java.sql.DatabaseMetaData
- Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY
blobs?
- doInput -
Variable in class java.net.URLConnection
- This variable is set by the
setDoInput
method.
- doLayout() -
Method in class com.sun.java.swing.tree.DefaultTreeCellEditor.EditorContainer
- Lays out this Container.
- doLayout() -
Method in class java.awt.Component
- Prompts the layout manager to lay out this component.
- doLayout() -
Method in class java.awt.Container
- Causes this container to lay out its components.
- doLayout() -
Method in class java.awt.ScrollPane
- Lays out this container by resizing its child to its preferred size.
- DomainManager - interface org.omg.CORBA.DomainManager.
- The DomainManager has associated with it the policy objects for a
particular domain.
- DONE -
Static variable in interface java.text.CharacterIterator
- Constant that is returned when the iterator has reached either the end
or the beginning of the text.
- DONE -
Static variable in class java.text.BreakIterator
- 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.
- dontUseGui() -
Method in interface java.beans.Visibility
- This method instructs the bean that it should not use the Gui.
- dontUseGui() -
Method in class java.beans.beancontext.BeanContextSupport
- notify this instance that it may no longer render a GUI.
- doOutput -
Variable in class java.net.URLConnection
- This variable is set by the
setDoOutput
method.
- doPrivileged(PrivilegedAction, AccessControlContext) -
Static method in class java.security.AccessController
- Performs the specified
PrivilegedAction
with privileges
enabled and restricted by the specified AccessControlContext
.
- doPrivileged(PrivilegedAction) -
Static method in class java.security.AccessController
- Performs the specified
PrivilegedAction
with privileges
enabled.
- doPrivileged(PrivilegedExceptionAction, AccessControlContext) -
Static method in class java.security.AccessController
- Performs the specified
PrivilegedExceptionAction
with
privileges enabled and restricted by the specified
AccessControlContext
.
- doPrivileged(PrivilegedExceptionAction) -
Static method in class java.security.AccessController
- Performs the specified
PrivilegedExceptionAction
with
privileges enabled.
- Double - class java.lang.Double.
- The Double class wraps a value of the primitive type
double
in an object. - DOUBLE -
Static variable in class java.sql.Types
-
- Double(double) -
Constructor for class java.lang.Double
- Constructs a newly allocated
Double
object that
represents the primitive double
argument.
- Double(String) -
Constructor for class java.lang.Double
- Constructs a newly allocated
Double
object that
represents the floating- point value of type double
represented by the string.
- DoubleHolder - class org.omg.CORBA.DoubleHolder.
- A Holder class for a
double
that is used to store "out" and "inout" parameters in IDL methods.
- DoubleHolder() -
Constructor for class org.omg.CORBA.DoubleHolder
- Constructs a new
DoubleHolder
object with its
value
field initialized to 0.0.
- DoubleHolder(double) -
Constructor for class org.omg.CORBA.DoubleHolder
- Constructs a new
DoubleHolder
object for the given
double
.
- doubleToLongBits(double) -
Static method in class java.lang.Double
- Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout.
- doubleValue() -
Method in class java.lang.Number
- Returns the value of the specified number as a
double
.
- doubleValue() -
Method in class java.lang.Byte
- Returns the value of this Byte as a double.
- doubleValue() -
Method in class java.lang.Short
- Returns the value of this Short as a double.
- doubleValue() -
Method in class java.lang.Double
- Returns the double value of this Double.
- doubleValue() -
Method in class java.lang.Long
- Returns the value of this Long as a 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.math.BigInteger
- Converts this BigInteger to a double.
- doubleValue() -
Method in class java.math.BigDecimal
- Converts this BigDecimal to a double.
- DOWN -
Static variable in class java.awt.Event
- The Down Arrow key, a non-ASCII action key.
- downAction -
Static variable in class com.sun.java.swing.text.DefaultEditorKit
- Name of the Action for moving the caret
logically downward one position.
- DRAG_LAYER -
Static variable in class com.sun.java.swing.JLayeredPane
- Convenience object defining the Drag layer.
- dragDropEnd(DragSourceDropEvent) -
Method in class java.awt.dnd.DragSourceContext
- intercept the dragDropEnd event from the peer
- dragDropEnd(DragSourceDropEvent) -
Method in interface java.awt.dnd.DragSourceListener
- as the operation completes
- dragEnter(DragSourceDragEvent) -
Method in class java.awt.dnd.DragSourceContext
- intercept the dragEnter event from the peer
- dragEnter(DragSourceDragEvent) -
Method in interface java.awt.dnd.DragSourceListener
- as the hotspot enters a platform dependent drop site
- dragEnter(DropTargetDragEvent) -
Method in interface java.awt.dnd.DropTargetListener
- a Drag operation has encountered the DropTarget
- dragEnter(DropTargetDragEvent) -
Method in class java.awt.dnd.DropTarget
- The DropTarget intercepts dragEnter() notifications before the
registered DropTargetListener gets them.
- dragExit(DragSourceEvent) -
Method in class java.awt.dnd.DragSourceContext
- intercept the dragExit event from the peer
- dragExit(DragSourceEvent) -
Method in interface java.awt.dnd.DragSourceListener
- as the hotspot exits a platform dependent drop site
- dragExit(DropTargetEvent) -
Method in interface java.awt.dnd.DropTargetListener
- The Drag operation has departed the DropTarget without dropping.
- dragExit(DropTargetEvent) -
Method in class java.awt.dnd.DropTarget
- The DropTarget intercepts dragExit() notifications before the
registered DropTargetListener gets them.
- dragFrame(JComponent, int, int) -
Method in class com.sun.java.swing.DefaultDesktopManager
- Calls setBoundsForFrame() with the new values.
- dragFrame(JComponent, int, int) -
Method in interface com.sun.java.swing.DesktopManager
- The user has moved the frame.
- draggedColumn -
Variable in class com.sun.java.swing.table.JTableHeader
- The index of the column being dragged. 0 if not dragging
- draggedDistance -
Variable in class com.sun.java.swing.table.JTableHeader
- The distance from its original position the column has been dragged
- DragGestureEvent - class java.awt.dnd.DragGestureEvent.
-
A DragGestureEvent is passed to a DragGestureListener via its gestureRecognized() method
when a particular DragGestureRecognizer detects a platform dependent Drag and
Drop action initiating gesture has occurred on the Component it is tracking.
- DragGestureEvent(DragGestureRecognizer, int, Point, List) -
Constructor for class java.awt.dnd.DragGestureEvent
- construct a DragGestureEvent
- dragGestureListener -
Variable in class java.awt.dnd.DragGestureRecognizer
-
- DragGestureListener - interface java.awt.dnd.DragGestureListener.
-
This interface is sourced from a DragGestureRecognizer and is invoked
when an object of that (sub)class detects a Drag and Drop initiating
gesture.
- dragGestureRecognized(DragGestureEvent) -
Method in interface java.awt.dnd.DragGestureListener
- A DragGestureRecognizer has detected a platform-dependent Drag and
Drop action initiating gesture and is notifying this Listener
in order for it to initiate the action for the user.
- DragGestureRecognizer - class java.awt.dnd.DragGestureRecognizer.
-
The DragGestureRecognizer is an abstract base class for the specification
of a platform-dependent listener that can be associated with a particular
Component in order to identify platform-dependent drag and drop action
initiating gestures.
- DragGestureRecognizer(DragSource, Component, int, DragGestureListener) -
Constructor for class java.awt.dnd.DragGestureRecognizer
- construct a new DragGestureRecognizer
- DragGestureRecognizer(DragSource, Component, int) -
Constructor for class java.awt.dnd.DragGestureRecognizer
- construct a new DragGestureRecognizer
- DragGestureRecognizer(DragSource, Component) -
Constructor for class java.awt.dnd.DragGestureRecognizer
- construct a new DragGestureRecognizer
- DragGestureRecognizer(DragSource) -
Constructor for class java.awt.dnd.DragGestureRecognizer
- construct a new DragGestureRecognizer
- dragOver(DragSourceDragEvent) -
Method in class java.awt.dnd.DragSourceContext
- intercept the dragOver event from the peer
- dragOver(DragSourceDragEvent) -
Method in interface java.awt.dnd.DragSourceListener
- as the hotspot moves over a platform dependent drop site
- dragOver(DropTargetDragEvent) -
Method in interface java.awt.dnd.DropTargetListener
- a Drag operation is ongoing on the DropTarget
- dragOver(DropTargetDragEvent) -
Method in class java.awt.dnd.DropTarget
- The DropTarget intercepts dragOver() notifications before the
registered DropTargetListener gets them.
- dragSource -
Variable in class java.awt.dnd.DragGestureRecognizer
-
- DragSource - class java.awt.dnd.DragSource.
-
The DragSource class is a small class responsible for originating a
Drag and Drop gesture.
- DragSource() -
Constructor for class java.awt.dnd.DragSource
- construct a DragSource
- DragSourceContext - class java.awt.dnd.DragSourceContext.
-
The DragSourceContext class is responsible for managing the initiator side
of the Drag and Drop protocol.
- DragSourceContext(DragSourceContextPeer, DragGestureEvent, Cursor, Image, Point, Transferable, DragSourceListener) -
Constructor for class java.awt.dnd.DragSourceContext
- construct a DragSourceContext (called from DragSource)
- DragSourceDragEvent - class java.awt.dnd.DragSourceDragEvent.
-
The DragSourceDragEvent is delivered from the DragSourceContextPeer,
via the DragSourceContext, to the currently registered DragSourceListener.
- DragSourceDragEvent(DragSourceContext, int, int, int, boolean) -
Constructor for class java.awt.dnd.DragSourceDragEvent
- construct a DragSourceEvent
- DragSourceDragEvent(DragSourceContext, int, int, int) -
Constructor for class java.awt.dnd.DragSourceDragEvent
- construct a DragSourceEvent
- DragSourceDropEvent - class java.awt.dnd.DragSourceDropEvent.
-
The DragSourceDropEvent is delivered from the DragSourceContextPeer,
via the DragSourceContext, to its currently registered DragSourceListener.
- DragSourceDropEvent(DragSourceContext, int, boolean) -
Constructor for class java.awt.dnd.DragSourceDropEvent
- construct a DragSourceDropEvent for a drop
- DragSourceDropEvent(DragSourceContext) -
Constructor for class java.awt.dnd.DragSourceDropEvent
- construct a DragSourceDropEvent for a drag that does not result in a drop
- DragSourceEvent - class java.awt.dnd.DragSourceEvent.
-
base class for DragSourceDragEvent and DragSourceDropEvent
- DragSourceEvent(DragSourceContext) -
Constructor for class java.awt.dnd.DragSourceEvent
- construct a DragSourceEvent
- DragSourceListener - interface java.awt.dnd.DragSourceListener.
-
The DragSourceListener defines the event interface for originators of
Drag and Drop operations to track the state of the users gesture to
provide the appropriate feedback to the user.
- drain() -
Method in class java.io.ObjectOutputStream
- Drain any buffered data in ObjectOutputStream.
- draw(Graphics2D, float, float) -
Method in class java.awt.font.TextLayout
- Render the layout at the provided location in the graphics.
- draw(Graphics2D, float, float) -
Method in class java.awt.font.GraphicAttribute
- Draw the graphic at the given location.
- draw(Graphics2D, float, float) -
Method in class java.awt.font.ShapeGraphicAttribute
- Draw the graphic at the given location.
- draw(Graphics2D, float, float) -
Method in class java.awt.font.ImageGraphicAttribute
- Draw the graphic at the given location.
- draw(Shape) -
Method in class java.awt.Graphics2D
- Strokes the outline of a Shape using the settings of the current
graphics state.
- draw3DRect(int, int, int, int, boolean) -
Method in class com.sun.java.swing.DebugGraphics
-
- 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 com.sun.java.swing.DebugGraphics
-
- drawArc(int, int, int, int, int, int) -
Method in class java.awt.Graphics
- Draws the outline of a circular or elliptical arc
covering the specified rectangle.
- drawBytes(byte[], int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawBytes(byte[], int, int, int, int) -
Method in class java.awt.Graphics
- Draws the text given by the specified byte array, using this
graphics context's current font and color.
- drawChars(char[], int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawChars(char[], int, int, int, int) -
Method in class java.awt.Graphics
- Draws the text given by the specified character array, using this
graphics context's current font and color.
- drawEchoCharacter(Graphics, int, int, char) -
Method in class com.sun.java.swing.text.PasswordView
- Renders the echo character, or whatever graphic should be used
to display the password characters.
- drawGlyphVector(GlyphVector, float, float) -
Method in class java.awt.Graphics2D
- Draws the text specified by the given GlyphVector using
this graphics context's rendering attributes.
- drawImage(BufferedImage, BufferedImageOp, int, int) -
Method in class java.awt.Graphics2D
- Draws a BufferedImage that is filtered with a BufferedImageOp.
- drawImage(Image, AffineTransform, ImageObserver) -
Method in class java.awt.Graphics2D
- Draws an image, applying a transform from image space into user space
before drawing.
- drawImage(Image, int, int, Color, ImageObserver) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawImage(Image, int, int, Color, ImageObserver) -
Method in class java.awt.Graphics
- Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, ImageObserver) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawImage(Image, int, int, ImageObserver) -
Method in class java.awt.Graphics
- Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, int, int, Color, ImageObserver) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawImage(Image, int, int, int, int, Color, ImageObserver) -
Method in class java.awt.Graphics
- Draws as much of the specified image as has already been scaled
to fit inside the specified rectangle.
- drawImage(Image, int, int, int, int, ImageObserver) -
Method in class com.sun.java.swing.DebugGraphics
-
- 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 com.sun.java.swing.DebugGraphics
-
- drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) -
Method in class java.awt.Graphics
- Draws as much of the specified area of the specified image as is
currently available, scaling it on the fly to fit inside the
specified area of the destination drawable surface.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) -
Method in class com.sun.java.swing.DebugGraphics
-
- 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, Graphics, int, int) -
Method in class com.sun.java.swing.text.PlainView
- Renders a line of text, suppressing whitespace at the end
and exanding any tabs.
- drawLine(int, int, Graphics, int, int) -
Method in class com.sun.java.swing.text.WrappedPlainView
- Renders a line of text, suppressing whitespace at the end
and expanding any tabs.
- drawLine(int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawLine(int, int, int, int) -
Method in class java.awt.Graphics
- Draws a line, using the current color, between the points
(x1, y1)
- drawOval(int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawOval(int, int, int, int) -
Method in class java.awt.Graphics
- Draws the outline of an oval.
- drawPolygon(int[], int[], int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawPolygon(int[], int[], int) -
Method in class java.awt.Graphics
- Draws a closed polygon defined by
arrays of x and y coordinates.
- drawPolygon(Polygon) -
Method in class java.awt.Graphics
- Draws the outline of a polygon defined by the specified
Polygon
object.
- drawPolyline(int[], int[], int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawPolyline(int[], int[], int) -
Method in class java.awt.Graphics
- Draws a sequence of connected lines defined by
arrays of x and y coordinates.
- drawRect(int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawRect(int, int, int, int) -
Method in class java.awt.Graphics
- Draws the outline of the specified rectangle.
- drawRenderableImage(RenderableImage, AffineTransform) -
Method in class java.awt.Graphics2D
- Draws an RenderableImage, applying a transform from image space into
user space before drawing.
- drawRenderedImage(RenderedImage, AffineTransform) -
Method in class java.awt.Graphics2D
- Draws an RenderedImage, applying a transform from image space into
user space before drawing.
- drawRoundRect(int, int, int, int, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawRoundRect(int, int, int, int, int, int) -
Method in class java.awt.Graphics
- Draws an outlined round-cornered rectangle using this graphics
context's current color.
- drawSelectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.PlainView
- Renders the given range in the model as selected text.
- drawSelectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.PasswordView
- Renders the given range in the model as selected text.
- drawSelectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.WrappedPlainView
- Renders the given range in the model as selected text.
- drawString(AttributedCharacterIterator, float, float) -
Method in class java.awt.Graphics2D
- Draws the text given by the specified iterator, using this
graphics context's current color.
- drawString(AttributedCharacterIterator, int, int) -
Method in class java.awt.Graphics
- Draws the text given by the specified iterator, using this
graphics context's current color.
- drawString(AttributedCharacterIterator, int, int) -
Method in class java.awt.Graphics2D
- Draws the text given by the specified iterator, using this
graphics context's current color.
- drawString(String, float, float) -
Method in class java.awt.Graphics2D
- Draws the text given by the specified string, using this
graphics context's current font and color.
- drawString(String, int, int) -
Method in class com.sun.java.swing.DebugGraphics
-
- drawString(String, int, int) -
Method in class java.awt.Graphics
- Draws the text given by the specified string, using this
graphics context's current font and color.
- drawString(String, int, int) -
Method in class java.awt.Graphics2D
- Draws the text given by the specified string, using this
graphics context's current font and color.
- drawTabbedText(Segment, int, int, Graphics, TabExpander, int) -
Static method in class com.sun.java.swing.text.Utilities
- Draws the given text, expanding any tabs that are contained
using the given tab expansion technique.
- drawUnselectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.PlainView
- Renders the given range in the model as normal unselected
text.
- drawUnselectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.PasswordView
- Renders the given range in the model as normal unselected
text.
- drawUnselectedText(Graphics, int, int, int, int) -
Method in class com.sun.java.swing.text.WrappedPlainView
- Renders the given range in the model as normal unselected
text.
- Driver - interface java.sql.Driver.
- The Java SQL framework allows for multiple database drivers.
- DriverManager - class java.sql.DriverManager.
- The DriverManager provides a basic service for managing a set of
JDBC drivers.
- DriverPropertyInfo - class java.sql.DriverPropertyInfo.
- The DriverPropertyInfo class is only of interest to advanced programmers
who need to interact with a Driver via getDriverProperties to discover
and supply properties for connections.
- DriverPropertyInfo(String, String) -
Constructor for class java.sql.DriverPropertyInfo
- Constructor a DriverPropertyInfo with a name and value; other
members default to their initial values.
- drop(DropTargetDropEvent) -
Method in interface java.awt.dnd.DropTargetListener
- The Drag operation has terminated with a Drop on this DropTarget
- drop(DropTargetDropEvent) -
Method in class java.awt.dnd.DropTarget
- The DropTarget intercepts drop() notifications before the
registered DropTargetListener gets them.
- dropActionChanged(DragSourceDragEvent) -
Method in class java.awt.dnd.DragSourceContext
- intercept the dragGestureChanged event from the peer
- dropActionChanged(DragSourceDragEvent) -
Method in interface java.awt.dnd.DragSourceListener
- the user has modified the drop gesture
- dropActionChanged(DropTargetDragEvent) -
Method in interface java.awt.dnd.DropTargetListener
- The user as modified the current drop gesture
- dropActionChanged(DropTargetDragEvent) -
Method in class java.awt.dnd.DropTarget
- The DropTarget intercepts dropActionChanged() notifications before the
registered DropTargetListener gets them.
- dropComplete(boolean) -
Method in class java.awt.dnd.DropTargetDropEvent
- notify the DragSource that the drop transfer(s) are completed
- dropComplete(boolean) -
Method in class java.awt.dnd.DropTargetContext
- signal that the drop is completed and if it was successful or not
- DropTarget - class java.awt.dnd.DropTarget.
-
The DropTarget is associated with a Component, when that Component wishes
to accept Drops during Drag and Drop operations.
- DropTarget.DropTargetAutoScroller - class java.awt.dnd.DropTarget.DropTargetAutoScroller.
- this protected nested class implements autoscrolling
- DropTarget.DropTargetAutoScroller(Component, Point) -
Constructor for class java.awt.dnd.DropTarget.DropTargetAutoScroller
- construct a DropTargetAutoScroller
- DropTarget() -
Constructor for class java.awt.dnd.DropTarget
- Construct a DropTarget
- DropTarget(Component, DropTargetListener) -
Constructor for class java.awt.dnd.DropTarget
- Construct a DropTarget
- DropTarget(Component, int, DropTargetListener, boolean, FlavorMap) -
Constructor for class java.awt.dnd.DropTarget
- Construct a DropTarget
- DropTarget(Component, int, DropTargetListener, boolean) -
Constructor for class java.awt.dnd.DropTarget
- Construct a DropTarget
- DropTarget(Component, int, DropTargetListener) -
Constructor for class java.awt.dnd.DropTarget
- Construct a DropTarget
- DropTargetContext - class java.awt.dnd.DropTargetContext.
-
A DropTargetContext is created whenever the logical cursor associated
with a Drag and Drop operation coincides with the visibel geometry of
a Component, with an associated DropTarget.
- DropTargetContext.TransferableProxy - class java.awt.dnd.DropTargetContext.TransferableProxy.
-
- DropTargetDragEvent - class java.awt.dnd.DropTargetDragEvent.
-
The DropTargetDragEvent is delivered to a DropTargetListener via its
dragEnter() and dragOver().
- DropTargetDragEvent(DropTargetContext, Point, int, int) -
Constructor for class java.awt.dnd.DropTargetDragEvent
- construct an Event
- DropTargetDropEvent - class java.awt.dnd.DropTargetDropEvent.
-
The DropTargetDropEvent is delivered via the DropTargetListener drop()
method.
- DropTargetDropEvent(DropTargetContext, Point, int, int, boolean) -
Constructor for class java.awt.dnd.DropTargetDropEvent
- Construct a DropTargetEvent
- DropTargetDropEvent(DropTargetContext, Point, int, int) -
Constructor for class java.awt.dnd.DropTargetDropEvent
- construct an Event
- DropTargetEvent - class java.awt.dnd.DropTargetEvent.
-
The DropTargetEvent is the base class for both the DropTargetDragEvent and
The DropTargetDropEvent.
- DropTargetEvent(DropTargetContext) -
Constructor for class java.awt.dnd.DropTargetEvent
- Construct a DropTargetEvent
- DropTargetListener - interface java.awt.dnd.DropTargetListener.
-
The DropTargetListener interface is the callback interface used by the
DropTarget class to provide notification of DnD operations that involve
the subject DropTarget.
- DSAKey - interface java.security.interfaces.DSAKey.
- The interface to a DSA public or private key.
- DSAKeyPairGenerator - interface java.security.interfaces.DSAKeyPairGenerator.
- An interface to an object capable of generating DSA key pairs.
- DSAParameterSpec - class java.security.spec.DSAParameterSpec.
- This class specifies the set of parameters used with the DSA algorithm.
- DSAParameterSpec(BigInteger, BigInteger, BigInteger) -
Constructor for class java.security.spec.DSAParameterSpec
- Creates a new DSAParameterSpec with the specified parameter values.
- DSAParams - interface java.security.interfaces.DSAParams.
- Interface to a DSA-specific set of key parameters, which defines a
DSA key family.
- DSAPrivateKey - interface java.security.interfaces.DSAPrivateKey.
- The standard interface to a DSA private key.
- DSAPrivateKeySpec - class java.security.spec.DSAPrivateKeySpec.
- This class specifies a DSA private key with its associated parameters.
- DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class java.security.spec.DSAPrivateKeySpec
- Creates a new DSAPrivateKeySpec with the specified parameter values.
- DSAPublicKey - interface java.security.interfaces.DSAPublicKey.
- The interface to a DSA public key.
- DSAPublicKeySpec - class java.security.spec.DSAPublicKeySpec.
- This class specifies a DSA public key with its associated parameters.
- DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) -
Constructor for class java.security.spec.DSAPublicKeySpec
- Creates a new DSAPublicKeySpec with the specified parameter values.
- DST_IN -
Static variable in class java.awt.AlphaComposite
- Porter-Duff Destination In Source rule.
- DST_OFFSET -
Static variable in class java.util.Calendar
- Field number for
get
and set
indicating the
daylight savings offset in milliseconds.
- DST_OUT -
Static variable in class java.awt.AlphaComposite
- Porter-Duff Destination Held Out By Source rule.
- DST_OVER -
Static variable in class java.awt.AlphaComposite
- Porter-Duff Destination Over Source rule.
- DstIn -
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque DST_IN rule
with an Alpha of 1.0f.
- DstOut -
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque DST_OUT rule
with an Alpha of 1.0f.
- DstOver -
Static variable in class java.awt.AlphaComposite
- AlphaComposite object which implements the opaque DST_OVER rule
with an Alpha of 1.0f.
- DT -
Static variable in class com.sun.java.swing.text.html.HTML.Tag
-
- DUMMY -
Static variable in class com.sun.java.swing.text.html.HTML.Attribute
-
- dump(PrintStream, int) -
Method in class com.sun.java.swing.text.AbstractDocument.AbstractElement
- Dumps a debugging representation of the element hierarchy.
- dump(PrintStream) -
Method in class com.sun.java.swing.text.AbstractDocument
- Gives a diagnostic dump.
- dumpStack() -
Static method in class java.lang.Thread
- Prints a stack trace of the current thread.
- duplicate(Object) -
Method in class org.omg.CORBA.portable.Delegate
- Return a duplicate of the object reference provided.
- DynamicImplementation - class org.omg.CORBA.DynamicImplementation.
- The base class for all object implementations using the DSI.
It defines a single abstract method,
invoke
, that a dynamic servant needs to implement. - DynamicImplementation() -
Constructor for class org.omg.CORBA.DynamicImplementation
-
- DynAny - interface org.omg.CORBA.DynAny.
- org.omg.
- DynArray - interface org.omg.CORBA.DynArray.
- The DynArray interface represents a DynAny object which is associated
with an array.
- DynEnum - interface org.omg.CORBA.DynEnum.
- The DynEnum interface represents a DynAny object which is associated
with an IDL enum.
- DynFixed - interface org.omg.CORBA.DynFixed.
- The DynFixed interface represents a DynAny object which is associated
with an IDL fixed type.
- DynSequence - interface org.omg.CORBA.DynSequence.
- The DynArray interface represents a DynAny object which is associated
with an IDL sequence.
- DynStruct - interface org.omg.CORBA.DynStruct.
- The DynStruct interface represents a DynAny object which is associated
with an IDL struct.
- DynUnion - interface org.omg.CORBA.DynUnion.
- The DynUnion interface represents a DynAny object which is associated
with an IDL union.
- DynValue - interface org.omg.CORBA.DynValue.
-
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |