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 

A

abs(double) - Static method in class java.lang.Math
Returns the absolute value of a double value.
abs(float) - Static method in class java.lang.Math
Returns the absolute value of a float value.
abs(int) - Static method in class java.lang.Math
Returns the absolute value of an int value.
abs(long) - Static method in class java.lang.Math
Returns the absolute value of a long value.
AbstractCollection<E> - Class in java.util
 
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractList<E> - Class in java.util
 
AbstractList() - Constructor for class java.util.AbstractList
Sole constructor.
AbstractMap<K,V> - Class in java.util
This class provides a skeletal implementation of the Map interface, to minimize the effort required to implement this interface.
AbstractMap() - Constructor for class java.util.AbstractMap
Sole constructor.
AbstractMap.SimpleEntry<K,V> - Class in java.util
An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry<K,V> - Class in java.util
An Entry maintaining an immutable key and value.
AbstractMethodError - Error in java.lang
Thrown when an application tries to call an abstract method.
AbstractMethodError() - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with no detail message.
AbstractMethodError(String) - Constructor for error java.lang.AbstractMethodError
Constructs an AbstractMethodError with the specified detail message.
AbstractSet<E> - Class in java.util
 
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
acos(double) - Static method in class java.lang.Math
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
add(T[], T) - Static method in class ej.basictool.ArrayTools
Adds an element in an array.
add(T[], T[]) - Static method in class ej.basictool.ArrayTools
Appends an array to another.
add(int[], int) - Static method in class ej.basictool.ArrayTools
Adds an element in an array.
add(T[], T, int) - Static method in class ej.basictool.ArrayTools
Adds an element in an array.
add(int[], int, int) - Static method in class ej.basictool.ArrayTools
Adds an element in an array.
add(E) - Method in class java.util.AbstractCollection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in class java.util.AbstractList
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in class java.util.AbstractList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.ArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.ArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in interface java.util.Collection
Ensures that this collection contains the specified element (optional operation).
add(E) - Method in interface java.util.List
Appends the specified element to the end of this list (optional operation).
add(int, E) - Method in interface java.util.List
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in interface java.util.ListIterator
Inserts the specified element into the list (optional operation).
add(E) - Method in interface java.util.Set
Adds the specified element to this set if it is not already present (optional operation).
add(E) - Method in class java.util.Vector
Appends the specified element to the end of this Vector.
add(int, E) - Method in class java.util.Vector
Inserts the specified element at the specified position in this Vector.
addAll(Collection<? extends E>) - Method in class java.util.AbstractCollection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractList
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.ArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.ArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in interface java.util.Collection
Adds all of the elements in the specified collection to this collection (optional operation).
addAll(Collection<? extends E>) - Method in interface java.util.List
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection<? extends E>) - Method in interface java.util.List
Inserts all of the elements in the specified collection into this list at the specified position (optional operation).
addAll(Collection<? extends E>) - Method in interface java.util.Set
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection<? extends E>) - Method in class java.util.Vector
Appends all of the elements in the specified Collection to the end of this Vector, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class java.util.Vector
Inserts all of the elements in the specified Collection into this Vector at the specified position.
addApplicationInstallationListener(ApplicationInstallationListener) - Method in interface ej.wadapps.application.ApplicationInstaller
Adds an application installation listener.
addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.application.ApplicationManager
Adds an application lifecycle listener.
addCapability(int) - Method in class android.net.NetworkRequest.Builder
The capability to add.
addChild(Widget) - Method in class ej.mwt.Container
Adds the specified widget to the end of the list of children of this container.
addClassSelector(int) - Method in class ej.mwt.Widget
Adds a class selector.
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addHandler(Handler) - Method in class java.util.logging.Logger
Add a log Handler to the list of Handlers known by the Logger.
addLogger(Logger) - Method in class java.util.logging.LogManager
Add a named logger.
addObserver(Observer) - Method in class java.util.Observable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addOutline(int, int, int, int) - Method in interface ej.mwt.util.Outlineable
Adds the given outline.
addOutline(int, int, int, int) - Method in class ej.mwt.util.Rectangle
 
