- BACK - Static variable in class ej.microui.event.generator.Command
 
- 
Constant for "back" command.
 
- BALINESE - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for balinese font identifier.
 
- BAMUM - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for bamum font identifier.
 
- 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.
 
- BATAK - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for batak font identifier.
 
- 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.
 
- BENGALI - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for bengali font identifier.
 
- 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.
 
- BLACK - Static variable in class ej.microui.display.Colors
 
- 
Constant for black color.
 
- BLUE - Static variable in class ej.microui.display.Colors
 
- 
Constant for blue color.
 
- 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.
 
- BOPOMOFO - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for bopomofo font identifier.
 
- BRAILLE - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for braille font identifier.
 
- BufferedImage - Class in ej.microui.display
 
- 
A BufferedImage represents a mutable image backed by a pixel buffer.
 
- BufferedImage(int, int) - Constructor for class ej.microui.display.BufferedImage
 
- 
Creates a buffered image.
 
- BUGINESE - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for buginese font identifier.
 
- BUHID - Static variable in class ej.microui.display.FontIdentifiers
 
- 
Constant for buhid font identifier.
 
- buildEvent(int, EventGenerator, int) - Static method in class ej.microui.event.Event
 
- 
Builds an event from a given type, an eventGenerator and data.
 
- buildEvent(int, int) - Method in class ej.microui.event.generator.Buttons
 
- 
Builds a MicroUI event for the given action on given button.
 
- buildEvent(int) - Method in class ej.microui.event.generator.Command
 
- 
Builds a MicroUI event for the given command.
 
- buildEvent(int, int) - Method in class ej.microui.event.generator.States
 
- 
Builds a MicroUI event for the given state identifier on its value.
 
- Buttons - Class in ej.microui.event.generator
 
- 
A Buttons event generator is usually associated to a group of physical buttons and allow to generate events relating
 to them.
 
- Buttons(int) - Constructor for class ej.microui.event.generator.Buttons
 
- 
Creates a buttons event generator where elapsedTime, click and doubleClick features are supported and enabled for
 the first nbButtons (doubleClick feature is initialized with a 200ms delay).
 
- Buttons() - Constructor for class ej.microui.event.generator.Buttons
 
- 
Creates a buttons event generator that does not support click, doubleClick nor elapsedTime for any of its
 buttons.
 
- 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.