Java Platform 1.2
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 javax.swing.text.DefaultCaret
Damages the area surrounding the caret to cause it to be repainted in a new location.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.TextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.basic.BasicTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int) - Method in class javax.swing.plaf.multi.MultiTextUI
Call damageRange on each UI handled by this MultiUI.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.TextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.basic.BasicTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.multi.MultiTextUI
Causes the portion of the view responsible for the given part of the model to be repainted.
DARK - Static variable in class javax.swing.plaf.metal.MetalIconFactory
 
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.
darkShadow - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
 
darkShadowColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
Public data for enumerated Unicode general category types
data - Variable in class javax.swing.text.html.parser.Element
A field to store user data.
data - Variable in class javax.swing.text.html.parser.Entity
 
DATA - Static variable in class javax.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) - Constructor for class org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail.
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.
DatabaseMetaData - interface java.sql.DatabaseMetaData.
Comprehensive 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) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing one bank of the specified data type and size.
DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer containing 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, int[]) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
DataBufferByte - class java.awt.image.DataBufferByte.
This class extends DataBuffer and stores data internally as bytes.
DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with the specified arrays.
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 a single bank using the specified array.
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.
DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
Constructs a byte-based DataBuffer with a single bank and the specified size.
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.
DataBufferInt - class java.awt.image.DataBufferInt.
This class extends DataBuffer and stores data internally as integers.
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) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays.
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 a single bank using the specified array.
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.
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.
DataBufferShort - class java.awt.image.DataBufferShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with a single bank and the specified size.
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(short[][], int) - Constructor for class java.awt.image.DataBufferShort
Constructs a short-based DataBuffer with the specified arrays.
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 a single bank using the specified array.
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.
DataBufferUShort - class java.awt.image.DataBufferUShort.
This class extends DataBuffer and stores data internally as shorts.
DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with a single bank and the specified size.
DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified number of banks, all of which are the specified size.
DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
Constructs an unsigned-short based DataBuffer with the specified arrays.
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 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 a single bank using the specified array, size, and offset.
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) - Constructor for class java.awt.datatransfer.DataFlavor
construct a DataFlavor from a Mime Type string.
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, String, ClassLoader) - 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
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) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
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) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
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.
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) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified 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.
DatagramSocketImpl - class java.net.DatagramSocketImpl.
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
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 javax.swing.JComboBox
 
dataModel - Variable in class javax.swing.JTable
The TableModel of the table
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.
An exception that reports a DataTruncation warning (on reads) or throws a DataTruncation exception (on writes) when JDBC unexpectedly truncates a data value.
DataTruncation(int, boolean, boolean, int, int) - Constructor for class java.sql.DataTruncation
Creates a DataTruncation object with the SQLState initialized to 01004, the reason set to "Data truncation", the vendorCode set to the SQLException default, and the other fields set to the given values.
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 javax.swing.table.DefaultTableModel
The Vector of Vector of Object values
Date - class java.sql.Date.
A thin wrapper around a millisecond value that allows JDBC to identify this as a SQL DATE.
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) - Constructor for class java.sql.Date
Deprecated. instead use the constructor Date(long date)
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(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, 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(long) - Constructor for class java.sql.Date
Constructs a Date object 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 javax.swing.text.html.HTML.Tag
 
deactivateFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
 
deactivateFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, indicate that this frame has lost focus.
deactivateFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the frame is no longer selected.
DebugGraphics - class javax.swing.DebugGraphics.
Graphics subclass supporting graphics debugging.
DebugGraphics() - Constructor for class javax.swing.DebugGraphics
Constructs a new debug graphics context that supports slowed down drawing.
DebugGraphics(Graphics) - Constructor for class javax.swing.DebugGraphics
Constructs a debug graphics context from an existing graphics context that supports slowed down drawing.
DebugGraphics(Graphics, JComponent) - Constructor for class javax.swing.DebugGraphics
Constructs a debug graphics context from an existing graphics context that slows down drawing for the specified component.
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
Public data for enumerated Unicode general category types
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) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Create a DecimalFormat from the given pattern and symbols.
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 javax.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 Font that the str argument describes.
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
 
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
 
decodeLineStyle(Object) - Method in class javax.swing.plaf.metal.MetalTreeUI
this function converts between the string passed into the client property and the internal representation (currently and int)
decrButton - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
DECREASE_HIGHLIGHT - Static variable in class javax.swing.plaf.basic.BasicScrollBarUI
 
decreaseButton - Variable in class javax.swing.plaf.metal.MetalScrollBarUI
 
decrIndent() - Method in class javax.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
 