addOutline(int, int, int, int) - Method in class ej.mwt.util.Size
 
addPropertyLoader(PropertyLoader) - Method in class ej.property.loader.CompositePropertyLoader
Adds a property loader at the end of the list a property loaders used by this composite property loader.
addServiceLoader(ServiceLoader) - Method in class ej.service.loader.CompositeServiceLoader
Adds a service loader at the end of the list a service loaders used by this composite service loader.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
AdjacentSiblingCombinator - Class in ej.mwt.stylesheet.selector.combinator
An adjacent sibling combinator selects by checking the widget immediate sibling.
AdjacentSiblingCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.AdjacentSiblingCombinator
Creates an adjacent sibling combinator.
after(Object) - Method in class java.util.Calendar
Returns whether this Calendar represents a time after the time represented by the specified Object.
after(Date) - Method in class java.util.Date
Tests if this date is after the specified date.
aliases() - Method in class java.security.KeyStore
Lists all the alias names of this keystore.
align(int) - Method in class ej.bon.ResourceBuffer
Force to align position on given number of bytes.
Alignment - Class in ej.mwt.util
Provides constants and utility methods in order to position a graphical object considering its alignment within an area or with an anchor point.
Alignment() - Constructor for class ej.mwt.util.Alignment
 
ALL - Static variable in class java.util.logging.Level
ALL indicates that all messages should be logged.
ALL_STYLES - Static variable in class java.util.Calendar
A style specifier indicating names in all styles, such as "January" and "Jan".
allIDs() - Static method in class ej.bon.Immutables
Returns an array with the IDs of all the objects in the pool.
AM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from midnight to just before noon.
AM_PM - Static variable in class java.util.Calendar
Field number for get and set indicating whether the HOUR is before or after noon.
AndCombinator - Class in ej.mwt.stylesheet.selector.combinator
An 'and' combinator selects the widgets selected by both selectors.
AndCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.AndCombinator
Creates an 'and' combinator.
android.net - package android.net
 
Animation - Interface in ej.mwt.animation
An animation is responsible for animating a element (usually a visual one).
Animator - Class in ej.mwt.animation
An animator executes animations as fast as possible.
Animator() - Constructor for class ej.mwt.animation.Animator
Creates an animator.
AnnotatedElement - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
Annotation - Interface in java.lang.annotation
The common interface extended by all annotation types.
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the annotation type of this annotation.
append(char) - Method in class java.io.PrintStream
Appends the specified character to this output stream.
append(CharSequence) - Method in class java.io.PrintStream
Appends the specified character sequence to this output stream.
append(CharSequence, int, int) - Method in class java.io.PrintStream
Appends a subsequence of the specified character sequence to this output stream.
append(char) - Method in class java.io.Writer
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.Writer
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.Writer
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in interface java.lang.Appendable
Appends the specified character to this Appendable.
append(CharSequence) - Method in interface java.lang.Appendable
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in interface java.lang.Appendable
Appends a subsequence of the specified character sequence to this Appendable.
append(boolean) - Method in class java.lang.StringBuffer
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuffer
 
append(char[]) - Method in class java.lang.StringBuffer
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuffer
Appends the string representation of a subarray of the char array argument to this sequence.
append(CharSequence) - Method in class java.lang.StringBuffer
Appends the specified CharSequence to this sequence.
append(CharSequence, int, int) - Method in class java.lang.StringBuffer
Appends a subsequence of the specified CharSequence to this sequence.
append(double) - Method in class java.lang.StringBuffer
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuffer
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuffer
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuffer
Appends the string representation of the long argument to this sequence.
append(Object) - Method in class java.lang.StringBuffer
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuffer
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuffer
Appends the specified StringBuffer to this sequence.
append(boolean) - Method in class java.lang.StringBuilder
Appends the string representation of the boolean argument to the sequence.
append(char) - Method in class java.lang.StringBuilder
 
