- Calendar - Class in java.util
-
The Calendar
class is an abstract class that provides methods for converting between
a specific instant in time and a set of calendar fields
such as YEAR
, MONTH
, DAY_OF_MONTH
, HOUR
, and so on, and for
manipulating the calendar fields, such as getting the date of the next week.
- Calendar() - Constructor for class java.util.Calendar
-
Constructs a Calendar with the default time zone and locale.
- callOnFlushCompleted(Runnable) - Method in class ej.microui.display.Display
-
Prepares a call event which will be serialized in the system event stream when the next executed flush will be
done.
- callSerially(Runnable) - Static method in class ej.microui.MicroUI
-
Serializes a call event in the system event stream.
- CANADIAN_ABORIGINAL - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for canadian aboriginal font identifier.
- cancel() - Method in class ej.bon.Timer
-
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class ej.bon.TimerTask
-
Cancels this timer task.
- CANCEL - Static variable in class ej.microui.event.generator.Command
-
Constant for "cancel" command.
- cancel() - Method in class java.util.Timer
-
Deprecated.
Terminates this timer, discarding any currently scheduled tasks.
- cancel() - Method in class java.util.TimerTask
-
Deprecated.
Cancels this timer task.
- canGetImage(String) - Static method in class ej.microui.display.Image
-
Returns whether an image can be retrieved from a resource.
- canLoadImage(String) - Static method in class ej.microui.display.ResourceImage
-
Returns whether an image can be loaded from a resource.
- capacity() - Method in class java.lang.StringBuffer
-
Returns the current capacity.
- capacity() - Method in class java.lang.StringBuilder
-
Returns the current capacity.
- capacity() - Method in class java.util.Vector
-
Returns the current capacity of this vector.
- CASE_INSENSITIVE_ORDER - Static variable in class java.lang.String
-
A Comparator that orders String
objects as by compareToIgnoreCase
.
- cast(Object) - Method in class java.lang.Class
-
Casts an object to the class or interface represented by this Class
object.
- cbrt(double) - Static method in class java.lang.Math
-
Returns the cube root of a double
value.
- ceil(double) - Static method in class ej.bon.XMath
-
Returns the smallest (closest to negative infinity) double
value
that is greater than or equal to the argument and is equal to a mathematical
integer.
- ceil(double) - Static method in class java.lang.Math
-
Returns the smallest (closest to negative infinity) double
value that is greater than or
equal to the argument and is equal to a mathematical integer.
- Certificate - Class in java.security.cert
-
- Certificate(String) - Constructor for class java.security.cert.Certificate
-
Creates a certificate of the specified type.
- CertificateException - Exception in java.security.cert
-
This exception indicates one of a variety of certificate problems.
- CertificateException() - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with no detail message.
- CertificateException(String) - Constructor for exception java.security.cert.CertificateException
-
Constructs a certificate exception with the given detail message.
- CertificateException(String, Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException
with the specified detail message and cause.
- CertificateException(Throwable) - Constructor for exception java.security.cert.CertificateException
-
Creates a CertificateException
with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- CertificateFactory - Class in java.security.cert
-
- CertificateFactory() - Constructor for class java.security.cert.CertificateFactory
-
- CertificateFactorySpi - Class in java.security.cert
-
- CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
-
- CHAM - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cham font identifier.
- CHAR_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a char.
- Character - Class in java.lang
-
The Character
class wraps a value of the primitive type char
in an object.
- Character(char) - Constructor for class java.lang.Character
-
Constructs a newly allocated Character
object that represents the specified char
value.
- charAt(int) - Method in interface java.lang.CharSequence
-
Returns the char
value at the specified index.
- charAt(int) - Method in class java.lang.String
-
Returns the char
value at the specified index.
- charAt(int) - Method in class java.lang.StringBuffer
-
Returns the char
value in this sequence at the specified index.
- charAt(int) - Method in class java.lang.StringBuilder
-
Returns the char
value in this sequence at the specified index.
- CharSequence - Interface in java.lang
-
- charValue() - Method in class java.lang.Character
-
Returns the value of this Character
object.
- charWidth(char) - Method in class ej.microui.display.Font
-
Returns the width of a character when it is drawn using this font.
- checkAccess(Thread) - Method in class java.lang.SecurityManager
-
Throws a SecurityException
if the calling thread is not allowed to modify the thread
argument.
- checkAccess() - Method in class java.lang.Thread
-
Determines if the currently running thread has permission to modify this thread.
- checkError() - Method in class java.io.PrintStream
-
Flushes the stream and checks its error state.
- checkPermission(Permission) - Method in class java.lang.SecurityManager
-
Throws a SecurityException
if the requested access, specified by the given
permission, is not permitted based on the security policy currently in effect.
- CHEROKEE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cherokee font identifier.
- Class<T> - Class in java.lang
-
Instances of the class Class
represent classes and interfaces in a running Java
application.
- Class() - Constructor for class java.lang.Class
-
- ClassCastException - Exception in java.lang
-
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not
an instance.
- ClassCastException() - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException
with no detail message.
- ClassCastException(String) - Constructor for exception java.lang.ClassCastException
-
Constructs a ClassCastException
with the specified detail message.
- ClassCircularityError - Error in java.lang
-
Thrown when the Java Virtual Machine detects a circularity in the superclass hierarchy of a class
being loaded.
- ClassCircularityError() - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError
with no detail message.
- ClassCircularityError(String) - Constructor for error java.lang.ClassCircularityError
-
Constructs a ClassCircularityError
with the specified detail message.
- ClassFormatError - Error in java.lang
-
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file
is malformed or otherwise cannot be interpreted as a class file.
- ClassFormatError() - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError
with no detail message.
- ClassFormatError(String) - Constructor for error java.lang.ClassFormatError
-
Constructs a ClassFormatError
with the specified detail message.
- ClassNotFoundException - Exception in java.lang
-
Thrown when an application tries to load in a class through its string name using:
The forName
method in class Class
.
- ClassNotFoundException() - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with no detail message.
- ClassNotFoundException(String) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with the specified detail message.
- ClassNotFoundException(String, Throwable) - Constructor for exception java.lang.ClassNotFoundException
-
Constructs a ClassNotFoundException
with the specified detail message and optional
exception that was raised while loading the class.
- clear(byte[], int, int) - Static method in class ej.bon.ByteArray
-
Fills a zone of a byte array with 0
.
- clear() - Method in class java.lang.ref.Reference
-
Clears this reference object.
- clear() - Method in class java.util.AbstractCollection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.AbstractList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class java.util.AbstractMap
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in class java.util.ArrayList
-
Removes all of the elements from this list.
- clear() - Method in class java.util.Calendar
-
Sets all the calendar field values and the time value (millisecond offset from the
Epoch) of this
Calendar
undefined.
- clear(int) - Method in class java.util.Calendar
-
Sets the given calendar field value and the time value (millisecond offset from the
Epoch) of this
Calendar
undefined.
- clear() - Method in interface java.util.Collection
-
Removes all of the elements from this collection (optional operation).
- clear() - Method in class java.util.HashMap
-
Removes all of the mappings from this map.
- clear() - Method in class java.util.Hashtable
-
Clears this hashtable so that it contains no keys.
- clear() - Method in interface java.util.List
-
Removes all of the elements from this list (optional operation).
- clear() - Method in interface java.util.Map
-
Removes all of the mappings from this map (optional operation).
- clear() - Method in interface java.util.Set
-
Removes all of the elements from this set (optional operation).
- clear() - Method in class java.util.Vector
-
Removes all of the elements from this Vector.
- clear() - Method in class java.util.WeakHashMap
-
Removes all of the mappings from this map.
- clearChanged() - Method in class java.util.Observable
-
Indicates that this object has no longer changed, or that it has already notified all of its
observers of its most recent change, so that the hasChanged method will now return
false.
- clearError() - Method in class java.io.PrintStream
-
Clears the internal error state of this stream.
- CLICKED - Static variable in class ej.microui.event.generator.Buttons
-
Constant for "clicked" action.
- clickEnabled(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the generator should send a click event.
- CLOCKWISE - Static variable in class ej.microui.event.generator.Command
-
Constant for "clockwise" command.
- clone() - Method in class java.lang.Object
-
Creates and returns a copy of this object.
- clone() - Method in class java.util.AbstractMap
-
Returns a shallow copy of this AbstractMap instance: the keys and values themselves are
not cloned.
- clone() - Method in class java.util.ArrayList
-
Returns a shallow copy of this ArrayList instance.
- clone() - Method in class java.util.Calendar
-
Creates and returns a copy of this object.
- clone() - Method in class java.util.Date
-
Return a copy of this object.
- clone() - Method in class java.util.HashMap
-
Returns a shallow copy of this HashMap instance: the keys and values themselves are not
cloned.
- clone() - Method in class java.util.Hashtable
-
Creates a shallow copy of this hashtable.
- clone() - Method in class java.util.TimeZone
-
Creates a copy of this TimeZone
.
- clone() - Method in class java.util.Vector
-
Returns a clone of this vector.
- Cloneable - Interface in java.lang
-
A class implements the
Cloneable
interface to indicate to the
Object.clone()
method that it is legal for that method to make a
field-for-field copy of instances of that class.
- CloneNotSupportedException - Exception in java.lang
-
- CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException
with no detail message.
- CloneNotSupportedException(String) - Constructor for exception java.lang.CloneNotSupportedException
-
Constructs a CloneNotSupportedException
with the specified detail message.
- close() - Method in class ej.bon.ResourceBuffer
-
Closes this resource and releases any system resources associated with the
resource.
- close() - Method in class ej.microui.display.ResourceImage
-
Closes this image and its associated resources.
- close() - Method in class java.io.ByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class java.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in interface java.io.Closeable
-
Closes this stream and releases any system resources associated with it.
- close() - Method in class java.io.FilterInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.FilterOutputStream
-
Closes this output stream and releases any system resources associated with the stream.
- close() - Method in class java.io.InputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class java.io.InputStreamReader
-
Close the stream.
- close() - Method in class java.io.OutputStream
-
Closes this output stream and releases any system resources associated with this stream.
- close() - Method in class java.io.OutputStreamWriter
-
Close the stream.
- close() - Method in class java.io.PrintStream
-
Closes the stream.
- close() - Method in class java.io.Reader
-
Closes the stream and releases any system resources associated with it.
- close() - Method in class java.io.Writer
-
Closes the stream, flushing it first.
- close() - Method in interface java.lang.AutoCloseable
-
Closes this resource, relinquishing any underlying resources.
- close() - Method in class java.net.DatagramSocket
-
Closes this datagram socket.
- close() - Method in class java.net.ServerSocket
-
Closes this socket.
- close() - Method in class java.net.Socket
-
Closes this socket.
- Closeable - Interface in java.io
-
A Closeable
is a source or destination of data that can be closed.
- Collection<E> - Interface in java.util
-
- Colors - Class in ej.microui.display
-
The interface Colors
provides useful constants to handle RGB colors format.
- Colors() - Constructor for class ej.microui.display.Colors
-
- Command - Class in ej.microui.event.generator
-
- Command() - Constructor for class ej.microui.event.generator.Command
-
Creates a new command event generator.
- COMMON - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for common font identifier.
- Comparable<T> - Interface in java.lang
-
- Comparator<T> - Interface in java.util
-
- compare(boolean, boolean) - Static method in class java.lang.Boolean
-
Compares two boolean
values.
- compare(byte, byte) - Static method in class java.lang.Byte
-
Compares two byte
values numerically.
- compare(char, char) - Static method in class java.lang.Character
-
Compares two char
values numerically.
- compare(double, double) - Static method in class java.lang.Double
-
Compares the two specified double
values.
- compare(float, float) - Static method in class java.lang.Float
-
Compares the two specified float
values.
- compare(int, int) - Static method in class java.lang.Integer
-
Compares two int
values numerically.
- compare(long, long) - Static method in class java.lang.Long
-
Compares two long
values numerically.
- compare(short, short) - Static method in class java.lang.Short
-
Compares two short
values numerically.
- compare(T, T) - Method in interface java.util.Comparator
-
Compares its two arguments for order.
- compareTo(Boolean) - Method in class java.lang.Boolean
-
Compares this Boolean
instance with another.
- compareTo(Byte) - Method in class java.lang.Byte
-
Compares two Byte
objects numerically.
- compareTo(Character) - Method in class java.lang.Character
-
Compares two Character
objects numerically.
- compareTo(T) - Method in interface java.lang.Comparable
-
Compares this object with the specified object for order.
- compareTo(Double) - Method in class java.lang.Double
-
Compares two Double
objects numerically.
- compareTo(E) - Method in class java.lang.Enum
-
Compares this enum with the specified object for order.
- compareTo(Float) - Method in class java.lang.Float
-
Compares two Float
objects numerically.
- compareTo(Integer) - Method in class java.lang.Integer
-
Compares two Integer
objects numerically.
- compareTo(Long) - Method in class java.lang.Long
-
Compares two Long
objects numerically.
- compareTo(Short) - Method in class java.lang.Short
-
Compares two Short
objects numerically.
- compareTo(String) - Method in class java.lang.String
-
Compares two strings lexicographically.
- compareTo(Calendar) - Method in class java.util.Calendar
-
Compares the time values (millisecond offsets from the
Epoch) represented by
two
Calendar
objects.
- compareTo(Date) - Method in class java.util.Date
-
Compares two Dates for ordering.
- compareToIgnoreCase(String) - Method in class java.lang.String
-
Compares two strings lexicographically, ignoring case differences.
- complete() - Method in class java.util.Calendar
-
Fills in any unset fields in the calendar fields.
- computeFields() - Method in class java.util.Calendar
-
Converts the current millisecond time value #time
to calendar field values in
fields[]
.
- computeTime() - Method in class java.util.Calendar
-
Converts the current calendar field values in fields[]
to the millisecond time
value #time
.
- concat(String) - Method in class java.lang.String
-
Concatenates the specified string to the end of this string.
- ConcurrentModificationException - Exception in java.util
-
This exception may be thrown by methods that have detected concurrent modification of an object
when such modification is not permissible.
- ConcurrentModificationException() - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException with no detail message.
- ConcurrentModificationException(String) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a ConcurrentModificationException
with the specified detail message.
- ConcurrentModificationException(String, Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified detail message and cause.
- ConcurrentModificationException(Throwable) - Constructor for exception java.util.ConcurrentModificationException
-
Constructs a new exception with the specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail
message of cause
.
- connect(InetAddress, int) - Method in class java.net.DatagramSocket
-
Connects the socket to a remote address for this socket.
- connect(SocketAddress) - Method in class java.net.DatagramSocket
-
Connects this socket to a remote socket address (IP address + port number).
- connect(SocketAddress) - Method in class java.net.Socket
-
Connects this socket to the server.
- connect(SocketAddress, int) - Method in class java.net.Socket
-
Connects this socket to the server with a specified timeout value.
- ConnectException - Exception in java.net
-
Signals that an error occurred while attempting to connect a socket to a remote address and port.
- ConnectException(String) - Constructor for exception java.net.ConnectException
-
Constructs a new ConnectException with the specified detail message as to why the connect error occurred.
- ConnectException() - Constructor for exception java.net.ConnectException
-
Construct a new ConnectException with no detailed message.
- Constants - Class in ej.bon
-
This class provides access to compile-time constants.
- Constants() - Constructor for class ej.bon.Constants
-
- contains(CharSequence) - Method in class java.lang.String
-
Returns true if and only if this string contains the specified sequence of char values.
- contains(Object) - Method in class java.util.AbstractCollection
-
Returns true if this collection contains the specified element.
- contains(Object) - Method in class java.util.ArrayList
-
Returns true if this list contains the specified element.
- contains(Object) - Method in interface java.util.Collection
-
Returns true if this collection contains the specified element.
- contains(Object) - Method in class java.util.Hashtable
-
Tests if some key maps into the specified value in this hashtable.
- contains(Object) - Method in interface java.util.List
-
Returns true if this list contains the specified element.
- contains(Object) - Method in interface java.util.Set
-
Returns true if this set contains the specified element.
- contains(Object) - Method in class java.util.Vector
-
Returns true
if this vector contains the specified element.
- containsAlias(String) - Method in class java.security.KeyStore
-
Checks if the given alias exists in this keystore.
- containsAll(Collection<?>) - Method in class java.util.AbstractCollection
-
Adds all of the elements in the specified collection to this collection (optional operation).
- containsAll(Collection<?>) - Method in interface java.util.Collection
-
Returns true if this collection contains all of the elements in the specified
collection.
- containsAll(Collection<?>) - Method in interface java.util.List
-
Returns true if this list contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in interface java.util.Set
-
Returns true if this set contains all of the elements of the specified collection.
- containsAll(Collection<?>) - Method in class java.util.Vector
-
Returns true if this Vector contains all of the elements in the specified Collection.
- containsKey(Object) - Method in class java.util.AbstractMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.HashMap
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.Hashtable
-
Tests if the specified object is a key in this hashtable.
- containsKey(Object) - Method in interface java.util.Map
-
Returns true if this map contains a mapping for the specified key.
- containsKey(Object) - Method in class java.util.WeakHashMap
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class java.util.AbstractMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.HashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.Hashtable
-
Returns true if this hashtable maps one or more keys to this value.
- containsValue(Object) - Method in interface java.util.Map
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class java.util.WeakHashMap
-
Returns true if this map maps one or more keys to the specified value.
- contentEquals(CharSequence) - Method in class java.lang.String
-
Compares this string to the specified CharSequence
.
- contentEquals(StringBuffer) - Method in class java.lang.String
-
Compares this string to the specified StringBuffer
.
- COPTIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for coptic font identifier.
- COPY - Static variable in class ej.microui.event.generator.Command
-
Constant for "copy" command.
- copyInto(Object[]) - Method in class java.util.Vector
-
Copies the components of this vector into the specified array.
- copySign(double, double) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- copySign(float, float) - Static method in class java.lang.Math
-
Returns the first floating-point argument with the sign of the second floating-point argument.
- copyValueOf(char[]) - Static method in class java.lang.String
-
Returns a String that represents the character sequence in the array specified.
- copyValueOf(char[], int, int) - Static method in class java.lang.String
-
Returns a String that represents the character sequence in the array specified.
- cos(double) - Static method in class ej.bon.XMath
-
Returns the trigonometric cosine of an angle.
- cos(double) - Static method in class java.lang.Math
-
Returns the trigonometric cosine of an angle.
- cosh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic cosine of a double
value.
- countObservers() - Method in class java.util.Observable
-
Returns the number of observers of this Observable object.
- createServerSocket() - Method in class javax.net.ServerSocketFactory
-
Returns an unbound server socket.
- createServerSocket(int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port.
- createServerSocket(int, int) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port, and uses the specified connection backlog.
- createServerSocket(int, int, InetAddress) - Method in class javax.net.ServerSocketFactory
-
Returns a server socket bound to the specified port, with a specified listen backlog and local IP.
- createSocket() - Method in class javax.net.SocketFactory
-
Creates an unconnected socket.
- createSocket(String, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host at the specified remote port.
- createSocket(String, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified remote host on the specified remote port.
- createSocket(InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connects it to the specified port number at the specified address.
- createSocket(InetAddress, int, InetAddress, int) - Method in class javax.net.SocketFactory
-
Creates a socket and connect it to the specified remote address on the specified remote port.
- createSocket(Socket, String, int, boolean) - Method in class javax.net.ssl.SSLSocketFactory
-
Returns a socket layered over an existing socket connected to the named host, at the given port.
- createSocket(Socket, InputStream, boolean) - Method in class javax.net.ssl.SSLSocketFactory
-
Creates a server mode
Socket
layered over an existing connected socket, and is able to read data which
has already been consumed/removed from the
Socket
's underlying
InputStream
.
- createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
-
Creates an unresolved socket address from a hostname and a port number.
- currentThread() - Static method in class java.lang.Thread
-
Returns a reference to the currently executing thread object.
- currentTimeMillis() - Static method in class ej.bon.Util
-
Gets the application time in milliseconds.
- currentTimeMillis() - Static method in class java.lang.System
-
Returns the current time in milliseconds.
- CUT - Static variable in class ej.microui.event.generator.Command
-
Constant for "cut" command.
- CYAN - Static variable in class ej.microui.display.Colors
-
Constant for cyan color.
- CYRILLIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for cyrillic font identifier.