defAttributeList(String, int, int, String, String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an attribute list
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
 
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT - Static variable in interface javax.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 interface javax.swing.text.html.parser.DTDConstants
 
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 javax.swing.text.html.HTMLEditorKit
Default Cascading Style Sheet file that sets up the tag views.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_CURSOR - Static variable in class java.awt.Frame
Deprecated. replaced by Cursor.DEFAULT_CURSOR.
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 javax.swing.border.TitledBorder
Use the default justification for the title text.
DEFAULT_KEYMAP - Static variable in class javax.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 javax.swing.JLayeredPane
Convenience object defining the Default layer.
DEFAULT_OPTION - Static variable in class javax.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 javax.swing.border.TitledBorder
Use the default vertical orientation for the title text.
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
DEFAULT_STYLE - Static variable in class javax.swing.text.StyleContext
The name given to the default logical style attached to paragraphs.
DefaultBoundedRangeModel - class javax.swing.DefaultBoundedRangeModel.
A generic implementation of BoundedRangeModel.
DefaultBoundedRangeModel() - Constructor for class javax.swing.DefaultBoundedRangeModel
Initializes all of the properties with default values.
DefaultBoundedRangeModel(int, int, int, int) - Constructor for class javax.swing.DefaultBoundedRangeModel
Initializes value, extent, minimum and maximum.
defaultButton - Variable in class javax.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 javax.swing.DefaultButtonModel.
The default implementation of a Button component's data model.
DefaultButtonModel() - Constructor for class javax.swing.DefaultButtonModel
Constructs a JButtonModel
DefaultCaret - class javax.swing.text.DefaultCaret.
A default implementation of Caret.
DefaultCaret() - Constructor for class javax.swing.text.DefaultCaret
Constructs a default caret.
DefaultCellEditor - class javax.swing.DefaultCellEditor.
The default editor for table and tree cells.
DefaultCellEditor.EditorDelegate - class javax.swing.DefaultCellEditor.EditorDelegate.
 
DefaultCellEditor.EditorDelegate(DefaultCellEditor) - Constructor for class javax.swing.DefaultCellEditor.EditorDelegate
 
DefaultCellEditor(JCheckBox) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor object that uses a check box.
DefaultCellEditor(JComboBox) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor object that uses a combo box.
DefaultCellEditor(JTextField) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor that uses a text field.
defaultChoosers - Variable in class javax.swing.plaf.basic.BasicColorChooserUI
 
DefaultColorSelectionModel - class javax.swing.colorchooser.DefaultColorSelectionModel.
A generic implementation of ColorSelectionModel.
DefaultColorSelectionModel() - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Default constructor.
DefaultColorSelectionModel(Color) - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Initializes selectedColor to color
DefaultComboBoxModel - class javax.swing.DefaultComboBoxModel.
The default model for combo boxes.
DefaultComboBoxModel() - Constructor for class javax.swing.DefaultComboBoxModel
Constructs an empty DefaultComboBoxModel object.
DefaultComboBoxModel(Object[]) - Constructor for class javax.swing.DefaultComboBoxModel
Constructs a DefaultComboBoxModel object initialized with an array of objects.
DefaultComboBoxModel(Vector) - Constructor for class javax.swing.DefaultComboBoxModel
Constructs a DefaultComboBoxModel object initialized with a vector.
defaultConstraints - Variable in class java.awt.GridBagLayout
This field holds a gridbag constraints instance containing the default values, so if a component does not have gridbag constraints associated with it, then the component will be assigned a copy of the defaultConstraints.
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
Default Cursor Constants
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultDesktopManager - class javax.swing.DefaultDesktopManager.
This is an implementaion of the DesktopManager.
DefaultDesktopManager() - Constructor for class javax.swing.DefaultDesktopManager
 
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 javax.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 javax.swing.text.DefaultEditorKit.BeepAction.
Creates a beep.
DefaultEditorKit.BeepAction() - Constructor for class javax.swing.text.DefaultEditorKit.BeepAction
Create this object with the appropriate identifier.
DefaultEditorKit.CopyAction - class javax.swing.text.DefaultEditorKit.CopyAction.
Coies the selected region and place its contents into the system clipboard.
DefaultEditorKit.CopyAction() - Constructor for class javax.swing.text.DefaultEditorKit.CopyAction
Create this object with the appropriate identifier.
DefaultEditorKit.CutAction - class javax.swing.text.DefaultEditorKit.CutAction.
Cuts the selected region and place its contents into the system clipboard.
DefaultEditorKit.CutAction() - Constructor for class javax.swing.text.DefaultEditorKit.CutAction
Create this object with the appropriate identifier.
DefaultEditorKit.DefaultKeyTypedAction - class javax.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 javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertBreakAction - class javax.swing.text.DefaultEditorKit.InsertBreakAction.
Places a line/paragraph break into the document.
DefaultEditorKit.InsertBreakAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertBreakAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertContentAction - class javax.swing.text.DefaultEditorKit.InsertContentAction.
Places content into the associated document.
DefaultEditorKit.InsertContentAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertContentAction
Creates this object with the appropriate identifier.
DefaultEditorKit.InsertTabAction - class javax.swing.text.DefaultEditorKit.InsertTabAction.
Places a tab character into the document.
DefaultEditorKit.InsertTabAction() - Constructor for class javax.swing.text.DefaultEditorKit.InsertTabAction
Creates this object with the appropriate identifier.
DefaultEditorKit.PasteAction - class javax.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 javax.swing.text.DefaultEditorKit.PasteAction
Create this object with the appropriate identifier.
DefaultEditorKit() - Constructor for class javax.swing.text.DefaultEditorKit
 
defaultEditorsByColumnClass - Variable in class javax.swing.JTable
A table of objects that display and edit the contents of a cell, indexed by class.
DefaultFocusManager - class javax.swing.DefaultFocusManager.
Default swing focus manager implementation.
DefaultFocusManager() - Constructor for class javax.swing.DefaultFocusManager
 
DefaultHighlighter - class javax.swing.text.DefaultHighlighter.
Implements the Highlighter interfaces.
DefaultHighlighter.DefaultHighlightPainter - class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter.
Simple highlight painter that fills a highlighted area with a solid color.
DefaultHighlighter.DefaultHighlightPainter(Color) - Constructor for class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
Constructs a new highlight painter.
DefaultHighlighter() - Constructor for class javax.swing.text.DefaultHighlighter
Creates a new DefaultHighlighther object.
defaultKeyTypedAction - Static variable in class javax.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 javax.swing.DefaultListCellRenderer.
Renders an item in a list.
DefaultListCellRenderer.UIResource - class javax.swing.DefaultListCellRenderer.UIResource.
A subclass of DefaultListCellRenderer that implements UIResource.
DefaultListCellRenderer.UIResource() - Constructor for class javax.swing.DefaultListCellRenderer.UIResource
 
DefaultListCellRenderer() - Constructor for class javax.swing.DefaultListCellRenderer
Constructs a default renderer object for an item in a list.
DefaultListModel - class javax.swing.DefaultListModel.
This class implements the java.util.Vector API and notifies the JListDataModel listeners when changes occur.
DefaultListModel() - Constructor for class javax.swing.DefaultListModel
 
DefaultListSelectionModel - class javax.swing.DefaultListSelectionModel.
Default data model for list selections.
DefaultListSelectionModel() - Constructor for class javax.swing.DefaultListSelectionModel
 
defaultManager() - Static method in class javax.swing.MenuSelectionManager
Returns the default menu selection manager.
DefaultMenuLayout - class javax.swing.plaf.basic.DefaultMenuLayout.
The default layout manager for Popup menus and menubars.
DefaultMenuLayout(Container, int) - Constructor for class javax.swing.plaf.basic.DefaultMenuLayout
 
DefaultMetalTheme - class javax.swing.plaf.metal.DefaultMetalTheme.
This class describes the default Metal Theme.
DefaultMetalTheme() - Constructor for class javax.swing.plaf.metal.DefaultMetalTheme
 
DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
 
DefaultMutableTreeNode - class javax.swing.tree.DefaultMutableTreeNode.
A DefaultMutableTreeNode is a general-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object) - Constructor for class javax.swing.tree.DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(Object, boolean) - Constructor for class javax.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.
defaultPage() - Method in class java.awt.print.PrinterJob
Creates a new PageFormat instance and sets it to a default size and orientation.
defaultPage(PageFormat) - Method in class java.awt.print.PrinterJob
Clones the PageFormat argument and alters the clone to describe a default page size and orientation.
DefaultPainter - Static variable in class javax.swing.text.DefaultHighlighter
 
