Java Platform 1.2
Beta 4
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 _

D

damage(Rectangle) - Method in class com.sun.java.swing.text.DefaultCaret
Damages the area surrounding the caret to cause it to be repainted.
damageRange(JTextComponent, int, int) - Method in class com.sun.java.swing.plaf.TextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
darker() - Method in class java.awt.Color
Creates a darker version of this color.
darkGray - Static variable in class java.awt.Color
The color dark gray.
DASH_PUNCTUATION - Static variable in class java.lang.Character
 
DATA - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
DATA_CONVERSION - exception org.omg.CORBA.DATA_CONVERSION.
The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
DATA_CONVERSION() - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with a default minor code of 0 and a completion state of COMPLETED_NO.
DATA_CONVERSION(int, CompletionStatus) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified minor code and completion status.
DATA_CONVERSION(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
DATA_CONVERSION(String) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail.
DatabaseMetaData - interface java.sql.DatabaseMetaData.
This class provides information about the database as a whole.
dataBuffer - Variable in class java.awt.image.Raster
The DataBuffer that stores the image data.
DataBuffer - class java.awt.image.DataBuffer.
This class exists to wrap one or more data arrays.
DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing the specified number of banks.
DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing one bank of the specified data type and size.
DataBufferByte - class java.awt.image.DataBufferByte.
This class extends DataBuffer and stores data internally as bytes.
DataBufferByte(byte[], int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with a single bank using the specified array, size, and offset. dataArray must have at least offset + size elements.
DataBufferByte(byte[], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with a single bank using the specified array.
DataBufferByte(byte[][], int, int[]) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with the specified arrays, size, and offsets.
DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with the specified arrays.
DataBufferByte(int, int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte based DataBuffer with a single bank and the specified size.
DataBufferInt - class java.awt.image.DataBufferInt.
This class extends DataBuffer and stores data internally as ints.
DataBufferInt(int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferInt(int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with a single bank and the specified size.
DataBufferInt(int[], int, int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with a single bank using the specified array, size, and offset. dataArray must have at least offset + size elements.
DataBufferInt(int[], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with a single bank using the specified array.
DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with the specified arrays, size, and offsets.
DataBufferInt(int[][], int) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer based DataBuffer with the specified arrays.
DataBufferShort - class java.awt.image.DataBufferShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferShort(int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with the specified number of banks all of which are the specified size.
DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with a single bank and the specified size.
DataBufferShort(short[], int, int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with a single bank using the specified array, size, and offset. dataArray must have at least offset + size elements.
DataBufferShort(short[], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with a single bank using the specified array.
DataBufferShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with the specified arrays, size, and offsets.
DataBufferShort(short[][], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short based DataBuffer with the specified arrays.
DataBufferUShort - class java.awt.image.DataBufferUShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with specified number of banks all of which are the specified size.
DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with a single bank and the specified size.
DataBufferUShort(short[], int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with a single bank using the specified array, size, and offset. dataArray must have at least offset + size elements.
DataBufferUShort(short[], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with a single bank using the specified array.
DataBufferUShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with specified arrays, size, and offsets.
DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned short based DataBuffer with the specified arrays.
dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
Is a data definition statement within a transaction ignored?
DataFlavor - class java.awt.datatransfer.DataFlavor.
Each instance represents the opaque concept of a data format as would appear on a clipboard, during drag and drop, or in a file system.
DataFlavor() - Constructor for class java.awt.datatransfer.DataFlavor
 
DataFlavor(Class, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a Java class The returned DataFlavor will have the following characteristics representationClass = representationClass
mimeType = application/x-java-serialized-object
DataFlavor(String, String, MimeTypeParameterList, Class, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a fully specified DataFlavor
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Construct a DataFlavor that represents a MimeType The returned DataFlavor will have the following characteristics: If the mimeType is "application/x-java-serialized-object; class=<representation class>", the result is the same as calling new DataFlavor(Class:forName(<representation class>) as above otherwise: representationClass = InputStream
mimeType = mimeType
DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
construct a DataFlavor from a Mime Type string.
DataFormatException - exception java.util.zip.DataFormatException.
Signals that a data format error has occurred.
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 - class java.net.DatagramPacket.
This class represents a datagram packet.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramSocket - class java.net.DatagramSocket.
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocketImpl - class java.net.DatagramSocketImpl.
Abstract datagram and multicast socket implementation base class.
DataInput - interface java.io.DataInput.
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - class java.io.DataInputStream.
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a FilterInputStream and saves its argument, the input stream in, for later use.
dataModel - Variable in class com.sun.java.swing.JTable
The TableModel of the table
dataModel - Variable in class com.sun.java.swing.JComboBox
 
DataOutput - interface java.io.DataOutput.
The 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.
DataOutputStream - class java.io.DataOutputStream.
A data input stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataTruncation - exception java.sql.DataTruncation.
When JDBC unexpectedly truncates a data value, it reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes).
DataTruncation(int, boolean, boolean, int, int) - Constructor for class java.sql.DataTruncation
Create a DataTruncation object.
dataType - Variable in class java.awt.image.SampleModel
Data type of the DataBuffer storing the pixel data.
dataType - Variable in class java.awt.image.DataBuffer
The data type of this DataBuffer.
dataVector - Variable in class com.sun.java.swing.table.DefaultTableModel
The Vector of Vector of Object values
Date - class java.sql.Date.
This class is a thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE. A milliseconds value represents the number of milliseconds that have passed since January 1, 1970 00:00:00.000 GMT. To conform with the definition of SQL DATE, the millisecond values wrapped by a java.sql.
Date - class java.util.Date.
The class Date represents a specific instant in time, with millisecond precision.
DATE - Static variable in class java.sql.Types
 
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(int, int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min, sec) or GregorianCalendar(year + 1900, month, date, hrs, min, sec).
Date(int, int, int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date, hrs, min) or GregorianCalendar(year + 1900, month, date, hrs, min).
Date(int, int, int) - Constructor for class java.sql.Date
Deprecated.  
Date(int, int, int) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by Calendar.set(year + 1900, month, date) or GregorianCalendar(year + 1900, month, 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
Allocates a 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.
Date(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
DateFormat - class java.text.DateFormat.
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat() - Constructor for class java.text.DateFormat
Create a new date format.
DateFormatSymbols - class java.text.DateFormatSymbols.
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.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
DD - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
deactivateFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
 
deactivateFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, indicate that this frame has lost focus.
DebugGraphics - class com.sun.java.swing.DebugGraphics.
Graphics subclass supporting graphics debugging.
DebugGraphics() - Constructor for class com.sun.java.swing.DebugGraphics
 
DebugGraphics(Graphics, JComponent) - Constructor for class com.sun.java.swing.DebugGraphics
Handle on AWT Graphics
DebugGraphics(Graphics) - Constructor for class com.sun.java.swing.DebugGraphics
 
decapitalize(String) - Static method in class java.beans.Introspector
Utility method to take a string and convert it to normal Java variable name capitalization.
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL - Static variable in class java.sql.Types
 
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
 
DecimalFormat - class java.text.DecimalFormat.
DecimalFormat is a concrete subclass of NumberFormat for formatting decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Create a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormatSymbols - class java.text.DecimalFormatSymbols.
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARE - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
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
Deprecated. Decodes a certificate from an input stream.
decode(String) - Static method in class java.awt.Color
Converts a string to an integer and returns the specified opaque color.
decode(String) - Static method in class java.awt.Font
Returns the specified font using the name passed in.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.net.URLDecoder
 
decodeAsBufferedImage() - Method in interface com.sun.image.codec.jpeg.JPEGImageDecoder
Decodes the current JPEG data stream.
decodeAsRaster() - Method in interface com.sun.image.codec.jpeg.JPEGImageDecoder
Decode the JPEG stream that was passed as part of construction.
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
decrIndent() - Method in class com.sun.java.swing.text.AbstractWriter
Decrements the indent level.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
def_kind() - Method in interface org.omg.CORBA.IRObject
 
DEFAULT - Static variable in interface com.sun.java.swing.Action
Useful constants that can be used as the storage-retreival key when setting or getting one of this object's properties (text or icon).
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
 
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_CARET_POLICY - Static variable in class java.awt.font.TextLayout
This CaretPolicy is used when a policy is not specified by the client.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CSS - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
Default Cascading Style Sheet file that sets up the tag views.
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.DEFAULT_CURSOR.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
default_index() - Method in class org.omg.CORBA.TypeCode
Returns the index of the default member, or -1 if there is no default member.
DEFAULT_JUSTIFICATION - Static variable in class com.sun.java.swing.border.TitledBorder
 
DEFAULT_KEYMAP - Static variable in class com.sun.java.swing.text.JTextComponent
This is the name of the default keymap that will be shared by all JTextComponent instances unless they have had a different keymap set.
DEFAULT_LAYER - Static variable in class com.sun.java.swing.JLayeredPane
Convenience object defining the Default layer.
DEFAULT_OPTION - Static variable in class com.sun.java.swing.JOptionPane
Type meaning look and feel should not supply any options -- only use the options from the JOptionPane.
DEFAULT_POSITION - Static variable in class com.sun.java.swing.border.TitledBorder
 
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
DEFAULT_STYLE - Static variable in class com.sun.java.swing.text.StyleContext
The name given to the default logical style attached to paragraphs.
DefaultBoundedRangeModel - class com.sun.java.swing.DefaultBoundedRangeModel.
A generic implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - Constructor for class com.sun.java.swing.DefaultBoundedRangeModel
Initializes all of the properties as follows: value = 0 extent = 0 minimum = 0 maximum = 100 adjusting = false
DefaultBoundedRangeModel(int, int, int, int) - Constructor for class com.sun.java.swing.DefaultBoundedRangeModel
Initializes value, extent, minimum and maximum.
defaultButton - Variable in class com.sun.java.swing.JRootPane
The button that gets activated when the pane has the focus and a UI-specific action like pressing the Enter key occurs.
DefaultButtonModel - class com.sun.java.swing.DefaultButtonModel.
The default implementation of a Button component's data model.
DefaultButtonModel() - Constructor for class com.sun.java.swing.DefaultButtonModel
Constructs a JButtonModel
DefaultCaret - class com.sun.java.swing.text.DefaultCaret.
An implementation of Caret for a view that maps over the entire portion of the model represented (i.e. there are no holes in the area represented) and renders the insert position as a vertical line.
DefaultCaret() - Constructor for class com.sun.java.swing.text.DefaultCaret
Constructs a default caret.
DefaultCellEditor - class com.sun.java.swing.DefaultCellEditor.
The default editor for table and tree cells.
DefaultCellEditor.EditorDelegate - class com.sun.java.swing.DefaultCellEditor.EditorDelegate.
 
DefaultCellEditor(JCheckBox) - Constructor for class com.sun.java.swing.DefaultCellEditor
 
DefaultCellEditor(JComboBox) - Constructor for class com.sun.java.swing.DefaultCellEditor
 
DefaultCellEditor(JTextField) - Constructor for class com.sun.java.swing.DefaultCellEditor
 
DefaultComboBoxModel - class com.sun.java.swing.DefaultComboBoxModel.
The default model for combo boxes.
DefaultComboBoxModel() - Constructor for class com.sun.java.swing.DefaultComboBoxModel
 
DefaultComboBoxModel(Object[]) - Constructor for class com.sun.java.swing.DefaultComboBoxModel
 
DefaultComboBoxModel(Vector) - Constructor for class com.sun.java.swing.DefaultComboBoxModel
 
defaultConstraints - Variable in class java.awt.GridBagLayout
 
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
Default Cursor Constants
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultDesktopManager - class com.sun.java.swing.DefaultDesktopManager.
This is an implementaion of the DesktopManager.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
DefaultEditorKit - class com.sun.java.swing.text.DefaultEditorKit.
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
DefaultEditorKit.BeepAction - class com.sun.java.swing.text.DefaultEditorKit.BeepAction.
Creates a beep.
DefaultEditorKit.BeepAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.BeepAction
Create this object with the appropriate identifier.
DefaultEditorKit.CopyAction - class com.sun.java.swing.text.DefaultEditorKit.CopyAction.
Coies the selected region and place its contents into the system clipboard.
DefaultEditorKit.CopyAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.CopyAction
Create this object with the appropriate identifier.
DefaultEditorKit.CutAction - class com.sun.java.swing.text.DefaultEditorKit.CutAction.
Cuts the selected region and place its contents into the system clipboard.
DefaultEditorKit.CutAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.CutAction
Create this object with the appropriate identifier.
DefaultEditorKit.DefaultKeyTypedAction - class com.sun.java.swing.text.DefaultEditorKit.DefaultKeyTypedAction.
The action that is executed by default if a key typed event is received and there is no keymap entry.
DefaultEditorKit.DefaultKeyTypedAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.DefaultKeyTypedAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertBreakAction - class com.sun.java.swing.text.DefaultEditorKit.InsertBreakAction.
Places a line/paragraph break into the document.
DefaultEditorKit.InsertBreakAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.InsertBreakAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertContentAction - class com.sun.java.swing.text.DefaultEditorKit.InsertContentAction.
Places content into the associated document.
DefaultEditorKit.InsertContentAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.InsertContentAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertTabAction - class com.sun.java.swing.text.DefaultEditorKit.InsertTabAction.
Places a tab character into the document.
DefaultEditorKit.InsertTabAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.InsertTabAction
Creates this object with the appropriate identifier.
DefaultEditorKit.PasteAction - class com.sun.java.swing.text.DefaultEditorKit.PasteAction.
Pastes the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
DefaultEditorKit.PasteAction() - Constructor for class com.sun.java.swing.text.DefaultEditorKit.PasteAction
Create this object with the appropriate identifier.
DefaultEditorKit() - Constructor for class com.sun.java.swing.text.DefaultEditorKit
 
defaultEditorsByColumnClass - Variable in class com.sun.java.swing.JTable
A table of objects that display and edit the contents of a cell, indexed by class.
DefaultFocusManager - class com.sun.java.swing.DefaultFocusManager.
 
DefaultHighlighter - class com.sun.java.swing.text.DefaultHighlighter.
Implements the Highlighter interfaces.
DefaultHighlighter.DefaultHighlightPainter - class com.sun.java.swing.text.DefaultHighlighter.DefaultHighlightPainter.
Simple highlight painter that fills a highlighted area with a solid color.
DefaultHighlighter.DefaultHighlightPainter(Color) - Constructor for class com.sun.java.swing.text.DefaultHighlighter.DefaultHighlightPainter
Constructs a new highlight painter.
DefaultHighlighter() - Constructor for class com.sun.java.swing.text.DefaultHighlighter
Creates a new DefaultHighlighther object.
defaultKeyTypedAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action that is executed by default if a key typed event is received and there is no keymap entry.
DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultListCellRenderer - class com.sun.java.swing.DefaultListCellRenderer.
Renders an item in a list.
DefaultListCellRenderer.UIResource - class com.sun.java.swing.DefaultListCellRenderer.UIResource.
A subclass of DefaultListCellRenderer that implements UIResource.
DefaultListCellRenderer() - Constructor for class com.sun.java.swing.DefaultListCellRenderer
 
DefaultListModel - class com.sun.java.swing.DefaultListModel.
This class implements the java.util.
DefaultListSelectionModel - class com.sun.java.swing.DefaultListSelectionModel.
Default data model for list selections.
DefaultListSelectionModel() - Constructor for class com.sun.java.swing.DefaultListSelectionModel
 
defaultManager() - Static method in class com.sun.java.swing.MenuSelectionManager
 
DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMutableTreeNode - class com.sun.java.swing.tree.DefaultMutableTreeNode.
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object, boolean) - Constructor for class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
DefaultMutableTreeNode(Object) - Constructor for class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
defaultPage() - Method in class java.awt.print.PrinterJob
A new PageFormat instance is created and then set with a default size and orientation.
defaultPage(PageFormat) - Method in class java.awt.print.PrinterJob
The passed in PageFormat is cloned and the clone altered to describe a default page size and orientation.
defaultPressAction - Variable in class com.sun.java.swing.JRootPane
The action to take when the defaultButton is pressed.
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultReleaseAction - Variable in class com.sun.java.swing.JRootPane
The action to take when the defaultButton is released.
defaultRenderersByColumnClass - Variable in class com.sun.java.swing.JTable
A table of objects that display the contents of a cell, indexed by class.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
DefaultSingleSelectionModel - class com.sun.java.swing.DefaultSingleSelectionModel.
A generic implementation of SingleSelectionModel.
DefaultStyledDocument - class com.sun.java.swing.text.DefaultStyledDocument.
A document that can be marked up with character and paragraph styles in a manner similar to the Rich Text Format.
DefaultStyledDocument.ElementBuffer - class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer.
Class to manage changes to the element hierarchy.
DefaultStyledDocument.ElementBuffer(DefaultStyledDocument, Element) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument.ElementBuffer
Creates a new ElementBuffer.
DefaultStyledDocument.ElementSpec - class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec.
Specification for building elements.
DefaultStyledDocument.ElementSpec(AttributeSet, short, char[], int, int) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
Constructor for creating a spec externally for batch input of content and markup into the document.
DefaultStyledDocument.ElementSpec(AttributeSet, short, int) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
Constructor for parsing inside the document when the data has already been added, but len information is needed.
DefaultStyledDocument.ElementSpec(AttributeSet, short) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument.ElementSpec
Constructor useful for markup when the markup will not be stored in the document.
DefaultStyledDocument.SectionElement - class com.sun.java.swing.text.DefaultStyledDocument.SectionElement.
Default root element for a document... maps out the paragraphs/lines contained.
DefaultStyledDocument.SectionElement(DefaultStyledDocument) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument.SectionElement
Creates a new SectionElement.
DefaultStyledDocument() - Constructor for class com.sun.java.swing.text.DefaultStyledDocument
Constructs a default styled document.
DefaultStyledDocument(AbstractDocument.Content, StyleContext) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument
Constructs a styled document.
DefaultStyledDocument(StyleContext) - Constructor for class com.sun.java.swing.text.DefaultStyledDocument
Constructs a styled document with the default content storage implementation and a shared set of styles.
DefaultTableCellRenderer - class com.sun.java.swing.table.DefaultTableCellRenderer.
The standard class for rendering (displaying) individual cells in a JTable.
DefaultTableCellRenderer.UIResource - class com.sun.java.swing.table.DefaultTableCellRenderer.UIResource.
A subclass of DefaultTableCellRenderer that implements UIResource.
DefaultTableCellRenderer() - Constructor for class com.sun.java.swing.table.DefaultTableCellRenderer
 
DefaultTableColumnModel - class com.sun.java.swing.table.DefaultTableColumnModel.
The standard column-handler for a JTable.
DefaultTableColumnModel() - Constructor for class com.sun.java.swing.table.DefaultTableColumnModel
 
DefaultTableModel - class com.sun.java.swing.table.DefaultTableModel.
This is an implementation of TableModel that uses a Vector of Vectors to store the cell value objects.
DefaultTableModel() - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a default DefaultTableModel which is a table of zero columns and zero rows.
DefaultTableModel(int, int) - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a DefaultTableModel with numRows and numColumns of null object values.
DefaultTableModel(Object[], int) - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel(Object[][], Object[]) - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultTableModel(Vector, int) - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel(Vector, Vector) - Constructor for class com.sun.java.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultTextUI - class com.sun.java.swing.text.DefaultTextUI.
Deprecated.  
DefaultTreeCellEditor - class com.sun.java.swing.tree.DefaultTreeCellEditor.
A TreeCellEditor.
DefaultTreeCellEditor.DefaultTextField - class com.sun.java.swing.tree.DefaultTreeCellEditor.DefaultTextField.
TextField used when no editor is supplied.
DefaultTreeCellEditor.DefaultTextField(DefaultTreeCellEditor, Border) - Constructor for class com.sun.java.swing.tree.DefaultTreeCellEditor.DefaultTextField
 
DefaultTreeCellEditor.EditorContainer - class com.sun.java.swing.tree.DefaultTreeCellEditor.EditorContainer.
Container responsible for placing the editingComponent.
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class com.sun.java.swing.tree.DefaultTreeCellEditor
 
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class com.sun.java.swing.tree.DefaultTreeCellEditor
 
DefaultTreeCellRenderer - class com.sun.java.swing.tree.DefaultTreeCellRenderer.
Displays an entry in a tree.
DefaultTreeCellRenderer() - Constructor for class com.sun.java.swing.tree.DefaultTreeCellRenderer
Returns a new instance of DefaultTreeCellRenderer.
DefaultTreeModel - class com.sun.java.swing.tree.DefaultTreeModel.
A simple tree data model that uses TreeNodes.
DefaultTreeModel(TreeNode, boolean) - Constructor for class com.sun.java.swing.tree.DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
DefaultTreeModel(TreeNode) - Constructor for class com.sun.java.swing.tree.DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeSelectionModel - class com.sun.java.swing.tree.DefaultTreeSelectionModel.
Implementation of TreeSelectionModel.
DefaultTreeSelectionModel() - Constructor for class com.sun.java.swing.tree.DefaultTreeSelectionModel
 
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
Deprecated. Replaced by defineClass(java.lang.String, byte[], int, int)
defineClass(String, byte[], int, int, CodeSource) - Method in class java.security.SecureClassLoader
Converts an array of bytes into an instance of class Class, with an optional CodeSource.
defineClass(String, byte[], int, int, ProtectionDomain) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class, with an optional ProtectionDomain.
defineClass(String, byte[], int, int) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
defined_in - Variable in class org.omg.CORBA.AttributeDescription
 
defined_in - Variable in class org.omg.CORBA.ValueDescription
 
defined_in - Variable in class org.omg.CORBA.ExceptionDescription
 
defined_in - Variable in class org.omg.CORBA.ModuleDescription
 
defined_in - Variable in class org.omg.CORBA.OperationDescription
 
defined_in - Variable in class org.omg.CORBA.InterfaceDescription
 
defined_in - Variable in class org.omg.CORBA.ConstantDescription
 
defined_in - Variable in class org.omg.CORBA.TypeDescription
 
defined_in - Variable in class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
 
defined_in() - Method in interface org.omg.CORBA.Contained
 
definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
Defines a new package by name in this ClassLoader.
definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
Defines a package by name in this ClassLoader.
DefinitionKind - class org.omg.CORBA.DefinitionKind.
 
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.
deflate(byte[]) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
Deflater - class java.util.zip.Deflater.
This class provides support for general purpose decompression using the popular ZLIB compression library.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream - class java.util.zip.DeflaterOutputStream.
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
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) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
deiconifyFrame(JInternalFrame) - Method in class com.sun.java.swing.DefaultDesktopManager
Removes the desktopIcon from it's parent and adds it's frame to the parent.
deiconifyFrame(JInternalFrame) - Method in interface com.sun.java.swing.DesktopManager
Generally, remove any iconic representation that is present and restore the frame to it's original size and location.
deinstall(JEditorPane) - Method in class com.sun.java.swing.text.EditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class com.sun.java.swing.text.StyledEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class com.sun.java.swing.text.html.HTMLEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JTextComponent) - Method in class com.sun.java.swing.text.DefaultHighlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in interface com.sun.java.swing.text.Highlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in interface com.sun.java.swing.text.Caret
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in class com.sun.java.swing.text.DefaultCaret
Called when the UI is being removed from the interface of a JTextComponent.
delegate - Variable in class com.sun.java.swing.DefaultCellEditor
 
Delegate - class org.omg.CORBA.portable.Delegate.
The Delegate abstract class specifies a portable API for ORB-vendor-specific implementation of the org.omg.
DELETE - Static variable in class com.sun.java.swing.event.TableModelEvent
 
DELETE - Static variable in class java.awt.Event
The Delete key.
delete_values(String) - Method in class org.omg.CORBA.Context
Deletes from this Context object the NamedValue object(s) whose name field matches the given property name.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
Update the LineBreakMeasurer after a single character was deleted from the text.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteNextCharAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to delete the character of content that follows the current caret position.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Deletes an owner.
deletePrevCharAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to delete the character of content that precedes the current caret position.
deleteRow() - Method in interface java.sql.ResultSet
JDBC 2.0 Delete the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Determine whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
deleteShortcut() - Method in class java.awt.MenuItem
Delete any MenuShortcut object associated with this menu item.
deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
Deletes the specified menu shortcut.
delItem(int) - Method in class java.awt.List
Deprecated. replaced by remove(String) and remove(int).
delItems(int, int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, Not for public use in the future. This method is expected to be retained only as a package private method.
deliverEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e).
deliverEvent(Event) - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent e)
deltaTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
Transforms an array of relative distance vectors by this transform.
deltaTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
Transforms the relative distance vector specified by ptSrc and stores the result in ptDst.
DENSITY_UNIT_ASPECT_RATIO - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
The X and Y units simply indicate the aspect ratio of the pixels.
DENSITY_UNIT_DOTS_CM - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Pixel density is in pixels per centemeter.
DENSITY_UNIT_DOTS_INCH - Static variable in interface com.sun.image.codec.jpeg.JPEGDecodeParam
Pixel density is in pixels per inch.
depth() - Method in class com.sun.java.swing.text.ElementIterator
Fetches the current depth of element tree.
depthFirstEnumeration() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
deregisterDriver(Driver) - Static method in class java.sql.DriverManager
Drop a Driver from the DriverManager's list.
deriveFont(AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new transform associated with it.
deriveFont(float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new size associated with it.
deriveFont(int, AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new style and transform associated with it.
deriveFont(int, float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new style and size associated with it.
deriveFont(int) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new style associated with it.
deriveFont(Map) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object with a new set of font attributes associated with it.
deriveMMFont(float[], float, float, float, float) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on detailed metric information.
deriveMMFont(float[]) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on the design axes values specified by the array.
descent - Variable in class java.awt.font.TextLine.TextLineMetrics
 
describe_contents(DefinitionKind, boolean, int) - Method in interface org.omg.CORBA.Container
 
describe_interface() - Method in interface org.omg.CORBA.InterfaceDef
 
describe_value() - Method in interface org.omg.CORBA.ValueDef
 
describe() - Method in interface org.omg.CORBA.Contained
 
description - Variable in class java.sql.DriverPropertyInfo
A brief description of the property.
Description - class org.omg.CORBA.ContainedPackage.Description.
 
Description - class org.omg.CORBA.ContainerPackage.Description.
 
Description() - Constructor for class org.omg.CORBA.ContainedPackage.Description
 
Description() - Constructor for class org.omg.CORBA.ContainerPackage.Description
 
Description(Contained, DefinitionKind, Any) - Constructor for class org.omg.CORBA.ContainerPackage.Description
 
Description(DefinitionKind, Any) - Constructor for class org.omg.CORBA.ContainedPackage.Description
 
deselect(int) - Method in class java.awt.List
Deselects the item at the specified index.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was un-selected.
deserialize(ObjectInputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
used by readObject to deserialize a collection
DesignMode - interface java.beans.DesignMode.
This interface is intended to be implemented by, or delegated from, instances of java.beans.
designTime - Variable in class java.beans.beancontext.BeanContextSupport
 
desktop - Static variable in class java.awt.SystemColor
The color of the desktop background.
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the desktop background color.
DESKTOP_ICON - Static variable in class com.sun.java.accessibility.AccessibleRole
An iconified internal frame in a DESKTOP_PANE.
DESKTOP_PANE - Static variable in class com.sun.java.accessibility.AccessibleRole
A pane that supports internal frames and iconified versions of those internal frames.
desktopIcon - Variable in class com.sun.java.swing.JInternalFrame
The icon that is displayed when the frame is iconized.
DesktopIconUI - class com.sun.java.swing.plaf.DesktopIconUI.
Pluggable look and feel interface for JDesktopIcon.
DesktopManager - interface com.sun.java.swing.DesktopManager.
DesktopManager objects are owned by a JDesktopPane object.
DesktopPaneUI - class com.sun.java.swing.plaf.DesktopPaneUI.
Pluggable look and feel interface for JDesktopPane.
desktopProperties - Variable in class java.awt.Toolkit
 
desktopPropsSupport - Variable in class java.awt.Toolkit
 
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
 
destroy() - Method in class java.applet.Applet
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated.
destroy() - Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroy() - Method in interface org.omg.CORBA.IRObject
 
destroy() - Method in interface org.omg.CORBA.DynAny
 
destroy() - Method in interface org.omg.CORBA.Policy
This operation destroys the policy object.
destroy() - Method in interface org.omg.CosNaming.NamingContext
Deletes this naming context if it contains no bindings.
destroy() - Method in interface org.omg.CosNaming.BindingIterator
Destroys this binding iterator.
destWidth - Variable in class java.awt.image.ReplicateScaleFilter
 
detail - Variable in class java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
detail - Variable in class java.rmi.RemoteException
Nested Exception to hold wrapped remote exception.
detail - Variable in class java.rmi.activation.ActivationException
Nested Exception to hold wrapped remote exceptions.
detail - Variable in class java.rmi.server.ServerCloneException
Nested exception for ServerCloneException
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
 
DEVANAGARI - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
DFN - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
DGC - interface java.rmi.dgc.DGC.
The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
DGC_ID - Static variable in class java.rmi.server.ObjID
well-known id for the distributed garbage collector
Dialog - class java.awt.Dialog.
A class that produces a dialog - a window that takes input from the user.
DIALOG - Static variable in class com.sun.java.accessibility.AccessibleRole
A top level window with title bar and a border.
DIALOG_TITLE_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
DIALOG_TYPE_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
Dialog(Dialog, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Dialog, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Dialog) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with a title.
Dialog(Frame) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title.
dialogInit() - Method in class com.sun.java.swing.JDialog
Called by the constructors to init the JDialog properly.
Dictionary - class java.util.Dictionary.
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
 
die() - Method in class com.sun.java.swing.undo.AbstractUndoableEdit
Sets alive to false.
die() - Method in class com.sun.java.swing.undo.CompoundEdit
Send die to each subedit, in the reverse of the order that they were added
die() - Method in interface com.sun.java.swing.undo.UndoableEdit
May be sent to inform an edit that it should no longer be used.
digest - Variable in class java.security.DigestOutputStream
The message digest associated with this stream.
digest - Variable in class java.security.DigestInputStream
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[], int, int) - 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 final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException - exception java.security.DigestException.
This is the generic Message Digest exception.
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 - class java.security.DigestInputStream.
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream - class java.security.DigestOutputStream.
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
Dimension - class java.awt.Dimension.
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class java.awt.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
Dimension2D - class java.awt.geom.Dimension2D.
A class to encapsulate a width and a height Dimension.
Dimension2D() - Constructor for class java.awt.geom.Dimension2D
This is an abstract class that cannot be instantiated directly.
DimensionUIResource - class com.sun.java.swing.plaf.DimensionUIResource.
 
DimensionUIResource(int, int) - Constructor for class com.sun.java.swing.plaf.DimensionUIResource
 
DINGBATS - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
DIR - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
DIR - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
DirectColorModel - class java.awt.image.DirectColorModel.
A ColorModel class that works with pixel values which represent RGB color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.
DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified parameters.
DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying which bits in an int pixel representation contain the red, green and blue color samples and the alpha sample, if present.
DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the given masks specifying which bits in an int pixel representation contain the red, green and blue color samples.
DIRECTORIES_ONLY - Static variable in class com.sun.java.swing.JFileChooser
 
DIRECTORY_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.JFileChooser
 
DIRECTORY_PANE - Static variable in class com.sun.java.accessibility.AccessibleRole
A pane that allows the user to navigate through and select the contents of a directory.
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() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Method in class java.awt.MenuItem
Deprecated. As of JDK version 1.1, replaced by setEnabled(boolean).
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
DISABLED_ICON_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
DISABLED_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
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 event delivery to this menu item for events defined by the specified event mask parameter.
disableResizedPosting() - Method in class com.sun.java.swing.table.TableColumn
 
disableSwingFocusManager() - Static method in class com.sun.java.swing.FocusManager
Disable Swing's focus manager for the calling thread's thread group.
discardAllEdits() - Method in class com.sun.java.swing.undo.UndoManager
Empty the undo manager, sending each edit a die message in the process.
disconnect() - Method in class java.net.HttpURLConnection
Close the connection to the server.
disconnect(Object) - Method in class org.omg.CORBA.ORB
Disconnects the given servant object from the ORB. After this method returns, the ORB will reject incoming remote requests for the disconnected servant and will send the exception 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
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 _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.