JavaTM 2 Platform
Standard Ed. 5.0
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

D - Static variable in class java.awt.PageAttributes.MediaType
The MediaType instance for Engineering D, 22 x 34 in.
D - Static variable in class javax.print.attribute.standard.MediaSize.Engineering
Specifies the engineering D size, 22 inch by 34 inch.
D - Static variable in class javax.print.attribute.standard.MediaSizeName
D size .
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.
damageLineRange(int, int, Shape, Component) - Method in class javax.swing.text.PlainView
Repaint the given line range.
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, 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) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the damageRange method on each UI handled by this object.
damageRange(JTextComponent, int, int, Position.Bias, Position.Bias) - Method in class javax.swing.plaf.multi.MultiTextUI
Invokes the damageRange method on each UI handled by this object.
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, 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.
DARK - Static variable in class javax.swing.plaf.metal.MetalIconFactory
 
DARK_GRAY - Static variable in class java.awt.Color
The color dark gray.
darker() - Method in class java.awt.Color
Creates a new Color that is 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.BasicBorders.ButtonBorder
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicBorders.FieldBorder
 
darkShadow - Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
 
darkShadowColor - Static variable in class javax.swing.plaf.metal.MetalSliderUI
 
DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
data - Variable in class javax.sound.midi.MidiMessage
The MIDI message data.
DATA - Static variable in class javax.swing.text.html.HTML.Attribute
 
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_CONVERSION - Exception in org.omg.CORBA
This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.
DATA_CONVERSION() - Constructor for exception 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(String) - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail.
DATA_CONVERSION(int, CompletionStatus) - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified minor code and completion status.
DATA_CONVERSION(String, int, CompletionStatus) - Constructor for exception org.omg.CORBA.DATA_CONVERSION
Constructs a DATA_CONVERSION exception with the specified detail message, minor code, and completion status.
DATA_TRANSFER_COMPLETE - Static variable in class javax.print.event.PrintJobEvent
The job is not necessarily printed yet, but the data has been transferred successfully from the client to the print service.
DatabaseMetaData - Interface in java.sql
Comprehensive information about the database as a whole.
DataBuffer - Class in java.awt.image
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 that contains the specified number of banks.
DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
Constructs a DataBuffer which contains the specified number of banks.
dataBuffer - Variable in class java.awt.image.Raster
The DataBuffer that stores the image data.
DataBufferByte - Class in java.awt.image
This class extends DataBuffer and stores data internally as bytes.
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.
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(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.
DataBufferDouble - Class in java.awt.image
This class extends DataBuffer and stores data internally in double form.
DataBufferDouble(int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with a specified size.
DataBufferDouble(int, int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with a specified number of banks, all of which are of a specified size.
DataBufferDouble(double[], int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data array.
DataBufferDouble(double[], int, int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data array.
DataBufferDouble(double[][], int) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data arrays.
DataBufferDouble(double[][], int, int[]) - Constructor for class java.awt.image.DataBufferDouble
Constructs a double-based DataBuffer with the specified data arrays, size, and per-bank offsets.
DataBufferFloat - Class in java.awt.image
This class extends DataBuffer and stores data internally in float form.
DataBufferFloat(int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with a specified size.
DataBufferFloat(int, int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with a specified number of banks, all of which are of a specified size.
DataBufferFloat(float[], int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data array.
DataBufferFloat(float[], int, int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data array.
DataBufferFloat(float[][], int) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data arrays.
DataBufferFloat(float[][], int, int[]) - Constructor for class java.awt.image.DataBufferFloat
Constructs a float-based DataBuffer with the specified data arrays, size, and per-bank offsets.
DataBufferInt - Class in java.awt.image
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 number of banks, all of which are the specified size.
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 arrays.
DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
Constructs an integer-based DataBuffer with the specified arrays, size, and offsets.
DataBufferShort - Class in java.awt.image
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 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.
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.
DataBufferUShort - Class in java.awt.image
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 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.
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.
dataDefinitionCausesTransactionCommit() - Method in interface java.sql.DatabaseMetaData
Retrieves whether a data definition statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in interface java.sql.DatabaseMetaData
Retrieves whether this database ignores a data definition statement within a transaction.
DataFlavor - Class in java.awt.datatransfer
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
Constructs a new DataFlavor.
DataFlavor(Class<?>, String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a Java class.
DataFlavor(String, String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a MimeType.
DataFlavor(String, String, ClassLoader) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor that represents a MimeType.
DataFlavor(String) - Constructor for class java.awt.datatransfer.DataFlavor
Constructs a DataFlavor from a mimeType string.
DataFormatException - Exception in java.util.zip
Signals that a data format error has occurred.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
DatagramChannel - Class in java.nio.channels
A selectable channel for datagram-oriented sockets.
DatagramChannel(SelectorProvider) - Constructor for class java.nio.channels.DatagramChannel
Initializes a new instance of this class.
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, 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, SocketAddress) - 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.
DatagramSocket - Class in java.net
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(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
Creates an unbound datagram socket with the specified DatagramSocketImpl.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - Interface in java.net
This interface defines a factory for datagram socket implementations.
DataInput - Interface in java.io
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 in java.io
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 DataInputStream that uses the specified underlying InputStream.
DataInputStream - Interface in org.omg.CORBA
Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.
DataLine - Interface in javax.sound.sampled
DataLine adds media-related functionality to its superinterface, Line.
DataLine.Info - Class in javax.sound.sampled
Besides the class information inherited from its superclass, DataLine.Info provides additional information specific to data lines.
DataLine.Info(Class<?>, AudioFormat[], int, int) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a set of supported audio formats and a range for the buffer size.
DataLine.Info(Class<?>, AudioFormat, int) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a single audio format and a desired buffer size.
DataLine.Info(Class<?>, AudioFormat) - Constructor for class javax.sound.sampled.DataLine.Info
Constructs a data line's info object from the specified information, which includes a single audio format.
DATALINK - Static variable in class java.sql.Types
The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
dataModel - Variable in class javax.swing.JComboBox
This protected field is implementation specific.
dataModel - Variable in class javax.swing.JTable
The TableModel of the table.
DataOutput - Interface in java.io
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 in java.io
A data output 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.
DataOutputStream - Interface in org.omg.CORBA
Defines the methods used to write primitive data types to output streams for marshalling custom value types.
DataSource - Interface in javax.sql
A factory for connections to the physical data source that this DataSource object represents.
DATASOURCE_DB_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
Indicates that a lock is placed on the entire data source that is the source of data for the RowSet object that is using this SyncProvider object.
DATASOURCE_NO_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
Indicates that no locks remain on the originating data source.
DATASOURCE_ROW_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
Indicates that a lock is placed on the rows that are touched by the original SQL statement used to populate the RowSet object that is using this SyncProvider object.
DATASOURCE_TABLE_LOCK - Static variable in class javax.sql.rowset.spi.SyncProvider
Indicates that a lock is placed on all tables that are touched by the original SQL statement used to populate the RowSet object that is using this SyncProvider object.
DataTruncation - Exception in java.sql
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 exception 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.DataBuffer
The data type of this DataBuffer.
dataType - Variable in class java.awt.image.SampleModel
Data type of the DataBuffer storing the pixel data.
DATATYPE_BOOLEAN - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
A constant returned by getAttributeDataType indicating that the value of an attribute is one of 'true' or 'false'.
DATATYPE_DOUBLE - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
A constant returned by getAttributeDataType indicating that the value of an attribute is a string representation of a double-precision decimal floating-point number.
DATATYPE_FLOAT - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
A constant returned by getAttributeDataType indicating that the value of an attribute is a string representation of a decimal floating-point number.
DATATYPE_INTEGER - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
A constant returned by getAttributeDataType indicating that the value of an attribute is a string representation of an integer.
DATATYPE_STRING - Static variable in interface javax.imageio.metadata.IIOMetadataFormat
A constant returned by getAttributeDataType indicating that the value of an attribute is a general Unicode string.
DatatypeConfigurationException - Exception in javax.xml.datatype
Indicates a serious configuration error.
DatatypeConfigurationException() - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
Create a new DatatypeConfigurationException with no specified detail mesage and cause.
DatatypeConfigurationException(String) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
Create a new DatatypeConfigurationException with the specified detail message.
DatatypeConfigurationException(String, Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
Create a new DatatypeConfigurationException with the specified detail message and cause.
DatatypeConfigurationException(Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
Create a new DatatypeConfigurationException with the specified cause.
DatatypeConstants - Class in javax.xml.datatype
Utility class to contain basic Datatype values as constants.
DatatypeConstants.Field - Class in javax.xml.datatype
Type-safe enum class that represents six fields of the Duration class.
DatatypeFactory - Class in javax.xml.datatype
Factory that creates new javax.xml.datatype Objects that map XML to/from Java Objects.
DatatypeFactory() - Constructor for class javax.xml.datatype.DatatypeFactory
Protected constructor to prevent instaniation outside of package.
DATATYPEFACTORY_IMPLEMENTATION_CLASS - Static variable in class javax.xml.datatype.DatatypeFactory
Default implementation class name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
DATATYPEFACTORY_PROPERTY - Static variable in class javax.xml.datatype.DatatypeFactory
Default property name as defined in JSR 206: Java(TM) API for XML Processing (JAXP) 1.3.
dataVector - Variable in class javax.swing.table.DefaultTableModel
The Vector of Vectors of Object values.
Date - Class in java.sql
A thin wrapper around a millisecond value that allows JDBC to identify this as an SQL DATE value.
Date(int, int, int) - Constructor for class java.sql.Date
Deprecated. instead use the constructor Date(long date)
Date(long) - Constructor for class java.sql.Date
Constructs a Date object using the given milliseconds time value.
DATE - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
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(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(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(String) - Constructor for class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
DATE - Static variable in class javax.management.openmbean.SimpleType
The SimpleType instance describing values whose Java class name is java.util.Date.
DATE - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype date.
DATE_EDITOR - Static variable in class javax.accessibility.AccessibleRole
A DATE_EDITOR is a component that allows users to edit java.util.Date and java.util.Time objects
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat - Class in java.text
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.
DateFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
DateFormat.Field(String, int) - Constructor for class java.text.DateFormat.Field
Creates a Field with the specified name.
DateFormatSymbols - Class in java.text
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.
DateFormatter - Class in javax.swing.text
DateFormatter is an InternationalFormatter that does its formatting by way of an instance of java.text.DateFormat.
DateFormatter() - Constructor for class javax.swing.text.DateFormatter
This is shorthand for new DateFormatter(DateFormat.getDateInstance()).
DateFormatter(DateFormat) - Constructor for class javax.swing.text.DateFormatter
Returns a DateFormatter configured with the specified Format instance.
DATETIME - Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype dateTime.
DateTimeAtCompleted - Class in javax.print.attribute.standard
Class DateTimeAtCompleted is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job completed (or was canceled or aborted).
DateTimeAtCompleted(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCompleted
Construct a new date-time at completed attribute with the given Date value.
DateTimeAtCreation - Class in javax.print.attribute.standard
Class DateTimeAtCreation is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job was created.
DateTimeAtCreation(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtCreation
Construct a new date-time at creation attribute with the given Date value.
DateTimeAtProcessing - Class in javax.print.attribute.standard
Class DateTimeAtProcessing is a printing attribute class, a date-time attribute, that indicates the date and time at which the Print Job first began processing.
DateTimeAtProcessing(Date) - Constructor for class javax.print.attribute.standard.DateTimeAtProcessing
Construct a new date-time at processing attribute with the given Date value.
DateTimeSyntax - Class in javax.print.attribute
Class DateTimeSyntax is an abstract base class providing the common implementation of all attributes whose value is a date and time.
DateTimeSyntax(Date) - Constructor for class javax.print.attribute.DateTimeSyntax
Construct a new date-time attribute with the given java.util.Date value.
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of month field.
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.text.DateFormat.Field
Constant identifying the day of week field.
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.text.DateFormat.Field
Constant identifying the day of week field.
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.text.DateFormat.Field
Constant identifying the day of year field.
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.
DAYS - Static variable in class javax.xml.datatype.DatatypeConstants
A constant that represents the days field.
dbgTag - Variable in class javax.management.monitor.Monitor
Deprecated. No replacement.
DD - Static variable in class javax.swing.text.html.HTML.Tag
 
deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
Deactivates the input method.
deactivate() - Method in interface javax.rmi.CORBA.Tie
Deactivates the target object represented by this tie.
deactivate(boolean, boolean) - Method in interface org.omg.PortableServer.POAManagerOperations
This operation changes the state of the POA manager to inactive, causing associated POAs to reject the requests that have not begun executing as well as as any new requests.
deactivate_object(byte[]) - Method in interface org.omg.PortableServer.POAOperations
This operation causes the ObjectId specified in the oid parameter to be deactivated.
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 in javax.swing
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, 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.
DebugGraphics(Graphics) - Constructor for class javax.swing.DebugGraphics
Constructs a debug graphics context from an existing graphics context that supports slowed down drawing.
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 Calendar.MONTH field indicating the twelfth month of the year.
DECEMBER - Static variable in class javax.xml.datatype.DatatypeConstants
Value for twelve month of year.
DECIMAL - Static variable in class java.sql.Types
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
DECIMAL128 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal128 format, 34 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL32 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL64 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal64 format, 16 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the decimal separator field.
DecimalFormat - Class in java.text
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and symbols.
DecimalFormatSymbols - Class in java.text
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.
declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - Interface in org.xml.sax.ext
SAX2 extension handler for DTD declaration events.
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.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.net.URLDecoder
Deprecated. The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decode(ByteBuffer) - Method in class java.nio.charset.Charset
Convenience method that decodes bytes in this charset into Unicode characters.
decode(ByteBuffer, CharBuffer, boolean) - Method in class java.nio.charset.CharsetDecoder
Decodes as many bytes as possible from the given input buffer, writing the results to the given output buffer.
decode(ByteBuffer) - Method in class java.nio.charset.CharsetDecoder
Convenience method that decodes the remaining content of a single input byte buffer into a newly-allocated character buffer.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. Decodes a certificate from an input stream.
decode(byte[]) - Method in interface org.omg.IOP.CodecOperations
Decodes the given byte array into an Any based on the encoding format effective for this Codec.
decode_value(byte[], TypeCode) - Method in interface org.omg.IOP.CodecOperations
Decodes the given byte array into an Any based on the given TypeCode and the encoding format effective for this Codec.
decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a DataFlavor.
decodeJavaMIMEType(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
Decodes a String native for use as a Java MIME type.
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)
decodeLoop(ByteBuffer, CharBuffer) - Method in class java.nio.charset.CharsetDecoder
Decodes one or more bytes into one or more characters.
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
 
DECREMENT - Static variable in interface javax.accessibility.AccessibleAction
An action which decrements a value.
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
Atomically decrement by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
Atomically decrement by one the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
Atomically decrement by one the current value.
decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
Atomically decrement by one the current value.
decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
Atomically decrement the element at index i.
decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
Atomically decrement by one the current value.
decrIndent() - Method in class javax.swing.text.AbstractWriter
Decrements the indent level.
DECRYPT_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to decryption mode.
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays are deeply equal to one another.
deepHashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the "deep contents" of the specified array.
deepToString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the "deep contents" of the specified array.
def - Variable in class java.util.zip.DeflaterOutputStream
Compressor for this stream.
def_kind() - Method in class org.omg.CORBA._IDLTypeStub
 
def_kind() - Method in interface org.omg.CORBA.IRObjectOperations
Returns the DefinitionKind corresponding to this Interface Repository object.
defAttributeList(String, int, int, String, String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
Creates and returns an AttributeList.
DEFAULT - Static variable in class java.awt.dnd.DragSourceContext
An int used by updateCurrentCursor() indicating that the Cursor should change to the default (no drop) Cursor.
DEFAULT - Static variable in class java.security.spec.PSSParameterSpec
The PSS parameter set with all default values.
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT - Static variable in class javax.crypto.spec.OAEPParameterSpec
The OAEP parameter set with all default values.
DEFAULT - Static variable in class javax.crypto.spec.PSource.PSpecified
The encoding input P whose value equals byte[0].
DEFAULT - Static variable in interface javax.swing.Action
Not currently used.
DEFAULT - Static variable in interface javax.swing.plaf.synth.SynthConstants
Indicates the region is the default.
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_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorFactory
Name of the attribute that specifies the default class loader.
DEFAULT_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the default class loader.
DEFAULT_CLASS_LOADER_NAME - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the default class loader MBean name.
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
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_LIFETIME - Static variable in interface org.ietf.jgss.GSSContext
A lifetime constant representing the default context lifetime.
DEFAULT_LIFETIME - Static variable in interface org.ietf.jgss.GSSCredential
A lifetime constant representing the default credential lifetime.
DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
Prefix to use to represent the default XML Namespace.
DEFAULT_OBJECT_MODEL_URI - Static variable in class javax.xml.xpath.XPathFactory
Default Object Model URI.
DEFAULT_OPTION - Static variable in class javax.swing.JOptionPane
Type used for showConfirmDialog.
default_POA(Servant) - Method in interface org.omg.PortableServer.portable.Delegate
The default behavior of this function is to return the root POA from the ORB instance associated with the servant.
DEFAULT_POSITION - Static variable in class javax.swing.border.TitledBorder
Use the default vertical orientation for the title text.
DEFAULT_PROPERTY_NAME - Static variable in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP spec.
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 in javax.swing
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 in javax.swing
The default implementation of a Button component's data model.
DefaultButtonModel() - Constructor for class javax.swing.DefaultButtonModel
Constructs a default JButtonModel.
DefaultCaret - Class in javax.swing.text
A default implementation of Caret.
DefaultCaret() - Constructor for class javax.swing.text.DefaultCaret
Constructs a default caret.
DefaultCellEditor - Class in javax.swing
The default editor for table and tree cells.
DefaultCellEditor(JTextField) - Constructor for class javax.swing.DefaultCellEditor
Constructs a DefaultCellEditor that uses a text field.
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.EditorDelegate - Class in javax.swing
The protected EditorDelegate class.
DefaultCellEditor.EditorDelegate() - Constructor for class javax.swing.DefaultCellEditor.EditorDelegate
 
defaultCharset() - Static method in class java.nio.charset.Charset
Returns the default charset of this Java virtual machine.
defaultChoosers - Variable in class javax.swing.plaf.basic.BasicColorChooserUI
 
DefaultColorSelectionModel - Class in javax.swing.colorchooser
A generic implementation of ColorSelectionModel.
DefaultColorSelectionModel() - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Creates a DefaultColorSelectionModel with the current color set to Color.white.
DefaultColorSelectionModel(Color) - Constructor for class javax.swing.colorchooser.DefaultColorSelectionModel
Creates a DefaultColorSelectionModel with the current color set to color, which should be non-null.
DefaultComboBoxModel - Class in javax.swing
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.
defaultController - Variable in class javax.imageio.IIOParam
The default IIOParamController that will be used to provide settings for this IIOParam object when the activateController method is called.
defaultController - Variable in class javax.imageio.metadata.IIOMetadata
An IIOMetadataController that is suggested for use as the controller for this IIOMetadata object.
DefaultCopyDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently allowed.
DefaultCopyNoDrop - Static variable in class java.awt.dnd.DragSource
The default Cursor to use with a copy operation indicating that a drop is currently not allowed.
DefaultDesktopManager - Class in javax.swing
This is an implementation 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 in javax.swing.text
This is the set of things needed by a text component to be a reasonably functioning editor for some type of text document.
DefaultEditorKit() - Constructor for class javax.swing.text.DefaultEditorKit
default constructor for DefaultEditorKit
DefaultEditorKit.BeepAction - Class in javax.swing.text
Creates a beep.
DefaultEditorKit.BeepAction() - Constructor for class javax.swing.text.DefaultEditorKit.BeepAction
Create this object with the appropriate identifier.
DefaultEditorKit.CopyAction - Class in javax.swing.text
Copies 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 in javax.swing.text
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 in javax.swing.text
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 in javax.swing.text
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 in javax.swing.text
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 in javax.swing.text
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 in javax.swing.text
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.
defaultEditorsByColumnClass - Variable in class javax.swing.JTable
A table of objects that display and edit the contents of a cell, indexed by class as declared in getColumnClass in the TableModel interface.
DefaultFocusManager - Class in javax.swing
This class has been obsoleted by the 1.4 focus APIs.
DefaultFocusManager() - Constructor for class javax.swing.DefaultFocusManager
 
DefaultFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
DefaultFocusTraversalPolicy() - Constructor for class java.awt.DefaultFocusTraversalPolicy
 
DefaultFormatter - Class in javax.swing.text
DefaultFormatter formats aribtrary objects.
DefaultFormatter() - Constructor for class javax.swing.text.DefaultFormatter
Creates a DefaultFormatter.
DefaultFormatterFactory - Class in javax.swing.text
An implementation of JFormattedTextField.AbstractFormatterFactory.
DefaultFormatterFactory() - Constructor for class javax.swing.text.DefaultFormatterFactory
 
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a DefaultFormatterFactory with the specified JFormattedTextField.AbstractFormatter.
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a DefaultFormatterFactory with the specified JFormattedTextField.AbstractFormatters.
DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
Creates a DefaultFormatterFactory with the specified JFormattedTextField.AbstractFormatters.