- 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(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.
- 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.
- 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.
- 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.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day of the month.
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day of the week.
- DAY_OF_WEEK_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_YEAR - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the day number within the
current year.
- 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.
- 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
.
- DefaultHandler - Class in ej.util.logging.handler
-
This is the default handler for logging.
- DefaultHandler() - Constructor for class ej.util.logging.handler.DefaultHandler
-
- DefaultRenderPolicy - Class in ej.mwt.render
-
This render policy renders the requested widget or its parent if transparent.
- DefaultRenderPolicy(Desktop) - Constructor for class ej.mwt.render.DefaultRenderPolicy
-
Creates a default render policy.
- DefaultStyle - Class in ej.mwt.style
-
Defines the value of each field of the default style.
- DefaultStyle() - Constructor for class ej.mwt.style.DefaultStyle
-
- delete(int, int) - Method in class java.lang.StringBuffer
-
Removes the characters in a substring of this sequence.
- delete(int, int) - Method in class java.lang.StringBuilder
-
Removes the characters in a substring of this sequence.
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
Removes the char
at the specified position in this sequence.
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
Removes the char
at the specified position in this sequence.
- deleteEntry(String) - Method in class java.security.KeyStore
-
Deletes the entry identified by the given alias from this keystore.
- 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.
- DependencyInjectionServiceLoader - Class in ej.service.loader
-
Service loader implementation that creates service instance from a declared implementation class name.
- DependencyInjectionServiceLoader() - Constructor for class ej.service.loader.DependencyInjectionServiceLoader
-
- 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.
- DescendantCombinator - Class in ej.mwt.stylesheet.selector.combinator
-
A descendant combinator selects by checking the widget hierarchy.
- DescendantCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
-
Creates a descendant combinator.
- 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.
- Desktop - Class in ej.mwt
-
A desktop is the top-level object that can be displayed on a Display
.
- Desktop() - Constructor for class ej.mwt.Desktop
-
Creates a new desktop.
- DesktopEventGenerator - Class in ej.mwt.event
-
This event generator is used by the
event dispatcher
of the desktop in order to send
additional events to the widgets.
- DesktopEventGenerator() - Constructor for class ej.mwt.event.DesktopEventGenerator
-
- 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.
- digit(char, int) - Static method in class java.lang.Character
-
Returns the numeric value of the character ch in the specified radix.
- DIMENSION - Static variable in class ej.mwt.style.DefaultStyle
-
The dimension of the default style.
- Dimension - Interface in ej.mwt.style.dimension
-
Represents a dimension constraint for a widget.
- DimensionHelper - Class in ej.mwt.style.dimension
-
Helps the dimensions to lay out a widget with a specific size.
- DimensionHelper() - Constructor for class ej.mwt.style.dimension.DimensionHelper
-
- DISABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.DisabledSelector
-
Disabled selector singleton to avoid creating several ones.
- DisabledSelector - Class in ej.mwt.stylesheet.selector
-
A disabled selector selects by checking if the widget is disabled.
- DisabledSelector() - Constructor for class ej.mwt.stylesheet.selector.DisabledSelector
-
- disconnect() - Method in class java.net.DatagramSocket
-
Disconnects the socket.
- dispatchEvent(int) - Method in class ej.mwt.event.EventDispatcher
-
Dispatches an event.
- dispatchEvent(int) - Method in class ej.mwt.event.PointerEventDispatcher
-
- dispose() - Method in class ej.mwt.event.EventDispatcher
-
Disposes this event dispatcher.
- dispose() - Method in class ej.mwt.event.PointerEventDispatcher
-
- Documented - Annotation Type in java.lang.annotation
-
Indicates that annotations with a type are to be documented by javadoc and similar tools by
default.
- doNotifyAvailabilityChange(Network, boolean, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
-
Notify the networkCallbacks about an availability change.
- doNotifyCapabilitiesChange(Network, NetworkCapabilities, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
-
Notify the callback of a capabilities change.
- 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.
- 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.
- 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.
- doubleValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a double
.
- doubleValue() - Method in class java.lang.Double
-
Returns the double
value of this Double
object.
- doubleValue() - Method in class java.lang.Float
-
Returns the double
value of this Float
object.
- doubleValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a double
.
- doubleValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a double
.
- doubleValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a double
.
- doubleValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a double
.
- drawRectangularBorder(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.mwt.style.outline.border.BorderHelper
-
Draw a rectangular border with the given dimensions and given thickness for each side, using the given graphics
context.
- DST_OFFSET - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the daylight saving offset in
milliseconds.
- dump(PrintStream) - Method in class ej.bon.Timer
-
Prints a status of this timer and its scheduled tasks to the specified print
stream.
- dumpStack() - Static method in class java.lang.Thread
-
Prints a stack trace of the current thread to the standard error stream.