defaultPressAction - Variable in class javax.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 javax.swing.JRootPane
The action to take when the defaultButton is released.
defaultRenderersByColumnClass - Variable in class javax.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 javax.swing.DefaultSingleSelectionModel.
A generic implementation of SingleSelectionModel.
DefaultSingleSelectionModel() - Constructor for class javax.swing.DefaultSingleSelectionModel
 
DefaultStyledDocument - class javax.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.AttributeUndoableEdit - class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit.
An UndoableEdit used to remember AttributeSet changes to an Element.
DefaultStyledDocument.AttributeUndoableEdit(Element, AttributeSet, boolean) - Constructor for class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit
 
DefaultStyledDocument.ElementBuffer - class javax.swing.text.DefaultStyledDocument.ElementBuffer.
Class to manage changes to the element hierarchy.
DefaultStyledDocument.ElementBuffer(DefaultStyledDocument, Element) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementBuffer
Creates a new ElementBuffer.
DefaultStyledDocument.ElementSpec - class javax.swing.text.DefaultStyledDocument.ElementSpec.
Specification for building elements.
DefaultStyledDocument.ElementSpec(AttributeSet, short) - Constructor for class javax.swing.text.DefaultStyledDocument.ElementSpec
Constructor useful for markup when the markup will not be stored in the document.
DefaultStyledDocument.ElementSpec(AttributeSet, short, char[], int, int) - Constructor for class javax.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 javax.swing.text.DefaultStyledDocument.ElementSpec
Constructor for parsing inside the document when the data has already been added, but len information is needed.
DefaultStyledDocument.SectionElement - class javax.swing.text.DefaultStyledDocument.SectionElement.
Default root element for a document...
DefaultStyledDocument.SectionElement(DefaultStyledDocument) - Constructor for class javax.swing.text.DefaultStyledDocument.SectionElement
Creates a new SectionElement.
DefaultStyledDocument() - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a default styled document.
DefaultStyledDocument(AbstractDocument.Content, StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a styled document.
DefaultStyledDocument(StyleContext) - Constructor for class javax.swing.text.DefaultStyledDocument
Constructs a styled document with the default content storage implementation and a shared set of styles.
DefaultTableCellRenderer - class javax.swing.table.DefaultTableCellRenderer.
The standard class for rendering (displaying) individual cells in a JTable.
DefaultTableCellRenderer.UIResource - class javax.swing.table.DefaultTableCellRenderer.UIResource.
A subclass of DefaultTableCellRenderer that implements UIResource.
DefaultTableCellRenderer.UIResource() - Constructor for class javax.swing.table.DefaultTableCellRenderer.UIResource
 
DefaultTableCellRenderer() - Constructor for class javax.swing.table.DefaultTableCellRenderer
Creates a default table cell renderer.
DefaultTableColumnModel - class javax.swing.table.DefaultTableColumnModel.
The standard column-handler for a JTable.
DefaultTableColumnModel() - Constructor for class javax.swing.table.DefaultTableColumnModel
Creates a default table column model.
DefaultTableModel - class javax.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 javax.swing.table.DefaultTableModel
Constructs a default DefaultTableModel which is a table of zero columns and zero rows.
DefaultTableModel(int, int) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel with numRows and numColumns of null object values.
DefaultTableModel(Object[][], Object[]) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultTableModel(Object[], int) - Constructor for class javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultTableModel(Vector, int) - Constructor for class javax.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 javax.swing.table.DefaultTableModel
Constructs a DefaultTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicButtonUI
 
defaultTextShiftOffset - Variable in class javax.swing.plaf.basic.BasicButtonUI
 
DefaultTextUI - class javax.swing.text.DefaultTextUI.
Deprecated.  
DefaultTextUI() - Constructor for class javax.swing.text.DefaultTextUI
Deprecated.  
DefaultTreeCellEditor - class javax.swing.tree.DefaultTreeCellEditor.
A TreeCellEditor.
DefaultTreeCellEditor.DefaultTextField - class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField.
TextField used when no editor is supplied.
DefaultTreeCellEditor.DefaultTextField(DefaultTreeCellEditor, Border) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
Constructs a DefaultTreeCellEditor$DefaultTextField object.
DefaultTreeCellEditor.EditorContainer - class javax.swing.tree.DefaultTreeCellEditor.EditorContainer.
Container responsible for placing the editingComponent.
DefaultTreeCellEditor.EditorContainer(DefaultTreeCellEditor) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
 
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer) - Constructor for class javax.swing.tree.DefaultTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and a default editor.
DefaultTreeCellEditor(JTree, DefaultTreeCellRenderer, TreeCellEditor) - Constructor for class javax.swing.tree.DefaultTreeCellEditor
Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
DefaultTreeCellRenderer - class javax.swing.tree.DefaultTreeCellRenderer.
Displays an entry in a tree.
DefaultTreeCellRenderer() - Constructor for class javax.swing.tree.DefaultTreeCellRenderer
Returns a new instance of DefaultTreeCellRenderer.
DefaultTreeModel - class javax.swing.tree.DefaultTreeModel.
A simple tree data model that uses TreeNodes.
DefaultTreeModel(TreeNode) - Constructor for class javax.swing.tree.DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class javax.swing.tree.DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
DefaultTreeSelectionModel - class javax.swing.tree.DefaultTreeSelectionModel.
Implementation of TreeSelectionModel.
DefaultTreeSelectionModel() - Constructor for class javax.swing.tree.DefaultTreeSelectionModel
Creates a new instance of DefaultTreeSelectionModel that is empty, and having a selection mode of DISCONTIGUOUS_TREE_SELECTION.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
defContentModel(int, Object, ContentModel) - Method in class javax.swing.text.html.parser.DTD
Define a content model
defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an element.
defEntity(String, int, int) - Method in class javax.swing.text.html.parser.DTD
Define a character entity.
defEntity(String, int, String) - Method in class javax.swing.text.html.parser.DTD
Define an entity.
defineAttributes(String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define the attributes of an element.
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) - Method in class java.lang.ClassLoader
Converts an array of bytes into an instance of class Class.
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.
defined_in - Variable in class org.omg.CORBA.ValueMember
The name of the value member described by this ValueMember object.
defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Define an element.
defineEntity(String, int, char[]) - Method in class javax.swing.text.html.parser.DTD
Define an entity.
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.
 
