Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

C

CachedStylesheet - Class in ej.mwt.stylesheet
Wraps a stylesheet and provides a cache to avoid having several instances of the same style.
CachedStylesheet(Stylesheet) - Constructor for class ej.mwt.stylesheet.CachedStylesheet
Creates a cached stylesheet with the given stylesheet to wrap and the default cache size.
CachedStylesheet(Stylesheet, int) - Constructor for class ej.mwt.stylesheet.CachedStylesheet
Creates a cached stylesheet with the given stylesheet to wrap and the given cache size.
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.
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() - 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.
canUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstaller
Checks if we can uninstall the given application.
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.
CascadingStylesheet - Class in ej.mwt.stylesheet.cascading
Cascading stylesheet implementation strongly inspired by CSS.
CascadingStylesheet() - Constructor for class ej.mwt.stylesheet.cascading.CascadingStylesheet
Creates a new cascading stylesheet.
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 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
 
changeChildIndex(Widget, int) - Method in class ej.mwt.Container
Changes the position of the specified widget in the list of children of this container.
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.
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.
checkArrayBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
Checks the given range is included in the array (defined by its length).
checkBounds(byte[], int, int) - Static method in class ej.basictool.ArrayTools
Checks the given range is included in the given byte array.
checkBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
Checks the given range is included in the array (defined by its length).
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkHorizontalAlignment(int) - Static method in class ej.mwt.util.Alignment
Checks whether the given value represents a valid horizontal alignment.
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.
checkPropertyPermission(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
Checks that an action on a property is permitted.
checkServicePermission(Class<T>, String) - Method in class ej.service.loader.SimpleServiceLoader
Checks that an action on a service is permitted.
checkStringBounds(int, int, int) - Static method in class ej.basictool.ArrayTools
Checks the given range is included in the array (defined by its length).
checkVerticalAlignment(int) - Static method in class ej.mwt.util.Alignment
Checks whether the given value represents a valid vertical alignment.
ChildCombinator - Class in ej.mwt.stylesheet.selector.combinator
A child combinator selects by checking the widget direct hierarchy.
ChildCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.ChildCombinator
Creates a child combinator.
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.
ClassSelector - Class in ej.mwt.stylesheet.selector
A class selector selects from a class.
ClassSelector(int) - Constructor for class ej.mwt.stylesheet.selector.ClassSelector
Creates a class selector.
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.
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.util.logging.handler.DefaultHandler
 
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.
close() - Method in class java.util.logging.Handler
Close the handler and the associated resources (such as streams, connections, files).
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
Collection<E> - Interface in java.util
 
COLOR - Static variable in class ej.mwt.style.DefaultStyle
The color of the default style.
Combinator - Class in ej.mwt.stylesheet.selector.combinator
A combinator is a selector that aggregates two selectors.
Combinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.Combinator
Creates a combinator.
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.
CompositePropertyLoader - Class in ej.property.loader
A composite property loader contains a list a property loaders.
CompositePropertyLoader() - Constructor for class ej.property.loader.CompositePropertyLoader
Creates a new empty composite service loader.
CompositeServiceLoader - Class in ej.service.loader
A composite service loader contains a list a service loaders.
CompositeServiceLoader() - Constructor for class ej.service.loader.CompositeServiceLoader
Creates a new empty composite service loader.
computeChildOptimalSize(Widget, int, int) - Method in class ej.mwt.Container
Computes the optimal size of a child of this container.
computeContentOptimalSize(Size) - Method in class ej.mwt.Widget
Computes the optimal size of the widget.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value #time to calendar field values in fields[].
computeLeftX(int, int, int, int) - Static method in class ej.mwt.util.Alignment
Computes the x coordinate of the left edge of an object aligned in an area.
computeLeftX(int, int, int) - Static method in class ej.mwt.util.Alignment
Computes the x coordinate of the left edge of an object aligned on an anchor point.
computeOptimalSize(Widget, int, int, Size) - Method in interface ej.mwt.style.dimension.Dimension
Computes the optimal size of a widget.
computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.FixedDimension
 
computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.NoDimension
 
computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.OptimalDimension
 
computeOptimalSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.RelativeDimension
 
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value #time.
computeTopY(int, int, int, int) - Static method in class ej.mwt.util.Alignment
Computes the y coordinate of the top edge of an object aligned in an area.
computeTopY(int, int, int) - Static method in class ej.mwt.util.Alignment
Computes the y coordinate of the top edge of an object aligned on an anchor point.
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.
CONFIG - Static variable in class java.util.logging.Level
CONFIG is a message level for static configuration messages.
config(String) - Method in class java.util.logging.Logger
Log a CONFIG message.
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.
ConnectivityManager - Class in android.net
Class that answers queries about the state of network connectivity.
ConnectivityManager() - Constructor for class android.net.ConnectivityManager
 
ConnectivityManager.NetworkCallback - Class in android.net
Base class for NetworkRequest callbacks.
Constants - Class in ej.bon
This class provides access to compile-time constants.
Constants() - Constructor for class ej.bon.Constants
 
Container - Class in ej.mwt
A container is a widget that can contain other Widget instances, following the composite pattern.
Container() - Constructor for class ej.mwt.Container
Creates a container.
Container(boolean) - Constructor for class ej.mwt.Container
Creates a container specifying if its enabled or not.
contains(T[], T) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
contains(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
contains(int, int) - Method in class ej.mwt.Widget
Gets whether or not a position (x,y) is in the widget's bounds.
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.
containsEquals(T[], T) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
containsEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
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.
containsWidget(Widget) - Method in class ej.mwt.Desktop
Returns whether or not this desktop contains the given widget.
containsWidget(Widget) - Method in class ej.mwt.Widget
Returns whether or not this widget contains the given widget in its hierarchy.
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.
copy(T[]) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Object.clone() instead.
copy(Object[], Class<T[]>) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Arrays.copyOf(Object[], int, Class) instead.
copy(int[]) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Object.clone() instead.
copy(T[], int) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Arrays.copyOf(Object[], int) instead.
copy(Object[], int, Class<T[]>) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Arrays.copyOf(Object[], int, Class) instead.
copy(int[], int) - Static method in class ej.basictool.ArrayTools
Deprecated.
Use Arrays.copyOf(int[], int) instead.
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 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.
createAlternativeImplementation(Class<T>) - Method in class ej.service.loader.DependencyInjectionServiceLoader
 
createAlternativeImplementation(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
Creates an implementation for the given service and save it in the cache.
createClassInstance(Class<T>, String) - Static method in class ej.service.loader.ServiceLoaderHelper
Gets an instance of a class, based on its name.
createClassInstance(Class<T>, Class<? extends T>) - Static method in class ej.service.loader.ServiceLoaderHelper
Gets an instance of a class.
createEventDispatcher() - Method in class ej.mwt.Desktop
Creates the event dispatcher which is responsible for dispatching events to the widgets.
createEventGenerator() - Method in class ej.mwt.event.PointerEventDispatcher
Creates the event generator which is responsible for generating exit events to the widgets.
createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
Creates a new array with the same type as the given array.
createNewArray(Class<T[]>, int) - Static method in class ej.basictool.ArrayTools
Deprecated.
createRenderPolicy() - Method in class ej.mwt.Desktop
Creates the render policy which is responsible for rendering the widgets.
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.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links