append(char[]) - Method in class java.lang.StringBuilder
Appends the string representation of the char array argument to this sequence.
append(char[], int, int) - Method in class java.lang.StringBuilder
Appends the string representation of a subarray of the char array argument to this sequence.
append(CharSequence) - Method in class java.lang.StringBuilder
Appends the specified character sequence to this Appendable.
append(CharSequence, int, int) - Method in class java.lang.StringBuilder
Appends a subsequence of the specified CharSequence to this sequence.
append(double) - Method in class java.lang.StringBuilder
Appends the string representation of the double argument to this sequence.
append(float) - Method in class java.lang.StringBuilder
Appends the string representation of the float argument to this sequence.
append(int) - Method in class java.lang.StringBuilder
Appends the string representation of the int argument to this sequence.
append(long) - Method in class java.lang.StringBuilder
Appends the string representation of the long argument to this sequence.
append(Object) - Method in class java.lang.StringBuilder
Appends the string representation of the Object argument.
append(String) - Method in class java.lang.StringBuilder
Appends the specified string to this character sequence.
append(StringBuffer) - Method in class java.lang.StringBuilder
Appends the specified StringBuffer to this sequence.
Appendable - Interface in java.lang
An object to which char sequences and values can be appended.
Application - Interface in ej.wadapps.application
An application represents a deployment unit.
ApplicationInstallationListener - Interface in ej.wadapps.application
Listen to applications installation.
ApplicationInstaller - Interface in ej.wadapps.application
The application installer allows to install or uninstall applications.
ApplicationLifecycleListener - Interface in ej.wadapps.application
Listen to applications lifecycle events.
ApplicationManager - Interface in ej.wadapps.application
The application manager gives information on the available applications.
ApplicationOperationException - Exception in ej.wadapps.application
Thrown to indicate that the operation called on an application has failed.
ApplicationOperationException() - Constructor for exception ej.wadapps.application.ApplicationOperationException
Constructs a new exception with null as its detail message.
ApplicationOperationException(String, Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
Constructs a new exception with the specified detail message and cause.
ApplicationOperationException(String) - Constructor for exception ej.wadapps.application.ApplicationOperationException
Constructs a new exception with the specified detail message.
ApplicationOperationException(Throwable) - Constructor for exception ej.wadapps.application.ApplicationOperationException
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).
ApplicationPermission - Class in ej.wadapps.application
ApplicationPermission(Application, String) - Constructor for class ej.wadapps.application.ApplicationPermission
Creates a permission for the given application.
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.AdjacentSiblingCombinator
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.AndCombinator
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.ChildCombinator
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.combinator.GeneralSiblingCombinator
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.DisabledSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.EnabledSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.LastChildSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.NotSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.NthChildSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.OddChildSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.RootSelector
 
appliesToWidget(Widget) - Method in interface ej.mwt.stylesheet.selector.Selector
Checks whether or not this selector applies to the given widget.
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.StateSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
appliesToWidget(Widget) - Method in class ej.mwt.stylesheet.selector.UniversalSelector
 
apply(GraphicsContext, int, int) - Method in interface ej.mwt.style.background.Background
Applies the background on a graphics context.
apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.ImageBackground
 
apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.NoBackground
 
apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.RectangularBackground
 
apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.RoundedBackground
 
apply(GraphicsContext, int, int) - Method in class ej.mwt.style.background.TiledImageBackground
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
 
apply(Outlineable) - Method in class ej.mwt.style.outline.border.RectangularBorder
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.RectangularBorder
 
apply(Outlineable) - Method in class ej.mwt.style.outline.border.RoundedBorder
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.RoundedBorder
 