DefinitionKind(int) - Constructor for 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[]) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED - Static variable in class java.util.zip.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 compression 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) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
DeflaterOutputStream - class java.util.zip.DeflaterOutputStream.
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul 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, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
Removes the desktopIcon from it's parent and adds it's frame to the parent.
deiconifyFrame(JInternalFrame) - Method in interface javax.swing.DesktopManager
Generally, remove any iconic representation that is present and restore the frame to it's original size and location.
deiconifyFrame(JInternalFrame) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
This method is called when the user wants to deiconify the frame.
deiconize() - Method in class javax.swing.plaf.basic.BasicDesktopIconUI
 
deinstall(JEditorPane) - Method in class javax.swing.text.EditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class javax.swing.text.StyledEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit
Called when the kit is being removed from the JEditorPane.
deinstall(JTextComponent) - Method in interface javax.swing.text.Highlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in interface javax.swing.text.Caret
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultCaret
Called when the UI is being removed from the interface of a JTextComponent.
deinstall(JTextComponent) - Method in class javax.swing.text.DefaultHighlighter
Called when the UI is being removed from the interface of a JTextComponent.
deinstallMouseHandlers(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
 
delegate - Variable in class javax.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.CORBA.Object methods.
Delegate() - Constructor for class org.omg.CORBA.portable.Delegate
 
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.basic.BasicComboPopup
This is is a utility method that helps event handlers figure out where to send the focus when the popup is brought up.
delegateFocus(MouseEvent) - Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalComboPopup
 
DELETE - Static variable in class java.awt.Event
The Delete key.
DELETE - Static variable in class javax.swing.event.TableModelEvent
Identifies the removal of rows or columns.
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
Updates this LineBreakMeasurer after a single character is 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 javax.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 javax.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 Deletes the current row from the result set and the underlying database.
deletesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
JDBC 2.0 Indicates 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.
depth() - Method in class javax.swing.text.ElementIterator
Fetches the current depth of element tree.
depthFirstEnumeration() - Method in class javax.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in depth-first order.
depthOffset - Variable in class javax.swing.plaf.basic.BasicTreeUI
How much the depth should be offset to properly calculate x locations.
deregisterDriver(Driver) - Static method in class java.sql.DriverManager
Drops 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 and applying a new transform to it.
deriveFont(float) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new size to it.
deriveFont(int) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new style to it.
deriveFont(int, AffineTransform) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and transform.
deriveFont(int, float) - Method in class java.awt.Font
Creates a new Font object by replicating this Font object and applying a new style and size.
deriveFont(Map) - Method in class java.awt.Font
Creates a new Font object by replicating the current Font object and applying a new set of font attributes to it.
deriveMMFont(float[]) - Method in interface java.awt.font.MultipleMaster
Creates a new instance of a multiple master font based on the design axis values contained in the specified array.
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.
descent - Variable in class java.awt.font.TextLine.TextLineMetrics
 
description - Variable in class java.sql.DriverPropertyInfo
A brief description of the property, which may be null.
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.BeanContext, in order to propagate to its nested hierarchy of java.beans.BeanContextChild instances, the current "designTime" property.
designTime - Variable in class java.beans.beancontext.BeanContextSupport
 
desktop - Static variable in class java.awt.SystemColor
The color of the desktop background.
desktop - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the desktop background color.
DESKTOP_ICON - Static variable in class javax.accessibility.AccessibleRole
An iconified internal frame in a DESKTOP_PANE.
DESKTOP_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane that supports internal frames and iconified versions of those internal frames.
desktopIcon - Variable in class javax.swing.JInternalFrame
The icon that is displayed when the frame is iconized.
desktopIcon - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
 
DesktopIconUI - class javax.swing.plaf.DesktopIconUI.
Pluggable look and feel interface for JDesktopIcon.
DesktopIconUI() - Constructor for class javax.swing.plaf.DesktopIconUI
 
desktopManager - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
 
DesktopManager - interface javax.swing.DesktopManager.
DesktopManager objects are owned by a JDesktopPane object.
DesktopPaneUI - class javax.swing.plaf.DesktopPaneUI.
Pluggable look and feel interface for JDesktopPane.
DesktopPaneUI() - Constructor for class javax.swing.plaf.DesktopPaneUI
 
desktopProperties - Variable in class java.awt.Toolkit
 
desktopPropsSupport - Variable in class java.awt.Toolkit
 
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
 
destination - Variable in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
Destination that recieves all events.
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 this DynAny.
destroy() - Method in interface org.omg.CORBA.Policy
This operation destroys the policy object.
destroy() - Method in interface org.omg.CosNaming.NamingContext
The destroy operation deletes a naming context.
destroy() - Method in class org.omg.CosNaming._BindingIteratorStub
 
destroy() - Method in class org.omg.CosNaming._NamingContextStub
 
destroy() - Method in interface org.omg.CosNaming.BindingIterator
This operation destroys the 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
detailsViewIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
determineOffset(JTree, Object, boolean, boolean, boolean, int) - Method in class javax.swing.tree.DefaultTreeCellEditor
 
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DFN - Static variable in class javax.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 Dialog is a top-level window with a title and a border that is typically used to take some form of input from the user.
DIALOG - Static variable in class javax.accessibility.AccessibleRole
A top level window with title bar and a border.
DIALOG_TITLE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies a change in the dialog title.
DIALOG_TYPE_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies a change in the type of files displayed (files only, directories only, or both files and directories.
Dialog(Dialog) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner dialog.
Dialog(Dialog, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with the specified owner dialog and title.
Dialog(Dialog, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner dialog, title, and modality.
Dialog(Frame) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with an empty title and the specified owner frame.
Dialog(Frame, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with an empty title, the specified owner frame and modality.
Dialog(Frame, String) - Constructor for class java.awt.Dialog
Constructs an initially invisible, non-modal Dialog with the specified owner frame and title.
Dialog(Frame, String, boolean) - Constructor for class java.awt.Dialog
Constructs an initially invisible Dialog with the specified owner frame, title, and modality.
dialogInit() - Method in class javax.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
Sole constructor.
die() - Method in class javax.swing.undo.AbstractUndoableEdit
Sets alive to false.
die() - Method in class javax.swing.undo.CompoundEdit
Send die to each subedit, in the reverse of the order that they were added
die() - Method in interface javax.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[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
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.
The Dimension2D class is 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 javax.swing.plaf.DimensionUIResource.
 
DimensionUIResource(int, int) - Constructor for class javax.swing.plaf.DimensionUIResource
 
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DIR - Static variable in class javax.swing.text.html.HTML.Tag
 
DIR - Static variable in class javax.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) - 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.
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.
direction - Variable in class javax.swing.plaf.basic.BasicArrowButton
 
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeTraverseAction
Determines direction to traverse, 1 means expand, -1 means collapse.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreePageAction
Specifies the direction to adjust the selection by.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeIncrementAction
Specifies the direction to adjust the selection by.
direction - Variable in class javax.swing.plaf.basic.BasicTreeUI.TreeHomeAction
 
DIRECTORIES_ONLY - Static variable in class javax.swing.JFileChooser
Instruction to display only directories.
DIRECTORY_CHANGED_PROPERTY - Static variable in class javax.swing.JFileChooser
Identifies user's directory change.
DIRECTORY_PANE - Static variable in class javax.accessibility.AccessibleRole
A pane that allows the user to navigate through and select the contents of a directory.
directoryIcon - Variable in class javax.swing.plaf.basic.BasicFileChooserUI
 
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 javax.swing.AbstractButton
Identifies a change to the icon used when the button has been disabled.
DISABLED_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class javax.swing.AbstractButton
Identifies a change to the icon used when the button has been disabled and selected.
disabledForeground - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
 
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalToggleButtonUI
 
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalRadioButtonUI
 
disabledTextColor - Variable in class javax.swing.plaf.metal.MetalButtonUI
 
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 javax.swing.table.TableColumn
Turns off listener-notifications would otherwise occur when a column is resized.
disableSwingFocusManager() - Static method in class javax.swing.FocusManager
Disable Swing's focus manager for the calling thread's thread group.
discardAllEdits() - Method in class javax.swing.undo.UndoManager
Empty the undo manager, sending each edit a die message in the process.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
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.
DISCONTIGUOUS_TREE_SELECTION - Static variable in interface javax.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() - Method in class org.omg.CORBA.TypeCode
Returns a TypeCode object describing all non-default member labels.
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
Deprecated. no replacement
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.
dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
Dispatches an event to the active input method.
DISPLAY - Static variable in class javax.swing.text.html.CSS.Attribute
 
DISPOSE_ON_CLOSE - Static variable in interface javax.swing.WindowConstants
The dispose-window default window close operation
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
Releases the resources allocated for the operation.
dispose() - Method in class java.awt.Window
Releases all of the native screen resources used by this Window and its subcomponents.
dispose() - Method in interface java.awt.CompositeContext
Releases resources allocated for a context.
dispose() - Method in class java.awt.im.InputContext
Disposes of the input context and release the resources used by it.
dispose() - Method in class javax.swing.JInternalFrame
Disposes of this internal frame.
dispose() - Method in class javax.swing.DebugGraphics
Overrides Graphics.dispose.
distance(double, double) - Method in class java.awt.geom.Point2D
Returns the distance from this Point2D to a specified point.
distance(double, double, double, double) - Static method in class java.awt.geom.Point2D
Returns the distance between two points.
distance(Point2D) - Method in class java.awt.geom.Point2D
Returns the distance from this Point2D to a specified Point2D.
distanceSq(double, double) - Method in class java.awt.geom.Point2D
Returns the square of the distance from this Point2D to a specified point.
distanceSq(double, double, double, double) - Static method in class java.awt.geom.Point2D
Returns the square of the distance between two points.
distanceSq(Point2D) - Method in class java.awt.geom.Point2D
Returns the square of the distance from this Point2D to a specified Point2D.
DISTINCT - Static variable in class java.sql.Types
JDBC 2.0 A type based on a built-in type.
DIV - Static variable in class javax.swing.text.html.HTML.Tag
 
divide(BigDecimal, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is this.scale().
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(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 - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Instance of the divider for this JSplitPane.
DIVIDER - Static variable in class javax.swing.JSplitPane
Used to add a Component that will represent the divider.
DIVIDER_SIZE_PROPERTY - Static variable in class javax.swing.JSplitPane
Bound property name for border.
dividerResizeToggleKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
 
dividerSize - Variable in class javax.swing.JSplitPane
Size of the divider.
dividerSize - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
Size of the divider.
dividerSize - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
The size of the divider while the dragging session is valid.
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_Native - 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_ValueMember - Static variable in class org.omg.CORBA.DefinitionKind
 
dk_Wstring - Static variable in class org.omg.CORBA.DefinitionKind
 
DL - Static variable in class javax.swing.text.html.HTML.Tag
 
DnDConstants - class java.awt.dnd.DnDConstants.
 
DO_NOTHING_ON_CLOSE - Static variable in interface javax.swing.WindowConstants
The do-nothing default window close operation
doAccessibleAction(int) - Method in interface javax.accessibility.AccessibleAction
Perform the specified Action on the object
doAccessibleAction(int) - Method in class javax.accessibility.AccessibleHyperlink
Perform the specified Action on the object
doAccessibleAction(int) - Method in class javax.swing.JTree.AccessibleJTree.AccessibleJTreeNode
Perform the specified Action on the tree node.
doAccessibleAction(int) - Method in class javax.swing.AbstractButton.AccessibleAbstractButton
Perform the specified Action on the object
doAccessibleAction(int) - Method in class javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.HTMLLink
Perform the specified Action on the object
doAccessibleAction(int) - Method in class javax.swing.JComboBox.AccessibleJComboBox
Perform the specified Action on the object
dockingBorderColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
 
dockingColor - Variable in class javax.swing.plaf.basic.BasicToolBarUI
 
dockingListener - Variable in class javax.swing.plaf.basic.BasicToolBarUI
 
doClick() - Method in class javax.swing.AbstractButton
Programatically perform a "click".
doClick(int) - Method in class javax.swing.AbstractButton
Programatically perform a "click".
doClick(int) - Method in class javax.swing.JMenu
Programatically perform a "click".
Document - interface javax.swing.text.Document.
Container for text that supports editing and provides notification of changes (serves as the model in an MVC relationship).
DocumentEvent - interface javax.swing.event.DocumentEvent.
Interface for document change notifications.
DocumentEvent.ElementChange - interface javax.swing.event.DocumentEvent.ElementChange.
Describes changes made to an element.
DocumentEvent.EventType - class javax.swing.event.DocumentEvent.EventType.
Typesafe enumeration for document event types
DocumentListener - interface javax.swing.event.DocumentListener.
Interface for an observer to register to receive notifications of changes to a text document.
DocumentParser - class javax.swing.text.html.parser.DocumentParser.
A Parser for HTML Documents.
DocumentParser(DTD) - Constructor for class javax.swing.text.html.parser.DocumentParser
 
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 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.
doLayout() - Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
Lays out this Container.
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
Deprecated. no replacement
done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
Deprecated. JDK1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall, invoke, and done), a stub uses a single method, invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.

JDK1.2 stubs are generated using rmic -v1.2. By default, rmic generates stubs compatible with JDK1.1 and JDK1.2. The compatible stubs can also be generated using rmic -vcompat.

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) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivileged(PrivilegedAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction 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.
doPrivileged(PrivilegedExceptionAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
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 object.
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 javax.swing.text.DefaultEditorKit
Name of the Action for moving the caret logically downward one position.
downKey - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
downKey - Variable in class javax.swing.plaf.basic.BasicToolBarUI
 
downKey - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
 
DRAG_LAYER - Static variable in class javax.swing.JLayeredPane
Convenience object defining the Drag layer.
dragDividerTo(int) - Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
Messages the BasicSplitPaneUI with dragDividerTo that this instance is contained in.
dragDividerTo(int) - Method in class javax.swing.plaf.basic.BasicSplitPaneUI
Messaged during a dragging session to move the divider to the passed in location.
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 javax.swing.DefaultDesktopManager
Calls setBoundsForFrame() with the new values.
dragFrame(JComponent, int, int) - Method in interface javax.swing.DesktopManager
The user has moved the frame.
draggedColumn - Variable in class javax.swing.table.JTableHeader
The index of the column being dragged.
draggedDistance - Variable in class javax.swing.table.JTableHeader
The distance from its original position the column has been dragged
dragger - Variable in class javax.swing.plaf.basic.BasicSplitPaneDivider
Handles mouse dragging message to do the actual dragging.
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) - 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, Component, int) - Constructor for class java.awt.dnd.DragGestureRecognizer
construct a new DragGestureRecognizer
DragGestureRecognizer(DragSource, Component, int, DragGestureListener) - Constructor for class java.awt.dnd.DragGestureRecognizer
construct a new DragGestureRecognizer
draggingHW - Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
Set to true in startDragging if any of the children (not including the nonContinuousLayoutDivider) are heavy weights.
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) - Constructor for class java.awt.dnd.DragSourceDragEvent
Constructs a DragSourceDragEvent.
DragSourceDropEvent - class java.awt.dnd.DragSourceDropEvent.
The DragSourceDropEvent is delivered from the DragSourceContextPeer, via the DragSourceContext, to its currently registered DragSourceListener.
DragSourceDropEvent(DragSourceContext) - Constructor for class java.awt.dnd.DragSourceDropEvent
construct a DragSourceDropEvent for a drag that does not result in a drop
DragSourceDropEvent(DragSourceContext, int, boolean) - Constructor for class java.awt.dnd.DragSourceDropEvent
construct a DragSourceDropEvent for 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.
dragTo(Point, Point) - Method in class javax.swing.plaf.basic.BasicToolBarUI
 
dragWindow - Variable in class javax.swing.plaf.basic.BasicToolBarUI
 
drain() - Method in class java.io.ObjectOutputStream
Drain any buffered data in ObjectOutputStream.
draw(Graphics2D, float, float) - Method in class java.awt.font.TextLayout
Renders this TextLayout at the specified location in the specified Graphics2D context.
draw(Graphics2D, float, float) - Method in class java.awt.font.GraphicAttribute
Renders this GraphicAttribute at the specified location.
draw(Graphics2D, float, float) - Method in class java.awt.font.ShapeGraphicAttribute
Draws the graphic at the given location.
draw(Graphics2D, float, float) - Method in class java.awt.font.ImageGraphicAttribute
Renders the graphic at the specified location.
draw(Shape) - Method in class java.awt.Graphics2D
Strokes the outline of a Shape using the settings of the current Graphics2D context.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics2D
Draws a 3-D highlighted outline of the specified rectangle.
draw3DRect(int, int, int, int, boolean) - Method in class javax.swing.DebugGraphics
Overrides Graphics.draw3DRect.
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.
drawArc(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawArc.
drawBezel(Graphics, int, int, int, int, boolean, boolean, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
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.
drawBytes(byte[], int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawBytes.
drawCentered(Component, Graphics, Icon, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
 
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.
drawChars(char[], int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawChars.
drawCheck(Component, Graphics, int, int) - Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
 
drawDashedHorizontalLine(Graphics, int, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
 
drawDashedRect(Graphics, int, int, int, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
drawDashedVerticalLine(Graphics, int, int, int) - Method in class javax.swing.plaf.basic.BasicTreeUI
 
drawEchoCharacter(Graphics, int, int, char) - Method in class javax.swing.text.PasswordView
Renders the echo character, or whatever graphic should be used to display the password characters.
drawEtchedRect(Graphics, int, int, int, int, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
drawGlyphVector(GlyphVector, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawGroove(Graphics, int, int, int, int, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class java.awt.Graphics2D
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, AffineTransform, ImageObserver) - Method in class java.awt.Graphics2D
Renders an image, applying a transform from image space into user space before drawing.
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, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
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, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
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, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
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, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
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, Color, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
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.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawImage.
drawingCache - Variable in class javax.swing.plaf.basic.BasicTreeUI
Used for minimizing the drawing of vertical lines.
drawLine(int, Graphics, int, int) - Method in class javax.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 javax.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 java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawLine(int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawLine.
drawLoweredBezel(Graphics, int, int, int, int, Color, Color, Color, Color) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
 
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of an oval.
drawOval(int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawOval.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(int[], int[], int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawPolygon.
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 java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawPolyline.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRect(int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawRect.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class java.awt.Graphics2D
Renders a RenderedImage, applying a transform from image space into user space before drawing.
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.
drawRoundRect(int, int, int, int, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawRoundRect.
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PlainView
Renders the given range in the model as selected text.
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.WrappedPlainView
Renders the given range in the model as selected text.
drawSelectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PasswordView
Renders the given range in the model as selected text.
drawString(AttributedCharacterIterator, float, float) - Method in class java.awt.Graphics2D
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
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
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawString.
drawString(Graphics, String, int, int, int) - Static method in class javax.swing.plaf.basic.BasicGraphicsUtils
Draw a string with the graphics g at location (x,y) just like g.drawString() would.
drawString(String, float, float) - Method in class java.awt.Graphics2D
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
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
Renders the text of the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, int, int) - Method in class javax.swing.DebugGraphics
Overrides Graphics.drawString.
drawTabbedText(Segment, int, int, Graphics, TabExpander, int) - Static method in class javax.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 javax.swing.text.PlainView
Renders the given range in the model as normal unselected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.WrappedPlainView
Renders the given range in the model as normal unselected text.
drawUnselectedText(Graphics, int, int, int, int) - Method in class javax.swing.text.PasswordView
Renders the given range in the model as normal unselected text.
Driver - interface java.sql.Driver.
The interface that every driver class must implement.
DriverManager - class java.sql.DriverManager.
The basic service for managing a set of JDBC drivers.
DriverPropertyInfo - class java.sql.DriverPropertyInfo.
Driver properties for making a connection.
DriverPropertyInfo(String, String) - Constructor for class java.sql.DriverPropertyInfo
Constructs a DriverPropertyInfo object 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) - 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, boolean, FlavorMap) - 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) - Constructor for class java.awt.dnd.DropTargetDropEvent
Constructs a DropTargetDropEvent.
DropTargetDropEvent(DropTargetContext, Point, int, int, boolean) - Constructor for class java.awt.dnd.DropTargetDropEvent
Construct a DropTargetEvent
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 that implements the opaque DST_IN rule with an alpha of 1.0f.
DstOut - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OUT rule with an alpha of 1.0f.
DstOver - Static variable in class java.awt.AlphaComposite
AlphaComposite object that implements the opaque DST_OVER rule with an alpha of 1.0f.
DT - Static variable in class javax.swing.text.html.HTML.Tag
 
dtd - Variable in class javax.swing.text.html.parser.Parser
 
DTD - class javax.swing.text.html.parser.DTD.
The representation of an SGML DTD.
DTD(String) - Constructor for class javax.swing.text.html.parser.DTD
Create a new DTD.
DTDConstants - interface javax.swing.text.html.parser.DTDConstants.
SGML constants used in a DTD.
DUMMY - Static variable in class javax.swing.text.html.HTML.Attribute
 
dump(PrintStream) - Method in class javax.swing.text.AbstractDocument
Gives a diagnostic dump.
dump(PrintStream, int) - Method in class javax.swing.text.AbstractDocument.AbstractElement
Dumps a debugging representation of the element hierarchy.
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
Returns a duplicate of the object reference provided.
DynamicImplementation - class org.omg.CORBA.DynamicImplementation.
The base class for all object implementations using the DSI.
DynamicImplementation() - Constructor for class org.omg.CORBA.DynamicImplementation
 
DynAny - interface org.omg.CORBA.DynAny.
org.omg.CORBA.Any values can be dynamically interpreted (traversed) and constructed through DynAny objects.
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
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 Version 1.2 of Java Platform API Specification
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.