- Background - Interface in ej.mwt.style.background
-
Represents the background of the widgets.
- BACKGROUND - Static variable in class ej.mwt.style.DefaultStyle
-
The background of the default style.
- BasicPermission - Class in java.security
-
- BasicPermission(String) - Constructor for class java.security.BasicPermission
-
- BasicPermission(String, String) - Constructor for class java.security.BasicPermission
-
Creates a new BasicPermission object with the specified name.
- before(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar
represents a time before the time represented by the
specified Object
.
- before(Date) - Method in class java.util.Date
-
Tests if this date is before the specified date.
- BIG_ENDIAN - Static variable in class ej.bon.ByteArray
-
Access mode big endian.
- bind(SocketAddress) - Method in class java.net.DatagramSocket
-
Binds this DatagramSocket to a specific address and port.
- bind(SocketAddress) - Method in class java.net.ServerSocket
-
Binds the ServerSocket
to a specific address
(IP address and port number).
- bind(SocketAddress, int) - Method in class java.net.ServerSocket
-
Binds the ServerSocket
to a specific address
(IP address and port number).
- bind(SocketAddress) - Method in class java.net.Socket
-
Binds the socket to a local address.
- BindException - Exception in java.net
-
- BindException(String) - Constructor for exception java.net.BindException
-
Constructs a new BindException with the specified detail
message as to why the bind error occurred.
- BindException() - Constructor for exception java.net.BindException
-
Construct a new BindException with no detailed message.
- BitFieldHelper - Class in ej.basictool
-
Helper to manage bit fields.
- BitFieldHelper() - Constructor for class ej.basictool.BitFieldHelper
-
- Boolean - Class in java.lang
-
The Boolean class wraps a value of the primitive type boolean
in an object.
- Boolean(boolean) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the value
argument.
- Boolean(String) - Constructor for class java.lang.Boolean
-
Allocates a Boolean
object representing the value true
if the string argument is
not null
and is equal, ignoring case, to the string "true"
.
- booleanValue() - Method in class java.lang.Boolean
-
Returns the value of this Boolean
object as a boolean primitive.
- BORDER - Static variable in class ej.mwt.style.DefaultStyle
-
The border of the default style.
- BorderHelper - Class in ej.mwt.style.outline.border
-
Provides utility methods to draw borders.
- BorderHelper() - Constructor for class ej.mwt.style.outline.border.BorderHelper
-
- BOTTOM - Static variable in class ej.mwt.util.Alignment
-
Constant for positioning on the bottom.
- build() - Method in class android.net.NetworkRequest.Builder
-
- Builder() - Constructor for class android.net.NetworkRequest.Builder
-
Default constructor for Builder.
- buildEvent(int) - Method in class ej.mwt.event.DesktopEventGenerator
-
Builds an event for the given action.
- Byte - Class in java.lang
-
The Byte
class wraps a value of primitive type byte
in an object.
- Byte(byte) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that represents the specified byte
value.
- Byte(String) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte
object that represents the byte
value indicated
by the String
parameter.
- BYTE_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a byte.
- ByteArray - Class in ej.bon
-
This class provides some utilities to manage I/O on a byte array.
- ByteArray() - Constructor for class ej.bon.ByteArray
-
- ByteArrayInputStream - Class in java.io
-
A ByteArrayInputStream
contains an internal buffer that contains bytes that may be
read from the stream.
- ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
-
Creates a ByteArrayInputStream
so that it uses buf
as its buffer array.
- ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
-
Creates ByteArrayInputStream
that uses buf
as its buffer array.
- ByteArrayOutputStream - Class in java.io
-
This class implements an output stream in which the data is written into a byte array.
- ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- byteValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a byte
.
- byteValue() - Method in class java.lang.Double
-
Returns the value of this Double
as a byte
(by casting to a byte
).
- byteValue() - Method in class java.lang.Float
-
Returns the value of this Float
as a byte
(by casting to a byte
).
- byteValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a byte
.
- byteValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a byte
.
- byteValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a byte
.
- byteValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a byte
.