- 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 - Interface in javax.xml.crypto
-
An abstract representation of the result of dereferencing a
URIReference or the input/output of subsequent
Transforms.
- 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.
- DataBindingException - Exception in javax.xml.bind
-
Exception that represents a failure in a JAXB operation.
- DataBindingException(String, Throwable) - Constructor for exception javax.xml.bind.DataBindingException
-
- DataBindingException(Throwable) - Constructor for exception javax.xml.bind.DataBindingException
-
- 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.
- DataContentHandler - Interface in javax.activation
-
The DataContentHandler interface is implemented by objects that can
be used to extend the capabilities of the DataHandler's implementation
of the Transferable interface.
- DataContentHandlerFactory - Interface in javax.activation
-
This interface defines a factory for DataContentHandlers.
- 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
-
A DataFlavor provides meta information about data.
- 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.
- DataHandler - Class in javax.activation
-
The DataHandler class provides a consistent interface to data
available in many different sources and formats.
- DataHandler(DataSource) - Constructor for class javax.activation.DataHandler
-
Create a DataHandler instance referencing the
specified DataSource.
- DataHandler(Object, String) - Constructor for class javax.activation.DataHandler
-
Create a DataHandler instance representing an object
of this MIME type.
- DataHandler(URL) - Constructor for class javax.activation.DataHandler
-
Create a DataHandler instance referencing a URL.
- 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.
- 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.activation
-
The DataSource interface provides the JavaBeans Activation Framework
with an abstraction of an arbitrary collection of data.
- 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 thrown as a DataTruncation exception
(on writes) or reported as a
DataTruncation warning (on reads)
when a data values is unexpectedly truncated for reasons other than its having
exceeded MaxFieldSize.
- DataTruncation(int, boolean, boolean, int, int) - Constructor for exception java.sql.DataTruncation
-
Creates a DataTruncation object
with the SQLState initialized
to 01004 when read is set to true and 22001
when read is set to false,
the reason set to "Data truncation", the
vendor code set to 0, and
the other fields set to the given values.
- DataTruncation(int, boolean, boolean, int, int, Throwable) - Constructor for exception java.sql.DataTruncation
-
Creates a DataTruncation object
with the SQLState initialized
to 01004 when read is set to true and 22001
when read is set to false,
the reason set to "Data truncation", the
vendor code set to 0, 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 the boolean
values '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.
- DatatypeConverter - Class in javax.xml.bind
-
The javaType binding declaration can be used to customize the binding of
an XML schema datatype to a Java datatype.
- DatatypeConverterInterface - Interface in javax.xml.bind
-
The DatatypeConverterInterface is for JAXB provider use only.
- 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
-
- 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(Era, int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era,
month-of-year and day-of-month fields.
- date(int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year,
month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from another temporal object.
- date(Era, int, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the
proleptic-year, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.HijrahChronology
-
- date(Era, int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era, month-of-year
and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year, month-of-year
and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from another date-time object.
- date(Era, int, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the
proleptic-year, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.JapaneseChronology
-
- date(Era, int, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the
proleptic-year, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.MinguoChronology
-
- date(Era, int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era, month-of-year and day-of-month fields.
- date(int, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the
proleptic-year, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- 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
-
- Date(int, int, int, int, int) - Constructor for class java.util.Date
-
- Date(int, int, int, int, int, int) - Constructor for class java.util.Date
-
- Date(String) - Constructor for class java.util.Date
-
- 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.
- DateEditor(JSpinner) - Constructor for class javax.swing.JSpinner.DateEditor
-
Construct a JSpinner editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField.
- DateEditor(JSpinner, String) - Constructor for class javax.swing.JSpinner.DateEditor
-
Construct a JSpinner editor that supports displaying
and editing the value of a SpinnerDateModel
with a JFormattedTextField.
- dateEpochDay(long) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in the Hijrah calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in the Japanese calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in the Minguo calendar system from the epoch-day.
- dateEpochDay(long) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in the Thai Buddhist calendar system from the epoch-day.
- dateFilter(RowFilter.ComparisonType, Date, int...) - Static method in class javax.swing.RowFilter
-
Returns a RowFilter that includes entries that
have at least one Date value meeting the specified
criteria.
- 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.
- DateFormatProvider - Class in java.text.spi
-
An abstract class for service providers that
provide concrete implementations of the
DateFormat class.
- DateFormatProvider() - Constructor for class java.text.spi.DateFormatProvider
-
Sole constructor.
- 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
FORMAT
locale.
- DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
-
Construct a DateFormatSymbols object by loading format data from
resources for the given locale.
- DateFormatSymbolsProvider - Class in java.text.spi
-
An abstract class for service providers that
provide instances of the
DateFormatSymbols class.
- DateFormatSymbolsProvider() - Constructor for class java.text.spi.DateFormatSymbolsProvider
-
Sole constructor.
- 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.
- dateNow() - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the system clock in the specified time-zone.
- dateNow(Clock) - Method in interface java.time.chrono.Chronology
-
Obtains the current local date in this chronology from the specified clock.
- dateNow() - Method in class java.time.chrono.HijrahChronology
-
- dateNow(ZoneId) - Method in class java.time.chrono.HijrahChronology
-
- dateNow(Clock) - Method in class java.time.chrono.HijrahChronology
-
- dateNow() - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the default time-zone.
- dateNow(ZoneId) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the system clock in the specified time-zone.
- dateNow(Clock) - Method in class java.time.chrono.IsoChronology
-
Obtains the current ISO local date from the specified clock.
- dateNow() - Method in class java.time.chrono.JapaneseChronology
-
- dateNow(ZoneId) - Method in class java.time.chrono.JapaneseChronology
-
- dateNow(Clock) - Method in class java.time.chrono.JapaneseChronology
-
- dateNow() - Method in class java.time.chrono.MinguoChronology
-
- dateNow(ZoneId) - Method in class java.time.chrono.MinguoChronology
-
- dateNow(Clock) - Method in class java.time.chrono.MinguoChronology
-
- dateNow() - Method in class java.time.chrono.ThaiBuddhistChronology
-
- dateNow(ZoneId) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- dateNow(Clock) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- 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.
- DateTimeException - Exception in java.time
-
Exception used to indicate a problem while calculating a date-time.
- DateTimeException(String) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message.
- DateTimeException(String, Throwable) - Constructor for exception java.time.DateTimeException
-
Constructs a new date-time exception with the specified message and cause.
- DateTimeFormatter - Class in java.time.format
-
Formatter for printing and parsing date-time objects.
- DateTimeFormatterBuilder - Class in java.time.format
-
Builder to create date-time formatters.
- DateTimeFormatterBuilder() - Constructor for class java.time.format.DateTimeFormatterBuilder
-
Constructs a new instance of the builder.
- DateTimeParseException - Exception in java.time.format
-
An exception thrown when an error occurs during parsing.
- DateTimeParseException(String, CharSequence, int) - Constructor for exception java.time.format.DateTimeParseException
-
Constructs a new exception with the specified message.
- DateTimeParseException(String, CharSequence, int, Throwable) - Constructor for exception java.time.format.DateTimeParseException
-
Constructs a new exception with the specified message and cause.
- 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.
- dateYearDay(Era, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the era, year-of-era and
day-of-year fields.
- dateYearDay(int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a local date in this chronology from the proleptic-year and
day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the
era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.HijrahChronology
-
Obtains a local date in Hijrah calendar system from the
proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains an ISO local date from the proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the
era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.JapaneseChronology
-
Obtains a local date in Japanese calendar system from the
proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the
era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.MinguoChronology
-
Obtains a local date in Minguo calendar system from the
proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the
era, year-of-era and day-of-year fields.
- dateYearDay(int, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
Obtains a local date in Thai Buddhist calendar system from the
proleptic-year and day-of-year fields.
- 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_QUARTER - Static variable in class java.time.temporal.IsoFields
-
The field that represents the day-of-quarter.
- 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.
- DayOfWeek - Enum in java.time
-
A day-of-week, such as 'Tuesday'.
- dayOfWeek() - Method in class java.time.temporal.WeekFields
-
Returns a field to access the day of week based on this WeekFields.
- dayOfWeekInMonth(int, DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the day-of-week in month adjuster, which returns a new date
in the same month with the ordinal day-of-week.
- DAYS - Static variable in class javax.xml.datatype.DatatypeConstants
-
A constant that represents the days field.
- dbgTag - Variable in class javax.management.monitor.Monitor
-
- 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 in the Gregorian and Julian calendars.
- 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
FORMAT locale.
- DecimalFormat(String) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and the symbols
for the default
FORMAT 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
FORMAT locale.
- DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
-
Create a DecimalFormatSymbols object for the given locale.
- DecimalFormatSymbolsProvider - Class in java.text.spi
-
- DecimalFormatSymbolsProvider() - Constructor for class java.text.spi.DecimalFormatSymbolsProvider
-
Sole constructor.
- DecimalStyle - Class in java.time.format
-
Localized decimal style used in date and time formatting.
- 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.
- DeclaredType - Interface in javax.lang.model.type
-
Represents a declared type, either a class type or an interface type.
- declaredType - Variable in class javax.xml.bind.JAXBElement
-
Java datatype binding for xml element declaration's type.
- 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
-
- 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 class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64
encoding scheme, writing the results into a newly-allocated output
byte array.
- decode(String) - Method in class java.util.Base64.Decoder
-
Decodes a Base64 encoded String into a newly-allocated byte array
using the
Base64 encoding scheme.
- decode(byte[], byte[]) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte array using the
Base64
encoding scheme, writing the results into the given output byte array,
starting at offset 0.
- decode(ByteBuffer) - Method in class java.util.Base64.Decoder
-
Decodes all bytes from the input byte buffer using the
Base64
encoding scheme, writing the results into a newly-allocated ByteBuffer.
- 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.
- decodeAnchorX(float, float) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a float value representing the actual pixel location for
the anchor point given the encoded X value of the control point, and the offset
distance to the anchor from that control point.
- decodeAnchorY(float, float) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a float value representing the actual pixel location for
the anchor point given the encoded Y value of the control point, and the offset
distance to the anchor from that control point.
- decodeColor(String, float, float, float, int) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a color, which is derived from a base color in UI
defaults.
- decodeColor(Color, Color, float) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a color, which is derived from a offset between two
other colors.
- decodeDataFlavor(String) - Static method in class java.awt.datatransfer.SystemFlavorMap
-
Decodes a String native for use as a
DataFlavor.
- decodeGradient(float, float, float, float, float[], Color[]) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Given parameters for creating a LinearGradientPaint, this method will
create and return a linear gradient paint.
- 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.
- decodeRadialGradient(float, float, float, float[], Color[]) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Given parameters for creating a RadialGradientPaint, this method will
create and return a radial gradient paint.
- decodeX(float) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a float value representing the actual pixel location for
the given encoded X value.
- decodeY(float) - Method in class javax.swing.plaf.nimbus.AbstractRegionPainter
-
Decodes and returns a float value representing the actual pixel location for
the given encoded y value.
- decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Modifies or replaces the task used to execute a runnable.
- decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class java.util.concurrent.ScheduledThreadPoolExecutor
-
Modifies or replaces the task used to execute a callable.
- 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() - Method in class java.util.concurrent.atomic.LongAdder
-
Equivalent to add(-1).
- DECREMENT - Static variable in interface javax.accessibility.AccessibleAction
-
An action which decrements a value.
- decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Atomically decrements by one the current value.
- decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicIntegerArray
-
Atomically decrements by one the element at index i.
- decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicIntegerFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- decrementAndGet() - Method in class java.util.concurrent.atomic.AtomicLong
-
Atomically decrements by one the current value.
- decrementAndGet(int) - Method in class java.util.concurrent.atomic.AtomicLongArray
-
Atomically decrements by one the element at index i.
- decrementAndGet(T) - Method in class java.util.concurrent.atomic.AtomicLongFieldUpdater
-
Atomically decrements by one the current value of the field of the
given object managed by this updater.
- decrementExact(int) - Static method in class java.lang.Math
-
Returns the argument decremented by one, throwing an exception if the
result overflows an int.
- decrementExact(long) - Static method in class java.lang.Math
-
Returns the argument decremented by one, throwing an exception if the
result overflows a long.
- decrementPendingCountUnlessZero() - Method in class java.util.concurrent.CountedCompleter
-
If the pending count is nonzero, (atomically) decrements it.
- decrGap - Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
Distance between the decrement button and the track.
- decrIndent() - Method in class javax.swing.text.AbstractWriter
-
Decrements the indent level.
- DECRYPT - Static variable in class javax.xml.crypto.KeySelector.Purpose
-
A key for decrypting.
- 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.
- deepEquals(Object, Object) - Static method in class java.util.Objects
-
Returns true if the arguments are deeply equal to each other
and false otherwise.
- 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.DeflaterInputStream
-
Compressor for this stream.
- 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() - Constructor for class javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElement.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlElementRef.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlSchemaType.DEFAULT
-
- DEFAULT() - Constructor for class javax.xml.bind.annotation.XmlType.DEFAULT
-
- DEFAULT - Static variable in class javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
-
Indicates the default namespace ("#default").
- 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
-
- 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_MODALITY_TYPE - Static variable in class java.awt.Dialog
-
Default modality type for modal dialogs.
- 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 meaning Look and Feel should not supply any options -- only
use the options from the JOptionPane.
- 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_SIZE - Static variable in class javax.swing.GroupLayout
-
Indicates the size from the component or gap should be used for a
particular range value.
- DEFAULT_SOAP_PROTOCOL - Static variable in interface javax.xml.soap.SOAPConstants
-
The default protocol: SOAP 1.1 for backwards compatibility.
- 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.
- DEFAULT_VALUE - Variable in class javax.lang.model.util.ElementScanner6
-
The specified default value.
- DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
Default value to be returned;
defaultAction returns this value unless the method is
overridden.
- DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleElementVisitor6
-
Default value to be returned;
defaultAction returns this value unless the method is
overridden.
- DEFAULT_VALUE - Variable in class javax.lang.model.util.SimpleTypeVisitor6
-
Default value to be returned;
defaultAction returns this value unless the method is
overridden.
- DEFAULT_VALUE_FIELD - Static variable in class javax.management.JMX
-
- defaultAction(Object, P) - Method in class javax.lang.model.util.SimpleAnnotationValueVisitor6
-
The default action for visit methods.
- defaultAction(Element, P) - Method in class javax.lang.model.util.SimpleElementVisitor6
-
The default action for visit methods.
- defaultAction(TypeMirror, P) - Method in class javax.lang.model.util.SimpleTypeVisitor6
-
The default action for visit methods.
- 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 DefaultButtonModel.
- 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.
- 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<E> - Class in javax.swing
-
The default model for combo boxes.
- DefaultComboBoxModel() - Constructor for class javax.swing.DefaultComboBoxModel
-
Constructs an empty DefaultComboBoxModel object.
- DefaultComboBoxModel(E[]) - Constructor for class javax.swing.DefaultComboBoxModel
-
Constructs a DefaultComboBoxModel object initialized with
an array of objects.
- DefaultComboBoxModel(Vector<E>) - 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
-
- DefaultDocumentEvent(int, int, DocumentEvent.EventType) - Constructor for class javax.swing.text.AbstractDocument.DefaultDocumentEvent
-
Constructs a change record.
- defaulted(String) - Method in class java.io.ObjectInputStream.GetField
-
Return true if the named field is defaulted and has no value in this
stream.
- DefaultEditor(JSpinner) - Constructor for class javax.swing.JSpinner.DefaultEditor
-
Constructs an editor component for the specified JSpinner.
- 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.CopyAction - Class in javax.swing.text
-
Copies the selected region and place its contents
into the system clipboard.
- DefaultEditorKit.CutAction - Class in javax.swing.text
-
Cuts the selected region and place its contents
into the system clipboard.
- 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.InsertBreakAction - Class in javax.swing.text
-
Places a line/paragraph break into the document.
- DefaultEditorKit.InsertContentAction - Class in javax.swing.text
-
Places content into the associated document.
- DefaultEditorKit.InsertTabAction - Class in javax.swing.text
-
Places a tab character into the document.
- 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.
- 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
-
- defaultForkJoinWorkerThreadFactory - Static variable in class java.util.concurrent.ForkJoinPool
-
Creates a new ForkJoinWorkerThread.
- DefaultFormatter - Class in javax.swing.text
-
DefaultFormatter formats arbitrary 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.
- DefaultFormatterFactory(JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter, JFormattedTextField.AbstractFormatter) - Constructor for class javax.swing.text.DefaultFormatterFactory
-
Creates a DefaultFormatterFactory with the specified
JFormattedTextField.AbstractFormatters.
- DefaultHandler - Class in org.xml.sax.helpers
-
Default base class for SAX2 event handlers.
- DefaultHandler() - Constructor for class org.xml.sax.helpers.DefaultHandler
-
- DefaultHandler2 - Class in org.xml.sax.ext
-
- DefaultHandler2() - Constructor for class org.xml.sax.ext.DefaultHandler2
-
Constructs a handler which ignores all parsing events.
- DefaultHighlighter - Class in javax.swing.text
-
Implements the Highlighter interfaces.
- DefaultHighlighter() - Constructor for class javax.swing.text.DefaultHighlighter
-
Creates a new DefaultHighlighther object.
- DefaultHighlighter.DefaultHighlightPainter - Class in javax.swing.text
-
Simple highlight painter that fills a highlighted area with
a solid color.
- DefaultHighlightPainter(Color) - Constructor for class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
-
Constructs a new highlight painter.
- defaultInitCtx - Variable in class javax.naming.InitialContext
-
Field holding the result of calling NamingManager.getInitialContext().
- DefaultKeyboardFocusManager - Class in java.awt
-
The default KeyboardFocusManager for AWT applications.
- DefaultKeyboardFocusManager() - Constructor for class java.awt.DefaultKeyboardFocusManager
-
- 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.
- DefaultKeyTypedAction() - Constructor for class javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction
-
Creates this object with the appropriate identifier.
- DefaultLinkDrop - Static variable in class java.awt.dnd.DragSource
-
The default Cursor to use with a link operation indicating
that a drop is currently allowed.
- DefaultLinkNoDrop - Static variable in class java.awt.dnd.DragSource
-
The default Cursor to use with a link operation indicating
that a drop is currently not allowed.
- DefaultListCellRenderer - Class in javax.swing
-
Renders an item in a list.
- DefaultListCellRenderer() - Constructor for class javax.swing.DefaultListCellRenderer
-
Constructs a default renderer object for an item
in a list.
- DefaultListCellRenderer.UIResource - Class in javax.swing
-
A subclass of DefaultListCellRenderer that implements UIResource.
- DefaultListModel<E> - Class in javax.swing
-
This class loosely implements the java.util.Vector
API, in that it implements the 1.1.x version of
java.util.Vector, has no collection class support,
and notifies the ListDataListeners when changes occur.
- DefaultListModel() - Constructor for class javax.swing.DefaultListModel
-
- DefaultListSelectionModel - Class in javax.swing
-
Default data model for list selections.
- DefaultListSelectionModel() - Constructor for class javax.swing.DefaultListSelectionModel
-
- DefaultLoaderRepository - Class in javax.management
-
- DefaultLoaderRepository() - Constructor for class javax.management.DefaultLoaderRepository
-
Deprecated.
- DefaultLoaderRepository - Class in javax.management.loading
-
- DefaultLoaderRepository() - Constructor for class javax.management.loading.DefaultLoaderRepository
-
Deprecated.
- defaultManager() - Static method in class javax.swing.MenuSelectionManager
-
Returns the default menu selection manager.
- DefaultMenuLayout - Class in javax.swing.plaf.basic
-
The default layout manager for Popup menus and menubars.
- DefaultMenuLayout(Container, int) - Constructor for class javax.swing.plaf.basic.DefaultMenuLayout
-
- DefaultMetalTheme - Class in javax.swing.plaf.metal
-
A concrete implementation of MetalTheme providing
the original look of the Java Look and Feel, code-named "Steel".
- DefaultMetalTheme() - Constructor for class javax.swing.plaf.metal.DefaultMetalTheme
-
Creates and returns an instance of DefaultMetalTheme.
- DefaultMoveDrop - Static variable in class java.awt.dnd.DragSource
-
The default Cursor to use with a move operation indicating
that a drop is currently allowed.
- DefaultMoveNoDrop - Static variable in class java.awt.dnd.DragSource
-
The default Cursor to use with a move operation indicating
that a drop is currently not allowed.
- DefaultMutableTreeNode - Class in javax.swing.tree
-
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(PageFormat) - Method in class java.awt.print.PrinterJob
-
Clones the PageFormat argument and alters the
clone to describe a default page size and orientation.
- defaultPage() - Method in class java.awt.print.PrinterJob
-
Creates a new PageFormat instance and
sets it to a default size and orientation.
- DefaultPainter - Static variable in class javax.swing.text.DefaultHighlighter
-
Default implementation of LayeredHighlighter.LayerPainter that can
be used for painting highlights.
- DefaultPersistenceDelegate - Class in java.beans
-
The DefaultPersistenceDelegate is a concrete implementation of
the abstract PersistenceDelegate class and
is the delegate used by default for classes about
which no information is available.
- DefaultPersistenceDelegate() - Constructor for class java.beans.DefaultPersistenceDelegate
-
Creates a persistence delegate for a class with a nullary constructor.
- DefaultPersistenceDelegate(String[]) - Constructor for class java.beans.DefaultPersistenceDelegate
-
Creates a default persistence delegate for a class with a
constructor whose arguments are the values of the property
names as specified by constructorPropertyNames.
- defaultPressAction - Variable in class javax.swing.JRootPane
-
- 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
-
- defaultRenderersByColumnClass - Variable in class javax.swing.JTable
-
A table of objects that display the contents of a cell,
indexed by class as declared in getColumnClass
in the TableModel interface.
- DefaultRowSorter<M,I> - Class in javax.swing
-
An implementation of RowSorter that provides sorting and
filtering around a grid-based data model.
- DefaultRowSorter() - Constructor for class javax.swing.DefaultRowSorter
-
Creates an empty DefaultRowSorter.
- DefaultRowSorter.ModelWrapper<M,I> - Class in javax.swing
-
DefaultRowSorter.ModelWrapper is responsible for providing
the data that gets sorted by DefaultRowSorter.
- 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 in javax.swing
-
A generic implementation of SingleSelectionModel.
- DefaultSingleSelectionModel() - Constructor for class javax.swing.DefaultSingleSelectionModel
-
- DefaultStyledDocument - Class in javax.swing.text
-
A document that can be marked up with character and paragraph
styles in a manner similar to the Rich Text Format.
- 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.
- DefaultStyledDocument() - Constructor for class javax.swing.text.DefaultStyledDocument
-
Constructs a default styled document.
- DefaultStyledDocument.AttributeUndoableEdit - Class in javax.swing.text
-
An UndoableEdit used to remember AttributeSet changes to an
Element.
- DefaultStyledDocument.ElementBuffer - Class in javax.swing.text
-
Class to manage changes to the element
hierarchy.
- DefaultStyledDocument.ElementSpec - Class in javax.swing.text
-
Specification for building elements.
- DefaultStyledDocument.SectionElement - Class in javax.swing.text
-
Default root element for a document...
- DefaultTableCellRenderer - Class in javax.swing.table
-
The standard class for rendering (displaying) individual cells
in a JTable.
- DefaultTableCellRenderer() - Constructor for class javax.swing.table.DefaultTableCellRenderer
-
Creates a default table cell renderer.
- DefaultTableCellRenderer.UIResource - Class in javax.swing.table
-
A subclass of DefaultTableCellRenderer that
implements UIResource.
- DefaultTableColumnModel - Class in javax.swing.table
-
The standard column-handler for a JTable.
- DefaultTableColumnModel() - Constructor for class javax.swing.table.DefaultTableColumnModel
-
Creates a default table column model.
- DefaultTableModel - Class in javax.swing.table
-
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
rowCount and columnCount 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 rowCount of null
object values.
- DefaultTableModel(Object[], int) - Constructor for class javax.swing.table.DefaultTableModel
-
Constructs a DefaultTableModel with as many
columns as there are elements in columnNames
and rowCount 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.
- 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.
- DefaultTextField(Border) - Constructor for class javax.swing.tree.DefaultTreeCellEditor.DefaultTextField
-
Constructs a
DefaultTreeCellEditor.DefaultTextField object.
- defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicButtonUI
-
- defaultTextIconGap - Variable in class javax.swing.plaf.basic.BasicMenuItemUI
-
- defaultTextShiftOffset - Variable in class javax.swing.plaf.basic.BasicButtonUI
-
- DefaultTextUI - Class in javax.swing.text
-
Deprecated.
- DefaultTextUI() - Constructor for class javax.swing.text.DefaultTextUI
-
Deprecated.
- defaultThreadFactory() - Static method in class java.util.concurrent.Executors
-
Returns a default thread factory used to create new threads.
- DefaultTreeCellEditor - Class in javax.swing.tree
-
A TreeCellEditor.
- 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.
- DefaultTreeCellEditor.DefaultTextField - Class in javax.swing.tree
-
TextField used when no editor is supplied.
- DefaultTreeCellEditor.EditorContainer - Class in javax.swing.tree
-
Container responsible for placing the editingComponent.
- DefaultTreeCellRenderer - Class in javax.swing.tree
-
Displays an entry in a tree.
- DefaultTreeCellRenderer() - Constructor for class javax.swing.tree.DefaultTreeCellRenderer
-
Creates a DefaultTreeCellRenderer.
- DefaultTreeModel - Class in javax.swing.tree
-
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 in javax.swing.tree
-
Default implementation of TreeSelectionModel.
- DefaultTreeSelectionModel() - Constructor for class javax.swing.tree.DefaultTreeSelectionModel
-
Creates a new instance of DefaultTreeSelectionModel that is
empty, with a selection mode of DISCONTIGUOUS_TREE_SELECTION.
- DefaultValidationEventHandler - Class in javax.xml.bind.helpers
-
JAXB 1.0 only default validation event handler.
- DefaultValidationEventHandler() - Constructor for class javax.xml.bind.helpers.DefaultValidationEventHandler
-
- 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
-
Creates and returns a new content model.
- DEFECTIVE_CREDENTIAL - Static variable in exception org.ietf.jgss.GSSException
-
Defective credentials.
- DEFECTIVE_TOKEN - Static variable in exception org.ietf.jgss.GSSException
-
Defective token.
- defElement(String, int, boolean, boolean, ContentModel, String[], String[], AttributeList) - Method in class javax.swing.text.html.parser.DTD
-
Creates and returns an Element.
- defEntity(String, int, int) - Method in class javax.swing.text.html.parser.DTD
-
Creates and returns a character Entity.
- defEntity(String, int, String) - Method in class javax.swing.text.html.parser.DTD
-
Creates and returns an Entity.
- defineAttributes(String, AttributeList) - Method in class javax.swing.text.html.parser.DTD
-
Defines attributes for an Element.
- defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
-
- 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, ProtectionDomain) - Method in class java.lang.ClassLoader
-
Converts an array of bytes into an instance of class Class,
with an optional ProtectionDomain.
- defineClass(String, ByteBuffer, ProtectionDomain) - Method in class java.lang.ClassLoader
-
Converts a
ByteBuffer
into an instance of class
Class,
with an optional
ProtectionDomain.
- 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, ByteBuffer, CodeSource) - Method in class java.security.SecureClassLoader
-
Converts a
ByteBuffer
into an instance of class
Class, with an optional CodeSource.
- defined_in - Variable in class org.omg.CORBA.ValueMember
-
The repository ID of the value in which this member
is defined.
- defineElement(String, int, boolean, boolean, ContentModel, BitSet, BitSet, AttributeList) - Method in class javax.swing.text.html.parser.DTD
-
Returns the Element which matches the
specified parameters.
- defineEntity(String, int, char[]) - Method in class javax.swing.text.html.parser.DTD
-
Defines an entity.
- definePackage(String, String, String, String, String, String, String, URL) - Method in class java.lang.ClassLoader
-
Defines a package by name in this ClassLoader.
- definePackage(String, Manifest, URL) - Method in class java.net.URLClassLoader
-
Defines a new package by name in this ClassLoader.
- DefinitionKind - Class in org.omg.CORBA
-
The class that provides the constants used to identify the type of an
Interface Repository object.
- DefinitionKind(int) - Constructor for class org.omg.CORBA.DefinitionKind
-
Constructs a DefinitionKind object with its _value
field initialized with the given value.
- DefinitionKindHelper - Class in org.omg.CORBA
-
The Helper for DefinitionKind.
- DefinitionKindHelper() - Constructor for class org.omg.CORBA.DefinitionKindHelper
-
- deflate(byte[], int, int) - Method in class java.util.zip.Deflater
-
Compresses the input data and fills specified buffer with compressed
data.
- deflate(byte[]) - Method in class java.util.zip.Deflater
-
Compresses the input data and fills specified buffer with compressed
data.
- deflate(byte[], int, int, int) - Method in class java.util.zip.Deflater
-
Compresses the input data and fills the specified buffer with compressed
data.
- deflate() - Method in class java.util.zip.DeflaterOutputStream
-
Writes next block of compressed data to the output stream.
- DEFLATE - Static variable in class javax.print.attribute.standard.Compression
-
ZIP public domain inflate/deflate compression technology.
- DEFLATE_HINT - Static variable in interface java.util.jar.Pack200.Packer
-
If this property is set to
Pack200.Packer.TRUE or
Pack200.Packer.FALSE, the packer
will set the deflation hint accordingly in the output archive, and
will not transmit the individual deflation hints of archive elements.
- DEFLATE_HINT - Static variable in interface java.util.jar.Pack200.Unpacker
-
- DEFLATED - Static variable in class java.util.zip.Deflater
-
Compression method for the deflate algorithm (the only one currently
supported).
- DEFLATED - Static variable in class java.util.zip.ZipEntry
-
Compression method for compressed (deflated) entries.
- DEFLATED - Static variable in class java.util.zip.ZipOutputStream
-
Compression method for compressed (DEFLATED) entries.
- Deflater - Class in java.util.zip
-
This class provides support for general purpose compression using the
popular ZLIB compression library.
- Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
-
Creates a new compressor using the specified compression level.
- Deflater(int) - Constructor for class java.util.zip.Deflater
-
Creates a new compressor using the specified compression level.
- Deflater() - Constructor for class java.util.zip.Deflater
-
Creates a new compressor with the default compression level.
- DeflaterInputStream - Class in java.util.zip
-
Implements an input stream filter for compressing data in the "deflate"
compression format.
- DeflaterInputStream(InputStream) - Constructor for class java.util.zip.DeflaterInputStream
-
Creates a new input stream with a default compressor and buffer
size.
- DeflaterInputStream(InputStream, Deflater) - Constructor for class java.util.zip.DeflaterInputStream
-
Creates a new input stream with the specified compressor and a
default buffer size.
- DeflaterInputStream(InputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterInputStream
-
Creates a new input stream with the specified compressor and buffer
size.
- DeflaterOutputStream - Class in java.util.zip
-
This class implements an output stream filter for compressing data in
the "deflate" compression format.
- DeflaterOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
-
Creates a new output stream with the specified compressor,
buffer size and flush mode.
- DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
-
Creates a new output stream with the specified compressor and
buffer size.
- DeflaterOutputStream(OutputStream, Deflater, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
-
Creates a new output stream with the specified compressor, flush
mode and a default 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, boolean) - Constructor for class java.util.zip.DeflaterOutputStream
-
Creates a new output stream with a default compressor, a default
buffer size and the specified flush mode.
- DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
-
Creates a new output stream with a default compressor and buffer size.
- deiconifyFrame(JInternalFrame) - Method in class javax.swing.DefaultDesktopManager
-
Removes the desktopIcon from its parent and adds its 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(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.
- deinstall(JEditorPane) - Method in class javax.swing.text.EditorKit
-
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(JEditorPane) - Method in class javax.swing.text.html.HTMLEditorKit
-
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.
- deinstallMouseHandlers(JComponent) - Method in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- delay(int) - Method in class java.awt.Robot
-
Sleeps for the specified time.
- Delayed - Interface in java.util.concurrent
-
A mix-in style interface for marking objects that should be
acted upon after a given delay.
- DelayQueue<E extends Delayed> - Class in java.util.concurrent
-
An unbounded
blocking queue of
Delayed elements, in which an element can only be taken
when its delay has expired.
- DelayQueue() - Constructor for class java.util.concurrent.DelayQueue
-
Creates a new DelayQueue that is initially empty.
- DelayQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.DelayQueue
-
Creates a
DelayQueue initially containing the elements of the
given collection of
Delayed instances.
- delegate - Variable in class javax.swing.DefaultCellEditor
-
The delegate class which handles all methods sent from the
CellEditor.
- Delegate - Class in org.omg.CORBA.portable
-
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
-
- Delegate - Class in org.omg.CORBA_2_3.portable
-
Delegate class provides the ORB vendor specific implementation
of CORBA object.
- Delegate() - Constructor for class org.omg.CORBA_2_3.portable.Delegate
-
- Delegate - Interface in org.omg.PortableServer.portable
-
The portability package contains interfaces and classes
that are designed for and intended to be used by ORB
implementor.
- DELEGATE_NAME - Static variable in class javax.management.MBeanServerDelegate
-
Defines the default ObjectName of the MBeanServerDelegate.
- 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
-
Deprecated.
- DelegationPermission - Class in javax.security.auth.kerberos
-
This class is used to restrict the usage of the Kerberos
delegation model, ie: forwardable and proxiable tickets.
- DelegationPermission(String) - Constructor for class javax.security.auth.kerberos.DelegationPermission
-
Create a new DelegationPermission
with the specified subordinate and target principals.
- DelegationPermission(String, String) - Constructor for class javax.security.auth.kerberos.DelegationPermission
-
Create a new DelegationPermission
with the specified subordinate and target principals.
- DELETE - Static variable in class java.awt.Event
-
The Delete key.
- 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
-
- delete(int, int) - Method in class java.lang.StringBuilder
-
- delete(String) - Method in interface java.nio.file.attribute.UserDefinedFileAttributeView
-
Deletes a user-defined attribute.
- delete(Path) - Static method in class java.nio.file.Files
-
Deletes a file.
- delete(Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Deletes a file.
- delete(int, int) - Method in interface javax.accessibility.AccessibleEditableText
-
Deletes the text between two indices
- DELETE - Static variable in interface javax.accessibility.AccessibleTableModelChange
-
Identifies the deletion of rows and/or columns.
- DELETE - Static variable in class javax.swing.event.TableModelEvent
-
Identifies the removal of rows or columns.
- delete(int, int) - Method in class javax.swing.JSpinner.AccessibleJSpinner
-
Deletes the text between two indices
- delete(int, int) - Method in class javax.swing.text.JTextComponent.AccessibleJTextComponent
-
Deletes the text between two indices
- delete() - Method in interface javax.tools.FileObject
-
Deletes this file object.
- delete() - Method in class javax.tools.ForwardingFileObject
-
- delete() - Method in class javax.tools.SimpleJavaFileObject
-
This implementation does nothing.
- DELETE_ROW_CONFLICT - Static variable in interface javax.sql.rowset.spi.SyncResolver
-
Indicates that a conflict occurred while the RowSet object was
attempting to delete a row in the data source.
- 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.
- deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.LineBreakMeasurer
-
Updates this LineBreakMeasurer after a single
character is deleted from the text, and sets the current
position to the beginning of the paragraph.
- deleteChar(AttributedCharacterIterator, int) - Method in class java.awt.font.TextMeasurer
-
Updates the TextMeasurer after a single character has
been deleted
from the paragraph currently represented by this
TextMeasurer.
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteData(int, int) - Method in interface org.w3c.dom.CharacterData
-
Remove a range of 16-bit units from the node.
- deleteDirectory(T) - Method in interface java.nio.file.SecureDirectoryStream
-
Deletes a directory.
- deleteEntry(String) - Method in class java.security.KeyStore
-
Deletes the entry identified by the given alias from this keystore.
- deleteFile(T) - Method in interface java.nio.file.SecureDirectoryStream
-
Deletes a file.
- deleteIfExists(Path) - Static method in class java.nio.file.Files
-
Deletes a file if it exists.
- deleteIfExists(Path) - Method in class java.nio.file.spi.FileSystemProvider
-
Deletes a file if it exists.
- 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.
- deleteNextWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the action to delete the word that
follows the beginning of the selection.
- 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.
- deletePrevWordAction - Static variable in class javax.swing.text.DefaultEditorKit
-
Name of the action to delete the word that
precedes the beginning of the selection.
- deleteRow() - Method in interface java.sql.ResultSet
-
Deletes the current row from this ResultSet object
and from the underlying database.
- deletesAreDetected(int) - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether or not a visible row delete can be detected by
calling the method ResultSet.rowDeleted.
- deleteShortcut(MenuShortcut) - Method in class java.awt.MenuBar
-
Deletes the specified menu shortcut.
- deleteShortcut() - Method in class java.awt.MenuItem
-
Delete any MenuShortcut object associated
with this menu item.
- deleteTrack(Track) - Method in class javax.sound.midi.Sequence
-
Removes the specified track from the sequence.
- delimiter() - Method in class java.util.Scanner
-
Returns the Pattern this Scanner is currently
using to match delimiters.
- delItem(int) - Method in class java.awt.List
-
- delItems(int, int) - Method in class java.awt.List
-
- deliverEvent(Event) - Method in class java.awt.Component
-
- deliverEvent(Event) - Method in class java.awt.Container
-
- deltaTransform(Point2D, Point2D) - Method in class java.awt.geom.AffineTransform
-
Transforms the relative distance vector specified by
ptSrc and stores the result in ptDst.
- deltaTransform(double[], int, double[], int, int) - Method in class java.awt.geom.AffineTransform
-
Transforms an array of relative distance vectors by this
transform.
- Deprecated - Annotation Type in java.lang
-
A program element annotated @Deprecated is one that programmers
are discouraged from using, typically because it is dangerous,
or because a better alternative exists.
- 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.
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at
both ends.
- dequeueKeyEvents(long, Component) - Method in class java.awt.DefaultKeyboardFocusManager
-
Releases for normal dispatching to the current focus owner all
KeyEvents which were enqueued because of a call to
enqueueKeyEvents with the same timestamp and Component.
- dequeueKeyEvents(long, Component) - Method in class java.awt.KeyboardFocusManager
-
Called by the AWT to notify the KeyboardFocusManager that it should
cancel delayed dispatching of KeyEvents.
- dereference(XMLCryptoContext) - Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
-
Dereferences the KeyInfo information referenced by this
RetrievalMethod and applies the specified
Transforms.
- dereference(URIReference, XMLCryptoContext) - Method in interface javax.xml.crypto.URIDereferencer
-
Dereferences the specified URIReference and returns the
dereferenced data.
- deregister(AbstractSelectionKey) - Method in class java.nio.channels.spi.AbstractSelector
-
Removes the given key from its channel's key set.
- deregister() - Method in interface java.sql.DriverAction
-
- deregisterAll(Class<?>) - Method in class javax.imageio.spi.ServiceRegistry
-
Deregisters all service provider object currently registered
under the given category.
- deregisterAll() - Method in class javax.imageio.spi.ServiceRegistry
-
Deregisters all currently registered service providers from all
categories.
- deregisterDriver(Driver) - Static method in class java.sql.DriverManager
-
Removes the specified driver from the DriverManager's list of
registered drivers.
- deregisterServiceProvider(T, Class<T>) - Method in class javax.imageio.spi.ServiceRegistry
-
Removes a service provider object from the given category.
- deregisterServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
-
Removes a service provider object from all categories that
contain it.
- DERIVATION_EXTENSION - Static variable in interface org.w3c.dom.TypeInfo
-
- DERIVATION_LIST - Static variable in interface org.w3c.dom.TypeInfo
-
- DERIVATION_RESTRICTION - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [
XML Schema Part 1]
, this constant represents the derivation by
restriction if complex types are involved, or a
restriction if simple types are involved.
- DERIVATION_UNION - Static variable in interface org.w3c.dom.TypeInfo
-
If the document's schema is an XML Schema [
XML Schema Part 1]
, this constant represents the
union if simple types are involved.
- derive(int) - Method in class java.awt.AlphaComposite
-
Returns a similar AlphaComposite object that uses
the specified compositing rule.
- derive(float) - Method in class java.awt.AlphaComposite
-
Returns a similar AlphaComposite object that uses
the specified alpha value.
- 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(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(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(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(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(Map<? extends AttributedCharacterIterator.Attribute, ?>) - 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.
- DES_EDE_KEY_LEN - Static variable in class javax.crypto.spec.DESedeKeySpec
-
The constant which defines the length of a DESede key in bytes.
- DES_KEY_LEN - Static variable in class javax.crypto.spec.DESKeySpec
-
The constant which defines the length of a DES key in bytes.
- descendingIterator() - Method in class java.util.ArrayDeque
-
- descendingIterator() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns an iterator over the elements in this set in descending order.
- descendingIterator() - Method in class java.util.concurrent.LinkedBlockingDeque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in class java.util.LinkedList
-
- descendingIterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in descending order.
- descendingIterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements in this set in descending order.
- descendingKeySet() - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
Returns a reverse order
NavigableSet view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- descendingKeySet() - Method in interface java.util.NavigableMap
-
Returns a reverse order
NavigableSet view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.TreeMap
-
- descendingMap() - Method in interface java.util.concurrent.ConcurrentNavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
- descendingMap() - Method in interface java.util.NavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.TreeMap
-
- descendingSet() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in interface java.util.NavigableSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in class java.util.TreeSet
-
- description - Variable in class java.sql.DriverPropertyInfo
-
A brief description of the property, which may be null.
- description - Variable in class javax.management.MBeanFeatureInfo
-
The human-readable description of the feature.
- Descriptor - Interface in javax.management
-
Additional metadata for a JMX element.
- DescriptorAccess - Interface in javax.management
-
This interface is used to gain access to descriptors of the Descriptor class
which are associated with a JMX component, i.e.
- DescriptorKey - Annotation Type in javax.management
-
Meta-annotation that describes how an annotation element relates
to a field in a
Descriptor.
- DescriptorRead - Interface in javax.management
-
Interface to read the Descriptor of a management interface element
such as an MBeanInfo.
- DescriptorSupport - Class in javax.management.modelmbean
-
This class represents the metadata set for a ModelMBean element.
- DescriptorSupport() - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Descriptor default constructor.
- DescriptorSupport(int) - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Descriptor constructor.
- DescriptorSupport(DescriptorSupport) - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Descriptor constructor taking a Descriptor as parameter.
- DescriptorSupport(String) - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Descriptor constructor taking an XML String.
- DescriptorSupport(String[], Object[]) - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Constructor taking field names and field values.
- DescriptorSupport(String...) - Constructor for class javax.management.modelmbean.DescriptorSupport
-
Constructor taking fields in the fieldName=fieldValue
format.
- DESedeKeySpec - Class in javax.crypto.spec
-
This class specifies a DES-EDE ("triple-DES") key.
- DESedeKeySpec(byte[]) - Constructor for class javax.crypto.spec.DESedeKeySpec
-
Creates a DESedeKeySpec object using the first 24 bytes in
key as the key material for the DES-EDE key.
- DESedeKeySpec(byte[], int) - Constructor for class javax.crypto.spec.DESedeKeySpec
-
Creates a DESedeKeySpec object using the first 24 bytes in
key, beginning at offset inclusive,
as the key material for the DES-EDE key.
- 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 deselected.
- DESERET - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Deseret" Unicode character block.
- deserialize(ObjectInputStream, Collection) - Method in class java.beans.beancontext.BeanContextSupport
-
used by readObject to deserialize a collection.
- deserialize(ObjectName, byte[]) - Method in interface javax.management.MBeanServer
-
- deserialize(String, byte[]) - Method in interface javax.management.MBeanServer
-
- deserialize(String, ObjectName, byte[]) - Method in interface javax.management.MBeanServer
-
- DESIGNATED_LONG - Static variable in class javax.print.attribute.standard.MediaSize.ISO
-
Specifies the ISO Designated Long size, 110 mm by 220 mm.
- DesignMode - Interface in java.beans
-
This interface is intended to be implemented by, or delegated from, instances
of java.beans.beancontext.BeanContext, in order to propagate to its nested hierarchy
of java.beans.beancontext.BeanContextChild instances, the current "designTime" property.
- designTime - Variable in class java.beans.beancontext.BeanContextSupport
-
A boolean indicating whether or not
this object is currently in design time mode.
- desiredAssertionStatus() - Method in class java.lang.Class
-
Returns the assertion status that would be assigned to this
class if it were to be initialized at the time this method is invoked.
- DESKeySpec - Class in javax.crypto.spec
-
This class specifies a DES key.
- DESKeySpec(byte[]) - Constructor for class javax.crypto.spec.DESKeySpec
-
Creates a DESKeySpec object using the first 8 bytes in
key as the key material for the DES key.
- DESKeySpec(byte[], int) - Constructor for class javax.crypto.spec.DESKeySpec
-
Creates a DESKeySpec object using the first 8 bytes in
key, beginning at offset inclusive,
as the key material for the DES key.
- Desktop - Class in java.awt
-
The
Desktop class allows a Java application to launch
associated applications registered on the native desktop to handle
a
URI or a file.
- DESKTOP - Static variable in class java.awt.SystemColor
-
- desktop - Static variable in class java.awt.SystemColor
-
The color rendered for the background of the desktop.
- desktop - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- Desktop.Action - Enum in java.awt
-
Represents an action type.
- DESKTOP_ICON - Static variable in class javax.accessibility.AccessibleRole
-
An iconified internal frame in a DESKTOP_PANE.
- DESKTOP_ICON - Static variable in class javax.swing.plaf.synth.Region
-
DesktopIcon region.
- DESKTOP_PANE - Static variable in class javax.accessibility.AccessibleRole
-
A pane that supports internal frames and
iconified versions of those internal frames.
- DESKTOP_PANE - Static variable in class javax.swing.plaf.synth.Region
-
DesktopPane region.
- desktopIcon - Variable in class javax.swing.JInternalFrame
-
The icon that is displayed when this internal frame is iconified.
- desktopIcon - Variable in class javax.swing.plaf.basic.BasicDesktopIconUI
-
- DesktopIconUI - Class in javax.swing.plaf
-
Pluggable look and feel interface for JDesktopIcon.
- DesktopIconUI() - Constructor for class javax.swing.plaf.DesktopIconUI
-
- DesktopManager - Interface in javax.swing
-
DesktopManager objects are owned by a JDesktopPane object.
- desktopManager - Variable in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- DesktopPaneUI - Class in javax.swing.plaf
-
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
-
The target height to scale the image.
- destination - Variable in class javax.imageio.ImageReadParam
-
The current destination BufferedImage, or
null if none has been set.
- Destination - Class in javax.print.attribute.standard
-
Class Destination is a printing attribute class, a URI, that is used to
indicate an alternate destination for the spooled printer formatted
data.
- Destination(URI) - Constructor for class javax.print.attribute.standard.Destination
-
Constructs a new destination attribute with the specified URI.
- destination - Variable in class javax.swing.plaf.basic.BasicTreeUI.MouseInputHandler
-
Destination that receives all events.
- destinationBands - Variable in class javax.imageio.ImageReadParam
-
The set of destination bands to be used, as an array of
ints.
- destinationOffset - Variable in class javax.imageio.IIOParam
-
The offset in the destination where the upper-left decoded
pixel should be placed.
- destinationType - Variable in class javax.imageio.IIOParam
-
An ImageTypeSpecifier to be used to generate a
destination image when reading, or to set the output color type
when writing.
- 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.Process
-
Kills the subprocess.
- destroy() - Method in class java.lang.Thread
-
- destroy() - Method in class java.lang.ThreadGroup
-
Destroys this thread group and all of its subgroups.
- destroy() - Method in class java.security.KeyStore.PasswordProtection
-
Clears the password.
- destroy() - Method in interface javax.security.auth.Destroyable
-
Destroy this Object.
- destroy() - Method in class javax.security.auth.kerberos.KerberosKey
-
Destroys this key.
- destroy() - Method in class javax.security.auth.kerberos.KerberosTicket
-
Destroys the ticket and destroys any sensitive information stored in
it.
- destroy() - Method in class javax.security.auth.x500.X500PrivateCredential
-
Clears the references to the X.509 certificate, private key and the
KeyStore alias in this object.
- destroy() - Method in class org.omg.CORBA._IDLTypeStub
-
- destroy() - Method in class org.omg.CORBA._PolicyStub
-
Destroys the policy object.
- destroy() - Method in interface org.omg.CORBA.DynAny
-
Deprecated.
Destroys this DynAny object and frees any resources
used to represent the data value associated with it.
- destroy() - Method in interface org.omg.CORBA.IRObjectOperations
-
Destroys this object.
- destroy() - Method in class org.omg.CORBA.ORB
-
Destroys the ORB so that its resources can be reclaimed.
- destroy() - Method in interface org.omg.CORBA.PolicyOperations
-
Destroys the Policy object.
- destroy() - Method in class org.omg.CosNaming._BindingIteratorStub
-
This operation destroys the iterator.
- destroy() - Method in class org.omg.CosNaming._NamingContextExtStub
-
The destroy operation deletes a naming context.
- destroy() - Method in class org.omg.CosNaming._NamingContextStub
-
The destroy operation deletes a naming context.
- destroy() - Method in interface org.omg.CosNaming.BindingIteratorOperations
-
This operation destroys the iterator.
- destroy() - Method in interface org.omg.CosNaming.NamingContextOperations
-
The destroy operation deletes a naming context.
- destroy() - Method in class org.omg.DynamicAny._DynAnyStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynArrayStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynEnumStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynFixedStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynSequenceStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynStructStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynUnionStub
-
Destroys a DynAny object.
- destroy() - Method in class org.omg.DynamicAny._DynValueStub
-
Destroys a DynAny object.
- destroy() - Method in interface org.omg.DynamicAny.DynAnyOperations
-
Destroys a DynAny object.
- destroy() - Method in interface org.omg.PortableInterceptor.InterceptorOperations
-
Provides an opportunity to destroy this interceptor.
- destroy(boolean, boolean) - Method in interface org.omg.PortableServer.POAOperations
-
This operation destroys the POA and all descendant
POAs.
- Destroyable - Interface in javax.security.auth
-
Objects such as credentials may optionally implement this interface
to provide the capability to destroy its contents.
- destroyBuffers() - Method in class java.awt.Component.FlipBufferStrategy
-
Destroys the buffers created through this object
- DestroyFailedException - Exception in javax.security.auth
-
Signals that a destroy operation failed.
- DestroyFailedException() - Constructor for exception javax.security.auth.