- darkerColor(int) - Method in class com.codename1.ui.Graphics
-
Makes the current color slightly darker, this is useful for many visual effects
- darkerColor(int) - Method in class com.sun.lwuit.Graphics
-
Makes the current color slightly darker, this is useful for many visual effects
- DASH_PUNCTUATION - Static variable in class java.lang.Character
-
General category "Pd" in the Unicode specification.
- Database - Class in com.codename1.db
-
This is a Database SQLite class, this class allows developers to
connect to a database and preform sql queries on the data.
- Database() - Constructor for class com.codename1.db.Database
-
- DatabaseMetaData - Interface in java.sql
-
Comprehensive information about the database as a whole.
- DataBuffer - Class in java.awt.image
-
Class that manages arrays of data elements.
- DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
-
Creates a new DataBuffer
with the specified data type and
size.
- DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
-
Creates a new DataBuffer
with the specified data type,
size and number of banks.
- DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
-
Creates a new DataBuffer
with the specified data type,
size and number of banks.
- DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
-
Creates a new DataBuffer
with the specified data type,
size and number of banks.
- dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in class com.codename1.components.Ads
-
- dataChanged(int, int) - Method in interface com.codename1.ui.events.DataChangedListener
-
Invoked when there was a change in the underlying model
- dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in class com.codename1.ui.html.DefaultHTMLCallback
-
Called when the user types in a TextField inside the HTMLComponent
This method will be called only if HTMLComponent.isEventsEnabled() is true
- dataChanged(int, int, HTMLComponent, TextField, HTMLElement) - Method in interface com.codename1.ui.html.HTMLCallback
-
Called when the user types in a TextField inside the HTMLComponent
This method will be called only if HTMLComponent.isEventsEnabled() is true
- dataChanged(int, int) - Method in class com.codename1.ui.list.FilterProxyListModel
-
- dataChanged(int, int) - Method in interface com.sun.lwuit.events.DataChangedListener
-
Invoked when there was a change in the underlying model
- DataChangedListener - Interface in com.codename1.ui.events
-
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh.
- DataChangedListener - Interface in com.sun.lwuit.events
-
Event callback interface invoked when a
ListModel
changes its state thus indicating to the view that it should refresh.
- 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.
- 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.
- Datagram - Interface in javax.microedition.io
-
- 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.
- DatagramConnection - Interface in javax.microedition.io
-
- 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 ioffset
to 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 ioffset
to the
specified port number on the specified host.
- DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
length
to the specified port number on the specified
host.
- DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Constructs a datagram packet for sending packets of length
length
to the specified port number on the specified
host.
- DatagramSocket - Class in java.net
-
This class represents a socket for sending and receiving datagram packets.
- DatagramSocket() - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to any available port
on the local host machine.
- DatagramSocket(DatagramSocketImpl) - Constructor for class java.net.DatagramSocket
-
Creates an unbound datagram socket with the specified
DatagramSocketImpl.
- DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local
socket address.
- DatagramSocket(int) - Constructor for class java.net.DatagramSocket
-
Constructs a datagram socket and binds it to the specified port
on the local host machine.
- DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
-
Creates a datagram socket, bound to the specified local
address.
- DatagramSocketImpl - Class in java.net
-
Abstract datagram and multicast socket implementation base class.
- DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
-
- DatagramSocketImplFactory - Interface in java.net
-
This interface defines a factory for datagram socket implementations.
- DataInput - Interface in java.io
-
The DataInput
interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types.
- DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified
underlying InputStream.
- 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
.
- 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.
- DataSource - Interface in javax.sql
-
A factory for connections to the physical data source that this
DataSource
object represents.
- 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 type of the data elements stored in the data buffer.
- DatatypeConfigurationException - Exception in javax.xml.datatype
-
Indicates a serious configuration error.
- DatatypeConfigurationException() - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new DatatypeConfigurationException
with
no specified detail mesage and cause.
- DatatypeConfigurationException(String) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new DatatypeConfigurationException
with
the specified detail message.
- DatatypeConfigurationException(String, Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new DatatypeConfigurationException
with
the specified detail message and cause.
- DatatypeConfigurationException(Throwable) - Constructor for exception javax.xml.datatype.DatatypeConfigurationException
-
Create a new DatatypeConfigurationException
with
the specified cause.
- DatatypeConstants - Class in javax.xml.datatype
-
Utility class to contain basic Datatype values as constants.
- DatatypeConstants.Field - Class in javax.xml.datatype
-
Type-safe enum class that represents six fields
of the
Duration
class.
- DatatypeFactory - Class in javax.xml.datatype
-
Factory that creates new javax.xml.datatype
Object
s that map XML to/from Java Object
s.
- 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.
- 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.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype date
.
- DATE_FIELD - Static variable in class java.text.DateFormat
-
Useful constant for DATE field alignment.
- DATE_FORMAT_DD_MM_YY - Static variable in class com.sun.lwuit.spinner.Spinner
-
Value for create date renderer represnting Day-Month-2 Digit Year
- DATE_FORMAT_DD_MM_YYYY - Static variable in class com.sun.lwuit.spinner.Spinner
-
Value for create date renderer represnting Day-Month-4 Digit Year
- DATE_FORMAT_MM_DD_YY - Static variable in class com.sun.lwuit.spinner.Spinner
-
Value for create date renderer represnting Month-Day-2 Digit Year
- DATE_FORMAT_MM_DD_YYYY - Static variable in class com.sun.lwuit.spinner.Spinner
-
Value for create date renderer represnting Month-Day-4 Digit Year
- 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.
- DateFormat - Class in com.codename1.l10n
-
A class for parsing and formatting localisation sensitive dates, compatible
with Jave 6 SDK.
- 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
.
- DateFormatPatterns - Class in com.codename1.l10n
-
Common patterns for dates, times, and timestamps.
- DateFormatPatterns() - Constructor for class com.codename1.l10n.DateFormatPatterns
-
- 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 com.codename1.l10n
-
- DateFormatSymbols() - Constructor for class com.codename1.l10n.DateFormatSymbols
-
- 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.
- 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
-
- DateSpinner - Class in com.codename1.ui.spinner
-
A date spinner allows selecting a date value within the given date range
- DateSpinner() - Constructor for class com.codename1.ui.spinner.DateSpinner
-
Default constructor
- DATETIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema 1.0 datatype dateTime
.
- 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.
- DateTimeSpinner - Class in com.codename1.ui.spinner
-
The date and time spinner extends the time spinner by allowing to pick a specific day as well
- DateTimeSpinner() - Constructor for class com.codename1.ui.spinner.DateTimeSpinner
-
Default constructor
- 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.
- DEBUG - Static variable in class com.codename1.io.Log
-
Constant indicating the logging level Debug is the default and the lowest level
followed by info, warning and error
- DEBUG - Static variable in class com.codename1.javascript.JavascriptContext
-
Flag to enable/disable logging to a debug log.
- 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 com.codename1.ui.TextArea
-
The user is allowed to enter numeric values with optional decimal
fractions, for example "-123", "0.123", or ".5".
- DECIMAL - Static variable in class com.sun.lwuit.TextArea
-
The user is allowed to enter numeric values with optional decimal
fractions, for example "-123", "0.123", or ".5".
- 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.
- DECLARED - Static variable in interface java.lang.reflect.Member
-
Identifies the set of declared members of a class or interface.
- declarePrefix(String, String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Declare a Namespace prefix.
- DeclHandler - Interface in org.xml.sax.ext
-
SAX2 extension handler for DTD declaration events.
- decode(String, String, boolean) - Static method in class com.codename1.io.Util
-
Decodes a String URL encoded URL
- decode(byte[]) - Static method in class com.codename1.util.Base64
-
- decode(byte[], int) - Static method in class com.codename1.util.Base64
-
Decodes an array of bytes containing a Base64 ascii string into binary data
- 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(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.
- 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.
- decrement() - Method in class java.util.concurrent.atomic.LongAdder
-
Equivalent to add(-1)
.
- 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.
- 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_WBITS - Static variable in class com.codename1.io.gzip.JZlib
-
- DEFAULT - Static variable in class com.codename1.l10n.DateFormat
-
Constant for default style (MEDIUM) parsing/formatting pattern.
- 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_BUFSIZE - Static variable in class com.codename1.io.gzip.DeflaterOutputStream
-
- DEFAULT_BUFSIZE - Static variable in class com.codename1.io.gzip.InflaterInputStream
-
- DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
-
Default compression level.
- DEFAULT_NS_PREFIX - Static variable in class javax.xml.XMLConstants
-
Prefix to use to represent the default XML Namespace.
- DEFAULT_NUMBERS - Static variable in class com.codename1.ui.VirtualKeyboard
-
This keymap represents numbers keyboard
- DEFAULT_NUMBERS_SYMBOLS - Static variable in class com.codename1.ui.VirtualKeyboard
-
This keymap represents numbers and symbols keyboard
- DEFAULT_OBJECT_MODEL_URI - Static variable in class javax.xml.xpath.XPathFactory
-
Default Object Model URI.
- DEFAULT_PROPERTY_NAME - Static variable in class javax.xml.xpath.XPathFactory
-
The default property name according to the JAXP spec.
- DEFAULT_QWERTY - Static variable in class com.codename1.ui.VirtualKeyboard
-
This keymap represents qwerty keyboard
- DEFAULT_SIZE - Static variable in class com.codename1.ui.layouts.GroupLayout
-
Possible value for the add methods that takes a Component.
- DEFAULT_SIZE - Static variable in class com.sun.lwuit.layouts.GroupLayout
-
Possible value for the add methods that takes a Component.
- DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
-
Default compression strategy.
- DEFAULT_SYMBOL_TABLE - Static variable in class com.codename1.ui.TextField
-
- DEFAULT_SYMBOLS - Static variable in class com.codename1.ui.VirtualKeyboard
-
This keymap represents symbols keyboard
- defaultCharset() - Static method in class java.nio.charset.Charset
-
Returns the default charset of this Java virtual machine.
- defaultConstraints - Variable in class com.codename1.ui.layouts.GridBagLayout
-
- DefaultCrashReporter - Class in com.codename1.system
-
A default implementation of the crash reporter that instantly sends the crash
data to the server.
- DefaultDocumentRequestHandler - Class in com.codename1.ui.html
-
Default implementation of the HTML components document request handler to allow simple
HTML support in Codename One.
- DefaultDocumentRequestHandler() - Constructor for class com.codename1.ui.html.DefaultDocumentRequestHandler
-
- defaulted(String) - Method in class java.io.ObjectInputStream.GetField
-
Return true if the named field is defaulted and has no value in this
stream.
- defaultForkJoinWorkerThreadFactory - Static variable in class java.util.concurrent.ForkJoinPool
-
Creates a new ForkJoinWorkerThread.
- 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.
- DefaultHTMLCallback - Class in com.codename1.ui.html
-
This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
- DefaultHTMLCallback() - Constructor for class com.codename1.ui.html.DefaultHTMLCallback
-
- DefaultHTMLCallback - Class in com.sun.lwuit.html
-
This is a default implementation of HTMLCallback that basically doesn't do much but does keep the HTMLComponent work intact.
- DefaultHTMLCallback() - Constructor for class com.sun.lwuit.html.DefaultHTMLCallback
-
- DefaultListCellRenderer<T> - Class in com.codename1.ui.list
-
Default implementation of the renderer based on a label see the
ListCellRenderer
for more information about the use and purpose of this class
- DefaultListCellRenderer() - Constructor for class com.codename1.ui.list.DefaultListCellRenderer
-
Creates a new instance of DefaultCellRenderer
- DefaultListCellRenderer(boolean) - Constructor for class com.codename1.ui.list.DefaultListCellRenderer
-
Creates a new instance of DefaultCellRenderer
- DefaultListCellRenderer - Class in com.sun.lwuit.list
-
Default implementation of the renderer based on a label see the
ListCellRenderer
for more information about the use and purpose of this class
- DefaultListCellRenderer() - Constructor for class com.sun.lwuit.list.DefaultListCellRenderer
-
Creates a new instance of DefaultCellRenderer
- DefaultListCellRenderer(boolean) - Constructor for class com.sun.lwuit.list.DefaultListCellRenderer
-
Creates a new instance of DefaultCellRenderer
- DefaultListModel<T> - Class in com.codename1.ui.list
-
Default implementation of the list model based on a vector of elements
- DefaultListModel() - Constructor for class com.codename1.ui.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel(Vector<T>) - Constructor for class com.codename1.ui.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel(Collection<T>) - Constructor for class com.codename1.ui.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel(T[]) - Constructor for class com.codename1.ui.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel - Class in com.sun.lwuit.list
-
Default implementation of the list model based on a vector of elements
- DefaultListModel() - Constructor for class com.sun.lwuit.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel(Vector) - Constructor for class com.sun.lwuit.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultListModel(Object[]) - Constructor for class com.sun.lwuit.list.DefaultListModel
-
Creates a new instance of DefaultListModel
- DefaultLookAndFeel - Class in com.codename1.ui.plaf
-
Used to render the default look of Codename One
- DefaultLookAndFeel(UIManager) - Constructor for class com.codename1.ui.plaf.DefaultLookAndFeel
-
Creates a new instance of DefaultLookAndFeel
- DefaultLookAndFeel - Class in com.sun.lwuit.plaf
-
Used to render the default look of LWUIT
- DefaultLookAndFeel() - Constructor for class com.sun.lwuit.plaf.DefaultLookAndFeel
-
Creates a new instance of DefaultLookAndFeel
- defaultReadObject() - Method in class java.io.ObjectInputStream
-
Read the non-static and non-transient fields of the current class from
this stream.
- defaults - Variable in class java.util.Properties
-
A property list that contains default values for any keys not
found in this property list.
- DefaultTableModel - Class in com.codename1.ui.table
-
A default implementation of the table model based on a two dimensional array.
- DefaultTableModel(String[], Object[][]) - Constructor for class com.codename1.ui.table.DefaultTableModel
-
Constructs a new table with a 2 dimensional array for row/column data
- DefaultTableModel(String[], Object[][], boolean) - Constructor for class com.codename1.ui.table.DefaultTableModel
-
Constructs a new table with a 2 dimensional array for row/column data
- DefaultTableModel - Class in com.sun.lwuit.table
-
A default implementation of the table model based on a two dimensional array.
- DefaultTableModel(String[], Object[][]) - Constructor for class com.sun.lwuit.table.DefaultTableModel
-
Constructs a new table with a 2 dimensional array for row/column data
- DefaultTableModel(String[], Object[][], boolean) - Constructor for class com.sun.lwuit.table.DefaultTableModel
-
Constructs a new table with a 2 dimensional array for row/column data
- defaultThreadFactory() - Static method in class java.util.concurrent.Executors
-
Returns a default thread factory used to create new threads.
- defaultWriteObject() - Method in class java.io.ObjectOutputStream
-
Write the non-static and non-transient fields of the current class to
this stream.
- defineClass(byte[], int, int) - Method in class java.lang.ClassLoader
-
- 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.
- defineFrames(int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines the frames of the animation if this is a frame changing animation (e.g.
- defineFrames(int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines the frames of the animation if this is a frame changing animation (e.g.
- defineHeight(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines the height of the object starting at the given time/value and ending at the given position
- defineHeight(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines the height of the object starting at the given time/value and ending at the given position
- defineLandscapeSwap(String, String) - Method in class com.codename1.ui.layouts.BorderLayout
-
This method allows swapping positions within the border layout when the layout
orientation changes to landscape or if the layout starts off as landscape.
- defineMotionX(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines a motion on the x axis starting at the given time/value and ending at the given position
- defineMotionX(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines a motion on the x axis starting at the given time/value and ending at the given position
- defineMotionY(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines a motion on the y axis starting at the given time/value and ending at the given position
- defineMotionY(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines a motion on the y axis starting at the given time/value and ending at the given position
- defineOpacity(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines opacity (translucency) starting at the given time/value and ending at the given position.
- defineOpacity(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines opacity (translucency) starting at the given time/value and ending at the given position.
- defineOrientation(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines a rotation animation starting at the given time/value and ending at the given position
- defineOrientation(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines a rotation animation starting at the given time/value and ending at the given position
- 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.
- defineWidth(int, int, int, int, int) - Method in class com.codename1.ui.animations.AnimationObject
-
Defines the width of the object starting at the given time/value and ending at the given position
- defineWidth(int, int, int, int, int) - Method in class com.sun.lwuit.animations.AnimationObject
-
Defines the width of the object starting at the given time/value and ending at the given position
- Deflate - Class in com.codename1.io.gzip
-
- deflate(int) - Method in class com.codename1.io.gzip.Deflater
-
- deflate(int) - Method in class com.codename1.io.gzip.DeflaterOutputStream
-
- deflate(int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- 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_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.
- deflateEnd() - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int, boolean) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int, int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int, int, int, JZlib.WrapperType) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int, int, int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateInit(int, int, boolean) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deflateParams(int, int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- Deflater - Class in com.codename1.io.gzip
-
- Deflater() - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int) - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int, boolean) - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int, int) - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int, int, boolean) - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int, int, int, JZlib.WrapperType) - Constructor for class com.codename1.io.gzip.Deflater
-
- Deflater(int, int, int) - Constructor for class com.codename1.io.gzip.Deflater
-
- deflater - Variable in class com.codename1.io.gzip.DeflaterOutputStream
-
- 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 com.codename1.io.gzip
-
- DeflaterOutputStream(OutputStream) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
-
- DeflaterOutputStream(OutputStream, Deflater) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
-
- DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
-
- DeflaterOutputStream(OutputStream, Deflater, int, boolean) - Constructor for class com.codename1.io.gzip.DeflaterOutputStream
-
- 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.
- deflateSetDictionary(byte[], int) - Method in class com.codename1.io.gzip.ZStream
-
Deprecated.
- deinitialize() - Method in class com.codename1.components.Ads
-
- deinitialize() - Method in class com.codename1.components.ImageViewer
-
- deinitialize() - Method in class com.codename1.components.InfiniteProgress
-
- deinitialize() - Method in class com.codename1.components.OnOffSwitch
-
- deinitialize() - Method in class com.codename1.ui.AutoCompleteTextField
-
- deinitialize() - Method in class com.codename1.ui.Component
-
Invoked to indicate that the component initialization is being reversed
since the component was detached from the container hierarchy.
- deinitialize() - Static method in class com.codename1.ui.Display
-
Closes down the EDT and Codename One, under normal conditions this method is completely unnecessary
since exiting the application will shut down Codename One.
- deinitialize() - Method in class com.codename1.ui.html.HTMLComponent
-
Deprecated.
If the component is taken off for any reason, makes sure access keys are not active
- deinitialize() - Method in class com.codename1.ui.list.ContainerList
-
- deinitialize() - Method in class com.codename1.ui.PeerComponent
-
- deinitialize() - Method in class com.codename1.ui.Slider
-
- deinitialize() - Method in class com.codename1.ui.table.Table
-
- deinitialize() - Method in class com.codename1.ui.Tabs
-
- deinitialize() - Method in class com.codename1.ui.TextField
-
- deinitialize() - Method in class com.sun.lwuit.Component
-
Invoked to indicate that the component initialization is being reversed
since the component was detached from the container hierarchy.
- deinitialize() - Static method in class com.sun.lwuit.Display
-
Closes down the EDT and LWUIT, under normal conditions this method is completely unnecessary
since exiting the application will shut down LWUIT.
- deinitialize() - Method in class com.sun.lwuit.html.HTMLComponent
-
If the component is taken off for any reason, makes sure access keys are not active
- deinitialize() - Method in class com.sun.lwuit.MediaComponent
-
- deinitialize() - Method in class com.sun.lwuit.table.Table
-
- deinitialize() - Method in class com.sun.lwuit.TextField
-
- deinitializeCustomStyle(Style) - Method in class com.codename1.ui.Component
-
Allows components to create a style of their own, this method cleans up
state for the given style
- deinitializeCustomStyle(Style) - Method in class com.sun.lwuit.Component
-
Allows components to create a style of their own, this method cleans up
state for the given style
- DELAY - Static variable in interface javax.microedition.io.SocketConnection
-
- 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.
- delete(CloudObject) - Method in class com.codename1.cloud.CloudStorage
-
Deletes the following object from the cloud storage upon commit
- delete(String) - Static method in class com.codename1.db.Database
-
Deletes database
- delete(Object) - Method in class com.codename1.io.CacheMap
-
Deletes a cached entry
- delete(String) - Method in class com.codename1.io.FileSystemStorage
-
Deletes the specific file
- delete(String) - Static method in class com.codename1.io.Preferences
-
Deletes a value for the given setting
- delete(String) - Method in class com.codename1.ui.Display
-
Deletes database
- delete(int, int) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Deletes a sequence of characters specified by start
and end
.
- 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() - Method in interface javax.microedition.io.file.FileConnection
-
- DELETE_CHAR - Static variable in class com.codename1.ui.VirtualKeyboard
-
- deleteAllCloudFilesBefore(long, String, String) - Method in class com.codename1.cloud.CloudStorage
-
Deletes all the cloud files before the given time stamp for the given
development account.
- deleteAllCloudFilesForUser() - Method in class com.codename1.cloud.CloudStorage
-
Deletes all the cloud files under this user, notice that this method
is asynchronous and a background server process performs the actual deletion
- deleteChar() - Method in class com.codename1.ui.TextField
-
Performs a backspace operation
- deleteChar() - Method in class com.sun.lwuit.TextField
-
Performs a backspace operation
- deleteCharAt(int) - Method in class com.codename1.util.CStringBuilder
-
Deprecated.
Deletes the character at the specified index.
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteCloudFile(String) - Method in class com.codename1.cloud.CloudStorage
-
Deletes a file from the cloud storage
- deleteContact(String) - Static method in class com.codename1.contacts.ContactsManager
-
removed a contact from the device contacts book
- deleteContact(String) - Method in class com.codename1.ui.Display
-
removed a contact from the device contacts book
- 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.
- 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.
- deleteRetry(String, int) - Method in class com.codename1.io.FileSystemStorage
-
Deletes the specific file, if the platform supports a delete on exit this
method will activate it.
- 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
.
- deleteStorageFile(String) - Method in class com.codename1.io.Storage
-
Deletes the given file name from the storage
- delimiter() - Method in class java.util.Scanner
-
Returns the Pattern
this Scanner
is currently
using to match delimiters.
- DENSITY_HD - Static variable in class com.codename1.ui.Display
-
HD Up To 1920x1080
- DENSITY_HIGH - Static variable in class com.codename1.ui.Display
-
Hi Density Up To 480x854
- DENSITY_LOW - Static variable in class com.codename1.ui.Display
-
Low Density Up To 240x320
- DENSITY_MEDIUM - Static variable in class com.codename1.ui.Display
-
Medium Density Up To 360x480
- DENSITY_VERY_HIGH - Static variable in class com.codename1.ui.Display
-
Very Hi Density Up To 1440x720
- DENSITY_VERY_LOW - Static variable in class com.codename1.ui.Display
-
Very Low Density 176x220 And Smaller
- 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_INFINITE - Static variable in class com.codename1.xml.Element
-
A constant that can be used for the get descendants methods to denote infinite recursion
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at
both ends.
- 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
-
- deregisterAnimated(Animation) - Method in class com.codename1.ui.Form
-
Indicate that cmp would no longer like to receive animation events
- deregisterAnimated(Animation) - Method in class com.sun.lwuit.Form
-
Indicate that cmp would no longer like to receive animation events
- deregisterDriver(Driver) - Static method in class java.sql.DriverManager
-
Removes the specified driver from the DriverManager
's list of
registered drivers.
- deregisterPush() - Method in class com.codename1.ui.Display
-
Stop receiving push notifications to this client application
- 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(float, int) - Method in class com.codename1.ui.Font
-
Creates a font based on this truetype font with the given pixel, WARNING! This method
will only work in the case of truetype fonts!
Important some platforms e.g.
- derive(float, int) - Method in class com.sun.lwuit.Font
-
Creates a font based on this truetype font with the given pixel, WARNING! This method
will only work in the case of truetype fonts!
Important some platforms e.g.
- 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.
- 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.
- 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.
- 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.
- destHeight - Variable in class java.awt.image.ReplicateScaleFilter
-
The target height to scale the image.
- destroy() - Method in class com.codename1.components.WebBrowser
-
Release WebBrowser native resources.
- destroy() - Method in class com.codename1.ui.BrowserComponent
-
Release native resources of this Browser Component
- 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.x500.X500PrivateCredential
-
Clears the references to the X.509 certificate, private key and the
KeyStore alias in this object.
- Destroyable - Interface in javax.security.auth
-
Objects such as credentials may optionally implement this interface
to provide the capability to destroy its contents.
- DestroyFailedException - Exception in javax.security.auth
-
Signals that a destroy
operation failed.
- DestroyFailedException() - Constructor for exception javax.security.auth.DestroyFailedException
-
Constructs a DestroyFailedException with no detail message.
- DestroyFailedException(String) - Constructor for exception javax.security.auth.DestroyFailedException
-
Constructs a DestroyFailedException with the specified detail
message.
- destroyForcibly() - Method in class java.lang.Process
-
Kills the subprocess.
- destroyXlet(boolean) - Method in interface javax.microedition.xlet.Xlet
-
- destWidth - Variable in class java.awt.image.ReplicateScaleFilter
-
The target width to scale the image.
- detachEventListeners() - Static method in class com.codename1.ui.Display
-
Detach all event listeners for current
application.
- detachEventListeners() - Static method in class com.sun.lwuit.Display
-
- detail - Variable in exception java.io.WriteAbortedException
-
Exception that was caught while writing the ObjectStream.
- detail - Variable in exception java.rmi.activation.ActivationException
-
The cause of the activation exception.
- detail - Variable in exception java.rmi.RemoteException
-
The cause of the remote exception.
- detail - Variable in exception java.rmi.server.ServerCloneException
-
The cause of the exception.
- DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Devanagari" Unicode character block.
- DEVANAGARI_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Devanagari Extended" Unicode character block.
- DeviceRunner - Class in com.codename1.testing
-
Runs the test cases from the test build of the app, notice that this class
is abstract since device/app specific code can exist in the implementation
- DeviceRunner() - Constructor for class com.codename1.testing.DeviceRunner
-
- DGC - Interface in java.rmi.dgc
-
The DGC abstraction is used for the server side of the distributed
garbage collection algorithm.
- DGC_ID - Static variable in class java.rmi.server.ObjID
-
Object number for well-known ObjID
of
the distributed garbage collector.
- DHGenParameterSpec - Class in javax.crypto.spec
-
This class specifies the set of parameters used for generating
Diffie-Hellman (system) parameters for use in Diffie-Hellman key
agreement.
- DHGenParameterSpec(int, int) - Constructor for class javax.crypto.spec.DHGenParameterSpec
-
Constructs a parameter set for the generation of Diffie-Hellman
(system) parameters.
- DHKey - Interface in javax.crypto.interfaces
-
The interface to a Diffie-Hellman key.
- DHParameterSpec - Class in javax.crypto.spec
-
This class specifies the set of parameters used with the Diffie-Hellman
algorithm, as specified in PKCS #3: Diffie-Hellman Key-Agreement
Standard.
- DHParameterSpec(BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHParameterSpec
-
Constructs a parameter set for Diffie-Hellman, using a prime modulus
p
and a base generator g
.
- DHParameterSpec(BigInteger, BigInteger, int) - Constructor for class javax.crypto.spec.DHParameterSpec
-
Constructs a parameter set for Diffie-Hellman, using a prime modulus
p
, a base generator g
,
and the size in bits, l
, of the random exponent
(private value).
- DHPrivateKey - Interface in javax.crypto.interfaces
-
The interface to a Diffie-Hellman private key.
- DHPrivateKeySpec - Class in javax.crypto.spec
-
This class specifies a Diffie-Hellman private key with its associated
parameters.
- DHPrivateKeySpec(BigInteger, BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHPrivateKeySpec
-
Constructor that takes a private value x
, a prime
modulus p
, and a base generator g
.
- DHPublicKey - Interface in javax.crypto.interfaces
-
The interface to a Diffie-Hellman public key.
- DHPublicKeySpec - Class in javax.crypto.spec
-
This class specifies a Diffie-Hellman public key with its associated
parameters.
- DHPublicKeySpec(BigInteger, BigInteger, BigInteger) - Constructor for class javax.crypto.spec.DHPublicKeySpec
-
Constructor that takes a public value y
, a prime
modulus p
, and a base generator g
.
- dial(String) - Method in class com.codename1.ui.Display
-
Opens the device Dialer application with the given phone number
- Dialog - Class in com.codename1.ui
-
A dialog is a form that occupies a part of the screen and appears as a modal
entity to the developer.
- Dialog(String) - Constructor for class com.codename1.ui.Dialog
-
Constructs a Dialog with a title
- Dialog() - Constructor for class com.codename1.ui.Dialog
-
Constructs a Dialog with a title
- Dialog - Class in com.sun.lwuit
-
A dialog is a form that occupies a part of the screen and appears as a modal
entity to the developer.
- Dialog(String) - Constructor for class com.sun.lwuit.Dialog
-
Constructs a Dialog with a title
- Dialog() - Constructor for class com.sun.lwuit.Dialog
-
Constructs a Dialog with a title
- Dictionary<K,V> - Class in java.util
-
The Dictionary
class is the abstract parent of any
class, such as Hashtable
, which maps keys to values.
- Dictionary() - Constructor for class java.util.Dictionary
-
Sole constructor.
- digest - Variable in class java.security.DigestInputStream
-
The message digest associated with this stream.
- digest - Variable in class java.security.DigestOutputStream
-
The message digest associated with this stream.
- digest() - Method in class java.security.MessageDigest
-
Completes the hash computation by performing final operations
such as padding.
- digest(byte[], int, int) - Method in class java.security.MessageDigest
-
Completes the hash computation by performing final operations
such as padding.
- digest(byte[]) - Method in class java.security.MessageDigest
-
Performs a final update on the digest using the specified array
of bytes, then completes the digest computation.
- DigestException - Exception in java.security
-
This is the generic Message Digest exception.
- DigestException() - Constructor for exception java.security.DigestException
-
Constructs a DigestException with no detail message.
- DigestException(String) - Constructor for exception java.security.DigestException
-
Constructs a DigestException with the specified detail
message.
- DigestException(String, Throwable) - Constructor for exception java.security.DigestException
-
Creates a DigestException
with the specified
detail message and cause.
- DigestException(Throwable) - Constructor for exception java.security.DigestException
-
Creates a DigestException
with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- DigestInputStream - Class in java.security
-
A transparent stream that updates the associated message digest using
the bits going through the stream.
- DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
-
Creates a digest input stream, using the specified input stream
and message digest.
- DigestOutputStream - Class in java.security
-
A transparent stream that updates the associated message digest using
the bits going through the stream.
- DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
-
Creates a digest output stream, using the specified output stream
and message digest.
- digit(char, int) - Static method in class java.lang.Character
-
Returns the numeric value of the character ch
in the
specified radix.
- digit(int, int) - Static method in class java.lang.Character
-
Returns the numeric value of the specified character (Unicode
code point) in the specified radix.
- dimension() - Method in class com.codename1.maps.Tile
-
Gets the tile dimension
- Dimension - Class in com.codename1.ui.geom
-
Utility class that holds a width and height that represents a dimension of
a component or element
- Dimension() - Constructor for class com.codename1.ui.geom.Dimension
-
Creates a new instance of Dimension
- Dimension(Dimension) - Constructor for class com.codename1.ui.geom.Dimension
-
Creates a new instance of Dimension with a predefine dimension
- Dimension(int, int) - Constructor for class com.codename1.ui.geom.Dimension
-
CCreates a new instance of Dimension with width and height
- Dimension - Class in com.sun.lwuit.geom
-
Utility class that holds a width and height that represents a dimension of
a component or element
- Dimension() - Constructor for class com.sun.lwuit.geom.Dimension
-
Creates a new instance of Dimension
- Dimension(Dimension) - Constructor for class com.sun.lwuit.geom.Dimension
-
Creates a new instance of Dimension with a predefine dimension
- Dimension(int, int) - Constructor for class com.sun.lwuit.geom.Dimension
-
CCreates a new instance of Dimension with width and height
- DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Dingbats" Unicode character block.
- DirectColorModel - Class in java.awt.image
-
The DirectColorModel
class is a ColorModel
class that works with pixel values that represent RGB
color and alpha information as separate samples and that pack all
samples for a single pixel into a single int, short, or byte quantity.
- DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
-
Constructs a DirectColorModel
from the specified masks
that indicate which bits in an int
pixel representation
contain the red, green and blue color samples.
- DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
-
Constructs a DirectColorModel
from the specified masks
that indicate which bits in an int
pixel representation
contain the red, green and blue color samples and the alpha sample,
if present.
- DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
-
Constructs a DirectColorModel
from the specified
parameters.
- DIRECTION_DEFAULT_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
-
Constant indicating that the base direction depends on the first strong
directional character in the text according to the Unicode
Bidirectional Algorithm.
- DIRECTION_DEFAULT_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
-
Constant indicating that the base direction depends on the first strong
directional character in the text according to the Unicode
Bidirectional Algorithm.
- DIRECTION_LEFT_TO_RIGHT - Static variable in class java.text.Bidi
-
Constant indicating base direction is left-to-right.
- DIRECTION_RIGHT_TO_LEFT - Static variable in class java.text.Bidi
-
Constant indicating base direction is right-to-left.
- DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "AN" in the Unicode specification.
- DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
-
Weak bidirectional character type "BN" in the Unicode specification.
- DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "CS" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
-
Weak bidirectional character type "EN" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ES" in the Unicode specification.
- DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
-
Weak bidirectional character type "ET" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
-
Strong bidirectional character type "L" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRE" in the Unicode specification.
- DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "LRO" in the Unicode specification.
- DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
-
Weak bidirectional character type "NSM" in the Unicode specification.
- DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
-
Neutral bidirectional character type "ON" in the Unicode specification.
- DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "B" in the Unicode specification.
- DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
-
Weak bidirectional character type "PDF" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
-
Strong bidirectional character type "R" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
-
Strong bidirectional character type "AL" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLE" in the Unicode specification.
- DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
-
Strong bidirectional character type "RLO" in the Unicode specification.
- DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
-
Neutral bidirectional character type "S" in the Unicode specification.
- DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
-
Undefined bidirectional character type.
- DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
-
Neutral bidirectional character type "WS" in the Unicode specification.
- directory() - Method in class java.lang.ProcessBuilder
-
Returns this process builder's working directory.
- directory(File) - Method in class java.lang.ProcessBuilder
-
Sets this process builder's working directory.
- DirectoryIteratorException - Exception in java.nio.file
-
Runtime exception thrown if an I/O error is encountered when iterating over
the entries in a directory.
- DirectoryIteratorException(IOException) - Constructor for exception java.nio.file.DirectoryIteratorException
-
Constructs an instance of this class.
- DirectoryNotEmptyException - Exception in java.nio.file
-
Checked exception thrown when a file system operation fails because a
directory is not empty.
- DirectoryNotEmptyException(String) - Constructor for exception java.nio.file.DirectoryNotEmptyException
-
Constructs an instance of this class.
- directorySize(boolean) - Method in interface javax.microedition.io.file.FileConnection
-
- DirectoryStream<T> - Interface in java.nio.file
-
An object to iterate over the entries in a directory.
- DirectoryStream.Filter<T> - Interface in java.nio.file
-
An interface that is implemented by objects that decide if a directory
entry should be accepted or filtered.
- dirty(ObjID[], long, Lease) - Method in interface java.rmi.dgc.DGC
-
The dirty call requests leases for the remote object references
associated with the object identifiers contained in the array
'ids'.
- disable() - Static method in class java.lang.Compiler
-
Cause the Compiler to cease operation.
- disableEvents(long) - Method in class java.awt.Component
-
Disables the events defined by the specified event mask parameter
from being delivered to this component.
- DiscardOldestPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy
-
Creates a DiscardOldestPolicy
for the given executor.
- DiscardPolicy() - Constructor for class java.util.concurrent.ThreadPoolExecutor.DiscardPolicy
-
Creates a DiscardPolicy
.
- disconnect() - Method in class java.net.DatagramSocket
-
Disconnects the socket.
- disconnect() - Method in class java.net.DatagramSocketImpl
-
Disconnects a datagram socket from its remote destination.
- disconnect() - Method in class java.net.HttpURLConnection
-
Indicates that other requests to the server
are unlikely in the near future.
- disconnect() - Method in class java.nio.channels.DatagramChannel
-
Disconnects this channel's socket.
- disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
-
Returns true
if the two specified collections have no
elements in common.
- dismissNotification(Object) - Method in class com.codename1.ui.Display
-
Removes the notification previously posted with the notify status bar method
- dispatch() - Method in class java.awt.event.InvocationEvent
-
Executes the Runnable's run()
method and notifies the
notifier (if any) when run()
returns.
- dispatch(Remote, RemoteCall, int, long) - Method in interface java.rmi.server.Skeleton
-
- dispatchCommand(Command, ActionEvent) - Method in class com.codename1.ui.Form
-
Dispatches a command via the standard form mechanism of firing a command event
- dispatchCommand(Command, ActionEvent) - Method in class com.sun.lwuit.Form
-
Dispatches a command via the standard form mechanism of firing a command event
- dispatchEvent(AWTEvent) - Method in class java.awt.Component
-
Dispatches an event to this component or one of its sub components.
- dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
-
Dispatches an event to the active input method.
- dispatchEvent(Event) - Method in interface org.w3c.dom.events.EventTarget
-
This method allows the dispatch of events into the implementations
event model.
- Display - Class in com.codename1.ui
-
Central class for the API that manages rendering/events and is used to place top
level components (
Form
) on the "display".
- Display() - Constructor for class com.codename1.ui.Display
-
Private constructor to prevent instanciation
- Display - Class in com.sun.lwuit
-
Central class for the API that manages rendering/events and is used to place top
level components (
Form
) on the "display".
- displayName() - Method in class java.nio.charset.Charset
-
Returns this charset's human-readable name for the default locale.
- displayName(Locale) - Method in class java.nio.charset.Charset
-
Returns this charset's human-readable name for the given locale.
- dispose() - Method in class com.codename1.components.Progress
-
- dispose() - Method in class com.codename1.ui.Dialog
-
Closes the current form and returns to the previous form, releasing the
EDT in the process
- dispose() - Method in class com.codename1.ui.Image
-
DO NOT CALL THIS METHOD UNLESS YOU KNOW WHAT YOU ARE DOING! Images dispose
automatically for most cases except for very rare special cases.
- dispose() - Method in class com.codename1.ui.VirtualKeyboard
-
- dispose() - Method in class com.sun.lwuit.Dialog
-
Closes the current form and returns to the previous form, releasing the
EDT in the process
- dispose() - Method in class java.awt.im.InputContext
-
Releases the resources used by this input context.
- distance(double, double, double, double) - Static method in class com.codename1.maps.MapComponent
-
Returns the distance between 2 points in meters
- DISTINCT - 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
DISTINCT
.
- DISTINCT - Static variable in interface java.util.Spliterator
-
Characteristic value signifying that, for each pair of
encountered elements x, y
, !x.equals(y)
.
- distinct() - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the distinct elements of this stream.
- distinct() - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the distinct elements of this stream.
- distinct() - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the distinct elements of this stream.
- distinct() - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the distinct elements (according to
Object.equals(Object)
) of this stream.
- divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is as specified.
- divide(BigDecimal, int) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose scale is this.scale()
.
- divide(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, and whose preferred scale is (this.scale() -
divisor.scale())
; if the exact quotient cannot be
represented (because it has a non-terminating decimal
expansion) an ArithmeticException
is thrown.
- divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (this /
divisor)
, with rounding according to the context settings.
- divide(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (this / val)
.
- divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the
result of divideToIntegralValue
followed by the result of
remainder
on the two operands.
- divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a two-element BigDecimal
array containing the
result of divideToIntegralValue
followed by the result of
remainder
on the two operands calculated with rounding
according to the context settings.
- divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
-
Returns an array of two BigIntegers containing (this / val)
followed by (this % val)
.
- dividedBy(long) - Method in class java.time.Duration
-
Returns a copy of this duration divided by the specified value.
- divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part
of the quotient (this / divisor)
rounded down.
- divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is the integer part
of (this / divisor)
.
- divideUnsigned(int, int) - Static method in class java.lang.Integer
-
Returns the unsigned quotient of dividing the first argument by
the second where each argument and the result is interpreted as
an unsigned value.
- divideUnsigned(long, long) - Static method in class java.lang.Long
-
Returns the unsigned quotient of dividing the first argument by
the second where each argument and the result is interpreted as
an unsigned value.
- doAs(Subject, PrivilegedAction<T>) - Static method in class javax.security.auth.Subject
-
Perform work as a particular Subject
.
- doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class javax.security.auth.Subject
-
Perform work as a particular Subject
.
- doAsPrivileged(Subject, PrivilegedAction<T>, AccessControlContext) - Static method in class javax.security.auth.Subject
-
Perform privileged work as a particular Subject
.
- doAsPrivileged(Subject, PrivilegedExceptionAction<T>, AccessControlContext) - Static method in class javax.security.auth.Subject
-
Perform privileged work as a particular Subject
.
- DOCTYPE_PUBLIC - Static variable in class javax.xml.transform.OutputKeys
-
doctype-public = string.
- DOCTYPE_SYSTEM - Static variable in class javax.xml.transform.OutputKeys
-
doctype-system = string.
- Document - Interface in org.w3c.dom
-
The Document
interface represents the entire HTML or XML
document.
- DOCUMENT_FRAGMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a DocumentFragment
.
- DOCUMENT_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a Document
.
- DOCUMENT_POSITION_CONTAINED_BY - Static variable in interface org.w3c.dom.Node
-
The node is contained by the reference node.
- DOCUMENT_POSITION_CONTAINS - Static variable in interface org.w3c.dom.Node
-
The node contains the reference node.
- DOCUMENT_POSITION_DISCONNECTED - Static variable in interface org.w3c.dom.Node
-
The two nodes are disconnected.
- DOCUMENT_POSITION_FOLLOWING - Static variable in interface org.w3c.dom.Node
-
The node follows the reference node.
- DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC - Static variable in interface org.w3c.dom.Node
-
The determination of preceding versus following is
implementation-specific.
- DOCUMENT_POSITION_PRECEDING - Static variable in interface org.w3c.dom.Node
-
The second node precedes the reference node.
- DOCUMENT_TYPE_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a DocumentType
.
- DocumentBuilder - Class in javax.xml.parsers
-
Defines the API to obtain DOM Document instances from an XML
document.
- DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
-
Protected constructor
- DocumentBuilderFactory - Class in javax.xml.parsers
-
Defines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.
- DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
-
Protected constructor to prevent instantiation.
- Documented - Annotation Type in java.lang.annotation
-
Indicates that annotations with a type are to be documented by javadoc
and similar tools by default.
- DocumentEvent - Interface in org.w3c.dom.events
-
The DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.
- DocumentFragment - Interface in org.w3c.dom
-
DocumentFragment
is a "lightweight" or "minimal"
Document
object.
- DocumentHandler - Interface in org.xml.sax
-
- DocumentInfo - Class in com.codename1.ui.html
-
DocumentInfo holds important information about a document that is loading.
- DocumentInfo - Class in com.sun.lwuit.html
-
DocumentInfo holds important information about a document that is loading.
- DocumentRequestHandler - Interface in com.codename1.ui.html
-
The DocumentRequestHandler interface should be implemented so it returns documents in requested URLs.
Concrete classes should handle in its single method all necessary networking and IO issues.
Implementations of this interface are used by HTMLComponent to obtain links and form results
- DocumentRequestHandler - Interface in com.sun.lwuit.html
-
The HttpRequestHandler interface should be implemented so it returns documents in requested URLs.
Concrete classes should handle in its single method all necessary networking and IO issues.
Implementations of this interface are used by HTMLComponent to obtain links and form results
- DocumentType - Interface in org.w3c.dom
-
Each Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.
- doesMaxRowSizeIncludeBlobs() - Method in interface java.sql.DatabaseMetaData
-
Retrieves whether the return value for the method
getMaxRowSize
includes the SQL data types
LONGVARCHAR
and LONGVARBINARY
.
- doFinal() - Method in class javax.crypto.Cipher
-
Finishes a multiple-part encryption or decryption operation, depending
on how this cipher was initialized.
- doFinal(byte[], int) - Method in class javax.crypto.Cipher
-
Finishes a multiple-part encryption or decryption operation, depending
on how this cipher was initialized.
- doFinal(byte[]) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal(ByteBuffer, ByteBuffer) - Method in class javax.crypto.Cipher
-
Encrypts or decrypts data in a single-part operation, or finishes a
multiple-part operation.
- doFinal() - Method in class javax.crypto.Mac
-
Finishes the MAC operation.
- doFinal(byte[], int) - Method in class javax.crypto.Mac
-
Finishes the MAC operation.
- doFinal(byte[]) - Method in class javax.crypto.Mac
-
Processes the given array of bytes and finishes the MAC operation.
- doInput - Variable in class java.net.URLConnection
-
This variable is set by the setDoInput
method.
- doLayout() - Method in class java.awt.Component
-
Prompts the layout manager to lay out this component.
- doLayout() - Method in class java.awt.Container
-
Causes this container to lay out its components.
- DOM_OBJECT_MODEL - Static variable in class javax.xml.xpath.XPathConstants
-
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
- DomainCombiner - Interface in java.security
-
A DomainCombiner
provides a means to dynamically
update the ProtectionDomains associated with the current
AccessControlContext
.
- DomainLoadStoreParameter - Class in java.security
-
Configuration data that specifies the keystores in a keystore domain.
- DomainLoadStoreParameter(URI, Map<String, KeyStore.ProtectionParameter>) - Constructor for class java.security.DomainLoadStoreParameter
-
Constructs a DomainLoadStoreParameter for a keystore domain with
the parameters used to protect keystore data.
- domainMatches(String, String) - Static method in class java.net.HttpCookie
-
The utility method to check whether a host name is in a domain or not.
- DOMConfiguration - Interface in org.w3c.dom
-
The DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.
- DOMError - Interface in org.w3c.dom
-
DOMError
is an interface that describes an error.
- DOMErrorHandler - Interface in org.w3c.dom
-
DOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g.
- DOMException - Exception in org.w3c.dom
-
DOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).
- DOMException(short, String) - Constructor for exception org.w3c.dom.DOMException
-
- DOMImplementation - Interface in org.w3c.dom
-
The DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.
- DOMImplementationList - Interface in org.w3c.dom
-
The DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.
- DOMImplementationLS - Interface in org.w3c.dom.ls
-
DOMImplementationLS
contains the factory methods for creating
Load and Save objects.
- DOMImplementationRegistry - Class in org.w3c.dom.bootstrap
-
A factory that enables applications to obtain instances of
DOMImplementation
.
- DOMImplementationSource - Interface in org.w3c.dom
-
This interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in
DOM
Features.
- DOMINO_TILES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Domino Tiles" Unicode character block.
- DOMLocator - Interface in javax.xml.transform.dom
-
Indicates the position of a node in a source DOM, intended
primarily for error reporting.
- DOMLocator - Interface in org.w3c.dom
-
DOMLocator
is an interface that describes a location (e.g.
- DOMResult - Class in javax.xml.transform.dom
-
Acts as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.
- DOMResult() - Constructor for class javax.xml.transform.dom.DOMResult
-
Zero-argument default constructor.
- DOMResult(Node) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target.
- DOMResult(Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target with the specified System ID.
- DOMResult(Node, Node) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before.
- DOMResult(Node, Node, String) - Constructor for class javax.xml.transform.dom.DOMResult
-
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and
the specified System ID.
- DOMSource - Class in javax.xml.transform.dom
-
Acts as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.
- DOMSource() - Constructor for class javax.xml.transform.dom.DOMSource
-
Zero-argument default constructor.
- DOMSource(Node) - Constructor for class javax.xml.transform.dom.DOMSource
-
Create a new input source with a DOM node.
- DOMSource(Node, String) - Constructor for class javax.xml.transform.dom.DOMSource
-
Create a new input source with a DOM node, and with the
system ID also passed in as the base URI.
- DOMSTRING_SIZE_ERR - Static variable in exception org.w3c.dom.DOMException
-
If the specified range of text does not fit into a
DOMString
.
- DOMStringList - Interface in org.w3c.dom
-
The DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.
- done() - Method in interface java.rmi.server.RemoteCall
-
- done(RemoteCall) - Method in interface java.rmi.server.RemoteRef
-
- DONE - Static variable in class java.text.BreakIterator
-
DONE is returned by previous(), next(), next(int), preceding(int)
and following(int) when either the first or last text boundary has been
reached.
- DONE - Static variable in interface java.text.CharacterIterator
-
Constant that is returned when the iterator has reached either the end
or the beginning of the text.
- done() - Method in class java.util.concurrent.FutureTask
-
Protected method invoked when this task transitions to state
isDone
(whether normally or via cancellation).
- doOutput - Variable in class java.net.URLConnection
-
This variable is set by the setDoOutput
method.
- doPhase(Key, boolean) - Method in class javax.crypto.KeyAgreement
-
Executes the next phase of this key agreement with the given
key that was received from one of the other parties involved in this key
agreement.
- doPrivileged(PrivilegedAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction
with privileges
enabled.
- doPrivileged(PrivilegedAction<T>, AccessControlContext) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction
with privileges
enabled and restricted by the specified AccessControlContext
.
- doPrivileged(PrivilegedAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction
with privileges
enabled and restricted by the specified
AccessControlContext
and with a privilege scope limited
by specified Permission
arguments.
- doPrivileged(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction
with
privileges enabled.
- doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction
with
privileges enabled and restricted by the specified
AccessControlContext
.
- doPrivileged(PrivilegedExceptionAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction
with
privileges enabled and restricted by the specified
AccessControlContext
and with a privilege scope limited by
specified Permission
arguments.
- doPrivilegedWithCombiner(PrivilegedAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction
with privileges
enabled.
- doPrivilegedWithCombiner(PrivilegedAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedAction
with privileges
enabled and restricted by the specified
AccessControlContext
and with a privilege scope limited
by specified Permission
arguments.
- doPrivilegedWithCombiner(PrivilegedExceptionAction<T>) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction
with
privileges enabled.
- doPrivilegedWithCombiner(PrivilegedExceptionAction<T>, AccessControlContext, Permission...) - Static method in class java.security.AccessController
-
Performs the specified PrivilegedExceptionAction
with
privileges enabled and restricted by the specified
AccessControlContext
and with a privilege scope limited by
specified Permission
arguments.
- DosFileAttributes - Interface in java.nio.file.attribute
-
File attributes associated with a file in a file system that supports
legacy "DOS" attributes.
- DosFileAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that provides a view of the legacy "DOS" file attributes.
- DOTALL - Static variable in class java.util.regex.Pattern
-
Enables dotall mode.
- Double - Class in java.lang
-
The Double
class wraps a value of the primitive type
double
in an object.
- Double(double) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double
object that
represents the primitive double
argument.
- Double(String) - Constructor for class java.lang.Double
-
Constructs a newly allocated Double
object that
represents the floating-point value of type double
represented by the string.
- DOUBLE - 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
DOUBLE
.
- DoubleAccumulator - Class in java.util.concurrent.atomic
-
One or more variables that together maintain a running double
value updated using a supplied function.
- DoubleAccumulator(DoubleBinaryOperator, double) - Constructor for class java.util.concurrent.atomic.DoubleAccumulator
-
Creates a new instance using the given accumulator function
and identity element.
- DoubleAdder - Class in java.util.concurrent.atomic
-
One or more variables that together maintain an initially zero
double
sum.
- DoubleAdder() - Constructor for class java.util.concurrent.atomic.DoubleAdder
-
Creates a new adder with initial sum of zero.
- DoubleBinaryOperator - Interface in java.util.function
-
Represents an operation upon two double
-valued operands and producing a
double
-valued result.
- DoubleConsumer - Interface in java.util.function
-
Represents an operation that accepts a single double
-valued argument and
returns no result.
- DoubleFunction<R> - Interface in java.util.function
-
Represents a function that accepts a double-valued argument and produces a
result.
- DoublePredicate - Interface in java.util.function
-
Represents a predicate (boolean-valued function) of one double
-valued
argument.
- doubles(long) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values, each between zero
(inclusive) and one (exclusive).
- doubles() - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom double
values, each between zero (inclusive) and one
(exclusive).
- doubles(long, double, double) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values, each conforming to the given origin
(inclusive) and bound (exclusive).
- doubles(double, double) - Method in class java.util.concurrent.ThreadLocalRandom
-
Returns an effectively unlimited stream of pseudorandom double
values, each conforming to the given origin (inclusive) and bound
(exclusive).
- doubles(long) - Method in class java.util.Random
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values, each between zero
(inclusive) and one (exclusive).
- doubles() - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom double
values, each between zero (inclusive) and one
(exclusive).
- doubles(long, double, double) - Method in class java.util.Random
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values, each conforming to the given origin
(inclusive) and bound (exclusive).
- doubles(double, double) - Method in class java.util.Random
-
Returns an effectively unlimited stream of pseudorandom double
values, each conforming to the given origin (inclusive) and bound
(exclusive).
- doubles(long) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values from this generator and/or one split
from it; each value is between zero (inclusive) and one (exclusive).
- doubles() - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom double
values from this generator and/or one split from it; each value
is between zero (inclusive) and one (exclusive).
- doubles(long, double, double) - Method in class java.util.SplittableRandom
-
Returns a stream producing the given streamSize
number of
pseudorandom double
values from this generator and/or one split
from it; each value conforms to the given origin (inclusive) and bound
(exclusive).
- doubles(double, double) - Method in class java.util.SplittableRandom
-
Returns an effectively unlimited stream of pseudorandom double
values from this generator and/or one split from it; each value
conforms to the given origin (inclusive) and bound (exclusive).
- DoubleStream - Interface in java.util.stream
-
A sequence of primitive double-valued elements supporting sequential and parallel
aggregate operations.
- doubleStream(Spliterator.OfDouble, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel DoubleStream
from a
Spliterator.OfDouble
.
- doubleStream(Supplier<? extends Spliterator.OfDouble>, int, boolean) - Static method in class java.util.stream.StreamSupport
-
Creates a new sequential or parallel DoubleStream
from a
Supplier
of Spliterator.OfDouble
.
- DoubleStream.Builder - Interface in java.util.stream
-
A mutable builder for a DoubleStream
.
- DoubleSummaryStatistics - Class in java.util
-
A state object for collecting statistics such as count, min, max, sum, and
average.
- DoubleSummaryStatistics() - Constructor for class java.util.DoubleSummaryStatistics
-
Construct an empty instance with zero count, zero sum,
Double.POSITIVE_INFINITY
min, Double.NEGATIVE_INFINITY
max and zero average.
- DoubleSupplier - Interface in java.util.function
-
Represents a supplier of double
-valued results.
- DoubleToIntFunction - Interface in java.util.function
-
Represents a function that accepts a double-valued argument and produces an
int-valued result.
- doubleToLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout.
- DoubleToLongFunction - Interface in java.util.function
-
Represents a function that accepts a double-valued argument and produces a
long-valued result.
- doubleToRawLongBits(double) - Static method in class java.lang.Double
-
Returns a representation of the specified floating-point value
according to the IEEE 754 floating-point "double
format" bit layout, preserving Not-a-Number (NaN) values.
- DoubleUnaryOperator - Interface in java.util.function
-
Represents an operation on a single double
-valued operand that produces
a double
-valued result.
- doubleValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.lang.Double
-
Returns the double
value of this Double
object.
- doubleValue() - Method in class java.lang.Float
-
Returns the value of this Float
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a double
,
which may involve rounding.
- doubleValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.math.BigDecimal
-
Converts this BigDecimal
to a double
.
- doubleValue() - Method in class java.math.BigInteger
-
Converts this BigInteger to a double
.
- doubleValue() - Method in class java.util.concurrent.atomic.AtomicInteger
-
Returns the value of this AtomicInteger
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.util.concurrent.atomic.AtomicLong
-
Returns the value of this AtomicLong
as a double
after a widening primitive conversion.
- doubleValue() - Method in class java.util.concurrent.atomic.DoubleAccumulator
-
- doubleValue() - Method in class java.util.concurrent.atomic.DoubleAdder
-
- doubleValue() - Method in class java.util.concurrent.atomic.LongAccumulator
-
Returns the
current value as a
double
after a widening primitive conversion.
- doubleValue() - Method in class java.util.concurrent.atomic.LongAdder
-
Returns the
LongAdder.sum()
as a
double
after a widening
primitive conversion.
- downloadUrlToFile(String, String, boolean) - Static method in class com.codename1.io.Util
-
Blocking method that will download the given URL to the file system storage and return when the
operation completes
- downloadUrlToFileSystemInBackground(String, String) - Static method in class com.codename1.io.Util
-
Non-blocking method that will download the given URL to file system storage in the background and return immediately
- downloadUrlToFileSystemInBackground(String, String, ActionListener) - Static method in class com.codename1.io.Util
-
Non-blocking method that will download the given URL to file system storage in the background and return immediately
- downloadUrlToStorage(String, String, boolean) - Static method in class com.codename1.io.Util
-
Blocking method that will download the given URL to storage and return when the
operation completes
- downloadUrlToStorageInBackground(String, String) - Static method in class com.codename1.io.Util
-
Non-blocking method that will download the given URL to storage in the background and return immediately
- downloadUrlToStorageInBackground(String, String, ActionListener) - Static method in class com.codename1.io.Util
-
Non-blocking method that will download the given URL to storage in the background and return immediately
- DRAG_REGION_LIKELY_DRAG_X - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate likely dragability
- DRAG_REGION_LIKELY_DRAG_XY - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate likely dragability
- DRAG_REGION_LIKELY_DRAG_Y - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate likely dragability
- DRAG_REGION_NOT_DRAGGABLE - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate no dragability
- DRAG_REGION_POSSIBLE_DRAG_X - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate limited dragability
- DRAG_REGION_POSSIBLE_DRAG_XY - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate limited dragability
- DRAG_REGION_POSSIBLE_DRAG_Y - Static variable in class com.codename1.ui.Component
-
Used by getDragRegionStatus to indicate limited dragability
- dragEnter(Component) - Method in class com.codename1.ui.Component
-
This callback method indicates that a component drag has just entered this component
- dragExit(Component) - Method in class com.codename1.ui.Component
-
This callback method provides an indication for a drop target that a drag operation is exiting the bounds of
this component and it should clear all relevant state if such state exists.
- draggingOver(Component, int, int) - Method in class com.codename1.ui.Component
-
This method allows a component to indicate if it is a drop target for the given component at the given x/y location
(in component coordiate space).
- dragInitiated() - Method in class com.codename1.ui.Button
-
- dragInitiated() - Method in class com.codename1.ui.Component
-
Invoked on the focus component to let it know that drag has started on the parent container
for the case of a component that doesn't support scrolling
- dragInitiated() - Method in class com.codename1.ui.Container
-
- dragInitiated() - Method in class com.sun.lwuit.Button
-
- dragInitiated() - Method in class com.sun.lwuit.Component
-
Invoked on the focus component to let it know that drag has started on the parent container
for the case of a component that doesn't support scrolling
- drain() - Method in class java.io.ObjectOutputStream
-
Drain any buffered data in ObjectOutputStream.
- drainPermits() - Method in class java.util.concurrent.Semaphore
-
Acquires and returns all permits that are immediately available.
- drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class java.util.concurrent.ForkJoinPool
-
Removes all available unexecuted submitted and forked tasks
from scheduling queues and adds them to the given collection,
without altering their execution status.
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.ArrayBlockingQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.ArrayBlockingQueue
-
- drainTo(Collection<? super E>) - Method in interface java.util.concurrent.BlockingQueue
-
Removes all available elements from this queue and adds them
to the given collection.
- drainTo(Collection<? super E>, int) - Method in interface java.util.concurrent.BlockingQueue
-
Removes at most the given number of available elements from
this queue and adds them to the given collection.
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.DelayQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.DelayQueue
-
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedBlockingQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedBlockingQueue
-
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.LinkedTransferQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.LinkedTransferQueue
-
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.PriorityBlockingQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.PriorityBlockingQueue
-
- drainTo(Collection<? super E>) - Method in class java.util.concurrent.SynchronousQueue
-
- drainTo(Collection<? super E>, int) - Method in class java.util.concurrent.SynchronousQueue
-
- drawArc(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws a circular or elliptical arc based on the given angles and bounding
box
- drawArc(int, int, int, int, int, int) - Method in class com.sun.lwuit.Graphics
-
Draws a circular or elliptical arc based on the given angles and bounding
box
- drawButton(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawButton(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing a button widget
- drawButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing a button widget
- drawChar(char, int, int) - Method in class com.codename1.ui.Graphics
-
Draw the given char using the current font and color in the x,y
coordinates.
- drawChar(char, int, int) - Method in class com.sun.lwuit.Graphics
-
Draw the given char using the current font and color in the x,y
coordinates.
- drawChars(char[], int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draw the given char array using the current font and color in the x,y coordinates.
- drawChars(char[], int, int, int, int) - Method in class com.sun.lwuit.Graphics
-
Draw the given char array using the current font and color in the x,y coordinates.
- drawCheckBox(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawCheckBox(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing a checkbox widget
- drawCheckBox(Graphics, Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawCheckBox(Graphics, Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing a checkbox widget
- drawComboBox(Graphics, List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawComboBox(Graphics, List) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing a combo box widget
- drawComboBox(Graphics, List) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawComboBox(Graphics, List) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing a combo box widget
- drawDraggedImage(Graphics, Image, int, int) - Method in class com.codename1.ui.Component
-
Draws the given image at x/y, this method can be overriden to draw additional information such as positive
or negative drop indication
- drawHorizontalScroll(Graphics, Component, float, float) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Draws a horizontal scroll bar in the given component
- drawHorizontalScroll(Graphics, Component, float, float) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draws a horizontal scroll bar in the given component
- drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.animations.Timeline
-
- drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.EncodedImage
-
- drawImage(Graphics, Object, int, int, int, int) - Method in class com.codename1.ui.EncodedImage
-
- drawImage(Image, int, int) - Method in class com.codename1.ui.Graphics
-
Draws the image so its top left coordinate corresponds to x/y
- drawImage(Image, int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws the image so its top left coordinate corresponds to x/y and scales it to width/height
- drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.Image
-
Callback invoked internally by Codename One to draw the image/frame onto the display.
- drawImage(Graphics, Object, int, int, int, int) - Method in class com.codename1.ui.Image
-
Callback invoked internally by Codename One to draw the image/frame onto the display.
- drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.RGBImage
-
- drawImage(Graphics, Object, int, int) - Method in class com.codename1.ui.ScaledImage
-
- drawImage(Graphics, Object, int, int, int, int) - Method in class com.codename1.ui.ScaledImage
-
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.animations.Timeline
-
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.EncodedImage
-
- drawImage(Image, int, int) - Method in class com.sun.lwuit.Graphics
-
Draws the image so its top left coordinate corresponds to x/y
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.Image
-
Callback invoked internally by LWUIT to draw the image/frame onto the display.
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.IndexedImage
-
Deprecated.
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.RGBImage
-
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.ScaledImage
-
- drawImage(Graphics, Object, int, int) - Method in class com.sun.lwuit.StaticAnimation
-
Deprecated.
- drawLabel(Graphics, Label) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawLabel(Graphics, Label) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing a label widget
- drawLabel(Graphics, Label) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawLabel(Graphics, Label) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing a label widget
- drawLabelText(Graphics, Label, String, int, int, int) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
Draws the text of a label
- drawLabelText(Graphics, Label, String, int, int, int) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
Draws the text of a label
- drawLine(int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws a line between the 2 X/Y coordinates
- drawLine(int, int, int, int) - Method in class com.sun.lwuit.Graphics
-
Draws a line between the 2 X/Y coordinates
- drawList(Graphics, List) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawList(Graphics, List) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing a list widget
- drawList(Graphics, List) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawList(Graphics, List) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing a list widget
- drawPolygon(int[], int[], int) - Method in class com.codename1.ui.Graphics
-
Draws a closed polygon defined by arrays of x and y coordinates.
- drawPolygon(int[], int[], int) - Method in class com.sun.lwuit.Graphics
-
Draws a closed polygon defined by arrays of x and y coordinates.
- drawPullToRefresh(Graphics, Component, boolean) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawPullToRefresh(Graphics, Component, boolean) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Paints the pull to refresh
- drawRadioButton(Graphics, Button) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawRadioButton(Graphics, Button) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Invoked for drawing the radio button widget
- drawRadioButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawRadioButton(Graphics, Button) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing the radio button widget
- drawRect(int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws a rectangle in the given coordinates
- drawRect(int, int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws a rectangle in the given coordinates with the given thickness
- drawRect(int, int, int, int) - Method in class com.sun.lwuit.Graphics
-
Draws a rectangle in the given coordinates
- drawRoundRect(int, int, int, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draws a rounded corner rectangle in the given coordinates with the arcWidth/height
matching the last two arguments respectively.
- drawRoundRect(int, int, int, int, int, int) - Method in class com.sun.lwuit.Graphics
-
Draws a rounded corner rectangle in the given coordinates with the arcWidth/height
matching the last two arguments respectively.
- drawString(String, int, int, int) - Method in class com.codename1.ui.Graphics
-
Draw a string using the current font and color in the x,y coordinates.
- drawString(String, int, int) - Method in class com.codename1.ui.Graphics
-
Draw a string using the current font and color in the x,y coordinates.
- drawString(String, int, int) - Method in class com.sun.lwuit.Graphics
-
Draw a string using the current font and color in the x,y coordinates.
- drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawTabbedPane(Graphics, TabbedPane) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Invoked for drawing the Tab Pane widget
- drawTabbedPaneContentPane(TabbedPane, Graphics, Rectangle, Dimension, int, int, Dimension, int, int) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawTabbedPaneContentPane(TabbedPane, Graphics, Rectangle, Dimension, int, int, Dimension, int, int) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draws and return the TabbedPane contentpane painter
- drawTextArea(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawTextArea(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Draw the given text area
- drawTextArea(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawTextArea(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draw the given text area
- drawTextField(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawTextField(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Draws the text field without its cursor which is drawn in a separate method
input mode indication can also be drawn using this method.
- drawTextField(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawTextField(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draws the text field without its cursor which is drawn in a separate method
input mode indication can also be drawn using this method.
- drawTextFieldCursor(Graphics, TextArea) - Method in class com.codename1.ui.plaf.DefaultLookAndFeel
-
- drawTextFieldCursor(Graphics, TextArea) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Draws the cursor of the text field, blinking is handled simply by avoiding
a call to this method.
- drawTextFieldCursor(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.DefaultLookAndFeel
-
- drawTextFieldCursor(Graphics, TextArea) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draws the cursor of the text field, blinking is handled simply by avoiding
a call to this method.
- drawVerticalScroll(Graphics, Component, float, float) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Draws a vertical scroll bar in the given component
- drawVerticalScroll(Graphics, Component, float, float) - Method in class com.sun.lwuit.plaf.LookAndFeel
-
Draws a vertical scroll bar in the given component
- Driver - Interface in java.sql
-
The interface that every driver class must implement.
- DriverAction - Interface in java.sql
-
An interface that must be implemented when a
Driver wants to be
notified by
DriverManager
.
- DriverManager - Class in java.sql
-
The basic service for managing a set of JDBC drivers.
NOTE: The
DataSource
interface, new in the
JDBC 2.0 API, provides another way to connect to a data source.
- DriverPropertyInfo - Class in java.sql
-
Driver properties for making a connection.
- DriverPropertyInfo(String, String) - Constructor for class java.sql.DriverPropertyInfo
-
Constructs a DriverPropertyInfo
object with a given
name and value.
- drop(Component, int, int) - Method in class com.codename1.ui.Component
-
Performs a drop operation of the component at the given X/Y location in coordinate space, this method
should be overriden by subclasses to perform all of the logic related to moving a component, by default
this method does nothing and so dragging a component and dropping it has no effect
- drop(Component, int, int) - Method in class com.codename1.ui.Container
-
- drop() - Method in class java.nio.channels.MembershipKey
-
Drop membership.
- dropArguments(MethodHandle, int, List<Class<?>>) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which will discard some dummy arguments
before calling some other specified target method handle.
- dropArguments(MethodHandle, int, Class<?>...) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which will discard some dummy arguments
before calling some other specified target method handle.
- dropParameterTypes(int, int) - Method in class java.lang.invoke.MethodType
-
Finds or creates a method type with some parameter types omitted.
- DSAGenParameterSpec - Class in java.security.spec
-
- DSAGenParameterSpec(int, int) - Constructor for class java.security.spec.DSAGenParameterSpec
-
Creates a domain parameter specification for DSA parameter
generation using primePLen
and subprimeQLen
.
- DSAGenParameterSpec(int, int, int) - Constructor for class java.security.spec.DSAGenParameterSpec
-
Creates a domain parameter specification for DSA parameter
generation using primePLen
, subprimeQLen
,
and seedLen
.
- DSAKey - Interface in java.security.interfaces
-
The interface to a DSA public or private key.
- DSAKeyPairGenerator - Interface in java.security.interfaces
-
An interface to an object capable of generating DSA key pairs.
- DSAParameterSpec - Class in java.security.spec
-
This class specifies the set of parameters used with the DSA algorithm.
- DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
-
Creates a new DSAParameterSpec with the specified parameter values.
- DSAParams - Interface in java.security.interfaces
-
Interface to a DSA-specific set of key parameters, which defines a
DSA key family.
- DSAPrivateKey - Interface in java.security.interfaces
-
The standard interface to a DSA private key.
- DSAPrivateKeySpec - Class in java.security.spec
-
This class specifies a DSA private key with its associated parameters.
- DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
-
Creates a new DSAPrivateKeySpec with the specified parameter values.
- DSAPublicKey - Interface in java.security.interfaces
-
The interface to a DSA public key.
- DSAPublicKeySpec - Class in java.security.spec
-
This class specifies a DSA public key with its associated parameters.
- DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
-
Creates a new DSAPublicKeySpec with the specified parameter values.
- DST_OFFSET - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the
daylight saving offset in milliseconds.
- DTD - Interface in javax.xml.stream.events
-
This is the top level interface for events dealing with DTDs
- DTD - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is a DTD
- DTDHandler - Interface in org.xml.sax
-
Receive notification of basic DTD-related events.
- dumpStack() - Static method in class java.lang.Thread
-
Prints a stack trace of the current thread to the standard error stream.
- DuplicateFormatFlagsException - Exception in java.util
-
Unchecked exception thrown when duplicate flags are provided in the format
specifier.
- DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
-
Constructs an instance of this class with the specified flags.
- Duration - Class in java.time
-
A time-based amount of time, such as '34.5 seconds'.
- DURATION - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for W3C XML Schema datatype duration
.
- Duration - Class in javax.xml.datatype
-
Immutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.
- Duration() - Constructor for class javax.xml.datatype.Duration
-
Default no-arg constructor.
- DURATION_DAYTIME - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration
.
- DURATION_YEARMONTH - Static variable in class javax.xml.datatype.DatatypeConstants
-
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration
.
- dynamicInvoker() - Method in class java.lang.invoke.CallSite
-
Produces a method handle equivalent to an invokedynamic instruction
which has been linked to this call site.
- dynamicInvoker() - Method in class java.lang.invoke.ConstantCallSite
-
Returns this call site's permanent target.
- dynamicInvoker() - Method in class java.lang.invoke.MutableCallSite
-
Produces a method handle equivalent to an invokedynamic instruction
which has been linked to this call site.
- dynamicInvoker() - Method in class java.lang.invoke.VolatileCallSite
-
Produces a method handle equivalent to an invokedynamic instruction
which has been linked to this call site.