apply(Outlineable) - Method in class ej.mwt.style.outline.FlexibleOutline
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.FlexibleOutline
 
apply(Outlineable) - Method in class ej.mwt.style.outline.NoOutline
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.NoOutline
 
apply(Outlineable) - Method in interface ej.mwt.style.outline.Outline
Removes the thickness of this outline from the given object.
apply(GraphicsContext, Size) - Method in interface ej.mwt.style.outline.Outline
Applies the outline on a graphics context.
apply(Outlineable) - Method in class ej.mwt.style.outline.UniformOutline
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.UniformOutline
 
applyOutlines(Outlineable, Style) - Static method in class ej.mwt.util.OutlineHelper
Applies all the outlines of the given style on the given object.
applyOutlinesAndBackground(GraphicsContext, Size, Style) - Static method in class ej.mwt.util.OutlineHelper
Applies the different outlines and the background on the given graphics context and the given size.
APRIL - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fourth month of the year in the Gregorian and Julian calendars.
ArithmeticException - Exception in java.lang
Thrown when an exceptional arithmetic condition has occurred.
ArithmeticException() - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with no detail message.
ArithmeticException(String) - Constructor for exception java.lang.ArithmeticException
Constructs an ArithmeticException with the specified detail message.
arraycopy(Object, int, Object, int, int) - Static method in class java.lang.System
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ArrayIndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an array has been accessed with an illegal index.
ArrayIndexOutOfBoundsException() - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException with no detail message.
ArrayIndexOutOfBoundsException(int) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs a new ArrayIndexOutOfBoundsException class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException(String) - Constructor for exception java.lang.ArrayIndexOutOfBoundsException
Constructs an ArrayIndexOutOfBoundsException class with the specified detail message.
ArrayList<E> - Class in java.util
 
ArrayList() - Constructor for class java.util.ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection<? extends E>) - Constructor for class java.util.ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int) - Constructor for class java.util.ArrayList
Constructs an empty list with the specified initial capacity.
ArrayStoreException - Exception in java.lang
Thrown to indicate that an attempt has been made to store the wrong type of object into an array of objects.
ArrayStoreException() - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with no detail message.
ArrayStoreException(String) - Constructor for exception java.lang.ArrayStoreException
Constructs an ArrayStoreException with the specified detail message.
ArrayTools - Class in ej.basictool
Defines a set of functions to manipulate arrays.
ArrayTools() - Constructor for class ej.basictool.ArrayTools
 
asin(double) - Static method in class java.lang.Math
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
AssertionError - Error in java.lang
Thrown to indicate that an assertion has failed.
AssertionError() - Constructor for error java.lang.AssertionError
Constructs an AssertionError with no detail message.
AssertionError(boolean) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified boolean, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(char) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified char, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(double) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified double, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(float) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified float, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(int) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified int, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(long) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified long, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(Object) - Constructor for error java.lang.AssertionError
Constructs an AssertionError with its detail message derived from the specified object, which is converted to a string as defined in section 15.18.1.1 of The Java™ Language Specification.
AssertionError(String, Throwable) - Constructor for error java.lang.AssertionError
Constructs a new AssertionError with the specified detail message and cause.
asSubclass(Class<U>) - Method in class java.lang.Class
Casts this Class object to represent a subclass of the class represented by the specified class object.
atan(double) - Static method in class java.lang.Math
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan2(double, double) - Static method in class java.lang.Math
Returns the angle theta from the conversion of rectangular coordinates (xy) to polar coordinates (r, theta).
AUGUST - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eighth month of the year in the Gregorian and Julian calendars.
AutoCloseable - Interface in java.lang
A resource that must be closed when it is no longer needed.
available() - Method in class ej.bon.ResourceBuffer
Returns the available number of bytes that can be read (or skipped over) from this buffer.
available() - Method in class java.io.ByteArrayInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class java.io.FilterInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.
available() - Method in class java.io.InputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
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