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

A

abs(double) - Static method in class ej.bon.XMath
Returns the absolute value of a double value.
abs(float) - Static method in class ej.bon.XMath
Returns the absolute value of a float value.
abs(int) - Static method in class ej.bon.XMath
Returns the absolute value of an int value.
abs(long) - Static method in class ej.bon.XMath
Returns the absolute value of a long value.
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.
abs() - Method in class java.math.BigInteger
Returns a BigInteger whose value is the absolute value of this BigInteger.
ABSINTHE - Static variable in class ej.library.ui.MicroEJColors
Absinthe color.
AbstractAllTestClassesWrapper - Class in ej.junit
Executes all the test methods in all the test classes.
AbstractAllTestClassesWrapper() - Constructor for class ej.junit.AbstractAllTestClassesWrapper
 
AbstractBounceMotion - Class in ej.motion.bounce
Represents a bounce motion.
AbstractBounceMotion(int, int, long) - Constructor for class ej.motion.bounce.AbstractBounceMotion
Creates a bounce motion for a move from start to stop.
AbstractCollection<E> - Class in java.util
This class provides a skeletal implementation of the Collection interface, to minimize the effort required to implement this interface.
AbstractCollection() - Constructor for class java.util.AbstractCollection
Sole constructor.
AbstractContent - Class in ej.rest.web
Abstract base class of the content being sent to a server.
AbstractContent() - Constructor for class ej.rest.web.AbstractContent
 
AbstractDelegateHttpsURLConnection - Class in sun.net.www.protocol.https
HTTPS URL connection support.
AbstractDelegateHttpsURLConnection(URL, Handler) - Constructor for class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
 
AbstractElasticMotion - Class in ej.motion.elastic
Represents an elastic motion.
AbstractElasticMotion(int, int, long) - Constructor for class ej.motion.elastic.AbstractElasticMotion
Creates an elastic motion for a move from start to stop.
AbstractExpressionConfiguration - Class in com.is2t.microej.workbench.std.launch.ext.expr
Abstract node for expressions whose result depends on the selected configuration
AbstractExpressionConfiguration() - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.AbstractExpressionConfiguration
 
AbstractInputButtonWithDialog - Class in com.is2t.microej.workbench.std.launch.ext
Common superclass for input buttons.
AbstractInputButtonWithDialog(String, int, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.AbstractInputButtonWithDialog
 
AbstractJSONExpr - Class in ej.jsonpath.parser
 
AbstractJSONExpr(int) - Constructor for class ej.jsonpath.parser.AbstractJSONExpr
 
AbstractKFList<T> - Class in com.microej.kf.util
Implementation of a Collection with multi-context support.
AbstractKFList() - Constructor for class com.microej.kf.util.AbstractKFList
 
AbstractList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random access" data store (such as an array).
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.
AbstractMotion - Class in ej.motion
Common abstract implementation of a motion.
AbstractMotion(int, int, long) - Constructor for class ej.motion.AbstractMotion
Creates a motion for a move from start to stop.
AbstractPackedMap<K,V> - Class in ej.basictool.map
An object that maps keys to values.
AbstractPackedMap() - Constructor for class ej.basictool.map.AbstractPackedMap
Constructs an empty map.
AbstractPackedMap(AbstractPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractPackedMap
Constructs a map with the same mappings as the specified map.
AbstractQueue<E> - Class in java.util
This class provides skeletal implementations of some Queue operations.
AbstractQueue() - Constructor for class java.util.AbstractQueue
Constructor for use by subclasses.
AbstractRemoteService - Class in ej.rcommand.impl
 
AbstractRemoteService() - Constructor for class ej.rcommand.impl.AbstractRemoteService
 
AbstractResource - Class in ej.rest.web
Abstract base class for all resource handlers you want to use with Resty.
AbstractResource(Resty.Option...) - Constructor for class ej.rest.web.AbstractResource
 
AbstractSequentialList<E> - Class in java.util
This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "sequential access" data store (such as a linked list).
AbstractSequentialList() - Constructor for class java.util.AbstractSequentialList
Sole constructor.
AbstractSet<E> - Class in java.util
This class provides a skeletal implementation of the Set interface to minimize the effort required to implement this interface.
AbstractSet() - Constructor for class java.util.AbstractSet
Sole constructor.
AbstractTestWrapper - Class in ej.junit
Base class used by generated wrappers.
AbstractTestWrapper(Class<?>) - Constructor for class ej.junit.AbstractTestWrapper
Creates a wrapper instance for the specified test class.
AbstractWeakPackedMap<K,V> - Class in ej.basictool.map
 
AbstractWeakPackedMap() - Constructor for class ej.basictool.map.AbstractWeakPackedMap
Constructs an empty map.
AbstractWeakPackedMap(AbstractWeakPackedMap<K, V>) - Constructor for class ej.basictool.map.AbstractWeakPackedMap
Constructs a map with the same mappings as the specified map.
accept() - Method in interface ej.net.dtls.DTLSServerSocket
Listens for a connection to be made to this socket and accepts it.
accept(File) - Method in interface java.io.FileFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(File, String) - Method in interface java.io.FilenameFilter
Tests if a specified file should be included in a file list.
accept() - Method in class java.net.ServerSocket
Listens for a connection to be made to this socket and accepts it.
acceptAndOpen() - Method in interface ej.ecom.io.StreamConnectionNotifier
 
accumulate(String, Object) - Method in class org.json.me.JSONObject
Accumulate values under a key.
acos(double) - Static method in class ej.bon.XMath
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi.
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.
ACTION_START - Static variable in class ej.microui.MicroUIPermission
Action to start MicroUI.
ACTION_STOP - Static variable in class ej.microui.MicroUIPermission
Action to stop MicroUI.
activate() - Method in class ej.ecom.mobile.PDPSession
Activates PDP session.
ACTIVATED - Static variable in class ej.ecom.mobile.PDPSession
Activated state value
ACTIVE - Static variable in class ej.widget.basic.Button
Active state.
ACTIVE - Static variable in class ej.widget.basic.ImageButton
Active state.
activeCount() - Static method in class java.lang.Thread
Returns the current number of active threads in the virtual machine.
add(T) - Method in class com.microej.kf.util.KFList
 
add(T) - Method in class com.microej.kf.util.KFList2
 
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(Widget) - Method in class ej.fp.Composite
Adds the specified widget to the end of the list of children of this composite.
add(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
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.AbstractQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(int, E) - Method in class java.util.AbstractSequentialList
Inserts the specified element at the specified position in this list (optional operation).
add(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
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.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in class java.util.HashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class java.util.LinkedList
Inserts the specified element at the specified position in this list.
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.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
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.TreeSet
Adds the specified element to this set if it is not already present.
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.
add(String, String) - Method in class sun.net.www.MessageHeader
Adds a key value pair to the end of the header.
addAdditionalHeaders(URLConnection) - Method in class ej.rest.web.Resty
Add all headers that have been set with the alwaysSend call.
addAll(Collection<? extends T>) - Method in class com.microej.kf.util.AbstractKFList
 
addAll(Collection<? extends T>) - Method in class com.microej.kf.util.KFList2
 
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.AbstractQueue
Adds all of the elements in the specified collection to this queue.
addAll(int, Collection<? extends E>) - Method in class java.util.AbstractSequentialList
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<? super T>, T...) - Static method in class java.util.Collections
Adds all of the specified elements to the specified collection.
addAll(Collection<? extends E>) - Method in class java.util.LinkedList
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.LinkedList
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.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.TreeSet
Adds all of the elements in the specified collection to this set.
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.
addApplication(Feature) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Adds an application associated with a feature.
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.
addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
 
addChild(Widget) - Method in class ej.mwt.Container
Adds the specified widget to the end of the list of children of this container.
addChild(Widget, int, int, int, int) - Method in class ej.widget.container.Canvas
Adds the specified widget to this canvas.
addChild(Widget) - Method in class ej.widget.container.Flow
 
addChild(Widget) - Method in class ej.widget.container.Grid
 
addChild(Widget) - Method in class ej.widget.container.List
 
addChild(Widget) - Method in class ej.widget.container.OverlapContainer
 
addChildOnBottom(Widget) - Method in class ej.widget.container.Dock
Adds a child which will be docked on the bottom side.
addChildOnLeft(Widget) - Method in class ej.widget.container.Dock
Adds a child which will be docked on the left side.
addChildOnRight(Widget) - Method in class ej.widget.container.Dock
Adds a child which will be docked on the right side.
addChildOnTop(Widget) - Method in class ej.widget.container.Dock
Adds a child which will be docked on the top side.
addClassSelector(int) - Method in class ej.mwt.Widget
Adds a class selector.
addClientKey(byte[], InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given client key and the associated certificate and certification chain to the key store.
addClientKey(byte[], InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given client key and the associated self-signed certificate.
addClientKey(InputStream, InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given client key and the associated certificate and certification chain to the key store.
addClientKey(InputStream, InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given client key and the associated self-signed certificate.
addClientKey(String, String, String...) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given client key and the associated certificate and certification chain to the key store.
addConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
 
addConnectivityListener(ConnectivityListener) - Method in interface ej.rcommand.connectivity.ConnectivityManager
Adds a listener.
addConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.connectivity.ConnectivityManagerProxy
 
addContent(URLConnection) - Method in class ej.rest.web.AbstractContent
 
addContent(URLConnection) - Method in class ej.rest.web.ChunkedContent
 
addContent(URLConnection) - Method in class ej.rest.web.Content
Add the content to the URLConnection used.
addContent(URLConnection) - Method in class ej.rest.web.Deletion
 
addContent(URLConnection) - Method in class ej.rest.web.FormData
 
addContent(URLConnection) - Method in class ej.rest.web.mime.MultipartContent
 
addContent(URLConnection) - Method in class ej.rest.web.Replacement
 
addConverter(Converter<?>) - Static method in class ej.kf.Kernel
Adds the Converter to the list of converters.
addDimension(int) - Method in error org.junit.internal.ArrayComparisonFailure
 
addElement(E) - Method in class java.util.Vector
Adds the specified component to the end of this vector, increasing its size by one.
addEscapes(String) - Static method in error ej.jsonpath.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFeatureStateListener(FeatureStateListener) - Static method in class ej.kf.Kernel
Adds the given FeatureStateListener to the list of listeners that are notified when the state of a Feature has changed.
addFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions.
addFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the beginning of this list.
addHandler(Handler) - Method in class java.util.logging.Logger
Add a log Handler to the list of Handlers known by the Logger.
addLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions.
addLast(E) - Method in class java.util.LinkedList
Appends the specified element to the end of this list.
addListener(ATCommandListener) - Method in class com.cinterion.io.ATCommand
Registers listeners to receive unsolicited AT-Events (URCs).
addListener(InPortListener) - Method in class com.cinterion.io.InPort
Registers listeners to receive value changes at an input port.
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.
ADDON_PROCESSOR_FILE_EXTENSION - Static variable in interface ej.tool.addon.AddonProcessor
Addon Processor file extension.
ADDON_PROCESSOR_IVY_CONF - Static variable in interface ej.tool.addon.AddonProcessor
The name of the Ivy configuration to use to declare addon processors.
AddonProcessor - Interface in ej.tool.addon
An addon processor is a tool that generates files (Java source files, resource files,...) for a specific project.
AddonProcessor.ExecutionKind - Enum in ej.tool.addon
An enumeration of possible kind of processor execution.
addOptionChangedListener(OptionChangedListener) - Method in class com.is2t.microej.workbench.std.launch.ext.InputOption
Add a listener on option modification Listeners should be added statically before call of createControl()
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
 
addProgressListener(ProgressListener) - Method in class sun.net.ProgressMonitor
Add progress listener in progress monitor.
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.
addRegistrationListener(RegistrationListener<D>, Class<D>) - Static method in class ej.ecom.DeviceManager
Adds the given RegistrationListener to be notified when a device of the given type is registered or unregistered.
addRequestProperty(String, String) - Method in class java.net.URLConnection
Adds a general request property specified by a key-value pair.
addRequestProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
Adds a general request property specified by a key-value pair.
addRequestProperty(String, String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Adds a general request property specified by a key-value pair.
addResourceControlListener(ResourceControlListener) - Static method in class ej.kf.Kernel
Adds the given ResourceControlListener to the list of listeners that are notified when a Feature is stopped by the Resource Control Manager.
addServerCertificate(InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given server certificate to the trust store.
addServerCertificate(String) - Method in class ej.net.util.ssl.SslContextBuilder
Adds the given server certificate to the trust store.
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.
addStandardHeaders(URLConnection, T) - Method in class ej.rest.web.Resty
Add all standard headers (User-Agent, Accept) to the URLConnection.
addStopListener(StopListener) - Method in interface com.is2t.hil.NativeInterface
Register a stop listener.
The stop listeners will be notified when the simulation stops.
addSuppressed(Throwable) - Method in class java.lang.Throwable
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception.
addToSystemPool() - Method in class ej.microui.event.EventGenerator
Adds the generator in the system pool.
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.
adjustBeginLineColumn(int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AEADBadTagException - Exception in javax.crypto
This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
Constructs a AEADBadTagException with no detail message.
AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
Constructs a AEADBadTagException with the specified detail message.
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.
After - Annotation Type in org.junit
If you allocate external resources in a Before method you need to release them after the test runs.
AfterClass - Annotation Type in org.junit
If you allocate expensive external resources in a BeforeClass method you need to release them after all the tests in the class have run.
AlgorithmId - Class in sun.security.x509
Use this class to get OID of supported algorithms see AlgorithmId.get(String) The OID is handled in it's String format in this class.
AlgorithmId(String) - Constructor for class sun.security.x509.AlgorithmId
Constructs a parameterless algorithm ID.
AlgorithmParameterSpec - Interface in java.security.spec
A (transparent) specification of cryptographic parameters.
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.
ALL - Static variable in class ej.util.message.basic.FilterMessageLogger
Print all message.
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.
allocate(int) - Static method in class java.nio.ByteBuffer
Allocates a new byte buffer.
allocate(int) - Static method in class java.nio.CharBuffer
Allocates a new char buffer.
allocate(int) - Static method in class java.nio.DoubleBuffer
Allocates a new double buffer.
allocate(int) - Static method in class java.nio.FloatBuffer
Allocates a new float buffer.
allocate(int) - Static method in class java.nio.IntBuffer
Allocates a new int buffer.
allocate(int) - Static method in class java.nio.LongBuffer
Allocates a new long buffer.
allocate(int) - Static method in class java.nio.ShortBuffer
Allocates a new short buffer.
allowUserInteraction - Variable in class java.net.URLConnection
If true, this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
AlreadyLoadedFeatureException - Exception in ej.kf
This exception is thrown if a Feature being loaded has already been loaded.
AlreadyLoadedFeatureException(Feature) - Constructor for exception ej.kf.AlreadyLoadedFeatureException
Creates an AlreadyLoadedFeatureException with the previously loaded Feature.
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.
AMBER - Static variable in class ej.library.ui.MicroEJColors
Amber color.
AMP - Static variable in class org.json.me.util.XML
The Character '&'.
AND - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
and(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & val).
and(BitSet) - Method in class java.util.BitSet
Performs a logical AND of this target bit set with the argument bit set.
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.
andNot(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this & ~val).
andNot(BitSet) - Method in class java.util.BitSet
Clears all of the bits in this BitSet whose corresponding bit is set in the specified BitSet.
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.
ANTICLOCKWISE - Static variable in class ej.microui.event.EventCommand
The "anti-clockwise" command constant.
ANTICLOCKWISE - Static variable in class ej.microui.event.generator.Command
Constant for "anti-clockwise" command.
APOS - Static variable in class org.json.me.util.XML
The Character '''.
append(String) - Method in class ej.storage.fs.StorageFs
 
append(String) - Method in class ej.storage.heap.StorageHeap
 
append(String) - Method in interface ej.storage.Storage
Appends some data to an entry referenced with an ID.
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(CharSequence) - Method in class java.io.PrintWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.PrintWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.PrintWriter
Appends the specified character to this writer.
append(CharSequence) - Method in class java.io.StringWriter
Appends the specified character sequence to this writer.
append(CharSequence, int, int) - Method in class java.io.StringWriter
Appends a subsequence of the specified character sequence to this writer.
append(char) - Method in class java.io.StringWriter
Appends the specified character to this writer.
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.
append(CharSequence) - Method in class java.nio.CharBuffer
Appends the specified character sequence to this buffer  (optional operation).
append(CharSequence, int, int) - Method in class java.nio.CharBuffer
Appends a subsequence of the specified character sequence to this buffer  (optional operation).
append(char) - Method in class java.nio.CharBuffer
Appends the specified char to this buffer  (optional operation).
append(String, Object) - Method in class org.json.me.JSONObject
Append values to the array under a key.
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.
APPLICATION_STORE_INFO - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Send the status of the connection to the application store.
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.
ApplicationInstallerKF - Class in ej.wadapps.multisandbox.application
The application installer allows to install and uninstall applications in a KF environment.
ApplicationInstallerKF(ApplicationManagerKF) - Constructor for class ej.wadapps.multisandbox.application.ApplicationInstallerKF
Creates an application installer on KF.
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.
ApplicationManagerKF - Class in ej.wadapps.multisandbox.application
Used in a KF environment with perfect matching with KF.
ApplicationManagerKF() - Constructor for class ej.wadapps.multisandbox.application.ApplicationManagerKF
Creates an application manager KF with all the installed features.
ApplicationManagerKF(Feature[]) - Constructor for class ej.wadapps.multisandbox.application.ApplicationManagerKF
Creates an application manager KF with the given features.
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 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(Outlineable) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
apply(GraphicsContext, Size) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
apply(Outlineable) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
 
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
 
apply(URLConnection) - Method in class ej.rest.web.Resty.Option
Override this to get access to the URLConnection before the actual connection is made.
apply(URLConnection) - Method in class ej.rest.web.Resty.Timeout
 
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.
appRandom - Variable in class java.security.SignatureSpi
Application-specified source of randomness.
appUpdateFlash(byte[], int, boolean) - Static method in class com.cinterion.update.SafeUpdate
Flash the DAM to the update partition, see gina_app_update_flash() in GINA Service API.
appUpdateStart(byte[]) - Static method in class com.cinterion.update.SafeUpdate
Trigger the upgrade process, see gina_app_update_start() in GINA Service API.
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.
ARABIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for arabic font identifier.
areEquivalentSharedInterfaces(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given classes are equivalent shared interfaces.
areFieldsSet - Variable in class java.util.Calendar
True if fields[] are in sync with the currently set time.
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.
ARMENIAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for armenian font identifier.
array() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
array() - Method in class ej.rest.web.JSONResource
Parse and return JSON array.
array() - Method in class java.nio.Buffer
Returns the array that backs this buffer  (optional operation).
array() - Method in class java.nio.ByteBuffer
Returns the byte array that backs this buffer  (optional operation).
array() - Method in class java.nio.CharBuffer
Returns the char array that backs this buffer  (optional operation).
array() - Method in class java.nio.DoubleBuffer
Returns the double array that backs this buffer  (optional operation).
array() - Method in class java.nio.FloatBuffer
Returns the float array that backs this buffer  (optional operation).
array() - Method in class java.nio.IntBuffer
Returns the int array that backs this buffer  (optional operation).
array() - Method in class java.nio.LongBuffer
Returns the long array that backs this buffer  (optional operation).
array() - Method in class java.nio.ShortBuffer
Returns the short array that backs this buffer  (optional operation).
array() - Method in class org.json.me.JSONWriter
Begin appending a new array.
ArrayComparisonFailure - Error in org.junit.internal
Thrown when two array elements differ
ArrayComparisonFailure(String, AssertionError, int) - Constructor for error org.junit.internal.ArrayComparisonFailure
Construct a new ArrayComparisonFailure with an error text and the array's dimension that was not equal
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.
ArrayDeque<E> - Class in java.util
Resizable-array implementation of the Deque interface.
ArrayDeque() - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold 16 elements.
ArrayDeque(int) - Constructor for class java.util.ArrayDeque
Constructs an empty array deque with an initial capacity sufficient to hold the specified number of elements.
ArrayDeque(Collection<? extends E>) - Constructor for class java.util.ArrayDeque
Constructs a deque containing the elements of the specified collection, in the order they are returned by the collection's iterator.
arrayEquals(String, Object, Object) - Method in class org.junit.internal.ComparisonCriteria
Asserts that two arrays are equal, according to the criteria defined by the concrete subclass.
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
Resizable-array implementation of the List interface.
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.
arrayOffset() - Method in class java.nio.Buffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.CharBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.DoubleBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.FloatBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.IntBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.LongBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
arrayOffset() - Method in class java.nio.ShortBuffer
Returns the offset within this buffer's backing array of the first element of the buffer  (optional operation).
Arrays - Class in java.util
This class contains various methods for manipulating arrays (such as sorting and searching).
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.
asCharBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a char buffer.
ascii(String) - Method in class ej.rest.web.AbstractContent
 
asDoubleBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a double buffer.
asFloatBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a float buffer.
asin(double) - Static method in class ej.bon.XMath
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
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.
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an int buffer.
asLifoQueue(Deque<T>) - Static method in class java.util.Collections
Returns a view of a Deque as a Last-in-first-out (Lifo) Queue.
asList(T...) - Static method in class java.util.Arrays
Returns a fixed-size list backed by the specified array.
asLongBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a long buffer.
asReadOnlyBuffer() - Method in class java.nio.ByteBuffer
Creates a new, read-only byte buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.CharBuffer
Creates a new, read-only char buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.DoubleBuffer
Creates a new, read-only double buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.FloatBuffer
Creates a new, read-only float buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.IntBuffer
Creates a new, read-only int buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.LongBuffer
Creates a new, read-only long buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class java.nio.ShortBuffer
Creates a new, read-only short buffer that shares this buffer's content.
Assert - Class in org.junit
A set of assertion methods useful for writing tests.
Assert() - Constructor for class org.junit.Assert
Protect constructor since it is a static only class
assertArrayEquals(String, Object[], Object[]) - Static method in class org.junit.Assert
Asserts that two object arrays are equal.
assertArrayEquals(Object[], Object[]) - Static method in class org.junit.Assert
Asserts that two object arrays are equal.
assertArrayEquals(String, boolean[], boolean[]) - Static method in class org.junit.Assert
Asserts that two boolean arrays are equal.
assertArrayEquals(boolean[], boolean[]) - Static method in class org.junit.Assert
Asserts that two boolean arrays are equal.
assertArrayEquals(String, byte[], byte[]) - Static method in class org.junit.Assert
Asserts that two byte arrays are equal.
assertArrayEquals(byte[], byte[]) - Static method in class org.junit.Assert
Asserts that two byte arrays are equal.
assertArrayEquals(String, char[], char[]) - Static method in class org.junit.Assert
Asserts that two char arrays are equal.
assertArrayEquals(char[], char[]) - Static method in class org.junit.Assert
Asserts that two char arrays are equal.
assertArrayEquals(String, short[], short[]) - Static method in class org.junit.Assert
Asserts that two short arrays are equal.
assertArrayEquals(short[], short[]) - Static method in class org.junit.Assert
Asserts that two short arrays are equal.
assertArrayEquals(String, int[], int[]) - Static method in class org.junit.Assert
Asserts that two int arrays are equal.
assertArrayEquals(int[], int[]) - Static method in class org.junit.Assert
Asserts that two int arrays are equal.
assertArrayEquals(String, long[], long[]) - Static method in class org.junit.Assert
Asserts that two long arrays are equal.
assertArrayEquals(long[], long[]) - Static method in class org.junit.Assert
Asserts that two long arrays are equal.
assertArrayEquals(String, double[], double[], double) - Static method in class org.junit.Assert
Asserts that two double arrays are equal.
assertArrayEquals(double[], double[], double) - Static method in class org.junit.Assert
Asserts that two double arrays are equal.
assertArrayEquals(String, float[], float[], float) - Static method in class org.junit.Assert
Asserts that two float arrays are equal.
assertArrayEquals(float[], float[], float) - Static method in class org.junit.Assert
Asserts that two float arrays are equal.
assertElementsEqual(Object, Object) - Method in class org.junit.internal.ComparisonCriteria
 
assertElementsEqual(Object, Object) - Method in class org.junit.internal.ExactComparisonCriteria
 
assertElementsEqual(Object, Object) - Method in class org.junit.internal.InexactComparisonCriteria
 
assertEquals(String, Object, Object) - Static method in class org.junit.Assert
Asserts that two objects are equal.
assertEquals(Object, Object) - Static method in class org.junit.Assert
Asserts that two objects are equal.
assertEquals(String, double, double, double) - Static method in class org.junit.Assert
Asserts that two doubles are equal to within a positive delta.
assertEquals(String, float, float, float) - Static method in class org.junit.Assert
Asserts that two floats are equal to within a positive delta.
assertEquals(long, long) - Static method in class org.junit.Assert
Asserts that two longs are equal.
assertEquals(String, long, long) - Static method in class org.junit.Assert
Asserts that two longs are equal.
assertEquals(double, double, double) - Static method in class org.junit.Assert
Asserts that two doubles are equal to within a positive delta.
assertEquals(float, float, float) - Static method in class org.junit.Assert
Asserts that two floats are equal to within a positive delta.
assertFalse(String, boolean) - Static method in class org.junit.Assert
Asserts that a condition is false.
assertFalse(boolean) - Static method in class org.junit.Assert
Asserts that a condition is false.
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.
assertNotEquals(String, Object, Object) - Static method in class org.junit.Assert
Asserts that two objects are not equals.
assertNotEquals(Object, Object) - Static method in class org.junit.Assert
Asserts that two objects are not equals.
assertNotEquals(String, long, long) - Static method in class org.junit.Assert
Asserts that two longs are not equals.
assertNotEquals(long, long) - Static method in class org.junit.Assert
Asserts that two longs are not equals.
assertNotEquals(String, double, double, double) - Static method in class org.junit.Assert
Asserts that two doubles are not equal to within a positive delta.
assertNotEquals(double, double, double) - Static method in class org.junit.Assert
Asserts that two doubles are not equal to within a positive delta.
assertNotEquals(float, float, float) - Static method in class org.junit.Assert
Asserts that two floats are not equal to within a positive delta.
assertNotEquals(String, float, float, float) - Static method in class org.junit.Assert
Asserts that two floats are not equal to within a positive delta.
assertNotNull(String, Object) - Static method in class org.junit.Assert
Asserts that an object isn't null.
assertNotNull(Object) - Static method in class org.junit.Assert
Asserts that an object isn't null.
assertNotSame(String, Object, Object) - Static method in class org.junit.Assert
Asserts that two objects do not refer to the same object.
assertNotSame(Object, Object) - Static method in class org.junit.Assert
Asserts that two objects do not refer to the same object.
assertNull(String, Object) - Static method in class org.junit.Assert
Asserts that an object is null.
assertNull(Object) - Static method in class org.junit.Assert
Asserts that an object is null.
assertSame(String, Object, Object) - Static method in class org.junit.Assert
Asserts that two objects refer to the same object.
assertSame(Object, Object) - Static method in class org.junit.Assert
Asserts that two objects refer to the same object.
assertTrue(String, boolean) - Static method in class org.junit.Assert
Asserts that a condition is true.
assertTrue(boolean) - Static method in class org.junit.Assert
Asserts that a condition is true.
asShortBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
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.
at(int) - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
atan(double) - Static method in class ej.bon.XMath
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
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).
ATCommand - Class in com.cinterion.io
The ATCommand class supports the execution of AT commands on the same way, as it would be done through a serial interface.
ATCommand(boolean) - Constructor for class com.cinterion.io.ATCommand
Creates a new instance of the ATCommand class.
If there are no more instances possible or if it is not possible to provide possibly requested CSD support the constructor will fail with an exception.
Please note that it is not possible to restore the state of an previously closed instance in a new instance of this class.
ATCommand(boolean, long) - Constructor for class com.cinterion.io.ATCommand
Creates a new instance of the ATCommand class.
If there are no more instances possible or if it is not possible to provide possibly requested CSD support the constructor will fail with an exception.
Please note that it is not possible to restore the state of an previously closed instance in a new instance of this class.
ATCommandFailedException - Exception in com.cinterion.io
Signals that a requested device access via the ATCommand class failed.
ATCommandFailedException() - Constructor for exception com.cinterion.io.ATCommandFailedException
Constructs an exception with no specified detail message.
ATCommandFailedException(String) - Constructor for exception com.cinterion.io.ATCommandFailedException
Constructs an exception with the specified detail message.
ATCommandListener - Interface in com.cinterion.io
The ATCommandListener interface defines the capabilities for receiving unsolicited AT-Events (e.g.
ATCommandResponseListener - Interface in com.cinterion.io
The ATCommandResponseListenerListener interface defines the capabilities for receiving the response of sending an AT command to a module's AT interpreter.
ATConnection - Class in ej.ecom.mobile
This class represent an AT connection.
ATConnection() - Constructor for class ej.ecom.mobile.ATConnection
 
ATEvent(String) - Method in interface com.cinterion.io.ATCommandListener
Callback method for unsolicited AT-Events (URCs).
ATResponse(String) - Method in interface com.cinterion.io.ATCommandResponseListener
Callback method for passing the response to a call of the non blocking version of the ATCommand.send function.
ATStringConverter - Class in com.cinterion.io
The ATStringConverter class contains conversion functions for easy conversion between Java strings and GSM or UCS2 encoded strings to be used for parameters of several AT commands via the ATCommand class.
ATStringConverter() - Constructor for class com.cinterion.io.ATStringConverter
 
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 com.microej.kf.util.InputStreamProxy
 
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 ej.rcommand.impl.ChunkedInputStream
 
available() - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
available() - Method in class java.io.BufferedInputStream
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.
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.FileInputStream
Returns an estimate of the number of remaining 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.
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.
available() - Method in class java.io.PipedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class java.io.PushbackInputStream
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.
available() - Method in class java.io.SequenceInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input stream without blocking by the next invocation of a method for the current underlying input stream.
available() - Method in class sun.net.www.http.ChunkedInputStream
Returns the number of bytes that can be read from this input stream without blocking.
available() - Method in class sun.net.www.http.HttpClient
 
AVOCADO - Static variable in class ej.library.ui.MicroEJColors
Avocado color.
awaitTermination(long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.

B

BACK - Static variable in class ej.microui.event.EventCommand
The "back" command constant.
BACK - Static variable in class ej.microui.event.generator.Command
Constant for "back" command.
back() - Method in class org.json.me.JSONTokener
Back up one character.
BackEaseInMotion - Class in ej.motion.back
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
BackEaseInMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseInMotion
Creates a ease in motion for a move from start to stop.
BackEaseInOutMotion - Class in ej.motion.back
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
BackEaseInOutMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
BackEaseOutMotion - Class in ej.motion.back
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
BackEaseOutMotion(int, int, long) - Constructor for class ej.motion.back.BackEaseOutMotion
Creates a ease out motion for a move from start to stop.
Background - Interface in ej.mwt.style.background
Represents the background of the widgets.
BACKGROUND - Static variable in class ej.mwt.style.DefaultStyle
The background of the default style.
BACKLIGHT_MAX - Static variable in interface ej.microui.display.LLUIDisplayImpl
Maximal value of backlight according MicroUI specification.
BACKLIGHT_MIN - Static variable in interface ej.microui.display.LLUIDisplayImpl
Minimal value of backlight according MicroUI specification.
BackMotionManager - Class in ej.motion.back
Motion manager creating ease in motions.
BackMotionManager() - Constructor for class ej.motion.back.BackMotionManager
 
backup(int) - Method in interface ej.jsonpath.parser.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class ej.jsonpath.parser.SimpleCharStream
Backup a number of characters.
BadPaddingException - Exception in javax.crypto
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
BadPaddingException() - Constructor for exception javax.crypto.BadPaddingException
Constructs a BadPaddingException with no detail message.
BadPaddingException(String) - Constructor for exception javax.crypto.BadPaddingException
Constructs a BadPaddingException with the specified detail message.
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.
BANG - Static variable in class org.json.me.util.XML
The Character '!'.
BasicMessageBuilder - Class in ej.util.message.basic
A basic message builder creates the messages following this pattern: [category]:[LEVEL]=[id] followed by the arguments (if any) separated by spaces, then the full stack trace of a throwable (if any).
BasicMessageBuilder() - Constructor for class ej.util.message.basic.BasicMessageBuilder
 
BasicMessageLogger - Class in ej.util.message.basic
A basic message logger delegates the messages build to a MessageBuilder and prints them to the standard output stream.
BasicMessageLogger() - Constructor for class ej.util.message.basic.BasicMessageLogger
Creates an instance using BasicMessageBuilder.INSTANCE to build the messages.
BasicMessageLogger(MessageBuilder) - Constructor for class ej.util.message.basic.BasicMessageLogger
Creates an instance passing the message builder used to build the messages.
BasicPermission - Class in java.security
The BasicPermission class extends the Permission class, and can be used as the base class for permissions that want to follow the same naming convention as BasicPermission.
BasicPermission(String) - Constructor for class java.security.BasicPermission
Creates a new BasicPermission with the specified name.
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.
Before - Annotation Type in org.junit
When writing tests, it is common to find that several tests need similar objects created before they can run.
BeforeClass - Annotation Type in org.junit
Sometimes several tests need to share computationally expensive setup (like logging into a database).
beginColumn - Variable in class ej.jsonpath.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class ej.jsonpath.parser.Token
The line number of the first character of this Token.
beginTask(String, int) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
beginTask(String, int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
beginTask(String, int) - Method in class org.eclipse.core.runtime.SubMonitor
Starts a new main task.
BeginToken() - Method in interface ej.jsonpath.parser.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class ej.jsonpath.parser.SimpleCharStream
Start.
beginTracking() - Method in class sun.net.ProgressSource
Begin progress tracking.
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.
BIG_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting big-endian byte order.
BigInteger - Class in java.math
Immutable arbitrary-precision integers.
BigInteger(byte[]) - Constructor for class java.math.BigInteger
Translates a byte array containing the two's-complement binary representation of a BigInteger into a BigInteger.
BigInteger(int, byte[]) - Constructor for class java.math.BigInteger
Translates the sign-magnitude representation of a BigInteger into a BigInteger.
BigInteger(String, int) - Constructor for class java.math.BigInteger
Translates the String representation of a BigInteger in the specified radix into a BigInteger.
BigInteger(String) - Constructor for class java.math.BigInteger
Translates the decimal String representation of a BigInteger into a BigInteger.
BigInteger(int, Random) - Constructor for class java.math.BigInteger
Constructs a randomly generated BigInteger, uniformly distributed over the range 0 to (2numBits - 1), inclusive.
BinaryExpression - Class in com.is2t.microej.workbench.std.launch.ext.expr
Binary Expression.
BinaryExpression(int, Expression, Expression) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.BinaryExpression
 
BinaryNLS - Class in com.microej.nls
This NLS implementation uses a binary file as entry point.
BinaryNLS(String, int) - Constructor for class com.microej.nls.BinaryNLS
Decodes a binary NLS file for the given interface.
BinaryNLS(Class<? extends Object>, int) - Constructor for class com.microej.nls.BinaryNLS
Decodes a binary NLS file for the given interface.
BinaryResource - Class in ej.rest.web
All-purpose resource which is used to access application/octet-stream content or any content in that respect.
BinaryResource(Resty.Option...) - Constructor for class ej.rest.web.BinaryResource
 
binarySearch(long[], long) - Static method in class java.util.Arrays
Searches the specified array of longs for the specified value using the binary search algorithm.
binarySearch(long[], int, int, long) - Static method in class java.util.Arrays
Searches a range of the specified array of longs for the specified value using the binary search algorithm.
binarySearch(int[], int) - Static method in class java.util.Arrays
Searches the specified array of ints for the specified value using the binary search algorithm.
binarySearch(int[], int, int, int) - Static method in class java.util.Arrays
Searches a range of the specified array of ints for the specified value using the binary search algorithm.
binarySearch(short[], short) - Static method in class java.util.Arrays
Searches the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(short[], int, int, short) - Static method in class java.util.Arrays
Searches a range of the specified array of shorts for the specified value using the binary search algorithm.
binarySearch(char[], char) - Static method in class java.util.Arrays
Searches the specified array of chars for the specified value using the binary search algorithm.
binarySearch(char[], int, int, char) - Static method in class java.util.Arrays
Searches a range of the specified array of chars for the specified value using the binary search algorithm.
binarySearch(byte[], byte) - Static method in class java.util.Arrays
Searches the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(byte[], int, int, byte) - Static method in class java.util.Arrays
Searches a range of the specified array of bytes for the specified value using the binary search algorithm.
binarySearch(double[], double) - Static method in class java.util.Arrays
Searches the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(double[], int, int, double) - Static method in class java.util.Arrays
Searches a range of the specified array of doubles for the specified value using the binary search algorithm.
binarySearch(float[], float) - Static method in class java.util.Arrays
Searches the specified array of floats for the specified value using the binary search algorithm.
binarySearch(float[], int, int, float) - Static method in class java.util.Arrays
Searches a range of the specified array of floats for the specified value using the binary search algorithm.
binarySearch(Object[], Object) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(Object[], int, int, Object) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(T[], T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches the specified array for the specified object using the binary search algorithm.
binarySearch(T[], int, int, T, Comparator<? super T>) - Static method in class java.util.Arrays
Searches a range of the specified array for the specified object using the binary search algorithm.
binarySearch(List<? extends Comparable<? super T>>, T) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
binarySearch(List<? extends T>, T, Comparator<? super T>) - Static method in class java.util.Collections
Searches the specified list for the specified object using the binary search algorithm.
bind(String, Object) - Static method in class com.is2t.nls.NLS
Bind the given message's substitution locations with the given string value.
bind(String, Object, Object) - Static method in class com.is2t.nls.NLS
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class com.is2t.nls.NLS
Bind the given message's substitution locations with the given string values.
bind(T, Class<T>, Feature) - Static method in class ej.kf.Kernel
Binds an Object owned by a Feature to another Feature.
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
Signals that an error occurred while attempting to bind a socket to a local address and port.
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.
bitCount() - Method in class java.math.BigInteger
Returns the number of bits in the two's complement representation of this BigInteger that differ from its sign bit.
BitFieldHelper - Class in ej.basictool
Helper to manage bit fields.
bitLength() - Method in class java.math.BigInteger
Returns the number of bits in the minimal two's-complement representation of this BigInteger, excluding a sign bit.
BitSet - Class in java.util
This class implements a vector of bits that grows as needed.
BitSet() - Constructor for class java.util.BitSet
Creates a new bit set.
BitSet(int) - Constructor for class java.util.BitSet
Creates a bit set whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BitsInput - Interface in ej.ecom.io
This interface defines methods for reading data bits.
BitsOutput - Interface in ej.ecom.io
This interface defines methods for writing data bits.
BLACK - Static variable in class ej.microui.display.Colors
Constant for black color.
blend(int, int, int) - Method in interface ej.microui.display.LLUIDisplay
Blends two colors applying a global alpha factor.
blendColors(int, int, float) - Static method in class ej.widget.util.color.GradientHelper
Computes the color resulting by blending two colors with a ratio.
BLUE - Static variable in class ej.microui.display.Colors
Constant for blue color.
BONDI - Static variable in class ej.library.ui.MicroEJColors
Bondi 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".
BooleanConstant - Class in com.is2t.microej.workbench.std.launch.ext.expr
Boolean true or false
BooleanConverter - Class in com.microej.kf.util
BooleanConverter() - Constructor for class com.microej.kf.util.BooleanConverter
 
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.
BORDER - Static variable in class ej.mwt.style.DefaultStyle
The border of the default style.
BorderHelper - Class in ej.mwt.style.outline.border
Provides utility methods to draw borders.
BOTTOM - Static variable in class ej.mwt.util.Alignment
Constant for positioning on the bottom.
BounceEaseInMotion - Class in ej.motion.bounce
Represents a bounce motion.
BounceEaseInMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseInMotion
Creates a ease in motion for a move from start to stop.
BounceEaseInOutMotion - Class in ej.motion.bounce
Represents a bounce ease in out motion: a bounce at startup and a bounce at the end.
BounceEaseInOutMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseInOutMotion
Creates a ease out motion for a move from start to stop.
BounceEaseOutMotion - Class in ej.motion.bounce
Represents a bounce motion: starts at a steady speed, then slows down to the stop instruction then go backward with the same effect with less initial speed then go forward and so on until it stops.
BounceEaseOutMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceEaseOutMotion
Creates a ease out motion for a move from start to stop.
BounceMotionManager - Class in ej.motion.bounce
Motion manager creating bounce motions.
BounceMotionManager() - Constructor for class ej.motion.bounce.BounceMotionManager
 
BRAILLE - Static variable in class ej.microui.display.FontIdentifiers
Constant for braille font identifier.
breakConnection() - Method in class com.cinterion.io.ATCommand
This function switches the module, when in CSD data call, back from transparent data mode to AT command mode.
BrokenConnection - Exception in com.is2t.hil
Exception thrown when the connection is broken.
BrokenConnection() - Constructor for exception com.is2t.hil.BrokenConnection
 
BrowseOption - Class in com.is2t.microej.workbench.std.launch.ext
Browse option
BrowseOption(ILabel, String, String, String, String[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.BrowseOption
Create an option with a text field and a browse button.
BsPatch - Class in com.microej.util
This utility class applies patches generated by bsdiff on files.
buf - Variable in class java.io.BufferedInputStream
The internal buffer array where the data is stored.
buf - Variable in class java.io.BufferedOutputStream
The internal buffer where data is stored.
buf - Variable in class java.io.ByteArrayInputStream
An array of bytes that was provided by the creator of the stream.
buf - Variable in class java.io.ByteArrayOutputStream
The buffer where data is stored.
buf - Variable in class java.io.CharArrayReader
The character buffer.
buf - Variable in class java.io.PushbackInputStream
The pushback buffer.
bufcolumn - Variable in class ej.jsonpath.parser.SimpleCharStream
 
buffer - Variable in class ej.jsonpath.parser.SimpleCharStream
 
buffer - Variable in class java.io.PipedInputStream
The circular buffer into which incoming data is placed.
Buffer - Class in java.nio
A container for data of a specific primitive type.
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.
BufferedImageLoader - Class in com.microej.tool.ui.generator
Default MicroUIRawImageGeneratorExtension which uses the J2SE API ImageIO.read(javax.imageio.stream.ImageInputStream) to read data from the input image.
BufferedImageLoader() - Constructor for class com.microej.tool.ui.generator.BufferedImageLoader
 
BufferedInputStream - Class in java.io
A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the input and to support the mark and reset methods.
BufferedInputStream(InputStream) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream and saves its argument, the input stream in, for later use.
BufferedInputStream(InputStream, int) - Constructor for class java.io.BufferedInputStream
Creates a BufferedInputStream with the specified buffer size, and saves its argument, the input stream in, for later use.
BufferedOutputStream - Class in java.io
The class implements a buffered output stream.
BufferedOutputStream(OutputStream) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream.
BufferedOutputStream(OutputStream, int) - Constructor for class java.io.BufferedOutputStream
Creates a new buffered output stream to write data to the specified underlying output stream with the specified buffer size.
BufferedReader - Class in java.io
Reads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines.
BufferedReader(Reader, int) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses an input buffer of the specified size.
BufferedReader(Reader) - Constructor for class java.io.BufferedReader
Creates a buffering character-input stream that uses a default-sized input buffer.
BufferedWriter - Class in java.io
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
BufferedWriter(Writer) - Constructor for class java.io.BufferedWriter
Creates a buffered character-output stream that uses a default-sized output buffer.
BufferedWriter(Writer, int) - Constructor for class java.io.BufferedWriter
Creates a new buffered character-output stream that uses an output buffer of the given size.
BufferOverflowException - Exception in java.nio
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
BufferOverflowException() - Constructor for exception java.nio.BufferOverflowException
Constructs an instance of this class.
BufferUnderflowException - Exception in java.nio
Unchecked exception thrown when a relative get operation reaches the target buffer's limit.
BufferUnderflowException() - Constructor for exception java.nio.BufferUnderflowException
Constructs an instance of this class.
bufline - Variable in class ej.jsonpath.parser.SimpleCharStream
 
bufpos - Variable in class ej.jsonpath.parser.SimpleCharStream
Position in buffer.
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.
build() - Method in class ej.net.util.ssl.SslContextBuilder
Creates an SSL context using the populated trust store and an empty key store.
build(String) - Method in class ej.net.util.ssl.SslContextBuilder
Creates an SSL context using the populated trust store and an the populated key store, using the given key store password.
BUILDER - Static variable in class ej.storage.util.StorageMessage
Wadapps common message builder.
BUILDER - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Wadapps common message builder.
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.
buildEvent(String, int) - Static method in class ej.microui.event.LLUIInput
Constructs and returns an event.
buildEvent(int, int) - Static method in class ej.microui.event.LLUIInput
Constructs and returns an event.
buildEvent(int) - Method in class ej.mwt.event.DesktopEventGenerator
Builds an event for the given action.
buildJSONArrayFromArray(Object) - Static method in class org.json.me.JSONObject.Util
 
buildMessage(char, String, int) - Method in class ej.util.message.basic.BasicMessageBuilder
 
buildMessage(char, String, int, Object...) - Method in class ej.util.message.basic.BasicMessageBuilder
 
buildMessage(char, String, int, Throwable) - Method in class ej.util.message.basic.BasicMessageBuilder
 
buildMessage(char, String, int, Throwable, Object...) - Method in class ej.util.message.basic.BasicMessageBuilder
 
buildMessage(char, String, int) - Method in interface ej.util.message.MessageBuilder
Builds a message.
buildMessage(char, String, int, Throwable) - Method in interface ej.util.message.MessageBuilder
Builds a message with a throwable.
buildMessage(char, String, int, Object...) - Method in interface ej.util.message.MessageBuilder
Builds a message with arguments.
buildMessage(char, String, int, Throwable, Object...) - Method in interface ej.util.message.MessageBuilder
Builds a message with a throwable and arguments.
Button - Class in ej.fp.widget
Basic widget to simulate a button with two states: pressed and released.
Button() - Constructor for class ej.fp.widget.Button
 
Button - Class in ej.widget.basic
A button is a widget that displays a text and reacts to click events.
Button() - Constructor for class ej.widget.basic.Button
Creates a button with an empty text.
Button(String) - Constructor for class ej.widget.basic.Button
Creates a button with the given text to display.
Button.ButtonListener - Interface in ej.fp.widget
Interface that handle button events.
Button.ButtonListenerToButtonEvents - Class in ej.fp.widget
Default implementation of Button.ButtonListener.
ButtonBrowse - Class in com.is2t.microej.workbench.std.launch.ext
Add or modify an item entry in ListOption from a browse dialog (file or directory).
ButtonBrowse(int, String, String[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ButtonBrowse
 
ButtonInputText - Class in com.is2t.microej.workbench.std.launch.ext
Add or modify an item entry in ListOption from a text dialog.
ButtonInputText(int, String, String, IInputValidator) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ButtonInputText
 
ButtonListenerToButtonEvents() - Constructor for class ej.fp.widget.Button.ButtonListenerToButtonEvents
 
ButtonRemove - Class in com.is2t.microej.workbench.std.launch.ext
Remove one or more item entries in ListOption.
ButtonRemove() - Constructor for class com.is2t.microej.workbench.std.launch.ext.ButtonRemove
 
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.
ButtonUpDown - Class in com.is2t.microej.workbench.std.launch.ext
Move current selection of a ListOption up or down
ButtonUpDown(boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ButtonUpDown
 
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.
ByteBuffer - Class in java.nio
a byte buffer.
ByteConverter - Class in com.microej.kf.util
ByteConverter() - Constructor for class com.microej.kf.util.ByteConverter
 
ByteOrder - Class in java.nio
A typesafe enumeration for byte orders.
bytes(String) - Method in class ej.rest.web.Resty
Get the resource specified by the uri and return a binary resource for it.
bytes(URI) - Method in class ej.rest.web.Resty
Get the resource specified by the uri and return a binary resource for it.
bytes(String, AbstractContent) - Method in class ej.rest.web.Resty
POST to the URI and get the resource as binary resource.
bytes(URI, AbstractContent) - Method in class ej.rest.web.Resty
POST to the URI and get the resource as binary resource.
bytesTransferred - Variable in exception java.io.InterruptedIOException
Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.
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.

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.
CAList - Class in com.cinterion.ssl
SSL certificate authority information for conversion and storage.
CAList(byte[]...) - Constructor for class com.cinterion.ssl.CAList
Instantiates an SSL certificate authority list.
call() - Method in interface java.util.concurrent.Callable
Computes a result, or throws an exception if unable to do so.
Callable<V> - Interface in java.util.concurrent
A task that returns a result and may throw an exception.
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.EventCommand
The "cancel" command constant.
CANCEL - Static variable in class ej.microui.event.generator.Command
Constant for "cancel" command.
cancel() - Method in class ej.motion.util.MotionAnimator
Cancels the animation.
cancel() - Method in interface ej.motion.util.MotionListener
The motion is cancelled.
cancel() - Method in class ej.motion.util.MotionListenerAdapter
 
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancelCommand() - Method in class com.cinterion.io.ATCommand
Cancel a running AT command.
CancellationException - Exception in java.util.concurrent
Exception indicating that the result of a value-producing task, cannot be retrieved because the task was cancelled.
CancellationException() - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with no detail message.
CancellationException(String) - Constructor for exception java.util.concurrent.CancellationException
Constructs a CancellationException with the specified detail message.
canExecute() - Method in class java.io.File
Tests whether the application can execute the file denoted by this abstract pathname.
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.
canonicalID(String) - Static method in class sun.net.www.MessageHeader
Convert a message-id string to canonical form (strips off leading and trailing <>s)
canRead(Image) - Method in class com.microej.tool.ui.generator.BufferedImageLoader
 
canRead(Image) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Tells if the extension is able to read the given image.
canRead() - Method in class java.io.File
Tests whether the application can read the file denoted by this abstract pathname.
canUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstaller
Checks if we can uninstall the given application.
Canvas - Class in ej.widget.container
Lays out any number of children freely.
Canvas() - Constructor for class ej.widget.container.Canvas
Creates a canvas.
canWrite() - Method in class java.io.File
Tests whether the application can modify the file denoted by this abstract pathname.
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.nio.Buffer
Returns this buffer's capacity.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
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.
CATEGORY - Static variable in class com.microej.kf.util.message.KfUtilMessage
KF utilities message category.
CATEGORY - Static variable in class ej.storage.util.StorageMessage
Wadapps common message category.
CATEGORY - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Wadapps common message category.
CATEGORY - Static variable in class ej.wadapps.multisandbox.util.WadappsMultiSandboxMessage
Wadapps multisandbox message category.
CategoryPage - Class in com.is2t.microej.workbench.std.launch.ext
A category page is a page of options.
CategoryPage(CategoryPage[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.CategoryPage
Constructor for root category page
CategoryPage(String, Group) - Constructor for class com.is2t.microej.workbench.std.launch.ext.CategoryPage
 
CategoryPage(String, CategoryPage[], Group) - Constructor for class com.is2t.microej.workbench.std.launch.ext.CategoryPage
 
cbrt(double) - Static method in class java.lang.Math
Returns the cube root of a double value.
CDL - Class in ej.rest.json
This provides static methods to convert comma delimited text into a JSONArray, and to covert a JSONArray into comma delimited text.
CDL() - Constructor for class ej.rest.json.CDL
 
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.
ceiling(E) - Method in interface java.util.NavigableSet
Returns the least element in this set greater than or equal to the given element, or null if there is no such element.
ceiling(E) - Method in class java.util.TreeSet
 
ceilingEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key greater than or equal to the given key, or null if there is no such key.
ceilingEntry(K) - Method in class java.util.TreeMap
 
ceilingKey(K) - Method in interface java.util.NavigableMap
Returns the least key greater than or equal to the given key, or null if there is no such key.
ceilingKey(K) - Method in class java.util.TreeMap
 
Certificate - Class in com.cinterion.ssl
SSL client certificate information for conversion and storage.
Certificate(byte[], byte[], String) - Constructor for class com.cinterion.ssl.Certificate
Instantiates an SSL client certificate.
Certificate - Class in java.security.cert
Abstract class for managing a variety of identity certificates.
Certificate(String) - Constructor for class java.security.cert.Certificate
Creates a certificate of the specified type.
CertificateEncodingException - Exception in java.security.cert
Certificate Encoding Exception.
CertificateEncodingException() - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with no detail message.
CertificateEncodingException(String) - Constructor for exception java.security.cert.CertificateEncodingException
Constructs a CertificateEncodingException with the specified detail message.
CertificateEncodingException(String, Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified detail message and cause.
CertificateEncodingException(Throwable) - Constructor for exception java.security.cert.CertificateEncodingException
Creates a CertificateEncodingException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
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
This class defines the functionality of a certificate factory, which is used to generate certificate, certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactory() - Constructor for class java.security.cert.CertificateFactory
 
CertificateFactorySpi - Class in java.security.cert
This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
CertificateFactorySpi() - Constructor for class java.security.cert.CertificateFactorySpi
 
CertificatesHelper - Class in ej.net.util.ssl
Manages the certificates of the device.
CHAM - Static variable in class ej.microui.display.FontIdentifiers
Constant for cham font identifier.
changeChildIndex(Widget, int) - Method in class ej.mwt.Container
Changes the position of the specified widget in the list of children of this container.
changeChildIndex(Widget, int) - Method in class ej.widget.container.Canvas
 
changeChildIndex(Widget, int) - Method in class ej.widget.container.OverlapContainer
 
changed() - Method in interface com.is2t.microej.workbench.std.launch.ext.OptionChangedListener
 
changePinCode(String) - Method in class ej.ecom.mobile.MobileManager
Changes an existing PIN code to a new PIN code.
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.
CharacterConverter - Class in com.microej.kf.util
CharacterConverter() - Constructor for class com.microej.kf.util.CharacterConverter
 
CharArrayReader - Class in java.io
This class implements a character buffer that can be used as a character-input stream.
CharArrayReader(char[]) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
CharArrayReader(char[], int, int) - Constructor for class java.io.CharArrayReader
Creates a CharArrayReader from the specified array of chars.
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.
charAt(int) - Method in class java.nio.CharBuffer
Reads the character at the given index relative to the current position.
CharBuffer - Class in java.nio
a char buffer.
CharSequence - Interface in java.lang
A CharSequence is a readable sequence of char values.
CharStream - Interface in ej.jsonpath.parser
This interface describes a character stream that maintains line and column number positions of the characters.
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.
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).
CheckBoxOption - Class in com.is2t.microej.workbench.std.launch.ext
Checkbox option
CheckBoxOption(ILabel, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.CheckBoxOption
Create an option based on a checkbox.
CheckBoxSelected - Class in com.is2t.microej.workbench.std.launch.ext.expr
CheckBoxOption selection state
CheckBoxSelected(CheckBoxOption) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.CheckBoxSelected
 
checkConnect(SecurityManager, String, int) - Static method in class sun.net.www.http.HttpClient
 
checkError() - Method in class java.io.PrintStream
Flushes the stream and checks its error state.
checkError() - Method in class java.io.PrintWriter
Flushes the stream if it's not closed and checks its error state.
checkError() - Method in class sun.net.www.http.ChunkedOutputStream
 
CheckHelperTestListener - Class in ej.junit
 
CheckHelperTestListener() - Constructor for class ej.junit.CheckHelperTestListener
 
checkHorizontalAlignment(int) - Static method in class ej.mwt.util.Alignment
Checks whether the given value represents a valid horizontal alignment.
checkID(String) - Static method in class ej.storage.util.StorageHelper
Checks that a storage ID is valid.
checkOffset(long) - Static method in class ej.storage.util.StorageHelper
Checks that an offset is valid.
checkPermission(Permission, Feature) - Method in interface com.microej.kf.util.security.FeaturePermissionCheckDelegate
Called by KernelSecurityManager when the current thread context requesting for a Permission check is owned by a Feature.
checkPermission(Permission) - Method in class com.microej.kf.util.security.KernelSecurityManager
 
checkPermission(Permission, Feature) - Method in class com.microej.kf.util.security.LoggingPermissionCheckDelegate
 
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).
checkVersion(String, String) - Method in class ej.fp.FrontPanel
Checks if given version is compatible with the compatibilityVersion.
checkVerticalAlignment(int) - Static method in class ej.mwt.util.Alignment
Checks whether the given value represents a valid vertical alignment.
CHEROKEE - Static variable in class ej.microui.display.FontIdentifiers
Constant for cherokee font identifier.
CHICK - Static variable in class ej.library.ui.MicroEJColors
Chick color.
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.
children - Variable in class ej.jsonpath.parser.SimpleNode
 
chunked(String, InputStream) - Static method in class ej.rest.web.Resty
Create chunked data
chunked(String, InputStream, int) - Static method in class ej.rest.web.Resty
Create chunked data
ChunkedContent - Class in ej.rest.web
Represents a chunked, streaming content.
ChunkedContent(String, InputStream, int) - Constructor for class ej.rest.web.ChunkedContent
Instantiates a new chunked content.
ChunkedInputStream - Class in ej.rcommand.impl
A chunked input stream is made of chunk of data with the following format: n byte count (int), n bytes of data.
ChunkedInputStream(DataInputStream) - Constructor for class ej.rcommand.impl.ChunkedInputStream
 
ChunkedInputStream - Class in sun.net.www.http
A ChunkedInputStream provides a stream for reading a body of a http message that can be sent as a series of chunks, each with its own size indicator.
ChunkedInputStream(InputStream, HttpClient, MessageHeader) - Constructor for class sun.net.www.http.ChunkedInputStream
Creates a ChunkedInputStream and saves its arguments, for later use.
ChunkedOutputStream - Class in sun.net.www.http
OutputStream that sends the output to the underlying stream using chunked encoding as specified in RFC 2068.
ChunkedOutputStream(PrintStream) - Constructor for class sun.net.www.http.ChunkedOutputStream
 
ChunkedOutputStream(PrintStream, int) - Constructor for class sun.net.www.http.ChunkedOutputStream
 
chunkLength - Variable in class java.net.HttpURLConnection
The chunk-length when using chunked encoding streaming mode for output.
Cipher - Class in javax.crypto
This class provides the functionality of a cryptographic cipher for encryption and decryption.
CircEaseInMotion - Class in ej.motion.circ
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
CircEaseInMotion(int, int, long) - Constructor for class ej.motion.circ.CircEaseInMotion
Creates a ease in motion for a move from start to stop.
CircEaseInOutMotion - Class in ej.motion.circ
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
CircEaseInOutMotion(int, int, long) - Constructor for class ej.motion.circ.CircEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
CircEaseOutMotion - Class in ej.motion.circ
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
CircEaseOutMotion(int, int, long) - Constructor for class ej.motion.circ.CircEaseOutMotion
Creates a ease out motion for a move from start to stop.
CircMotionManager - Class in ej.motion.circ
Motion manager creating ease in motions.
CircMotionManager() - Constructor for class ej.motion.circ.CircMotionManager
 
Class<T> - Class in java.lang
Instances of the class Class represent classes and interfaces in a running Java application.
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() - Method in class com.microej.kf.util.KFList
 
clear() - Method in class com.microej.kf.util.KFList2
 
clear() - Method in class ej.basictool.map.AbstractPackedMap
Removes all of the mappings from this map.
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.nio.Buffer
Clears this buffer.
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.AbstractQueue
Removes all of the elements from this queue.
clear() - Method in class java.util.ArrayDeque
Removes all of the elements from this deque.
clear() - Method in class java.util.ArrayList
Removes all of the elements from this list.
clear(int) - Method in class java.util.BitSet
Sets the bit specified by the index to false.
clear(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to false.
clear() - Method in class java.util.BitSet
Sets all of the bits in this BitSet to false.
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.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
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.TreeMap
Removes all of the mappings from this map.
clear() - Method in class java.util.TreeSet
Removes all of the elements from this set.
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.
clearBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit cleared.
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.
clearCloseOnGC(long, long) - Static method in class ej.sni.NativeResource
Cancels an automatic close configuration done previously with NativeResource.closeOnGC(long, long, Object).
clearError() - Method in class java.io.PrintStream
Clears the internal error state of this stream.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearListener() - Method in class com.cinterion.io.InPort
Removes all listener objects which have been previously added to this input port.
clearNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
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.EventCommand
The "clockwise" command constant.
CLOCKWISE - Static variable in class ej.microui.event.generator.Command
Constant for "clockwise" command.
clone(T, Feature) - Static method in class com.microej.kf.util.KernelSupport
 
clone() - Method in class ej.basictool.map.AbstractPackedMap
Returns a shallow copy of this map instance: the keys and values themselves are not cloned.
clone() - Method in class ej.basictool.map.IdentityPackedMap
 
clone() - Method in class ej.basictool.map.PackedMap
 
clone() - Method in class ej.basictool.map.WeakIdentityPackedMap
 
clone() - Method in class ej.basictool.map.WeakPackedMap
 
clone(T, Module) - Static method in class ej.kf.Kernel
Creates and returns a copy of the given object, so that the newly created object is owned by the given Module.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.security.MessageDigest
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.MessageDigestSpi
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.Signature
Returns a clone if the implementation is cloneable.
clone() - Method in class java.security.SignatureSpi
Returns a clone if the implementation is cloneable.
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.ArrayDeque
Returns a copy of this deque.
clone() - Method in class java.util.ArrayList
Returns a shallow copy of this ArrayList instance.
clone() - Method in class java.util.BitSet
Cloning this BitSet produces a new BitSet that is equal to it.
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.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.Hashtable
Creates a shallow copy of this hashtable.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
clone() - Method in class java.util.TimeZone
Creates a copy of this TimeZone.
clone() - Method in class java.util.TreeMap
Returns a shallow copy of this TreeMap instance.
clone() - Method in class java.util.TreeSet
Returns a shallow copy of this TreeSet instance.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
clone() - Method in class javax.crypto.Mac
Returns a clone if the provider implementation is cloneable.
clone() - Method in class sun.net.ProgressSource
 
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
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
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 com.cinterion.mqtt.MqttClient
Destroys an MQTT context.
close() - Method in class com.microej.CompressedFileInputStream
 
close() - Method in class com.microej.kf.util.InputStreamProxy
 
close() - Method in class ej.bon.ResourceBuffer
Closes this resource and releases any system resources associated with the resource.
close() - Method in interface ej.ecom.io.Connection
Close the connection.
close() - Method in class ej.microui.display.ResourceImage
Closes this image and its associated resources.
close() - Method in class ej.rcommand.impl.ChunkedInputStream
 
close() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
close() - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
close() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
close() - Method in interface ej.rcommand.RemoteConnection
Closes the connection.
close() - Method in class ej.util.logging.handler.DefaultHandler
 
close() - Method in class java.io.BufferedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.BufferedReader
 
close() - Method in class java.io.BufferedWriter
 
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 class java.io.CharArrayReader
Closes the stream and releases any system resources associated with it.
close() - Method in interface java.io.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in class java.io.FileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class java.io.FileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
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.PipedInputStream
Closes this piped input stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedOutputStream
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PipedReader
Closes this piped stream and releases any system resources associated with the stream.
close() - Method in class java.io.PipedWriter
Closes this piped output stream and releases any system resources associated with this stream.
close() - Method in class java.io.PrintStream
Closes the stream.
close() - Method in class java.io.PrintWriter
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.PushbackInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.RandomAccessFile
Closes this random access file stream and releases any system resources associated with 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.SequenceInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.StringReader
Closes the stream and releases any system resources associated with it.
close() - Method in class java.io.StringWriter
Closing a StringWriter has no effect.
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).
close() - Method in class sun.net.ProgressSource
Close progress source.
close() - Method in class sun.net.www.http.ChunkedInputStream
Close the stream by either returning the connection to the keep alive cache or closing the underlying stream.
close() - Method in class sun.net.www.http.ChunkedOutputStream
 
close() - Method in class sun.net.www.http.PosterOutputStream
After close() has been called, it is no longer possible to write to this stream.
CLOSE_ARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Closeable - Interface in java.io
A Closeable is a source or destination of data that can be closed.
closeIdleConnection() - Method in class sun.net.www.http.HttpClient
 
closeManager() - Method in class ej.gnss.GnssManager
Close the manager instance.
closeNodeScope(Node, int) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
closeNodeScope(Node, boolean) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
closeOnGC(long, long, Object) - Static method in class ej.sni.NativeResource
Registers the given native resource to be closed automatically when the given object is garbage collected.
closeServer() - Method in class sun.net.NetworkClient
Close an open connection to the server.
closeServer() - Method in class sun.net.www.http.HttpClient
 
CNAME - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Collection<E> - Interface in java.util
The root interface in the collection hierarchy.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
COLOR - Static variable in class ej.mwt.style.DefaultStyle
The color of the default style.
ColorHelper - Class in ej.widget.util.color
Color utilities.
Colors - Class in ej.microui.display
The interface Colors provides useful constants to handle RGB colors format.
column - Variable in class ej.jsonpath.parser.SimpleCharStream
 
com.cinterion.io - package com.cinterion.io
IO related utility classes for accessing the functionality of a wireless module.
com.cinterion.mqtt - package com.cinterion.mqtt
Contains classes related to MQTT(S) features.
com.cinterion.ssl - package com.cinterion.ssl
Contains classes related to Network Security storage features.
com.cinterion.update - package com.cinterion.update
Contains classes related to SafeUpdate features.
com.is2t.hil - package com.is2t.hil
 
com.is2t.microej.workbench.extension - package com.is2t.microej.workbench.extension
 
com.is2t.microej.workbench.std.launch.ext - package com.is2t.microej.workbench.std.launch.ext
 
com.is2t.microej.workbench.std.launch.ext.expr - package com.is2t.microej.workbench.std.launch.ext.expr
 
com.is2t.microej.workbench.std.launch.ext.validator - package com.is2t.microej.workbench.std.launch.ext.validator
 
com.is2t.nls - package com.is2t.nls
 
com.microej - package com.microej
 
com.microej.http.util - package com.microej.http.util
Utilitary classes for http handling.
com.microej.kf.util - package com.microej.kf.util
 
com.microej.kf.util.message - package com.microej.kf.util.message
 
com.microej.kf.util.security - package com.microej.kf.util.security
 
com.microej.nls - package com.microej.nls
An implementation of NLS.
com.microej.tool.ui.generator - package com.microej.tool.ui.generator
 
com.microej.util - package com.microej.util
 
com.microej.wadapps.rcommand - package com.microej.wadapps.rcommand
 
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.
ComboMatchingIndexes - Class in com.is2t.microej.workbench.std.launch.ext.expr
ComboOption selection state
ComboMatchingIndexes(ComboOption, int[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.ComboMatchingIndexes
 
ComboOption - Class in com.is2t.microej.workbench.std.launch.ext
Combo option
ComboOption(ILabel, String, String[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ComboOption
Create an option based on a combo box.
ComboOption(ILabel, String, String[], String[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ComboOption
Create an option based on a combo box.
Command - Class in ej.microui.event.generator
Command is an event generator that generates application-level events.
Command() - Constructor for class ej.microui.event.generator.Command
Creates a new command event generator.
Command<T> - Class in ej.rcommand.synchronous
 
Command() - Constructor for class ej.rcommand.synchronous.Command
 
CommandConstants - Interface in com.microej.wadapps.rcommand
Constants used for commands
CommandReader - Interface in ej.rcommand
 
commandReceived(CommandReader, CommandSender, String) - Method in interface ej.rcommand.RemoteCommandListener
May be called concurrently by several threads.
commandReceived(CommandReader, CommandSender, String) - Method in class ej.rcommand.synchronous.EndpointListener
 
CommandSender - Interface in ej.rcommand
 
CommandSenderProvider - Interface in ej.rcommand
Provides a list of active connections.
commandSenderProvider - Variable in class ej.rcommand.impl.AbstractRemoteService
Null until this service is initialized.
CommConnection - Interface in ej.ecom.io
This interface defines a Connection to a logical serial port, which is a StreamConnection.
COMMON - Static variable in class ej.microui.display.FontIdentifiers
Constant for common font identifier.
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.microui.event.EventButton
Usual MicroUI Buttons generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.microui.event.EventCommand
Usual MicroUI Command generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.microui.event.EventPointer
Usual MicroUI Pointer generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.microui.event.EventState
Usual MicroUI States generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.microui.event.EventTouch
Usual MicroUI Touch generator tag used in platform configuration project (microui.xml).
CommPort - Interface in ej.ecom.io
This interface defines a logical serial port, on which a CommConnection can be open.
compact() - Method in class java.nio.ByteBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.CharBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.DoubleBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.FloatBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.IntBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.LongBuffer
Compacts this buffer  (optional operation).
compact() - Method in class java.nio.ShortBuffer
Compacts this buffer  (optional operation).
Comparable<T> - Interface in java.lang
This interface imposes a total ordering on the objects of each class that implements it.
Comparator<T> - Interface in java.util
A comparison function, which imposes a total ordering on some collection of objects.
comparator() - Method in interface java.util.SortedMap
Returns the comparator used to order the keys in this map, or null if this map uses the natural ordering of its keys.
comparator() - Method in interface java.util.SortedSet
Returns the comparator used to order the elements in this set, or null if this set uses the natural ordering of its elements.
comparator() - Method in class java.util.TreeMap
 
comparator() - Method in class java.util.TreeSet
 
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.
compare(T, T, Comparator<? super T>) - Static method in class java.util.Objects
Returns 0 if the arguments are identical and c.compare(a, b) otherwise.
compareTo(File) - Method in class java.io.File
Compares two abstract pathnames lexicographically.
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(BigInteger) - Method in class java.math.BigInteger
Compares this BigInteger with the specified BigInteger.
compareTo(URI) - Method in class java.net.URI
Compares this URI to another object, which must be a URI.
compareTo(ByteBuffer) - Method in class java.nio.ByteBuffer
Compares this buffer to another.
compareTo(CharBuffer) - Method in class java.nio.CharBuffer
Compares this buffer to another.
compareTo(DoubleBuffer) - Method in class java.nio.DoubleBuffer
Compares this buffer to another.
compareTo(FloatBuffer) - Method in class java.nio.FloatBuffer
Compares this buffer to another.
compareTo(IntBuffer) - Method in class java.nio.IntBuffer
Compares this buffer to another.
compareTo(LongBuffer) - Method in class java.nio.LongBuffer
Compares this buffer to another.
compareTo(ShortBuffer) - Method in class java.nio.ShortBuffer
Compares this buffer to another.
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.
ComparisonCriteria - Class in org.junit.internal
Defines criteria for finding two items "equal enough".
ComparisonCriteria() - Constructor for class org.junit.internal.ComparisonCriteria
 
ComparisonFailure - Error in org.junit
Thrown when an assertEquals(String, String) fails.
ComparisonFailure(String, String, String) - Constructor for error org.junit.ComparisonFailure
Constructs a comparison failure.
complete() - Method in class java.util.Calendar
Fills in any unset fields in the calendar fields.
Composite - Class in ej.fp
A composite is a widget that can contain other Widget instances, following the composite pattern.
Composite() - Constructor for class ej.fp.Composite
Creates a new composite.
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.
CompressedFileInputStream - Class in com.microej
This class implements a stream filter for data compressed using zlib.
CompressedFileInputStream(String) - Constructor for class com.microej.CompressedFileInputStream
Opens a compressed file from its path name.
CompressedFileInputStream(File) - Constructor for class com.microej.CompressedFileInputStream
Opens a compressed file.
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.
computeContentOptimalSize(Size) - Method in class ej.widget.basic.ImageWidget
 
computeContentOptimalSize(Size) - Method in class ej.widget.basic.Label
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.Canvas
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.Dock
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.Flow
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.Grid
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.List
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.OverlapContainer
 
computeContentOptimalSize(Size) - Method in class ej.widget.container.SimpleDock
 
computeCurrentValue(long) - Method in class ej.motion.AbstractMotion
Computes current value.
computeCurrentValue(long) - Method in class ej.motion.back.BackEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.back.BackEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.back.BackEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.bounce.BounceEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.bounce.BounceEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.bounce.BounceEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.circ.CircEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.circ.CircEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.circ.CircEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.cubic.CubicEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.cubic.CubicEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.cubic.CubicEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.elastic.ElasticEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.elastic.ElasticEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.elastic.ElasticEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.expo.ExpoEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.expo.ExpoEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.expo.ExpoEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.linear.LinearMotion
 
computeCurrentValue(long) - Method in class ej.motion.quad.QuadEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.quad.QuadEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.quad.QuadEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.quart.QuartEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.quart.QuartEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.quart.QuartEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.quint.QuintEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.quint.QuintEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.quint.QuintEaseOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.sine.SineEaseInMotion
 
computeCurrentValue(long) - Method in class ej.motion.sine.SineEaseInOutMotion
 
computeCurrentValue(long) - Method in class ej.motion.sine.SineEaseOutMotion
 
computeExpectedStop(int, float, long) - Static method in class ej.motion.util.TossHelper
Computes the expected stop considering the start value and the initial speed.
computeFields() - Method in class java.util.Calendar
Converts the current millisecond time value Calendar.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
 
computeOptimalSize(Image, Size) - Static method in class ej.widget.util.render.ImagePainter
Computes the optimal size of an image.
computeOptimalSize(String, Font, Size) - Static method in class ej.widget.util.render.StringPainter
Computes the optimal size of a string.
computeStop(int, int[], float, long) - Static method in class ej.motion.util.TossHelper
Chooses the nearest step as stop.
computeTime() - Method in class java.util.Calendar
Converts the current calendar field values in fields[] to the millisecond time value Calendar.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.
CONCRETE - Static variable in class ej.library.ui.MicroEJColors
Concrete color.
CONCRETE_BLACK_25 - Static variable in class ej.library.ui.MicroEJColors
Concrete + Black 25% color.
CONCRETE_BLACK_50 - Static variable in class ej.library.ui.MicroEJColors
Concrete + Black 50% color.
CONCRETE_BLACK_75 - Static variable in class ej.library.ui.MicroEJColors
Concrete + Black 75% color.
CONCRETE_WHITE_25 - Static variable in class ej.library.ui.MicroEJColors
Concrete + White 25% color.
CONCRETE_WHITE_50 - Static variable in class ej.library.ui.MicroEJColors
Concrete + White 50% color.
CONCRETE_WHITE_75 - Static variable in class ej.library.ui.MicroEJColors
Concrete + White 75% color.
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 ej.util.message.Level
Config.
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.
configureClip(boolean) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Enables or disables the graphics context clip.
CONNChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the state of a data connection.
connect(MqttConfig) - Method in class com.cinterion.mqtt.MqttClient
Connects to an MQTT broker.
connect(PipedOutputStream) - Method in class java.io.PipedInputStream
Causes this piped input stream to be connected to the piped output stream src.
connect(PipedInputStream) - Method in class java.io.PipedOutputStream
Connects this piped output stream to a receiver.
connect(PipedWriter) - Method in class java.io.PipedReader
Causes this piped reader to be connected to the piped writer src.
connect(PipedReader) - Method in class java.io.PipedWriter
Connects this piped writer to a receiver.
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.
connect() - Method in class java.net.URLConnection
Opens a communications link to the resource referenced by this URL, if such a connection has not already been established.
connect() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
connect() - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
Implements the HTTP protocol handler's "connect" method, establishing an SSL connection to the server as necessary.
connect() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Implements the HTTP protocol handler's "connect" method, establishing an SSL connection to the server as necessary.
CONNECT_SUCCEEDED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
MQTT connect succeeded.
Connectable - Interface in ej.ecom
Common interface for a class that is able to open a Connection from it.
connected - Variable in class java.net.URLConnection
If false, this connection object has not created a communications link to the specified URL.
connected() - Method in class sun.net.ProgressSource
 
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.
Connection - Interface in ej.ecom.io
This interface defines an open Connection.
ConnectionFactory - Interface in ej.ecom.io
This interface defines the API for Connection factories.
ConnectionNotFoundException - Exception in ej.ecom.io
This exception is thrown when a connection protocol is unknown.
ConnectionNotFoundException() - Constructor for exception ej.ecom.io.ConnectionNotFoundException
Create a new ConnectionNotFoundException
ConnectionNotFoundException(String) - Constructor for exception ej.ecom.io.ConnectionNotFoundException
Create a new ConnectionNotFoundException with a message
ConnectionPermission - Class in ej.ecom.io
This class represents access Permission to open a Connection.
ConnectionPermission(String) - Constructor for class ej.ecom.io.ConnectionPermission
 
ConnectivityListener - Interface in ej.rcommand.connectivity
Listener for the connection state with the client.
ConnectivityListenerProxy - Class in ej.rcommand.connectivity
 
ConnectivityListenerProxy() - Constructor for class ej.rcommand.connectivity.ConnectivityListenerProxy
 
ConnectivityManager - Interface in ej.rcommand.connectivity
Class that answers queries about the connectivity of the console with a client.
ConnectivityManagerProxy - Class in ej.rcommand.connectivity
 
ConnectivityManagerProxy() - Constructor for class ej.rcommand.connectivity.ConnectivityManagerProxy
 
Connector - Class in ej.ecom.io
This class defines methods for opening a Connection from an URL.
connectTimeout - Variable in class sun.net.NetworkClient
 
Constant - Class in com.is2t.microej.workbench.std.launch.ext.expr
Root class of constant reification.
Constant() - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.Constant
 
Constants - Class in ej.bon
This class provides access to compile-time 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 new container.
Its bounds will be set to 0.
contains(Object) - Method in class com.microej.kf.util.KFList
 
contains(Object) - Method in class com.microej.kf.util.KFList2
 
contains(T[], T) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
contains(int[], int) - 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, 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(Feature) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Gets whether a feature is manager by the application manager or not.
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.ArrayDeque
Returns true if this deque 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 interface java.util.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class java.util.HashSet
Returns true if this set 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 class java.util.LinkedList
Returns true if this list contains the specified element.
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.TreeSet
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 com.microej.kf.util.AbstractKFList
 
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 ej.basictool.map.AbstractPackedMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
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.TreeMap
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.
containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
Returns true if this map contains a mapping for the specified key.
containsUnwrappedKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
containsValue(Object) - Method in class ej.basictool.map.AbstractPackedMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
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.TreeMap
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.
Content - Class in ej.rest.web
Class to encapsulate content being sent as payload of a POST or PUT request.
Content(String, byte[]) - Constructor for class ej.rest.web.Content
Create a new content object with given mime type and the content as bytes.
content - Variable in class ej.rest.web.Content
 
content(JSONObject) - Static method in class ej.rest.web.Resty
Create a content object from a JSON object.
content(JSONArray) - Static method in class ej.rest.web.Resty
Create a content object from a JSON array.
content(String) - Static method in class ej.rest.web.Resty
Create a content object from plain text.
content(byte[]) - Static method in class ej.rest.web.Resty
Create a content object from a byte array.
ContentConnection - Interface in ej.ecom.io
 
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.
ContentHandler - Class in java.net
The abstract class ContentHandler is the superclass of all classes that read an Object from a URLConnection.
ContentHandler() - Constructor for class java.net.ContentHandler
 
ContentHandlerFactory - Interface in java.net
This interface defines a factory for content handlers.
CONTRAST_MAX - Static variable in interface ej.microui.display.LLUIDisplayImpl
Maximal value of contrast according MicroUI specification.
CONTRAST_MIN - Static variable in interface ej.microui.display.LLUIDisplayImpl
Minimal value of contrast according MicroUI specification.
convert(Boolean, Feature) - Method in class com.microej.kf.util.BooleanConverter
 
convert(Byte, Feature) - Method in class com.microej.kf.util.ByteConverter
 
convert(Character, Feature) - Method in class com.microej.kf.util.CharacterConverter
 
convert(Date, Feature) - Method in class com.microej.kf.util.DateConverter
 
convert(Double, Feature) - Method in class com.microej.kf.util.DoubleConverter
 
convert(Float, Feature) - Method in class com.microej.kf.util.FloatConverter
 
convert(InputStream, Feature) - Method in class com.microej.kf.util.InputStreamConverter
 
convert(Integer, Feature) - Method in class com.microej.kf.util.IntegerConverter
 
convert(IProgressMonitor, Feature) - Method in class com.microej.kf.util.IProgressMonitorConverter
 
convert(List<E>, Feature) - Method in class com.microej.kf.util.ListConverter
 
convert(Long, Feature) - Method in class com.microej.kf.util.LongConverter
 
convert(Map<K, V>, Feature) - Method in class com.microej.kf.util.MapConverter
 
convert(Short, Feature) - Method in class com.microej.kf.util.ShortConverter
 
convert(String, Feature) - Method in class com.microej.kf.util.StringConverter
 
convert(T, Feature) - Method in interface ej.kf.Converter
Converts an object owned by a Feature to another Feature.
convert(long, TimeUnit) - Method in enum java.util.concurrent.TimeUnit
Convert the given time duration in the given unit to this unit.
convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convertAndStore(Certificate, String) - Static method in class com.cinterion.ssl.SslStorage
Converts certificates from .PEM to binary format and stores them in nonvolatile memory in encrypted form.
convertAndStore(CAList, String) - Static method in class com.cinterion.ssl.SslStorage
Converts CA lists from .PEM to binary format and stores them in nonvolatile memory in encrypted form.
convertARGBColorToColorToDraw(int) - Method in interface ej.microui.display.LLUIDisplay
Converts the given MicroUI color (format 0xAARRGGBB) in a truncated color (same format: 0xAARRGGBB).
convertARGBColorToDisplayColor(int) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Called only when converting an image in same format than LCD format (image output format is "DISPLAY") and when this LCD format is not standard (like RGB565 or ARGB8888 for instance).
convertARGBColorToDisplayColor(int) - Method in class ej.fp.widget.Display
 
convertARGBColorToDisplayColor(Display, int) - Method in interface ej.fp.widget.Display.DisplayExtension
Converts the 32-bit ARGB color format (A-R-G-B) into the display color format.
convertARGBColorToDisplayColor(int) - Method in interface ej.microui.display.LLUIDisplayImpl
Converts the 32-bit ARGB color format (A-R-G-B) into the display color format.
convertDisplayColorToARGBColor(int) - Method in class ej.fp.widget.Display
 
convertDisplayColorToARGBColor(Display, int) - Method in interface ej.fp.widget.Display.DisplayExtension
Converts the display color format into a 32-bit ARGB color format (A-R-G-B).
convertDisplayColorToARGBColor(int) - Method in interface ej.microui.display.LLUIDisplayImpl
Converts the display color format into a 32-bit ARGB color format (A-R-G-B).
Converter<T> - Interface in ej.kf
A Converter is able to give a representation of an object owned by a Feature to another Feature.
convertFromIPv4MappedAddress(byte[]) - Static method in class sun.net.util.IPAddressUtil
 
convertToPropertyValue(String) - Method in interface com.is2t.microej.workbench.std.launch.ext.IAttributeValueConverter
Converts the given attributeValue into a property value.
Cookie - Class in ej.rest.json
Convert a web browser cookie specification to a JSONObject and back.
Cookie() - Constructor for class ej.rest.json.Cookie
 
CookieList - Class in ej.rest.json
Convert a web browser cookie list string to a JSONObject and back.
CookieList() - Constructor for class ej.rest.json.CookieList
 
COPTIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for coptic font identifier.
COPY - Static variable in class ej.microui.event.EventCommand
The "copy" command constant.
COPY - Static variable in class ej.microui.event.generator.Command
Constant for "copy" command.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
copyOf(byte[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(short[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(int[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(long[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(char[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with null characters (if necessary) so the copy has the specified length.
copyOf(float[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(double[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with zeros (if necessary) so the copy has the specified length.
copyOf(boolean[], int) - Static method in class java.util.Arrays
Copies the specified array, truncating or padding with false (if necessary) so the copy has the specified length.
copyOfRange(byte[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(short[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(int[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(long[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(char[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(float[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(double[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new array.
copyOfRange(boolean[], int, int) - Static method in class java.util.Arrays
Copies the specified range of the specified array into a new 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.
CORAL - Static variable in class ej.library.ui.MicroEJColors
Coral color.
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.
count - Variable in class java.io.BufferedInputStream
The index one greater than the index of the last valid byte in the buffer.
count - Variable in class java.io.BufferedOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
count - Variable in class java.io.CharArrayReader
The index of the end of this buffer.
countMaxDepth(Widget) - Static method in class ej.widget.util.debug.HierarchyInspector
Counts the maximum depth of the child hierarchy of a widget.
countNumberOfContainers(Widget) - Static method in class ej.widget.util.debug.HierarchyInspector
Counts the number of containers in the child hierarchy of a widget.
countNumberOfWidgets(Widget) - Static method in class ej.widget.util.debug.HierarchyInspector
Counts the number of widgets in the child hierarchy of a widget.
countObservers() - Method in class java.util.Observable
Returns the number of observers of this Observable object.
countTokens() - Method in class java.util.StringTokenizer
Calculates the number of times that this tokenizer's nextToken method can be called before it generates an exception.
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
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.
createApplication(Feature) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Creates an application from the given feature.
createBinaryResource() - Method in class ej.rest.web.Resty
 
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.
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createDTLSServerSocket(int) - Method in interface ej.net.dtls.DTLSServerSocketFactory
Returns a server socket bound to the specified port on the local host machine.
createDTLSServerSocket(int, InetAddress) - Method in interface ej.net.dtls.DTLSServerSocketFactory
Returns a server socket bound to the specified port, with a specified local IP.
createDTLSSocket(InetSocketAddress) - Method in interface ej.net.dtls.DTLSSocketFactory
Returns a dtls socket.
createDTLSSocket(InetAddress, int) - Method in interface ej.net.dtls.DTLSSocketFactory
Returns a dtls socket.
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.
createGradient(Display, int, int) - Static method in class ej.widget.util.color.GradientHelper
Creates a gradient between two colors on a display.
createJSONResource() - Method in class ej.rest.web.Resty
 
createMotion(int, int, long) - Method in interface ej.motion.MotionFactory
Instantiates a standard new motion.
createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
Creates a new array with the same type as the given array.
createNewFile() - Method in class java.io.File
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
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.
createSocket() - Method in class sun.net.NetworkClient
The following method, createSocket, is provided to allow the https client to override it so that it may use its socket factory to create the socket.
createTempFile(String, String, File) - Static method in class java.io.File
Creates a new empty file in the specified directory, using the given prefix and suffix strings to generate its name.
createTempFile(String, String) - Static method in class java.io.File
Creates an empty file in the default temporary-file directory, using the given prefix and suffix to generate its name.
createTextResource() - Method in class ej.rest.web.Resty
 
createUnresolved(String, int) - Static method in class java.net.InetSocketAddress
Creates an unresolved socket address from a hostname and a port number.
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
CRLF - Static variable in class ej.rest.json.HTTP
Carriage return/line feed.
CRLF - Static variable in class ej.rest.web.AbstractContent
 
crop(Image) - Method in interface ej.fp.Image
Crop this image keeping only non-transparent pixels from given image mask.
csdSupported() - Method in class com.cinterion.io.ATCommand
Get information if the connected AT-Interpreter is able to handle CSD connections.
CubicEaseInMotion - Class in ej.motion.cubic
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
CubicEaseInMotion(int, int, long) - Constructor for class ej.motion.cubic.CubicEaseInMotion
Creates a ease in motion for a move from start to stop.
CubicEaseInOutMotion - Class in ej.motion.cubic
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
CubicEaseInOutMotion(int, int, long) - Constructor for class ej.motion.cubic.CubicEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
CubicEaseOutMotion - Class in ej.motion.cubic
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
CubicEaseOutMotion(int, int, long) - Constructor for class ej.motion.cubic.CubicEaseOutMotion
Creates a ease out motion for a move from start to stop.
CubicMotionManager - Class in ej.motion.cubic
Motion manager creating ease in motions.
CubicMotionManager() - Constructor for class ej.motion.cubic.CubicMotionManager
 
curChar - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
 
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.
currentToken - Variable in exception ej.jsonpath.parser.ParseException
This is the last token that has been consumed successfully.
CUT - Static variable in class ej.microui.event.EventCommand
The "cut" command constant.
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.

D

darkenColor(int, int) - Static method in class ej.widget.util.color.LightHelper
Gets a darkened version of a color.
data(String, String) - Static method in class ej.rest.web.Resty
Create a plain/text form data entry for a multipart form.
data(String, AbstractContent) - Static method in class ej.rest.web.Resty
Create a form data entry for a multipart form with any kind of content type.
Datagram - Interface in ej.ecom.io
 
DatagramConnection - Interface in ej.ecom.io
 
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream that uses the specified underlying InputStream.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DateConverter - Class in com.microej.kf.util
DateConverter() - Constructor for class com.microej.kf.util.DateConverter
 
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DCDChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal DCD (Data Carrier Detect).
deactivate() - Method in class ej.ecom.mobile.PDPSession
Deactivates PDP session.
DEACTIVATED - Static variable in class ej.ecom.mobile.PDPSession
Deactivated state value
DeadFeatureException - Exception in ej.kf
This exception is thrown by the system when a Feature code has been stopped because it is being uninstalled.
DeadFeatureException() - Constructor for exception ej.kf.DeadFeatureException
 
debug(String) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
debug(String) - Static method in class ej.tool.addon.util.Message
 
debug(String) - Method in interface ej.tool.addon.util.MessageLogger
 
debugStream - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Debug output.
DECEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the twelfth month of the year in the Gregorian and Julian calendars.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
DECRYPT_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to decryption mode.
deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays are deeply equal to one another.
deepEquals(Object, Object) - Static method in class java.util.Objects
Returns true if the arguments are deeply equal to each other and false otherwise.
deepHashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the "deep contents" of the specified array.
deepImmortal(T) - Static method in class ej.bon.Immortals
Turns the given object and all objects referred from it into immortal objects.
deepToString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the "deep contents" of the specified array.
DEFAULT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
Lexical state.
DEFAULT_CONNECT_TIMEOUT - Static variable in class sun.net.NetworkClient
 
DEFAULT_DURATION - Static variable in class ej.widget.util.swipe.SwipeEventHandler
Default animation duration.
DEFAULT_IMPLEMENTATION_ERROR - Static variable in class com.microej.nls.BinaryNLS
Error code when default implementation cannot be instantiated.
DEFAULT_LABEL - Static variable in class ej.fp.Widget
Default widget label when no label is defined by front panel file.
DEFAULT_READ_TIMEOUT - Static variable in class sun.net.NetworkClient
 
DEFAULT_USER_AGENT - Static variable in class ej.rest.web.Resty
 
defaultConnectTimeout - Static variable in class sun.net.NetworkClient
 
DefaultHandler - Class in ej.util.logging.handler
This is the default handler for logging.
DefaultHandler() - Constructor for class ej.util.logging.handler.DefaultHandler
 
DefaultMessageLogger - Class in ej.tool.addon.util
 
DefaultMessageLogger(int) - Constructor for class ej.tool.addon.util.DefaultMessageLogger
 
DefaultRemoteCommandManager - Class in ej.rcommand.impl
 
DefaultRemoteCommandManager(boolean) - Constructor for class ej.rcommand.impl.DefaultRemoteCommandManager
Creates a default remote command manager.
DefaultRemoteCommandManager() - Constructor for class ej.rcommand.impl.DefaultRemoteCommandManager
Creates a default remote command manager.
DefaultRenderPolicy - Class in ej.mwt.render
This render policy renders the requested widget or its parent if transparent.
DefaultRenderPolicy(Desktop) - Constructor for class ej.mwt.render.DefaultRenderPolicy
Creates a default render policy.
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
defaultSoTimeout - Static variable in class sun.net.NetworkClient
 
DefaultStyle - Class in ej.mwt.style
Defines the value of each field of the default style.
dehexchar(char) - Static method in class org.json.me.JSONTokener
Get the hex value of a character (base16).
Delayed - Interface in java.util.concurrent
A mix-in style interface for marking objects that should be acted upon after a given delay.
delegate - Variable in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
DelegateHttpsURLConnection - Class in sun.net.www.protocol.https
This class was introduced to provide an additional level of abstraction between javax.net.ssl.HttpURLConnection and com.sun.net.ssl.HttpURLConnection objects.
delete() - Static method in class ej.rest.web.Resty
Tell Resty to delete the URL content on the server, resulting in a DELETE.
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this sequence.
delete(int, int) - Method in class java.lang.StringBuilder
Removes the characters in a substring of this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the char at the specified position in this sequence.
deleteCharAt(int) - Method in class java.lang.StringBuilder
Removes the char at the specified position in this sequence.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
Deletion - Class in ej.rest.web
Used for deleting contents on a server with the DELETE method.
Deletion() - Constructor for class ej.rest.web.Deletion
 
Delta - Class in ej.tool.addon
A delta is a change in a project.
Delta(File, File, File, Delta.DeltaKind, FolderKind) - Constructor for class ej.tool.addon.Delta
Instantiates a new delta on given file.
Delta.DeltaKind - Enum in ej.tool.addon
An enumeration of possible kind of deltas.
DependencyInjectionServiceLoader - Class in ej.service.loader
Service loader implementation that creates service instance from a declared implementation class name.
DependencyInjectionServiceLoader() - Constructor for class ej.service.loader.DependencyInjectionServiceLoader
 
Deprecated - Annotation Type in java.lang
A program element annotated @Deprecated is one that programmers are discouraged from using, typically because it is dangerous, or because a better alternative exists.
Deque<E> - Interface in java.util
A linear collection that supports element insertion and removal at both ends.
DescendantCombinator - Class in ej.mwt.stylesheet.selector.combinator
A descendant combinator selects by checking the widget hierarchy.
DescendantCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.DescendantCombinator
Creates a descendant combinator.
descendingIterator() - Method in class java.util.ArrayDeque
 
descendingIterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class java.util.LinkedList
 
descendingIterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in descending order.
descendingIterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in descending order.
descendingKeySet() - Method in interface java.util.NavigableMap
Returns a reverse order NavigableSet view of the keys contained in this map.
descendingKeySet() - Method in class java.util.TreeMap
 
descendingMap() - Method in interface java.util.NavigableMap
Returns a reverse order view of the mappings contained in this map.
descendingMap() - Method in class java.util.TreeMap
 
descendingSet() - Method in interface java.util.NavigableSet
Returns a reverse order view of the elements contained in this set.
descendingSet() - Method in class java.util.TreeSet
 
Description - Class in com.is2t.microej.workbench.std.launch.ext
Abstract class defining a node description
Description() - Constructor for class com.is2t.microej.workbench.std.launch.ext.Description
 
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
Desktop - Class in ej.mwt
A desktop is the top-level object that can be displayed on a Display.
Desktop() - Constructor for class ej.mwt.Desktop
Creates a new desktop.
DesktopEventGenerator - Class in ej.mwt.event
This event generator is used by the event dispatcher of the desktop in order to send additional events to the widgets.
DesktopEventGenerator() - Constructor for class ej.mwt.event.DesktopEventGenerator
 
destroy() - Method in class javax.crypto.spec.SecretKeySpec
 
destroy() - Method in interface javax.security.auth.Destroyable
Destroy this Object.
Destroyable - Interface in javax.security.auth
Objects such as credentials may optionally implement this interface to provide the capability to destroy its contents.
DestroyFailedException - Exception in javax.security.auth
Signals that a destroy operation failed.
DestroyFailedException() - Constructor for exception javax.security.auth.DestroyFailedException
Constructs a DestroyFailedException with no detail message.
DestroyFailedException(String) - Constructor for exception javax.security.auth.DestroyFailedException
Constructs a DestroyFailedException with the specified detail message.
DEVANAGARI - Static variable in class ej.microui.display.FontIdentifiers
Constant for devanagari font identifier.
Device - Interface in ej.ecom
Common superclass for a Device.
Device - Class in ej.fp
A device represents the physical look of a device.
Device(String, Image) - Constructor for class ej.fp.Device
Creates a new device with its name (label) and background.
Device - Class in ej.util
This class provides utility methods related to the device.
DEVICE_INFO - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
DEVICE_INFO_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
DEVICE_INFO_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: device identifier (string), firmware identifier (string), firmware version (string), accept icon (boolean), accepted icon width (int) optional, accepted icon height (int) optional.
DEVICE_INFO_VERSION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Version of the DeviceInfo protocol.
DeviceManager - Class in ej.ecom
The DeviceManager holds the Device registry.
DeviceManagerPermission<D> - Class in ej.ecom
This class represents access to DeviceManager.
DeviceManagerPermission(String, Class<D>) - Constructor for class ej.ecom.DeviceManagerPermission
Create a DeviceManager permission with
deviceRegistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
This method is called when a new device is registered and if it is allowed to be notified of events on the registered event class.
deviceUnregistered(RegistrationEvent<D>) - Method in interface ej.ecom.RegistrationListener
This method is called when a new device is unregistered and if it is allowed to be notified of events on the registered event class.
Dictionary<K,V> - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digest() - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException - Exception in java.security
This is the generic Message Digest exception.
DigestException() - Constructor for exception java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String) - Constructor for exception java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestException(String, Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified detail message and cause.
DigestException(Throwable) - Constructor for exception java.security.DigestException
Creates a DigestException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
DIGIT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DIGIT19 - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
DIMENSION - Static variable in class ej.mwt.style.DefaultStyle
The dimension of the default style.
Dimension - Interface in ej.mwt.style.dimension
Represents a dimension constraint for a widget.
DimensionHelper - Class in ej.mwt.style.dimension
Helps the dimensions to lay out a widget with a specific size.
disable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
Disable tracing.
DISABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.DisabledSelector
Disabled selector singleton to avoid creating several ones.
DisabledSelector - Class in ej.mwt.stylesheet.selector
A disabled selector selects by checking if the widget is disabled.
disableEllipsis() - Method in class ej.microui.display.GraphicsContext
Disables ellipsis.
disablePinLock(String) - Method in class ej.ecom.mobile.MobileManager
Disables the PIN code locking of the SIM card.
disconnect() - Method in class com.cinterion.mqtt.MqttClient
Disconnects from an MQTT broker.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect() - Method in class sun.net.www.protocol.http.HttpURLConnection
Disconnect from the server (public API)
disconnect() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Disconnect from the server.
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
dispatchEvent(int) - Method in class ej.mwt.event.EventDispatcher
Dispatches an event.
dispatchEvent(int) - Method in class ej.mwt.event.PointerEventDispatcher
 
Display - Class in ej.fp.widget
This widget is an implementation of MicroUI LLUIDisplayImpl interface.
Display() - Constructor for class ej.fp.widget.Display
Creates the widget display
Display - Class in ej.microui.display
The Display object represents the pixelated screen in the platform.
The display is able to render a Displayable on its implementation screen.
Display() - Constructor for class ej.microui.display.Display
 
DISPLAY - Static variable in class ej.microui.event.EventCommand
The "display" command constant.
DISPLAY - Static variable in class ej.microui.event.generator.Command
Constant for "display" command.
Display.DisplayExtension - Interface in ej.fp.widget
This interface is a subset of LLUIDisplayImpl interface (provided by MicroUI graphical engine and required to use a MicroUI Display in a MicroEJ application).
DISPLAY_DEADLOCK - Static variable in exception ej.microui.MicroUIException
Exception thrown when trying to wait for an event in the same thread that treats events (Deadlock).
Displayable - Class in ej.microui.display
Displayable is an abstract class which defines the very objects that can be shown on the Display.
A Displayable may be shown or hidden, but at most one Displayable is shown on the Display.

Subclasses should define the Displayable contents and their possible interactions with the user.

By default, a new Displayable object is not visible on the display.
Displayable() - Constructor for class ej.microui.display.Displayable
 
DisplayPermission - Class in ej.microui.display
Permission to access the Display.
DisplayPermission() - Constructor for class ej.microui.display.DisplayPermission
Creates the display permission for the display with null as name.
dispose() - Method in class ej.fp.Composite
Disposes all composite children widgets.
dispose() - Method in interface ej.fp.Image
Disposes the image and its resources.
dispose() - Method in class ej.fp.util.ThirdEventThread
Disposes this thread stopping it.
dispose() - Method in class ej.fp.widget.Button
 
dispose() - Method in class ej.fp.widget.Display
 
dispose() - Method in class ej.fp.Widget
Disposes the widget's associated resources (such as threads, images...).
dispose() - Method in class ej.fp.widget.Joystick
 
dispose() - Method in class ej.fp.widget.LED
 
dispose() - Method in class ej.fp.widget.LongButton
 
dispose() - Method in class ej.fp.widget.RepeatButton
 
dispose() - Method in class ej.fp.widget.Wheel
 
dispose() - Method in class ej.mwt.event.EventDispatcher
Disposes this event dispatcher.
dispose() - Method in class ej.mwt.event.PointerEventDispatcher
 
disposeIfNotNull(Image...) - Method in class ej.fp.FrontPanel
Disposes given images.
divide(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
Returns an array of two BigIntegers containing (this / val) followed by (this % val).
Dock - Class in ej.widget.container
Lays out any number of children by docking each child one by one on a side.
Dock() - Constructor for class ej.widget.container.Dock
Creates a dock.
doConnect(String, int) - Method in class sun.net.NetworkClient
Return a socket connected to the server, with any appropriate options pre-established
Documented - Annotation Type in java.lang.annotation
Indicates that annotations with a type are to be documented by javadoc and similar tools by default.
doFinal() - Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[], int) - Method in class javax.crypto.Cipher
Finishes a multiple-part encryption or decryption operation, depending on how this cipher was initialized.
doFinal(byte[]) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Encrypts or decrypts data in a single-part operation, or finishes a multiple-part operation.
doFinal() - Method in class javax.crypto.Mac
Finishes the MAC operation.
doFinal(byte[], int) - Method in class javax.crypto.Mac
Finishes the MAC operation.
doFinal(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes and finishes the MAC operation.
doGET(URI, T) - Method in class ej.rest.web.Resty
 
doInput - Variable in class java.net.URLConnection
This variable is set by the setDoInput method.
done() - Method in class com.microej.kf.util.IProgressMonitorProxy
 
Done() - Method in interface ej.jsonpath.parser.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class ej.jsonpath.parser.SimpleCharStream
Reset buffer when finished.
done() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
done() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
done() - Method in class org.eclipse.core.runtime.SubMonitor
 
dontSend(String) - Method in class ej.rest.web.Resty
Don't send a header that was formely added in the alwaysSend method.
doOutput - Variable in class java.net.URLConnection
This variable is set by the setDoOutput method.
doPOSTOrPUT(URI, AbstractContent, T) - Method in class ej.rest.web.Resty
 
DOT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
DOUBLE_CLICKED - Static variable in class ej.microui.event.generator.Buttons
Constant for "double clicked" action.
DoubleBuffer - Class in java.nio
a double buffer.
doubleClickEnabled(int) - Method in class ej.microui.event.generator.Buttons
Returns true if the generator should send a double click event.
DoubleConstant - Class in com.is2t.microej.workbench.std.launch.ext.expr
64bits IEE754 floating point constant
DoubleConstant(double) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.DoubleConstant
 
DoubleConverter - Class in com.microej.kf.util
DoubleConverter() - Constructor for class com.microej.kf.util.DoubleConverter
 
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleToString(double) - Static method in class org.json.me.JSONObject
Produce a string from a double.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue() - Method in class java.math.BigInteger
Converts this BigInteger to a double.
DOWN - Static variable in class ej.microui.event.EventCommand
The "down" command constant.
DOWN - Static variable in class ej.microui.event.generator.Command
Constant for "down" command.
DRAGGED - Static variable in class ej.microui.event.generator.Pointer
Constant for "dragged" action.
drawBacklight(Image) - Method in class ej.fp.widget.Display
Transforms the skin data applying an algorithm to simulate the display backlight.
drawChar(GraphicsContext, char, Font, int, int) - Static method in class ej.microui.display.Painter
Draws a character.
drawCircle(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawCircle".
drawCircle(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
Draws a circle.
drawCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a circle covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
drawCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawCircleArc(byte[], int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawCircleArc".
drawCircleArc(GraphicsContext, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Draws a circle arc.
drawCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws a circular arc covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
drawCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawContrast(Image) - Method in class ej.fp.widget.Display
Transforms the skin data applying an algorithm to simulate the display contrast.
drawDeformedImage(GraphicsContext, Image, int, int, int[]) - Static method in class ej.drawing.TransformPainter
Draws a deformed image at the given anchor top-left point.

The deformed image is identified by its four corner points.
drawDisplayRegion(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws a region of the display.
drawDisplayRegion(GraphicsContext, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws a region of the display.
drawEllipse(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawEllipse".
drawEllipse(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws an ellipse.
drawEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws an ellipse covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
drawEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawEllipseArc(byte[], int, int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawEllipseArc".
drawEllipseArc(GraphicsContext, int, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Draws an ellipse arc.
drawEllipseArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws an elliptical arc covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included) .
drawEllipseArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawFlippedImage(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, int, int, LLDWPainter.DrawingFlip, int) - Method in interface ej.drawing.DWDrawing
Draws an image applying a flip (0, 90, 180 or 270 degrees with or without mirror).
drawFlippedImage(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, int, int, LLDWPainter.DrawingFlip, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawFlippedImage(byte[], byte[], int, int, int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawFlippedImage".
drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position, using the given flip.
drawFlippedImage(GraphicsContext, Image, int, int, TransformPainter.Flip, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position, using the given flip and opacity level.
drawHorizontalLine(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawHorizontalLine".
drawHorizontalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
Draws an horizontal line between two points.
drawHorizontalLine(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a horizontal line at between points x1,y (included) and x2,y (included).
drawHorizontalLine(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawImage(Image) - Method in interface ej.fp.Image
Draws the given image in the image at position (0,0) (top-left).
drawImage(Image, int, int, int, int) - Method in interface ej.fp.Image
Draws the given image in the image at given position.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in interface ej.fp.Image
Draws the part of the given image in the image at given position.
drawImage(byte[], byte[], int, int, int, int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawImage".
drawImage(GraphicsContext, Image, int, int) - Static method in class ej.microui.display.Painter
Draws the image at the given anchor top-left point.
drawImage(GraphicsContext, Image, int, int, int) - Static method in class ej.microui.display.Painter
Draws the image at the given anchor top-left point.
drawImage(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a region of an image.
drawImage(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawImageInArea(GraphicsContext, Image, int, int, int, int, int, int) - Static method in class ej.widget.util.render.ImagePainter
Draws an image aligned in a area.
drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws a region of the image.
drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws a region of an image.
drawingBuffer - Variable in class ej.fp.widget.Display
When the display is double buffered, the backBuffer represents the back buffer where drawings are done.
drawLine(int, int, int, int, int) - Method in interface ej.fp.Image
Draws a line with the specified boundary and the specified color.
drawLine(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawLine".
drawLine(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws a line between two points.
drawLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a line at between points x1,y1 (included) and x2,y2 (included).
drawLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawPixel(int, int, int) - Method in interface ej.fp.Image
Draws a pixel at the specified coordinates and with the specified color.
drawPolygon(GraphicsContext, int[]) - Static method in class ej.drawing.ShapePainter
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
drawPolygon(GraphicsContext, int[], int, int) - Static method in class ej.drawing.ShapePainter
Draws the closed polygon which is defined by the array of integer coordinates, using the current color.
drawRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Draws a rectangle with the specified bounds and the specified color.
drawRectangle(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawRectangle".
drawRectangle(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws an orthogonal rectangle.
drawRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a rectangle at from top-left point x1,y1 (included) and bottom-right point x2,y2 (included).
drawRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawRectangularBorder(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.mwt.style.outline.border.BorderHelper
Draw a rectangular border with the given dimensions and given thickness for each side, using the given graphics context.
drawRenderableString(GraphicsContext, RenderableString, int, int) - Static method in class ej.microui.display.Painter
Draws the string using the font and given graphics context color.
drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation.
drawRotatedCharBilinear(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation and opacicity level.
drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation.
drawRotatedCharNearestNeighbor(GraphicsContext, Font, char, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the character applying the given rotation and opacity level.
drawRotatedImageBilinear(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, float, int) - Method in interface ej.drawing.DWDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRotatedImageBilinear(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, float, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawRotatedImageBilinear(byte[], byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawRotatedImageBilinear".
drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation.
drawRotatedImageBilinear(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation fixing the opacity level.
drawRotatedImageNearestNeighbor(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, float, int) - Method in interface ej.drawing.DWDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRotatedImageNearestNeighbor(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, int, int, float, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawRotatedImageNearestNeighbor(byte[], byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawRotatedImageNearestNeighbor".
drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation.
drawRotatedImageNearestNeighbor(GraphicsContext, Image, int, int, int, int, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image applying the given rotation and opacity level.
drawRoundedRectangle(byte[], int, int, int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawRoundedRectangle".
drawRoundedRectangle(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Draws an orthogonal rectangle with rounded corners.
drawRoundedRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a rounded rectangle at from top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
drawRoundedRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
drawScaledCharBilinear(GraphicsContext, char, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the character in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageBilinear(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing
Draws an image applying a scaling.
drawScaledImageBilinear(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawScaledImageBilinear(byte[], byte[], int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawScaledImageBilinear".
drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageBilinear(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and opacity level.
drawScaledImageNearestNeighbor(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing
Draws an image applying a scaling.
drawScaledImageNearestNeighbor(LLUIPainter.MicroUIGraphicsContext, LLUIPainter.MicroUIImage, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawScaledImageNearestNeighbor(byte[], byte[], int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawScaledImageNearestNeighbor".
drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledImageNearestNeighbor(GraphicsContext, Image, int, int, float, float, int) - Static method in class ej.drawing.TransformPainter
Draws the image in the graphics context at given anchor top-left position and using the given scaling factor and opacity level.
drawScaledRenderableStringBilinear(GraphicsContext, RenderableString, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the renderable string in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledStringBilinear(GraphicsContext, String, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the string in the graphics context at given anchor top-left position and using the given scaling factor.
drawScaledSubstringBilinear(GraphicsContext, String, int, int, Font, int, int, float, float) - Static method in class ej.drawing.TransformPainter
Draws the substring in the graphics context at given anchor top-left position and using the given scaling factor.
drawString(String, int, int, int, int) - Method in interface ej.fp.Image
Draws a string with default font at specified top-left position.
drawString(GraphicsContext, String, Font, int, int) - Static method in class ej.microui.display.Painter
Draws a string.
drawStringAtPoint(GraphicsContext, String, Font, int, int, int, int) - Static method in class ej.widget.util.render.StringPainter
Draws a string aligned with an anchor point.
drawStringInArea(GraphicsContext, String, Font, int, int, int, int, int, int) - Static method in class ej.widget.util.render.StringPainter
Draws a string aligned in a area.
drawSubstring(GraphicsContext, String, int, int, Font, int, int) - Static method in class ej.microui.display.Painter
Draws a subset of a string.
drawThickCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick circle covering the square specified by its diameter.
drawThickCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickCircle(byte[], int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickCircle".
drawThickCircle(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a circle covering the square specified by its diameter, using the GraphicsContext 's current color.

The center of the circle is defined as the center of the square whose origin is at (x,y) (upper-left corner) and whose dimension is given by diameter.

If diameter is negative, nothing is drawn.
drawThickCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing
Draws a thick arc covering the square specified by its diameter.
drawThickCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickCircleArc(byte[], int, int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickCircleArc".
drawThickCircleArc(GraphicsContext, int, int, int, float, float, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a circular arc covering the specified square, using the GraphicsContext 's current color.

The arc is drawn from startAngle up to arcAngle degrees.
drawThickEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick ellipse covering the specified rectangle.
drawThickEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickEllipse(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickEllipse".
drawThickEllipse(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a ellipse covering the specified rectangle, using the GraphicsContext's current color.

The center of the ellipse is defined as the center of the rectangle whose origin is at (x,y) (upper-left corner) and whose dimension is given by width and height.

If either width or height is negative or zero, nothing is drawn.
drawThickFadedCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick circle with fade covering the square specified by its diameter.
drawThickFadedCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickFadedCircle(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedCircle".
drawThickFadedCircle(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the faded outline of a circle covering the square specified by its diameter, using the GraphicsContext 's current color.

The center of the circle is defined as the center of the square whose origin is at (x,y) (upper-left corner) and whose dimension is given by diameter.

If diameter is negative or zero, nothing is drawn.
drawThickFadedCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.drawing.DWDrawing
Draws a thick circle with fade arc covering the specified square.
drawThickFadedCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickFadedCircleArc(byte[], int, int, int, float, float, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedCircleArc".
drawThickFadedCircleArc(GraphicsContext, int, int, int, float, float, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
Draws the faded outline of a circular arc covering the specified square, using the current color and caps.
drawThickFadedEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick ellipse with fade covering the specified rectangle.
drawThickFadedEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickFadedEllipse(byte[], int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawAAEllipse".
drawThickFadedEllipse(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws the outline of a ellipse covering the specified rectangle, using the GraphicsContext's current color.

The center of the ellipse is defined as the center of the rectangle whose origin is at (x,y) (upper-left corner) and whose dimension is given by width and height.

If either width or height is negative or zero, nothing is drawn.
drawThickFadedLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.drawing.DWDrawing
Draws a thick line with fade between given points.
drawThickFadedLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickFadedLine(byte[], int, int, int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedLine".
drawThickFadedLine(GraphicsContext, int, int, int, int, int, int, ShapePainter.Cap, ShapePainter.Cap) - Static method in class ej.drawing.ShapePainter
Draws a faded line from (x1,y1) to (x2,y2) using the GraphicsContext's current color and caps.
drawThickFadedPoint(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick point with fade at given position.
drawThickFadedPoint(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickFadedPoint(byte[], int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedPoint".
drawThickFadedPoint(GraphicsContext, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws a faded point at (x,y) using the GraphicsContext's current color.
drawThickLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing
Draws a thick line between given points.
drawThickLine(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.drawing.DWDrawing.DWDrawingDefault
 
drawThickLine(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickLine".
drawThickLine(GraphicsContext, int, int, int, int, int) - Static method in class ej.drawing.ShapePainter
Draws a line from (x1,y1) to (x2,y2) using the GraphicsContext's current color.
drawTransparentImage(Image, byte, int, int, int, int, int, int, int, int) - Method in interface ej.fp.Image
Draws the specified area of the given image at the specified destination using alpha blending.
drawVerticalLine(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawVerticalLine".
drawVerticalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
Draws a vertical line between two points.
drawVerticalLine(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a vertical line at between points x,y1 (included) and x,y2 (included).
drawVerticalLine(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
DSRChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal DSR (Data Set Ready).
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight saving offset in milliseconds.
DTLSContext - Class in ej.net.dtls
Instances of this class represent a secure DTLS socket protocol implementation which acts as a factory for secure DTLS socket factories.
DTLSServerSocket - Interface in ej.net.dtls
 
DTLSServerSocketFactory - Interface in ej.net.dtls
DTLSServerSocketFactorys create DTLServerSockets.
DTLSSocket - Class in ej.net.dtls
This class extends DatagramSockets and provides secure socket using protocols such as the "IETF "Datagram Transport Layer Security" (DTLS) protocols.
DTLSSocketFactory - Interface in ej.net.dtls
DTLSSocketFactorys create DTLSSockets.
dump(PrintStream) - Method in class ej.bon.Timer
Prints a status of this timer and its scheduled tasks to the specified print stream.
dump(String) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
 
dump(String) - Method in class ej.jsonpath.parser.SimpleNode
 
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread to the standard error stream.
duplicate() - Method in class java.nio.ByteBuffer
Creates a new byte buffer that shares this buffer's content.
duplicate() - Method in class java.nio.CharBuffer
Creates a new char buffer that shares this buffer's content.
duplicate() - Method in class java.nio.DoubleBuffer
Creates a new double buffer that shares this buffer's content.
duplicate() - Method in class java.nio.FloatBuffer
Creates a new float buffer that shares this buffer's content.
duplicate() - Method in class java.nio.IntBuffer
Creates a new int buffer that shares this buffer's content.
duplicate() - Method in class java.nio.LongBuffer
Creates a new long buffer that shares this buffer's content.
duplicate() - Method in class java.nio.ShortBuffer
Creates a new short buffer that shares this buffer's content.
duration - Variable in class ej.motion.AbstractMotion
Duration.
DWDrawing - Interface in ej.drawing
This interface provides all drawing methods useful to implement ej.drawing library drawing native methods.
DWDrawing.DWDrawingDefault - Interface in ej.drawing
Default implementation of DWDrawing which uses the getUIDrawerSoftware's internal software drawer to perform all drawings.
DynamicRemoteConnection - Class in ej.rcommand.impl
Implements an RemoteConnection that wraps another RemoteConnection that can change dynamically.
DynamicRemoteConnection() - Constructor for class ej.rcommand.impl.DynamicRemoteConnection
 

E

E - Static variable in class ej.bon.XMath
The double value that is closer than any other to e, the base of the natural logarithms.
E - Static variable in class java.lang.Math
The double value that is closer than any other to e, the base of the natural logarithms.
easeIn(int, int, long) - Method in class ej.motion.back.BackMotionManager
 
easeIn(long) - Method in class ej.motion.bounce.AbstractBounceMotion
Gets the bounce ease in value for the given time.
easeIn(int, int, long) - Method in class ej.motion.bounce.BounceMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.circ.CircMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.cubic.CubicMotionManager
 
easeIn(long) - Method in class ej.motion.elastic.AbstractElasticMotion
Gets the elastic ease in value for the given time.
easeIn(int, int, long) - Method in class ej.motion.elastic.ElasticMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.expo.ExpoMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.linear.LinearMotionManager
 
easeIn(int, int, long) - Method in interface ej.motion.MotionManager
Moves from start to stop with a time constraint.
easeIn(int, int, long) - Method in class ej.motion.none.NoMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.quad.QuadMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.quart.QuartMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.quint.QuintMotionManager
 
easeIn(int, int, long) - Method in class ej.motion.sine.SineMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.back.BackMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.bounce.BounceMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.circ.CircMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.cubic.CubicMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.elastic.ElasticMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.expo.ExpoMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.linear.LinearMotionManager
 
easeInOut(int, int, long) - Method in interface ej.motion.MotionManager
Moves from start to stop with a time constraint.
easeInOut(int, int, long) - Method in class ej.motion.none.NoMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.quad.QuadMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.quart.QuartMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.quint.QuintMotionManager
 
easeInOut(int, int, long) - Method in class ej.motion.sine.SineMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.back.BackMotionManager
 
easeOut(long) - Method in class ej.motion.bounce.AbstractBounceMotion
Gets the bounce ease out value for the given time.
easeOut(int, int, long) - Method in class ej.motion.bounce.BounceMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.circ.CircMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.cubic.CubicMotionManager
 
easeOut(long) - Method in class ej.motion.elastic.AbstractElasticMotion
Gets the elastic ease out value for the given time.
easeOut(int, int, long) - Method in class ej.motion.elastic.ElasticMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.expo.ExpoMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.linear.LinearMotionManager
 
easeOut(int, int, long) - Method in interface ej.motion.MotionManager
Moves from start to stop with a time constraint.
easeOut(int, int, long) - Method in class ej.motion.none.NoMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.quad.QuadMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.quart.QuartMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.quint.QuintMotionManager
 
easeOut(int, int, long) - Method in class ej.motion.sine.SineMotionManager
 
ECGenParameterSpec - Class in java.security.spec
This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
ECGenParameterSpec(String) - Constructor for class java.security.spec.ECGenParameterSpec
Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters.
EditableStyle - Class in ej.mwt.style
An editable style is a simple implementation of a style.
EditableStyle() - Constructor for class ej.mwt.style.EditableStyle
Creates an editable style from the default style.
EditableStyle(EditableStyle) - Constructor for class ej.mwt.style.EditableStyle
Creates an editable style from an other one.
effectiveLevel - Variable in class java.util.logging.Logger
This is the real level of the logger.
ej.annotation - package ej.annotation
Defines annotations for static null analysis.
ej.basictool - package ej.basictool
Miscellaneous tools.
ej.basictool.map - package ej.basictool.map
Maps with low heap footprint.
ej.bon - package ej.bon
Contains Beyond profile classes (ESR001).
ej.drawing - package ej.drawing
Contains shapes rendering and image with transformation rendering algorithms.
ej.ecom - package ej.ecom
Contains Embedded Communications classes (ESR008).
ej.ecom.io - package ej.ecom.io
Contains connection framework classes.
ej.ecom.mobile - package ej.ecom.mobile
This package contains classes to manage a PDP context and send AT commands.
ej.fp - package ej.fp
Contains Front Panel framework classes.
ej.fp.util - package ej.fp.util
Contains some util classes.
ej.fp.widget - package ej.fp.widget
Contains widgets classes.
ej.gnss - package ej.gnss
 
ej.io.progress - package ej.io.progress
 
ej.jsonpath.parser - package ej.jsonpath.parser
 
ej.junit - package ej.junit
 
ej.kf - package ej.kf
Contains KF classes.
ej.library.ui - package ej.library.ui
Packaging gathering UI classes.
ej.microui - package ej.microui
Contains MicroUI framework base classes.
ej.microui.display - package ej.microui.display
Contains display management.
ej.microui.event - package ej.microui.event
Contains events management.
ej.microui.event.generator - package ej.microui.event.generator
Contains standard event generators.
ej.microui.led - package ej.microui.led
Contains LEDs management.
ej.motion - package ej.motion
 
ej.motion.back - package ej.motion.back
 
ej.motion.bounce - package ej.motion.bounce
 
ej.motion.circ - package ej.motion.circ
 
ej.motion.cubic - package ej.motion.cubic
 
ej.motion.ease - package ej.motion.ease
 
ej.motion.elastic - package ej.motion.elastic
 
ej.motion.expo - package ej.motion.expo
 
ej.motion.linear - package ej.motion.linear
 
ej.motion.none - package ej.motion.none
 
ej.motion.quad - package ej.motion.quad
 
ej.motion.quart - package ej.motion.quart
 
ej.motion.quint - package ej.motion.quint
 
ej.motion.sine - package ej.motion.sine
 
ej.motion.util - package ej.motion.util
 
ej.mwt - package ej.mwt
Contains base classes to create a widget hierarchy.
ej.mwt.animation - package ej.mwt.animation
Contains animation framework.
ej.mwt.event - package ej.mwt.event
Contains desktop event definition and default implementation.
ej.mwt.render - package ej.mwt.render
Contains render policy definition and some implementations.
ej.mwt.style - package ej.mwt.style
Contains style definition and default implementation.
ej.mwt.style.background - package ej.mwt.style.background
Contains background definition and some implementations.
ej.mwt.style.dimension - package ej.mwt.style.dimension
Contains dimension definition and some implementations.
ej.mwt.style.outline - package ej.mwt.style.outline
Contains outline definition and some implementations.
ej.mwt.style.outline.border - package ej.mwt.style.outline.border
Contains some border implementations.
ej.mwt.stylesheet - package ej.mwt.stylesheet
Contains stylesheet definition and default implementation.
ej.mwt.stylesheet.cascading - package ej.mwt.stylesheet.cascading
Contains cascading stylesheet implementation.
ej.mwt.stylesheet.selector - package ej.mwt.stylesheet.selector
Contains selector definition and some implementations.
ej.mwt.stylesheet.selector.combinator - package ej.mwt.stylesheet.selector.combinator
Contains combinator definition and some implementations.
ej.mwt.util - package ej.mwt.util
Contains utility classes.
ej.net.dtls - package ej.net.dtls
 
ej.net.util.ssl - package ej.net.util.ssl
 
ej.nls - package ej.nls
Native language support.
ej.property - package ej.property
Contains property management base interfaces and classes.
ej.property.loader - package ej.property.loader
Contains property loader implementations.
ej.property.registry - package ej.property.registry
Contains property registry implementations.
ej.rcommand - package ej.rcommand
 
ej.rcommand.comm - package ej.rcommand.comm
 
ej.rcommand.connectivity - package ej.rcommand.connectivity
 
ej.rcommand.impl - package ej.rcommand.impl
 
ej.rcommand.synchronous - package ej.rcommand.synchronous
 
ej.rest.json - package ej.rest.json
 
ej.rest.util - package ej.rest.util
 
ej.rest.web - package ej.rest.web
 
ej.rest.web.mime - package ej.rest.web.mime
 
ej.service - package ej.service
Contains service management base interfaces and classes.
ej.service.loader - package ej.service.loader
Contains service loader implementations.
ej.service.registry - package ej.service.registry
Contains service registry implementations.
ej.sni - package ej.sni
Contains SNI classes.
ej.storage - package ej.storage
Contains storage services.
ej.storage.fs - package ej.storage.fs
Implementation of storage on file system library.
ej.storage.heap - package ej.storage.heap
Implementation of storage on Java heap.
ej.storage.util - package ej.storage.util
Tools for storage.
ej.tool.addon - package ej.tool.addon
 
ej.tool.addon.util - package ej.tool.addon.util
 
ej.util - package ej.util
 
ej.util.logging.handler - package ej.util.logging.handler
 
ej.util.message - package ej.util.message
Lightweight message and log management.
ej.util.message.basic - package ej.util.message.basic
Basic implementation of lightweight message and log management.
ej.wadapps - package ej.wadapps
 
ej.wadapps.application - package ej.wadapps.application
Contains applications administration tools.
ej.wadapps.common.util - package ej.wadapps.common.util
Tools for Wadapps common.
ej.wadapps.multisandbox - package ej.wadapps.multisandbox
 
ej.wadapps.multisandbox.application - package ej.wadapps.multisandbox.application
Implementation of application management for a sandboxed context for a firmware with only system applications (no dynamic download).
ej.wadapps.multisandbox.property - package ej.wadapps.multisandbox.property
Implementation of property management for a sandboxed context.
ej.wadapps.multisandbox.service - package ej.wadapps.multisandbox.service
Implementation of service management for a sandboxed context.
ej.wadapps.multisandbox.util - package ej.wadapps.multisandbox.util
Message management for Wadapps sandboxed implementation.
ej.wadapps.property - package ej.wadapps.property
Contains shared properties.
ej.wadapps.service - package ej.wadapps.service
Contains shared registry services.
ej.widget.basic - package ej.widget.basic
Basic widgets.
ej.widget.container - package ej.widget.container
Set of containers with specific layouts.
ej.widget.util.color - package ej.widget.util.color
Color utilities.
ej.widget.util.debug - package ej.widget.util.debug
Debug and monitoring utilities.
ej.widget.util.font - package ej.widget.util.font
Font utilities.
ej.widget.util.render - package ej.widget.util.render
Painter utilities.
ej.widget.util.swipe - package ej.widget.util.swipe
Swipe utilities.
elapsedTime(int) - Method in class ej.microui.event.generator.Buttons
Returns the elapsed time in milliseconds between the two previous Buttons.PRESSED events that occurred on the specified button.
ElasticEaseInMotion - Class in ej.motion.elastic
Represents a elastic motion.
ElasticEaseInMotion(int, int, long) - Constructor for class ej.motion.elastic.ElasticEaseInMotion
Creates an elastic motion for a move from start to stop.
ElasticEaseInOutMotion - Class in ej.motion.elastic
Represents a elastic motion.
ElasticEaseInOutMotion(int, int, long) - Constructor for class ej.motion.elastic.ElasticEaseInOutMotion
Creates an elastic motion for a move from start to stop.
ElasticEaseOutMotion - Class in ej.motion.elastic
Represents a elastic motion: starts at a steady speed, then slows down exceeding the stop instruction then go backward with the same effect with less initial speed then go forward and so on until it stops.
ElasticEaseOutMotion(int, int, long) - Constructor for class ej.motion.elastic.ElasticEaseOutMotion
Creates an elastic motion for a move from start to stop.
ElasticMotionManager - Class in ej.motion.elastic
Motion manager creating elastic motions.
ElasticMotionManager() - Constructor for class ej.motion.elastic.ElasticMotionManager
 
element() - Method in class java.util.AbstractQueue
Retrieves, but does not remove, the head of this queue.
element() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
element() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
element() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue.
elementAt(int) - Method in class ej.bon.ResourceArray
Reads the element at given index.
elementAt(int) - Method in class java.util.Vector
Returns the component at the specified index.
elementCount - Variable in class java.util.Vector
The number of valid components in this Vector object.
elementData - Variable in class java.util.Vector
The array buffer into which the components of the vector are stored.
elements() - Method in class ej.bon.ResourceArray
Reads all array elements.
elements() - Method in class java.util.Dictionary
Returns an enumeration of the values in this dictionary.
elements() - Method in class java.util.Hashtable
Returns an enumeration of the values in this hashtable.
elements() - Method in class java.util.Vector
Returns an enumeration of the components of this vector.
ElementType - Enum in java.lang.annotation
A program element type.
empty() - Method in class java.util.Stack
Tests if this stack is empty.
EMPTY_LIST - Static variable in class java.util.Collections
The empty list (immutable).
EMPTY_MAP - Static variable in class java.util.Collections
The empty map (immutable).
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
emptyEnumeration() - Static method in class java.util.Collections
Returns an enumeration that has no elements.
emptyFileIsValid(boolean) - Method in class com.is2t.microej.workbench.std.launch.ext.BrowseOption
 
emptyIterator() - Static method in class java.util.Collections
Returns an iterator that has no elements.
emptyList() - Static method in class java.util.Collections
Returns the empty list (immutable).
emptyListIterator() - Static method in class java.util.Collections
Returns a list iterator that has no elements.
emptyMap() - Static method in class java.util.Collections
Returns the empty map (immutable).
emptySet() - Static method in class java.util.Collections
Returns the empty set (immutable).
EmptyStackException - Exception in java.util
Thrown by methods in the Stack class to indicate that the stack is empty.
EmptyStackException() - Constructor for exception java.util.EmptyStackException
Constructs a new EmptyStackException with null as its error message string.
enable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
Enable tracing.
enableClick(boolean, int) - Method in class ej.microui.event.generator.Buttons
For the given button, specify whether the generator should send a click event for each pressed event.
ENABLED_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EnabledSelector
Enabled selector singleton to avoid creating several ones.
EnabledNode - Class in com.is2t.microej.workbench.std.launch.ext.expr
JPFExtensionTabNode enable state
EnabledNode(JPFExtensionTabNode) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.EnabledNode
API
enableDoubleClick(boolean, int, int) - Method in class ej.microui.event.generator.Buttons
For the given button, specify whether the generator should send a double click event.
EnabledSelector - Class in ej.mwt.stylesheet.selector
An enabled selector selects by checking if the widget is enabled.
enableEllipsis(int) - Method in class ej.microui.display.GraphicsContext
Enables ellipsis when drawing characters.
enablePinLock(String) - Method in class ej.ecom.mobile.MobileManager
Enables the PIN code locking of the SIM card.
enc(String) - Method in class ej.rest.web.AbstractContent
 
encode(String, String) - Static method in class java.net.URLEncoder
Translates a string into application/x-www-form-urlencoded format using a specific encoding scheme.
EncodedKeySpec - Class in java.security.spec
This class represents a public or private key in encoded format.
EncodedKeySpec(byte[]) - Constructor for class java.security.spec.EncodedKeySpec
Creates a new EncodedKeySpec with the given encoded key.
encoding - Static variable in class sun.net.NetworkClient
 
ENCRYPT_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to encryption mode.
end() - Method in class org.json.me.JSONTokener
 
endArray() - Method in class org.json.me.JSONWriter
End an array.
endColumn - Variable in class ej.jsonpath.parser.Token
The column number of the last character of this Token.
endLine - Variable in class ej.jsonpath.parser.Token
The line number of the last character of this Token.
endObject() - Method in class org.json.me.JSONWriter
End an object.
Endpoint - Interface in ej.rcommand.synchronous
 
EndpointListener - Class in ej.rcommand.synchronous
Endpoint adapter.
EndpointListener(Endpoint) - Constructor for class ej.rcommand.synchronous.EndpointListener
 
endsWith(String) - Method in class java.lang.String
Tests if this string ends with the specified suffix.
engineAliases() - Method in class java.security.KeyStoreSpi
Lists all the alias names of this keystore.
engineContainsAlias(String) - Method in class java.security.KeyStoreSpi
Checks if the given alias exists in this keystore.
engineDeleteEntry(String) - Method in class java.security.KeyStoreSpi
Deletes the entry identified by the given alias from this keystore.
engineDigest() - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineDigest(byte[], int, int) - Method in class java.security.MessageDigestSpi
Completes the hash computation by performing final operations such as padding.
engineGenerateCertificate(InputStream) - Method in class java.security.cert.CertificateFactorySpi
Generates a certificate object and initializes it with the data read from the input stream inStream.
engineGetCertificate(String) - Method in class java.security.KeyStoreSpi
Returns the certificate associated with the given alias.
engineGetCertificateChain(String) - Method in class java.security.KeyStoreSpi
Returns the certificate chain associated with the given alias.
engineGetDigestLength() - Method in class java.security.MessageDigestSpi
Returns the digest length in bytes.
engineGetKey(String, char[]) - Method in class java.security.KeyStoreSpi
Returns the key associated with the given alias, using the given password to recover it.
engineGetKeyManagers() - Method in class javax.net.ssl.KeyManagerFactorySpi
Returns one key manager for each type of key material.
engineGetSocketFactory() - Method in class javax.net.ssl.SSLContextSpi
Returns a SocketFactory object for this context.
engineGetTrustManagers() - Method in class javax.net.ssl.TrustManagerFactorySpi
Returns one trust manager for each type of trust material.
engineInit(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactorySpi
Initializes this factory with a source of key material.
engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContextSpi
Initializes this context.
engineInit(KeyStore) - Method in class javax.net.ssl.TrustManagerFactorySpi
Initializes this factory with a source of certificate authorities and related trust material.
engineInitSign(PrivateKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key for signing operations.
engineInitSign(PrivateKey, SecureRandom) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified private key and source of randomness for signing operations.
engineInitVerify(PublicKey) - Method in class java.security.SignatureSpi
Initializes this signature object with the specified public key for verification operations.
engineIsCertificateEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
engineIsKeyEntry(String) - Method in class java.security.KeyStoreSpi
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
engineLoad(InputStream, char[]) - Method in class java.security.KeyStoreSpi
Loads the keystore from the given input stream.
engineReset() - Method in class java.security.MessageDigestSpi
Resets the digest for further use.
engineSetCertificateEntry(String, Certificate) - Method in class java.security.KeyStoreSpi
Assigns the given certificate to the given alias.
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStoreSpi
Assigns the given key (that has already been protected) to the given alias.
engineSetParameter(AlgorithmParameterSpec) - Method in class java.security.SignatureSpi
This method is overridden by providers to initialize this signature engine with the specified parameter set.
engineSign() - Method in class java.security.SignatureSpi
Returns the signature bytes of all the data updated so far.
engineSign(byte[], int, int) - Method in class java.security.SignatureSpi
Finishes this signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
engineSize() - Method in class java.security.KeyStoreSpi
Retrieves the number of entries in this keystore.
engineUpdate(byte) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.MessageDigestSpi
Updates the digest using the specified array of bytes, starting at the specified offset.
engineUpdate(byte) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified using the specified byte.
engineUpdate(byte[], int, int) - Method in class java.security.SignatureSpi
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
engineVerify(byte[]) - Method in class java.security.SignatureSpi
Verifies the passed-in signature.
engineVerify(byte[], int, int) - Method in class java.security.SignatureSpi
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
enqueudEvent(int) - Method in class ej.fp.EventQueue
Adds an event in the queue of events.
enqueudEvent(int) - Method in class ej.microui.event.EventQueue
Adds an event in the queue of events.
enqueudEvents(int[]) - Method in class ej.fp.EventQueue
Adds the events in the queue of events, respecting the array order.
enqueudEvents(int[]) - Method in class ej.microui.event.EventQueue
Adds the events in the queue of events, respecting the array order.
enqueue() - Method in class java.lang.ref.Reference
Adds this reference object to the queue with which it is registered, if any.
EnqueuedWeakReference<T> - Class in ej.bon
EnqueuedWeakReference are objects that are queued in an ReferenceQueue by the system when the object they point at (see Reference.get()) is set to null by the system.
EnqueuedWeakReference(T, ReferenceQueue<? super T>) - Constructor for class ej.bon.EnqueuedWeakReference
Creates a new EnqueuedWeakReference.
ensureCapacity(int) - Method in class java.lang.StringBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.lang.StringBuilder
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class java.util.ArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
ensureCapacity(int) - Method in class java.util.Vector
Increases the capacity of this vector, if necessary, to ensure that it can hold at least the number of components specified by the minimum capacity argument.
enter() - Static method in class ej.kf.Kernel
Enters in Kernel mode: the current thread context is switched to be owned by the Kernel.
entity - Static variable in class org.json.me.util.XMLTokener
The table of entity values.
entrySet() - Method in class java.util.AbstractMap
 
entrySet() - Method in class java.util.HashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.Hashtable
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.Map
Returns a Set view of the mappings contained in this map.
entrySet() - Method in interface java.util.SortedMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.TreeMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class java.util.WeakHashMap
Returns a Set view of the mappings contained in this map.
Enum<E extends Enum<E>> - Class in java.lang
This is the common base class of all Java language enumeration types.
Enum(String, int) - Constructor for class java.lang.Enum
Sole constructor.
enumerate(Thread[]) - Static method in class java.lang.Thread
Copies into the specified array every active thread.
enumeration(Collection<T>) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
Enumeration<E> - Interface in java.util
An object that implements the Enumeration interface generates a series of elements, one at a time.
EOF - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
End of File.
EOFException - Exception in java.io
Signals that an end of file or end of stream has been reached unexpectedly during input.
EOFException() - Constructor for exception java.io.EOFException
Constructs an EOFException with null as its error detail message.
EOFException(String) - Constructor for exception java.io.EOFException
Constructs an EOFException with the specified detail message.
EOL - Static variable in exception ej.jsonpath.parser.ParseException
The end of line string for this machine.
eq(Object, Object) - Static method in class org.eclipse.core.runtime.SubMonitor
 
EQ - Static variable in class org.json.me.util.XML
The Character '='.
equals(Object) - Method in class ej.basictool.map.AbstractPackedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class ej.ecom.DeviceManagerPermission
 
equals(Object) - Method in class ej.ecom.io.ConnectionPermission
 
equals(Object) - Method in class ej.microui.display.DisplayPermission
 
equals(Object) - Method in class ej.microui.display.FontPermission
 
equals(Object) - Method in class ej.microui.display.ImagePermission
 
equals(Object) - Method in class ej.microui.event.EventPermission
 
equals(Object) - Method in class ej.microui.MicroUIPermission
 
equals(Object) - Method in class ej.mwt.style.background.ImageBackground
 
equals(Object) - Method in class ej.mwt.style.background.RectangularBackground
 
equals(Object) - Method in class ej.mwt.style.background.RoundedBackground
 
equals(Object) - Method in class ej.mwt.style.background.TiledImageBackground
 
equals(Object) - Method in class ej.mwt.style.dimension.FixedDimension
 
equals(Object) - Method in class ej.mwt.style.dimension.OptimalDimension
 
equals(Object) - Method in class ej.mwt.style.dimension.RelativeDimension
 
equals(Object) - Method in class ej.mwt.style.EditableStyle
 
equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.RectangularBorder
 
equals(Object) - Method in class ej.mwt.style.outline.border.RoundedBorder
 
equals(Object) - Method in class ej.mwt.style.outline.FlexibleOutline
 
equals(Object) - Method in class ej.mwt.style.outline.UniformOutline
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.NotSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.StateSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
equals(Object) - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
equals(Object) - Method in class ej.property.PropertyPermission
 
equals(Object) - Method in class ej.service.ServicePermission
 
equals(Object) - Method in class ej.wadapps.application.ApplicationPermission
 
equals(Object) - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
equals(Object) - Method in class java.io.File
Tests this abstract pathname for equality with the given object.
equals(Object) - Method in class java.io.FilePermission
Checks two FilePermission objects for equality.
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the specified object represents an annotation that is logically equivalent to this one.
equals(Object) - Method in class java.lang.Boolean
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class java.lang.Byte
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Character
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Double
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Enum
Returns true if the specified object is equal to this enum constant.
equals(Object) - Method in class java.lang.Float
Compares this object against the specified object.
equals(Object) - Method in class java.lang.Integer
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Long
Compares this object to the specified object.
equals(Object) - Method in class java.lang.Object
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class java.lang.Short
Compares this object to the specified object.
equals(Object) - Method in class java.lang.StackTraceElement
Returns true if the specified object is another StackTraceElement instance representing the same execution point as this instance.
equals(Object) - Method in class java.lang.String
Compares this string to the specified object.
equals(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object for equality.
equals(Object) - Method in class java.net.Inet4Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.Inet6Address
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InetSocketAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.InterfaceAddress
Compares this object against the specified object.
equals(Object) - Method in class java.net.NetworkInterface
Compares this object against the specified object.
equals(Object) - Method in class java.net.SocketPermission
Checks two SocketPermission objects for equality.
equals(Object) - Method in class java.net.URI
Tests this URI for equality with another object.
equals(Object) - Method in class java.net.URL
Compares this URL for equality with another object.
equals(URL, URL) - Method in class java.net.URLStreamHandler
Provides the default equals calculation.
equals(Object) - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.CharBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.DoubleBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.IntBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.LongBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is equal to another object.
equals(Object) - Method in class java.security.BasicPermission
Checks two BasicPermission objects for equality.
equals(Object) - Method in class java.security.Permission
Checks two Permission objects for equality.
equals(Object) - Method in interface java.security.Principal
Compares this principal to the specified object.
equals(Object) - Method in class java.util.AbstractList
Compares the specified object with this list for equality.
equals(Object) - Method in class java.util.AbstractMap
Compares the specified object with this map for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Compares the specified object with this entry for equality.
equals(Object) - Method in class java.util.AbstractSet
Compares the specified object with this set for equality.
equals(long[], long[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of longs are equal to one another.
equals(int[], int[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of ints are equal to one another.
equals(short[], short[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of shorts are equal to one another.
equals(char[], char[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of chars are equal to one another.
equals(byte[], byte[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of bytes are equal to one another.
equals(boolean[], boolean[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of booleans are equal to one another.
equals(double[], double[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of doubles are equal to one another.
equals(float[], float[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of floats are equal to one another.
equals(Object[], Object[]) - Static method in class java.util.Arrays
Returns true if the two specified arrays of Objects are equal to one another.
equals(Object) - Method in class java.util.BitSet
Compares this object against the specified object.
equals(Object) - Method in class java.util.Calendar
Compares this Calendar to the specified Object.
equals(Object) - Method in interface java.util.Collection
Compares the specified object with this collection for equality.
equals(Object) - Method in interface java.util.Comparator
Indicates whether some other object is "equal to" this comparator.
equals(Object) - Method in class java.util.Date
Compares two dates for equality.
equals(Object) - Method in class java.util.Hashtable
Compares the specified Object with this Map for equality, as per the definition in the Map interface.
equals(Object) - Method in interface java.util.List
Compares the specified object with this list for equality.
equals(Object) - Method in interface java.util.Map.Entry
Compares the specified object with this entry for equality.
equals(Object) - Method in interface java.util.Map
Compares the specified object with this map for equality.
equals(Object, Object) - Static method in class java.util.Objects
Returns true if the arguments are equal to each other and false otherwise.
equals(Object) - Method in class java.util.PropertyPermission
Checks two PropertyPermission objects for equality.
equals(Object) - Method in interface java.util.Set
Compares the specified object with this set for equality.
equals(Object) - Method in class java.util.Vector
Compares the specified Object with this Vector for equality.
equals(Object) - Method in class javax.crypto.spec.SecretKeySpec
Tests for equality between the specified object and this object.
equals(Object) - Method in class javax.security.auth.x500.X500Principal
Compares the specified Object with this X500Principal for equality.
equals(Object) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
equals(AlgorithmId) - Method in class sun.security.x509.AlgorithmId
Returns true iff the argument indicates the same algorithm with the same parameters.
equals(Object) - Method in class sun.security.x509.AlgorithmId
Compares this AlgorithmID to another.
equals(String) - Method in class sun.security.x509.AlgorithmId
Compares two algorithm IDs for equality.
equalsIgnoreCase(String) - Method in class java.lang.String
Compares this String to another String, ignoring case considerations.
ERA - Static variable in class java.util.Calendar
Field number for get and set indicating the era, e.g., AD or BC in the Julian calendar.
err - Static variable in class java.lang.System
The "standard" error output stream.
error(String) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
error(String) - Static method in class ej.tool.addon.util.Message
 
error(String) - Method in interface ej.tool.addon.util.MessageLogger
 
Error - Error in java.lang
An Error is a subclass of Throwable that indicates serious problems that a reasonable application should not try to catch.
Error() - Constructor for error java.lang.Error
Constructs a new error with null as its detail message.
Error(String) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message.
Error(String, Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified detail message and cause.
Error(Throwable) - Constructor for error java.lang.Error
Constructs a new error with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ERROR_ON_START - Static variable in class ej.storage.util.StorageMessage
Error occurs when starting an app.
ERROR_ON_STOP - Static variable in class ej.storage.util.StorageMessage
Error occurs when stopping an app.
errorNode - Variable in exception com.is2t.microej.workbench.std.launch.ext.expr.ExpressionError
 
ESC - Static variable in class ej.microui.event.EventCommand
The "escape" command constant.
ESC - Static variable in class ej.microui.event.generator.Command
Constant for "escape" command.
escape(String) - Static method in class ej.rest.json.Cookie
Produce a copy of a string in which the characters '+', '%', '=', ';' and control characters are replaced with "%hh".
escape(String) - Static method in class org.json.me.util.XML
Replace special characters with XML escapes:
ETHIOPIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for ethiopic font identifier.
eval(Object) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
 
EVEN_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.EvenChildSelector
Even child selector singleton to avoid creating several ones.
EvenChildSelector - Class in ej.mwt.stylesheet.selector
An even child selector selects by checking if a widget is at an even position in its parent (1, 3, 5,…).
Event - Class in ej.microui.event
MicroUI features int-based events, allowing for a rich event mechanism compatible with scare resources.
EVENT_TYPE - Static variable in class ej.microui.event.generator.Buttons
The BUTTON event type returned by Buttons.getEventType().
EVENT_TYPE - Static variable in class ej.microui.event.generator.Command
The COMMAND event type returned by Command.getEventType().
EVENT_TYPE - Static variable in class ej.microui.event.generator.Pointer
The POINTER event type returned by Pointer.getEventType().
EVENT_TYPE - Static variable in class ej.microui.event.generator.States
The STATE event type returned by States.getEventType().
EVENT_TYPE - Static variable in class ej.mwt.event.DesktopEventGenerator
The DESKTOP event type.
EventButton - Class in ej.microui.event
This class holds all methods to send MicroUI Button events to MicroUI application.
EventCommand - Class in ej.microui.event
This class holds all methods to send MicroUI Command events to MicroUI application.
EventDispatcher - Class in ej.mwt.event
Dispatches the events received on a desktop to its children.
EventDispatcher(Desktop) - Constructor for class ej.mwt.event.EventDispatcher
Creates an event dispatcher.
EventGenerator - Class in ej.microui.event
Event generators generate int-based events (see Event).
EventGenerator() - Constructor for class ej.microui.event.EventGenerator
Creates a new event generator.
EventGeneric - Class in ej.microui.event
This class holds all methods to send MicroUI generic events to MicroUI application.
EventHandler - Interface in ej.microui.event
An event handler is intended to receive and handle events.
EventListener - Interface in java.util
A tagging interface that all event listener interfaces must extend.
EventObject - Class in java.util
The root class from which all event state objects shall be derived.
EventObject(Object) - Constructor for class java.util.EventObject
Constructs a prototypical Event.
EventPermission - Class in ej.microui.event
Permission to handle events generated by an EventGenerator.
EventPermission(EventGenerator) - Constructor for class ej.microui.event.EventPermission
Creates a permission for events generated by the given event generator with null as name.
EventPointer - Class in ej.microui.event
This class holds all methods to send MicroUI Pointer events to MicroUI application.
EventQueue - Class in ej.fp
The events queue is a mechanism to store some events in a linked list.
EventQueue() - Constructor for class ej.fp.EventQueue
Creates a new event queue.
EventQueue - Class in ej.microui.event
The events queue is a mechanism to store some MicroUI and LLUIInput events in a linked list.
eventReceived(int) - Method in class ej.microui.event.generator.GenericEventGenerator
Called by MicroUI framework when a custom event has been received from native world.
eventsReceived(int[]) - Method in class ej.microui.event.generator.GenericEventGenerator
Called by MicroUI framework when a custom event has been received from native world.
EventState - Class in ej.microui.event
This class holds all methods to send MicroUI States events to MicroUI application.
EventTouch - Class in ej.microui.event
This class holds all methods to send MicroUI Touch events to MicroUI application.
ExactComparisonCriteria - Class in org.junit.internal
 
ExactComparisonCriteria() - Constructor for class org.junit.internal.ExactComparisonCriteria
 
Exception - Exception in java.lang
The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
Exception() - Constructor for exception java.lang.Exception
Constructs a new exception with null as its detail message.
Exception(String) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message.
Exception(String, Throwable) - Constructor for exception java.lang.Exception
Constructs a new exception with the specified detail message and cause.
Exception(Throwable) - Constructor for exception java.lang.Exception
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).
ExceptionInInitializerError - Error in java.lang
Signals that an unexpected exception has occurred in a static initializer.
ExceptionInInitializerError() - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with null as its detail message string and with no saved throwable object.
ExceptionInInitializerError(String) - Constructor for error java.lang.ExceptionInInitializerError
Constructs an ExceptionInInitializerError with the specified detail message string.
ExceptionInInitializerError(Throwable) - Constructor for error java.lang.ExceptionInInitializerError
Constructs a new ExceptionInInitializerError class by saving a reference to the Throwable object thrown for later retrieval by the ExceptionInInitializerError.getException() method.
execute(Command<T>, long) - Method in class ej.rcommand.synchronous.RemoteCommandClient
Executes the command and waits for the result.
execute(AddonProcessor.ExecutionKind, JavaProject, List<Delta>, File) - Method in interface ej.tool.addon.AddonProcessor
Runs this processor.
execute(Runnable) - Method in interface java.util.concurrent.Executor
Executes the given command at some time in the future.
EXECUTE_COMMAND - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
EXECUTE_COMMAND_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
EXECUTE_COMMAND_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
EXECUTE_COMMAND_VERSION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
ExecutionException - Exception in java.util.concurrent
Exception thrown when attempting to retrieve the result of a task that aborted by throwing an exception.
ExecutionException() - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with no detail message.
ExecutionException(String) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message.
ExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified detail message and cause.
ExecutionException(Throwable) - Constructor for exception java.util.concurrent.ExecutionException
Constructs an ExecutionException with the specified cause.
Executor - Interface in java.util.concurrent
An object that executes submitted Runnable tasks.
ExecutorService - Interface in java.util.concurrent
An Executor that provides methods to manage termination and methods that can produce a Future for tracking progress of one or more asynchronous tasks.
exists(String) - Method in class ej.storage.fs.StorageFs
 
exists(String) - Method in class ej.storage.heap.StorageHeap
 
exists(String) - Method in interface ej.storage.Storage
Tests whether an entry exists for this ID.
exists() - Method in class java.io.File
Tests whether the file or directory denoted by this abstract pathname exists.
exit() - Static method in class ej.kf.Kernel
Exits from Kernel mode: the current thread context is restored to the owner of the caller of the method (which can remain the Kernel).
EXIT - Static variable in class ej.microui.event.EventCommand
The "exit" command constant.
EXIT - Static variable in class ej.microui.event.generator.Command
Constant for "exit" command.
exit(int) - Method in class java.lang.Runtime
Terminates the currently running Java virtual machine by initiating its shutdown sequence.
exit(int) - Static method in class java.lang.System
Terminates the currently running Java Virtual Machine.
EXITED - Static variable in class ej.mwt.event.PointerEventDispatcher
The "exited" action.
exp(double) - Static method in class ej.bon.XMath
Returns Euler's number e raised to the power of a double value.
EXP - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
exp(double) - Static method in class java.lang.Math
Returns Euler's number e raised to the power of a double value.
ExpandBuff(boolean) - Method in class ej.jsonpath.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception ej.jsonpath.parser.ParseException
Each entry in this array is an array of integers.
expm1(double) - Static method in class java.lang.Math
Returns ex -1.
ExpoEaseInMotion - Class in ej.motion.expo
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
ExpoEaseInMotion(int, int, long) - Constructor for class ej.motion.expo.ExpoEaseInMotion
Creates a ease in motion for a move from start to stop.
ExpoEaseInOutMotion - Class in ej.motion.expo
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
ExpoEaseInOutMotion(int, int, long) - Constructor for class ej.motion.expo.ExpoEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
ExpoEaseOutMotion - Class in ej.motion.expo
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
ExpoEaseOutMotion(int, int, long) - Constructor for class ej.motion.expo.ExpoEaseOutMotion
Creates a ease out motion for a move from start to stop.
ExpoMotionManager - Class in ej.motion.expo
Motion manager creating ease in motions.
ExpoMotionManager() - Constructor for class ej.motion.expo.ExpoMotionManager
 
EXPONENT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
expr() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
Expression - Class in com.is2t.microej.workbench.std.launch.ext.expr
Root class for option expression behavior.
Expression() - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.Expression
 
ExpressionError - Exception in com.is2t.microej.workbench.std.launch.ext.expr
Exception thrown when an Expression cannot be computed to a constant.
ExpressionError(Expression) - Constructor for exception com.is2t.microej.workbench.std.launch.ext.expr.ExpressionError
 
ExpressionVisitor - Interface in com.is2t.microej.workbench.std.launch.ext.expr
Expression model visitor
Extension - Interface in com.is2t.microej.workbench.extension
 

F

F0 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public-exponent value F0 = 3.
F4 - Static variable in class java.security.spec.RSAKeyGenParameterSpec
The public exponent-value F4 = 65537.
FACTORY_RESET - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
fail(String) - Static method in class org.junit.Assert
Fails a test with the given message.
fail() - Static method in class org.junit.Assert
Fails a test with no message.
failed - Variable in class ej.junit.AbstractTestWrapper
 
FALSE - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BooleanConstant
 
FALSE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value false.
fDelta - Variable in class org.junit.internal.InexactComparisonCriteria
 
Feature - Class in ej.kf
A Feature represents an optional part of an application that adds new features and services.
Feature.State - Enum in ej.kf
A Feature state.
FeatureApplication - Class in ej.wadapps.multisandbox.application
Represents an application matching a KF feature.
FeatureApplication(Feature) - Constructor for class ej.wadapps.multisandbox.application.FeatureApplication
Creates an application for a feature.
FeatureEntryPoint - Interface in ej.kf
Each Feature shall define one entry point that implements this interface.
FeaturePermissionCheckDelegate - Interface in com.microej.kf.util.security
API for checking Feature permissions.
FeatureStateListener - Interface in ej.kf
The listener interface for receiving notifications when the state of a Feature has changed.
featureStopped(Feature, ResourceControlListener.StopCause) - Method in interface ej.kf.ResourceControlListener
Called when a Feature is stopped by the Resource Control Manager.
FEBRUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the second month of the year in the Gregorian and Julian calendars.
FIELD_C - Static variable in interface ej.kf.Principal
C: Country
FIELD_CN - Static variable in interface ej.kf.Principal
CN: Common name
FIELD_COUNT - Static variable in class java.util.Calendar
The number of distinct fields recognized by get and set.
FIELD_L - Static variable in interface ej.kf.Principal
L: Locality
FIELD_O - Static variable in interface ej.kf.Principal
O: Organization
FIELD_OU - Static variable in interface ej.kf.Principal
OU: Organizational Unit
FIELD_ST - Static variable in interface ej.kf.Principal
ST: State or Province
fields - Variable in class java.util.Calendar
The calendar field values for the currently set time for this calendar.
File - Class in java.io
An abstract representation of file and directory pathnames.
File(String) - Constructor for class java.io.File
Creates a new File instance by converting the given pathname string into an abstract pathname.
File(String, String) - Constructor for class java.io.File
Creates a new File instance from a parent pathname string and a child pathname string.
File(File, String) - Constructor for class java.io.File
Creates a new File instance from a parent abstract pathname and a child pathname string.
FileFilter - Interface in java.io
A filter for abstract pathnames.
FileInputStream - Class in java.io
A FileInputStream obtains input bytes from a file in a file system.
FileInputStream(String) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the path name name in the file system.
FileInputStream(File) - Constructor for class java.io.FileInputStream
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system.
fileMustExist(boolean) - Method in class com.is2t.microej.workbench.std.launch.ext.BrowseOption
 
FilenameFilter - Interface in java.io
Instances of classes that implement this interface are used to filter filenames.
FileNotFoundException - Exception in java.io
Signals that an attempt to open the file denoted by a specified pathname has failed.
FileNotFoundException() - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with null as its error detail message.
FileNotFoundException(String) - Constructor for exception java.io.FileNotFoundException
Constructs a FileNotFoundException with the specified detail message.
FileOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
FileOptionValidator(String, boolean, boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.FileOptionValidator
 
FileOptionValidator(String, boolean, boolean, boolean, boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.FileOptionValidator
 
FileOptionValidator(String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.FileOptionValidator
 
FileOutputStream - Class in java.io
A file output stream is an output stream for writing data to a File.
FileOutputStream(String) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(String, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file with the specified name.
FileOutputStream(File) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FileOutputStream(File, boolean) - Constructor for class java.io.FileOutputStream
Creates a file output stream to write to the file represented by the specified File object.
FilePermission - Class in java.io
This class represents access to a file or directory.
FilePermission(String, String) - Constructor for class java.io.FilePermission
Creates a new FilePermission object with the specified actions.
FilePropertiesServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations from a property file.
FilePropertiesServiceLoader(String) - Constructor for class ej.service.loader.FilePropertiesServiceLoader
Creates a file properties service loader.
FilePropertyLoader - Class in ej.property.loader
A property loader that searches in a properties file.
FilePropertyLoader(String) - Constructor for class ej.property.loader.FilePropertyLoader
Creates a file property loader.
fill(long[], long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified array of longs.
fill(long[], int, int, long) - Static method in class java.util.Arrays
Assigns the specified long value to each element of the specified range of the specified array of longs.
fill(int[], int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified array of ints.
fill(int[], int, int, int) - Static method in class java.util.Arrays
Assigns the specified int value to each element of the specified range of the specified array of ints.
fill(short[], short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified array of shorts.
fill(short[], int, int, short) - Static method in class java.util.Arrays
Assigns the specified short value to each element of the specified range of the specified array of shorts.
fill(char[], char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified array of chars.
fill(char[], int, int, char) - Static method in class java.util.Arrays
Assigns the specified char value to each element of the specified range of the specified array of chars.
fill(byte[], byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified array of bytes.
fill(byte[], int, int, byte) - Static method in class java.util.Arrays
Assigns the specified byte value to each element of the specified range of the specified array of bytes.
fill(boolean[], boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified array of booleans.
fill(boolean[], int, int, boolean) - Static method in class java.util.Arrays
Assigns the specified boolean value to each element of the specified range of the specified array of booleans.
fill(double[], double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified array of doubles.
fill(double[], int, int, double) - Static method in class java.util.Arrays
Assigns the specified double value to each element of the specified range of the specified array of doubles.
fill(float[], float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified array of floats.
fill(float[], int, int, float) - Static method in class java.util.Arrays
Assigns the specified float value to each element of the specified range of the specified array of floats.
fill(Object[], Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified array of Objects.
fill(Object[], int, int, Object) - Static method in class java.util.Arrays
Assigns the specified Object reference to each element of the specified range of the specified array of Objects.
fill(List<? super T>, T) - Static method in class java.util.Collections
Replaces all of the elements of the specified list with the specified element.
FillBuff() - Method in class ej.jsonpath.parser.SimpleCharStream
 
fillCircle(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillCircle".
fillCircle(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
Fills a circle.
fillCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Fills a circle covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
fillCircle(LLUIPainter.MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillCircleArc(byte[], int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillCircleArc".
fillCircleArc(GraphicsContext, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Fills a circle arc.
fillCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Fills a circular arc covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
fillCircleArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillEllipse(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillEllipse".
fillEllipse(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an ellipse.
fillEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Fills an ellipse covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
fillEllipse(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillEllipseArc(byte[], int, int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillEllipseArc".
fillEllipseArc(GraphicsContext, int, int, int, int, float, float) - Static method in class ej.microui.display.Painter
Fills an ellipse arc.
fillEllipseArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Fills an arc covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
fillEllipseArc(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillInStackTrace() - Method in class java.lang.Throwable
Fills in the execution stack trace.
fillOval(int, int, int, int, int) - Method in interface ej.fp.Image
Fills an oval bounded by the specified rectangle with the specified color.
fillPolygon(GraphicsContext, int[]) - Static method in class ej.drawing.ShapePainter
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillPolygon(GraphicsContext, int[], int, int) - Static method in class ej.drawing.ShapePainter
Fills the closed polygon which is defined by the array of integer coordinates, using the current color.
fillRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Fills a rectangle with the specified bounds and the specified color.
fillRectangle(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillRectangle".
fillRectangle(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an orthogonal rectangle.
fillRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Fills a rectangle at from top-left point x1,y1 (included) and bottom-right point x2,y2 (included).
fillRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillResourceFromURL(URLConnection, T) - Method in class ej.rest.web.Resty
Get the content from the URLConnection, create a Resource representing the content and carry over some metadata like HTTP Result and location header.
fillRoundedRectangle(byte[], int, int, int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "fillRoundedRectangle".
fillRoundedRectangle(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
Fills an orthogonal rectangle with rounded corners.
fillRoundedRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Fills a rounded rectangle at from top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
fillRoundedRectangle(LLUIPainter.MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
fillTransparentRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Fills a transparent rectangle (force to turn this image as transparent image).
filterAndAddHeaders(String[], Map<String, List<String>>) - Method in class sun.net.www.MessageHeader
 
FilterInputStream - Class in java.io
A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.
FilterInputStream(InputStream) - Constructor for class java.io.FilterInputStream
Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
FilterMessageLogger - Class in ej.util.message.basic
A message logger delegates the messages build to a MessageBuilder and prints them to the standard output stream when the message level is higher that logger threshold.
FilterMessageLogger() - Constructor for class ej.util.message.basic.FilterMessageLogger
Creates an instance using BasicMessageBuilder.INSTANCE to build the messages.
FilterMessageLogger(MessageBuilder) - Constructor for class ej.util.message.basic.FilterMessageLogger
Creates an instance passing the message builder used to build the messages.
FilterMessageLogger(MessageBuilder, char) - Constructor for class ej.util.message.basic.FilterMessageLogger
Creates an instance passing the message builder used to build the messages.
filterNTLMResponses(String) - Method in class sun.net.www.MessageHeader
Removes bare Negotiate and Kerberos headers when an "NTLM ..." appears.
FilterOutputStream - Class in java.io
This class is the superclass of all classes that filter output streams.
FilterOutputStream(OutputStream) - Constructor for class java.io.FilterOutputStream
Creates an output stream filter built on top of the specified underlying output stream.
finalize(PagesResolver) - Method in interface com.is2t.microej.workbench.extension.Page
Finalize the page initialization.
finalizeConfiguration() - Method in class ej.fp.widget.Display
 
finalizeConfiguration() - Method in class ej.fp.Widget
Checks whether the widget configuration is valid or not and finalizes the widget configuration according all attributes previously set.
finalizeConfiguration() - Method in class ej.fp.widget.Joystick
 
finalizeConfiguration() - Method in class ej.fp.widget.LED
 
finalizeConfiguration() - Method in class ej.fp.widget.Pointer
 
finalizeConfiguration() - Method in class ej.fp.widget.Wheel
 
findNextValue(String, String) - Method in class sun.net.www.MessageHeader
Deprecated: Use multiValueIterator() instead.
findValue(String) - Method in class sun.net.www.MessageHeader
Find the value that corresponds to this key.
FINE - Static variable in class ej.util.message.Level
Fine.
FINE - Static variable in class java.util.logging.Level
FINE is a message level providing tracing information.
fine(String) - Method in class java.util.logging.Logger
Log a FINE message.
FINER - Static variable in class ej.util.message.Level
Finer.
FINER - Static variable in class java.util.logging.Level
FINER indicates a fairly detailed tracing message.
finer(String) - Method in class java.util.logging.Logger
Log a FINER message.
FINEST - Static variable in class ej.util.message.Level
Finest.
FINEST - Static variable in class java.util.logging.Level
FINEST indicates a highly detailed tracing message.
finest(String) - Method in class java.util.logging.Logger
Log a FINEST message.
finished - Variable in class ej.motion.AbstractMotion
true if finished, false otherwise.
finished() - Method in class sun.net.www.http.HttpClient
 
finishTracking() - Method in class sun.net.ProgressSource
Finish progress tracking.
Firmware - Interface in ej.wadapps
A firmware represents an executable unit.
FirmwareKF - Class in ej.wadapps.multisandbox
Implementation of Firmware over KF.
FirmwareKF() - Constructor for class ej.wadapps.multisandbox.FirmwareKF
Creates an instance of Firmware
first() - Method in interface java.util.SortedSet
Returns the first (lowest) element currently in this set.
first() - Method in class java.util.TreeSet
 
FIRST_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.FirstChildSelector
First child selector singleton to avoid creating several ones.
FirstChildSelector - Class in ej.mwt.stylesheet.selector
A first child selector selects by checking if a widget is the first child of its parent.
firstElement() - Method in class java.util.Vector
Returns the first component (the item at index 0) of this vector.
firstEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key in this map, or null if the map is empty.
firstEntry() - Method in class java.util.TreeMap
 
firstKey() - Method in interface java.util.SortedMap
Returns the first (lowest) key currently in this map.
firstKey() - Method in class java.util.TreeMap
 
fixedContentLength - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
fixedContentLengthLong - Variable in class java.net.HttpURLConnection
The fixed content-length when using fixed-length streaming mode.
FixedDimension - Class in ej.mwt.style.dimension
Dimension with fixed width and/or height.
FixedDimension(int, int) - Constructor for class ej.mwt.style.dimension.FixedDimension
Creates a fixed dimension with constraints.
FlexibleOutline - Class in ej.mwt.style.outline
Flexible outline that has a different thickness for each edge.
FlexibleOutline(int, int, int, int) - Constructor for class ej.mwt.style.outline.FlexibleOutline
Creates a flexible outline specifying its thickness for each edge.
FlexibleRectangularBorder - Class in ej.mwt.style.outline.border
Represents and draw a rectangular colored border with one color.
FlexibleRectangularBorder(int, int, int, int, int) - Constructor for class ej.mwt.style.outline.border.FlexibleRectangularBorder
Creates a flexible rectangular border specifying its color and edges thickness.
FlexibleRectangularMulticoloredBorder - Class in ej.mwt.style.outline.border
Represents and draw a rectangular border with different thicknesses and colors.
FlexibleRectangularMulticoloredBorder(int, int, int, int, int, int, int, int) - Constructor for class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Creates a flexible rectangular border specifying its edges thickness and color.
flip() - Method in class java.nio.Buffer
Flips this buffer.
flip(int) - Method in class java.util.BitSet
Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class java.util.BitSet
Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
flipBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit flipped.
Float - Class in java.lang
The Float class wraps a value of primitive type float in an object.
Float(double) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the argument converted to type float.
Float(float) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the primitive float argument.
Float(String) - Constructor for class java.lang.Float
Constructs a newly allocated Float object that represents the floating-point value of type float represented by the string.
FloatBuffer - Class in java.nio
a float buffer.
FloatConverter - Class in com.microej.kf.util
FloatConverter() - Constructor for class com.microej.kf.util.FloatConverter
 
floatToIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout.
floatToRawIntBits(float) - Static method in class java.lang.Float
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "single format" bit layout, preserving Not-a-Number (NaN) values.
floatValue() - Method in class java.lang.Byte
Returns the value of this Byte as a float.
floatValue() - Method in class java.lang.Double
Returns the float value of this Double object.
floatValue() - Method in class java.lang.Float
Returns the float value of this Float object.
floatValue() - Method in class java.lang.Integer
Returns the value of this Integer as a float.
floatValue() - Method in class java.lang.Long
Returns the value of this Long as a float.
floatValue() - Method in class java.lang.Number
Returns the value of the specified number as a float.
floatValue() - Method in class java.lang.Short
Returns the value of this Short as a float.
floatValue() - Method in class java.math.BigInteger
Converts this BigInteger to a float.
floor(double) - Static method in class ej.bon.XMath
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(double) - Static method in class java.lang.Math
Returns the largest (closest to positive infinity) double value that is less than or equal to the argument and is equal to a mathematical integer.
floor(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set less than or equal to the given element, or null if there is no such element.
floor(E) - Method in class java.util.TreeSet
 
floorEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key less than or equal to the given key, or null if there is no such key.
floorEntry(K) - Method in class java.util.TreeMap
 
floorKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key less than or equal to the given key, or null if there is no such key.
floorKey(K) - Method in class java.util.TreeMap
 
Flow - Class in ej.widget.container
Lays out any number of children horizontally or vertically, using multiple rows if necessary.
Flow(boolean) - Constructor for class ej.widget.container.Flow
Creates a flow specifying its orientation.
flush(LLUIPainter.MicroUIGraphicsContext, Image, int, int, int, int) - Method in class ej.fp.widget.Display
 
flush() - Method in class ej.microui.display.Display
Performs immediately a flush updating the display with the draw actions since the last flush if and only if the display is double buffered.
flush(LLUIPainter.MicroUIGraphicsContext, Image, int, int, int, int) - Method in interface ej.microui.display.LLUIDisplayImpl
Flushes a part of the display limited by specified bounds.
flush() - Method in class ej.util.logging.handler.DefaultHandler
 
flush() - Method in class java.io.BufferedOutputStream
Flushes this buffered output stream.
flush() - Method in class java.io.BufferedWriter
Flushes the stream.
flush() - Method in class java.io.DataOutputStream
Flushes this data output stream.
flush() - Method in class java.io.FilterOutputStream
Flushes this output stream and forces any buffered output bytes to be written out to the stream.
flush() - Method in interface java.io.Flushable
Flushes this stream by writing any buffered output to the underlying stream.
flush() - Method in class java.io.OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.OutputStreamWriter
Flushes the stream.
flush() - Method in class java.io.PipedOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class java.io.PipedWriter
Flushes this output stream and forces any buffered output characters to be written out.
flush() - Method in class java.io.PrintStream
Flushes the stream.
flush() - Method in class java.io.PrintWriter
Flushes the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.io.Writer
Flushes the stream.
flush() - Method in class java.util.logging.Handler
Flush any buffered output.
flush() - Method in class sun.net.www.http.ChunkedOutputStream
 
Flushable - Interface in java.io
A Flushable is a destination of data that can be flushed.
flushCommand() - Method in interface ej.rcommand.CommandSender
Ends the command frame.
flushCommand() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
flushCommand() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
flushContent(Object) - Method in interface com.is2t.hil.NativeInterface
Flush fully an array.
Equivalent to call NativeInterface.flushContent(Object, int, int) with the full array range.
flushContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Flush the content of an array.
Only range [offset, offset + length - 1] is flushed.
flushImmortalContent(Object) - Method in interface com.is2t.hil.NativeInterface
Flush fully an immortal array.
Equivalent to call NativeInterface.flushImmortalContent(Object, int, int) with the full array range.
flushImmortalContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Flush content of an immortal array.
Only range [offset, offset + length - 1] is flushed.
FolderKind - Enum in ej.tool.addon
An enumeration of possible kind of folders.
FolderOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
FolderOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.FolderOptionValidator
 
Font - Class in ej.microui.display
A Font defines how characters are drawn on a GraphicsContext.
FontIdentifiers - Class in ej.microui.display
Available list of Font built-in identifiers.
FontPermission - Class in ej.microui.display
Permission to create a Font.
FontPermission() - Constructor for class ej.microui.display.FontPermission
Creates a font permission with null as name.
forDigit(int, int) - Static method in class java.lang.Character
Determines the character representation for a specific digit in the specified radix.
form(String) - Static method in class ej.rest.web.Resty
Create form content as application/x-www-form-urlencoded (i.e.
form(FormData...) - Static method in class ej.rest.web.Resty
Create form content to be sent as multipart/form-data.
FormContent - Class in ej.rest.web
Encapsulates form-data sent to web services.
FormContent(String) - Constructor for class ej.rest.web.FormContent
 
FormData - Class in ej.rest.web
Wrapper for content to be sent as form-data.
FormData(String, AbstractContent) - Constructor for class ej.rest.web.FormData
 
FormData(String, String, AbstractContent) - Constructor for class ej.rest.web.FormData
 
forName(String) - Static method in class java.lang.Class
Returns the Class object associated with the class or interface with the given string name.
FRAC - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
frameBuffer - Variable in class ej.fp.widget.Display
This buffer contains the application drawings after the call to #flush(MicroUIGraphicsContext, Image, int, int, int, int) in double buffer mode or during application rendering in simple buffer mode.
freeMemory() - Static method in class ej.bon.Immortals
Returns the amount of free immortal memory still available.
freeMemory() - Static method in class ej.bon.Immutables
Returns the amount of free immutable memory still available.
freeMemory() - Method in class java.lang.Runtime
Returns the amount of free memory in the Java Virtual Machine.
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the number of elements in the specified collection equal to the specified object.
FRIDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Friday.
FrontPanel - Class in ej.fp
This is the super class of the front panel engines.
FrontPanel() - Constructor for class ej.fp.FrontPanel
 
Future<V> - Interface in java.util.concurrent
A Future represents the result of an asynchronous computation.

G

GatewayRemoteCommandManager - Class in ej.rcommand.impl
A RemoteCommandManager that dispatches all the unknown command to the CommandSender.
GatewayRemoteCommandManager(boolean) - Constructor for class ej.rcommand.impl.GatewayRemoteCommandManager
 
GatewayRemoteCommandManager() - Constructor for class ej.rcommand.impl.GatewayRemoteCommandManager
 
gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GeneralSecurityException - Exception in java.security
The GeneralSecurityException class is a generic security exception class that provides type safety for all the security-related exception classes that extend from it.
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
GeneralSiblingCombinator - Class in ej.mwt.stylesheet.selector.combinator
A general sibling combinator selects by checking the widget sibling.
GeneralSiblingCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.GeneralSiblingCombinator
Creates a general sibling combinator.
generate(Image, OutputStream) - Method in interface com.microej.tool.ui.generator.ImageConverter
Converts the given image in the given output stream.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
generateKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
generateKeyPair() - Method in class java.security.KeyPairGeneratorSpi
Generates a key pair.
generateParseException() - Method in class ej.jsonpath.parser.JSONPathCompiler
Generate ParseException.
generatePrivate(KeySpec) - Method in class java.security.KeyFactory
Generates a private key object from the provided key specification (key material).
generatePublic(KeySpec) - Method in class java.security.KeyFactory
Generates a public key object from the provided key specification (key material).
GENERIC_EVENT_GENERATOR_INVALID_CLASSNAME - Static variable in exception ej.microui.MicroUIException
Exception thrown when generic event generator classname is unknown.
GenericDeclaration - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
GenericEventGenerator - Class in ej.microui.event.generator
Generic event generator.
GenericEventGenerator() - Constructor for class ej.microui.event.generator.GenericEventGenerator
 
genKeyPair() - Method in class java.security.KeyPairGenerator
Generates a key pair.
GEORGIAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for georgian font identifier.
get(int, int) - Method in class com.microej.tool.ui.generator.BufferedImageLoader
 
get(int, int) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Gets the ARGB8888 pixel color at given position.
get(Object) - Method in class ej.basictool.map.AbstractPackedMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
get(String) - Static method in class ej.bon.Immutables
Retrieves the object that match the the given ID in the immutable objects pool.
get(int) - Static method in class ej.microui.event.EventGenerator
Gets a generator from its identifier.
get(Class<E>, int) - Static method in class ej.microui.event.EventGenerator
Gets a generator whose class is clazz from the system pool starting the search from fromIndex.
get(Class<E>) - Static method in class ej.microui.event.EventGenerator
Gets all generators of the given type from the system pool in an array.
get() - Static method in class ej.microui.event.EventQueue
Gets the MicroUI events queue.
get(String) - Method in class ej.rest.web.JSONResource
Gets the partial JSON object or attribute as specified in the path expression.
get(JSONPathQuery) - Method in class ej.rest.web.JSONResource
Gets the partial JSON object or attribute as specified in the path expression.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get() - Method in class java.nio.ByteBuffer
Relative get method.
get(int) - Method in class java.nio.ByteBuffer
Absolute get method.
get(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk get method.
get() - Method in class java.nio.CharBuffer
Relative get method.
get(int) - Method in class java.nio.CharBuffer
Absolute get method.
get(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk get method.
get(char[]) - Method in class java.nio.CharBuffer
Relative bulk get method.
get() - Method in class java.nio.DoubleBuffer
Relative get method.
get(int) - Method in class java.nio.DoubleBuffer
Absolute get method.
get(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk get method.
get() - Method in class java.nio.FloatBuffer
Relative get method.
get(int) - Method in class java.nio.FloatBuffer
Absolute get method.
get(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get(float[]) - Method in class java.nio.FloatBuffer
Relative bulk get method.
get() - Method in class java.nio.IntBuffer
Relative get method.
get(int) - Method in class java.nio.IntBuffer
Absolute get method.
get(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk get method.
get(int[]) - Method in class java.nio.IntBuffer
Relative bulk get method.
get() - Method in class java.nio.LongBuffer
Relative get method.
get(int) - Method in class java.nio.LongBuffer
Absolute get method.
get(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk get method.
get(long[]) - Method in class java.nio.LongBuffer
Relative bulk get method.
get() - Method in class java.nio.ShortBuffer
Relative get method.
get(int) - Method in class java.nio.ShortBuffer
Absolute get method.
get(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(short[]) - Method in class java.nio.ShortBuffer
Relative bulk get method.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.AbstractSequentialList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.BitSet
Returns the value of the bit with the specified index.
get(int, int) - Method in class java.util.BitSet
Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get() - Method in interface java.util.concurrent.Future
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in interface java.util.concurrent.Future
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.TreeMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class org.json.me.JSONArray
Get the object value associated with an index.
get(String) - Method in class org.json.me.JSONObject
Get the value object associated with a key.
get(String) - Static method in class sun.security.x509.AlgorithmId
Returns one of the algorithm IDs most commonly associated with this algorithm name.
GET_ACTION - Static variable in class ej.property.PropertyPermission
GET_ACTION - Static variable in class ej.service.ServicePermission
Action associated with ServiceLoader.getService(Class).
GET_APPLICATION_METADATA - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string), preferred icon size (int).
GET_APPLICATION_METADATA_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
GET_APPLICATION_METADATA_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string), application version (string), application name (string), application description (string), with icon (boolean), icon identifier (string) optional, icon width (int) optional, icon height (int) optional, icon (stream) optional.
GET_SHARED_PROPERTY - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: property name (string).
GET_SHARED_PROPERTY_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
GET_SHARED_PROPERTY_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: hasValue (boolean) (if hasValue property value (string)).
getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsoluteHeight() - Method in class ej.microui.event.generator.Pointer
 
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getAbsoluteWidth() - Method in class ej.microui.event.generator.Pointer
 
getAbsoluteX() - Method in class ej.fp.Widget
Gets the absolute x coordinate of this widget.
getAbsoluteX() - Method in class ej.microui.event.generator.Pointer
Returns the last available absolute x coordinate in pointer area
getAbsoluteX() - Method in class ej.mwt.Widget
Gets the absolute x coordinate of the widget.
getAbsoluteY() - Method in class ej.fp.Widget
Gets the absolute y coordinate of this widget.
getAbsoluteY() - Method in class ej.microui.event.generator.Pointer
Returns the last available absolute y coordinate in pointer area
getAbsoluteY() - Method in class ej.mwt.Widget
Gets the absolute y coordinate of the widget.
getAcceptedTypes() - Method in class ej.rest.web.AbstractResource
 
getAcceptedTypes() - Method in class ej.rest.web.BinaryResource
 
getAcceptedTypes() - Method in class ej.rest.web.JSONResource
 
getAcceptedTypes() - Method in class ej.rest.web.TextResource
Get charset for this content type.
getAction(int) - Static method in class ej.microui.event.generator.Buttons
Returns the button's action held by the button event.
getAction(int) - Static method in class ej.mwt.event.DesktopEventGenerator
Returns the action held by the given desktop event.
getActions() - Method in class ej.ecom.DeviceManagerPermission
 
getActions() - Method in class ej.ecom.io.ConnectionPermission
 
getActions() - Method in class ej.microui.display.DisplayPermission
 
getActions() - Method in class ej.microui.display.FontPermission
 
getActions() - Method in class ej.microui.display.ImagePermission
 
getActions() - Method in class ej.microui.event.EventPermission
 
getActions() - Method in class ej.microui.MicroUIPermission
 
getActions() - Method in class ej.property.PropertyPermission
 
getActions() - Method in class ej.service.ServicePermission
 
getActions() - Method in class ej.wadapps.application.ApplicationPermission
 
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActual() - Method in error org.junit.ComparisonFailure
Returns the actual string value
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getAdditionalHeaders() - Method in class ej.rest.web.Resty
 
getAddress() - Method in interface ej.ecom.io.Datagram
 
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for this address.
getAlgorithm() - Method in class java.security.KeyFactory
Gets the name of the algorithm associated with this KeyFactory.
getAlgorithm() - Method in class java.security.MessageDigest
Returns a string that identifies the algorithm, independent of implementation details.
getAlgorithm() - Method in class java.security.Signature
Returns the name of the algorithm for this signature object.
getAlgorithm() - Method in class javax.crypto.Cipher
Returns the algorithm name of this Cipher object.
getAlgorithm() - Method in class javax.crypto.Mac
Returns the algorithm name of this Mac object.
getAlgorithm() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the algorithm associated with this secret key.
getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
Returns the algorithm name of this KeyManagerFactory object.
getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
Returns the algorithm name of this TrustManagerFactory object.
getAllAliveThreads() - Method in class ej.kf.Feature
Gets a snapshot of all alive threads owned by this Feature (some threads included in the returned array may have been terminated when this method returns, some new threads may have been created when this method returns).
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllFeatureStateListeners() - Static method in class ej.kf.Kernel
Returns an array containing all the FeatureStateListener that are notified when the state of a Feature has changed.
getAllFonts() - Static method in class ej.microui.display.Font
Returns an array containing all the fonts of the system.
getAllLoadedFeatures() - Static method in class ej.kf.Kernel
Returns the set of Features currently loaded.
getAllocationSize() - Method in class ej.sni.PoolOfLimitedReusableResources
Return size of allocated resources (in bytes).
getAllowUserInteraction() - Method in class java.net.URLConnection
Returns the value of the allowUserInteraction field for this object.
getAllowUserInteraction() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAlpha(int) - Static method in class ej.microui.display.GraphicsContext
Returns the alpha level for the given opacity percentage.
getAltitude() - Method in class ej.gnss.GnssManager
Return the latest obtained altitude in meters data.
getAnonymousLogger() - Static method in class java.util.logging.Logger
Each call to this method creates a new Logger.
getApplication() - Method in class ej.wadapps.application.ApplicationPermission
Gets the application.
getApplication(Feature) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Gets the application associated with a feature.
getApplication(Module) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Gets the application for a module.
getApplications() - Method in interface ej.wadapps.application.ApplicationManager
Gets all available applications.
getApplications() - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
 
getArchitecture() - Static method in class ej.util.Device
Returns the name of the architecture of the device.
getAuthority() - Method in class java.net.URI
Returns the decoded authority component of this URI.
getAuthority() - Method in class java.net.URL
Gets the authority part of this URL.
getAvailable() - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
 
getAvailable() - Method in interface ej.rcommand.connectivity.ConnectivityManager
Returns the numbers of available connections.
getAvailable() - Method in class ej.rcommand.connectivity.ConnectivityManagerProxy
 
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableLocales() - Method in class com.microej.nls.BinaryNLS
 
getAvailableLocales() - Method in interface ej.nls.NLS
Gets the list of available locales.
getAvailableSize(Widget, int, int, Size) - Method in interface ej.mwt.style.dimension.Dimension
Gets the available size for a widget.
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.FixedDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.NoDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.OptimalDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.RelativeDimension
 
getBackground() - Method in class ej.mwt.style.EditableStyle
 
getBackground() - Method in interface ej.mwt.style.Style
Gets the background.
getBackgroundColor() - Method in class ej.microui.display.GraphicsContext
Returns the background color of this graphics context.
getBacklight() - Method in class ej.fp.widget.Display
Returns the backlight of the display.
getBacklight() - Method in class ej.microui.display.Display
Returns the current backlight setting
getBacklight() - Method in interface ej.microui.display.LLUIDisplayImpl
Returns the backlight of the display.
getBaselinePosition() - Method in class ej.microui.display.Font
Returns the vertical distance in pixels between the top of this font and its baseline.
getBaudrate() - Method in interface ej.ecom.io.CommConnection
Gets the current configured baudrate.
getBeginColumn() - Method in interface ej.jsonpath.parser.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class ej.jsonpath.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in interface ej.jsonpath.parser.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class ej.jsonpath.parser.SimpleCharStream
Get token beginning line number.
getBlockSize() - Method in class javax.crypto.Cipher
Returns the block size (in bytes).
getBlue(int) - Static method in class ej.widget.util.color.ColorHelper
Gets a color blue component.
getBoolean(String) - Static method in class ej.bon.Constants
Gets a boolean constant.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBoolean(int) - Method in class org.json.me.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class org.json.me.JSONObject
Get the boolean value associated with a key.
getBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBorder() - Method in class ej.mwt.style.EditableStyle
 
getBorder() - Method in interface ej.mwt.style.Style
Gets the border.
getBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the bottom thickness.
getBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the bottom thickness.
getBottom() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the bottom thickness.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBuffer() - Method in class ej.bon.ResourceArray
Returns the ResourceBuffer used to create the ResourceArray.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getButtonId(int) - Static method in class ej.microui.event.generator.Buttons
Returns the button's id held by the button event.
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(String) - Static method in class ej.bon.Constants
Gets a byte constant.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getCause() - Method in class ej.tool.addon.Marker
Gets the cause carried by this marker.
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCellChild(int, int) - Method in class ej.widget.container.Grid
Gets the widget at the specified column and row.
getCenterChild() - Method in class ej.widget.container.Dock
Gets the child at the center of this dock.
getCenterChild() - Method in class ej.widget.container.SimpleDock
Gets the center widget of this simple dock.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getChar(String) - Static method in class ej.bon.Constants
Gets a char constant.
getChar() - Method in class java.nio.ByteBuffer
Relative get method for reading a char value.
getChar(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a char value.
getCharArray() - Method in class ej.microui.display.RenderableString
Returns the characters array associated with this renderable string.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this sequence into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
Characters are copied from this sequence into the destination character array dst.
getChild(int) - Method in class ej.mwt.Container
Gets the widget at the specified index in this container.
getChildIndex(Widget) - Method in class ej.mwt.Container
Gets the index of the specified widget in the list of children of this container.
getChildren() - Method in interface ej.ecom.Device
Returns the children of this device in the hardware topology.
getChildren() - Method in class ej.mwt.Container
Gets the list of children in this container.
getChildrenCount() - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
getChildrenCount() - Method in class ej.mwt.Container
Gets the number of children in this container.
getClass(String) - Static method in class ej.bon.Constants
Gets a Class constant.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getClasspath() - Method in interface ej.tool.addon.JavaProject
Gets this project classpath.
getClipHeight() - Method in class ej.microui.display.GraphicsContext
Returns the height of the clipping area of this graphics context.
getClipWidth() - Method in class ej.microui.display.GraphicsContext
Returns the width of the clipping area of this graphics context.
getClipX() - Method in class ej.microui.display.GraphicsContext
Returns the x coordinate of the clipping area of this graphics context.
getClipX1() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
 
getClipX2() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
 
getClipY() - Method in class ej.microui.display.GraphicsContext
Returns the y coordinate of the clipping area of this graphics context.
getClipY1() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
 
getClipY2() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
 
getColor() - Method in class ej.microui.display.GraphicsContext
Returns the color of this graphics context.
getColor() - Method in class ej.mwt.style.background.RectangularBackground
Gets the color.
getColor() - Method in class ej.mwt.style.background.RoundedBackground
Gets the color.
getColor() - Method in class ej.mwt.style.EditableStyle
 
getColor() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the color.
getColor() - Method in interface ej.mwt.style.Style
Gets the color.
getColor(int, int, int) - Static method in class ej.widget.util.color.ColorHelper
Gets the color from red, green and blue components.
getColorBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the bottom color.
getColorLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the left color.
getColorRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the right color.
getColorTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the top color.
getCommandSenders(String) - Method in interface ej.rcommand.CommandSenderProvider
Returns the command senders that handle the given command.
getCommandSenders(String) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
 
getCompiler() - Method in class ej.rest.web.JSONPathQuery
 
getConfigurationAttributeName() - Method in class com.is2t.microej.workbench.std.launch.ext.InputOption
Get the name of the ILaunchConfiguration attribute Attribute name format is : MicroEJLaunchConfigurationConstants.MicroEJLaunchConfigurationJPFExtensionAttributePrefix+CSTARTDelimiter+getClass().getName()+CENDDelimiter+propertyName
getCONN() - Method in class com.cinterion.io.ATCommand
Get the state of a data connection of the devices AT channel.
getConnectionInfo() - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
 
getConnectionInfo() - Method in interface ej.rcommand.connectivity.ConnectivityManager
Returns a String representing how the service can be joined from remote clients.
getConnectionInfo() - Method in class ej.rcommand.connectivity.ConnectivityManagerProxy
 
getConnectTimeout() - Method in class java.net.URLConnection
Returns setting for connect timeout.
getConnectTimeout() - Method in class sun.net.NetworkClient
 
getConnectTimeout() - Method in class sun.net.www.protocol.http.HttpURLConnection
Returns setting for connect timeout.
getConnectTimeout() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getConsumerWidget() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the widget which has consumed the ongoing pointer session.
getContent() - Method in interface com.is2t.microej.workbench.extension.Page
Gets the content of the page.
getContent(URLConnection) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object from it.
getContent(URLConnection, Class[]) - Method in class java.net.ContentHandler
Given a URL connect stream positioned at the beginning of the representation of an object, this method reads that stream and creates an object that matches one of the types specified.
getContent() - Method in class java.net.URL
Gets the contents of this URL.
getContent(Class[]) - Method in class java.net.URL
Gets the contents of this URL.
getContent() - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent(Class[]) - Method in class java.net.URLConnection
Retrieves the contents of this URL connection.
getContent() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContent(Class[]) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContentBounds() - Method in class ej.mwt.Container
 
getContentBounds() - Method in class ej.mwt.Widget
Gets the content bounds of this widget (the bounds minus the outlines).
getContentEncoding() - Method in class java.net.URLConnection
Returns the value of the content-encoding header field.
getContentEncoding() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContentHeight() - Method in class ej.mwt.Container
Gets the content height of this container.
getContentLength() - Method in class java.net.URLConnection
Returns the value of the content-length header field.
getContentLength() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContentLengthLong() - Method in class java.net.URLConnection
Returns the value of the content-length header field as a long.
getContentLengthLong() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContentType() - Method in class java.net.URLConnection
Returns the value of the content-type header field.
getContentType() - Method in class sun.net.ProgressEvent
Return content type of the URL.
getContentType() - Method in class sun.net.ProgressSource
Return content type of URL.
getContentType() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getContentWidth() - Method in class ej.mwt.Container
Gets the content width of this container.
getContentX() - Method in class ej.mwt.Container
Gets the content x of this container.
getContentY() - Method in class ej.mwt.Container
Gets the content y of this container.
getContextOwner() - Static method in class ej.kf.Kernel
Returns the owner of the current thread context.
getContrast() - Method in class ej.microui.display.Display
Returns the contrast of the display.
getContrast() - Method in interface ej.microui.display.LLUIDisplayImpl
Returns the contrast of the display.
getCornerRadius() - Method in class ej.mwt.style.background.RoundedBackground
Gets the corner radius.
getCornerRadius() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the corner radius.
getCount() - Method in class ej.widget.container.Grid
Gets the number of widgets per row/column (depending on the grid orientation).
getCriticality() - Method in class ej.kf.Feature
Returns the criticality of this feature.
getCurrentApplication() - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the current thread context.
getCurrentApplication() - Method in class ej.wadapps.multisandbox.application.OwnershipHelperKF
 
getCurrentJavaThreadID() - Method in interface com.is2t.hil.NativeInterface
Gets the ID of the current Java thread.
getCurrentLocale() - Method in class com.microej.nls.BinaryNLS
 
getCurrentLocale() - Method in interface ej.nls.NLS
Gets the current locale.
getCurrentSkin() - Method in class ej.fp.widget.Display
Gets the current displayed skin.
getCurrentSkin() - Method in class ej.fp.Widget
Gets the current skin to render.
getCurrentValue(int) - Method in class ej.microui.event.generator.States
Gets the current value of the given state.
getCurrentValue() - Method in class ej.motion.AbstractMotion
 
getCurrentValue() - Method in interface ej.motion.Motion
Computes the current value of the motion.
getCurrentValue() - Method in class ej.motion.none.NoMotion
 
getDarkestColor(int, int) - Static method in class ej.widget.util.color.LightHelper
Gets the darkest of two colors.
getData() - Method in interface ej.ecom.io.Datagram
 
getData(int) - Static method in class ej.microui.event.Event
Returns the event's data issued by a generator.
getData(int) - Static method in class ej.microui.event.LLUIInput
Returns the data component of the event.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getDataInputStream() - Method in class com.cinterion.io.ATCommand
This function returns the input stream for data connections.
getDataOutputStream() - Method in class com.cinterion.io.ATCommand
This function returns the output stream for data connections.
getDCD() - Method in class com.cinterion.io.ATCommand
Get the state of the DCD (Data Carrier Detect) signal of the devices AT channel.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class javax.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.ssl.SSLContext
Returns the default SSL context.
getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefault() - Static method in class sun.net.ProgressMonitor
Return default ProgressMonitor.
getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
Obtains the default KeyManagerFactory algorithm name.
getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
Obtains the default TrustManagerFactory algorithm name.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultDTLSInstance() - Static method in class ej.net.dtls.DTLSContext
Returns the default DTLS context.
getDefaultFont() - Static method in class ej.microui.display.Font
Returns the default font of the system.
getDefaultLogger() - Static method in class ej.tool.addon.util.Message
Returns the current default logger.
getDefaultPort() - Method in class java.net.URL
Gets the default port number of the protocol associated with this URL.
getDefaultPort() - Method in class java.net.URLStreamHandler
Returns the default port for a URL parsed by this handler.
getDefaultPort() - Method in class sun.net.www.http.HttpClient
return default port number (subclasses may override)
getDefaultPort() - Method in class sun.net.www.protocol.http.Handler
 
getDefaultPort() - Method in class sun.net.www.protocol.https.Handler
 
getDefaultSSLSocketFactory() - Static method in class javax.net.ssl.HttpsURLConnection
Gets the default static SSLSocketFactory that is inherited by new instances of this class.
getDefaultStyle() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the default style.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - Static method in class ej.bon.Timer
Gets the default registered handler for uncaught exceptions.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDefaultUseCaches() - Method in class java.net.URLConnection
Returns the default value of a URLConnection's useCaches flag.
getDefaultUseCaches() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getDelay(TimeUnit) - Method in interface java.util.concurrent.Delayed
Returns the remaining delay associated with this object, in the given time unit.
getDelta() - Method in class ej.tool.addon.Delta
Gets the resource that have been modified.
getDeltaFilter(JavaProject) - Method in interface ej.tool.addon.AddonProcessor
Given project information, gets a filter to evict project deltas that are not needed by this processor.
getDeltaKind() - Method in class ej.tool.addon.Delta
Gets the kind of this delta.
getDescription() - Method in interface com.is2t.microej.workbench.extension.Page
Gets the page description.
getDescription() - Method in class ej.sni.NativeResource
Returns a string describing this resource.
getDescriptor() - Method in interface ej.ecom.Device
Returns the device hardware descriptor.
getDescriptor() - Method in class ej.microui.display.Font
Returns the descriptor of this font.
getDesktop() - Method in class ej.mwt.event.EventDispatcher
Returns the desktop managed by this dispatcher.
getDesktop() - Method in class ej.mwt.render.RenderPolicy
Returns the desktop managed by this render policy.
getDesktop() - Method in class ej.mwt.Widget
Gets the desktop to which this widget has been added.
getDevice() - Method in class ej.ecom.RegistrationEvent
Returns the registered or unregistered device.
getDevice() - Static method in class ej.fp.Device
Gets the unique device instance.
getDevice() - Method in class ej.fp.FrontPanel
Gets the unique device created from the front panel file (*.fp).
getDeviceClass() - Method in class ej.ecom.DeviceManagerPermission
 
getDigAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
Extracts the digest algorithm name from a signature algorithm name.
getDigestLength() - Method in class java.security.MessageDigest
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
getDimension() - Method in class ej.mwt.style.EditableStyle
 
getDimension() - Method in interface ej.mwt.style.Style
Gets the dimension.
getDisplay() - Static method in class ej.microui.display.Display
Returns the display of the system.
getDisplayable() - Method in class ej.microui.display.Display
Returns the current Displayable object in the Display.
The value returned by getDisplayable() may be null if no Displayable is visible.
getDisplayColor(int) - Method in class ej.microui.display.Display
Gets the color that will be displayed if the specified color is requested.
For example, with a monochrome display, this method will return either 0xFFFFFF (white) or 0x000000 (black) depending on the brightness of the specified color.
getDisplayName(String) - Method in class com.microej.nls.BinaryNLS
 
getDisplayName(String) - Method in interface ej.nls.NLS
Gets the human-readable name of the given locale.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDisplayPixelDepth() - Method in interface ej.microui.display.LLUIDisplay
Gets the number of bits (opacity included) to represent a pixel on the hardware device.
getDoInput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doInput flag.
getDoInput() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getDoOutput() - Method in class java.net.URLConnection
Returns the value of this URLConnection's doOutput flag.
getDoOutput() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getDouble(String) - Static method in class ej.bon.Constants
Gets a double constant.
getDouble() - Method in class java.nio.ByteBuffer
Relative get method for reading a double value.
getDouble(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a double value.
getDouble(int) - Method in class org.json.me.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class org.json.me.JSONObject
Get the double value associated with a key.
getDrawer() - Static method in class ej.drawing.LLDWPainter
Returns the current drawer used by all implementation of ej.drawing native methods.
getDrawer() - Static method in class ej.microui.display.LLUIPainter
Returns the current drawer used by all implementation of MicroUI drawings native methods.
getDrawingBuffer() - Method in class ej.fp.widget.Display
Gets the buffer when drawings are rendered before being copied in frame buffer (call to #flush(MicroUIGraphicsContext, Image, int, int, int, int).
getDSR() - Method in class com.cinterion.io.ATCommand
Get the state of the DSR (Data Set Ready) signal of the devices AT channel.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getDTLSInstance(String) - Static method in class ej.net.dtls.DTLSContext
Returns a DTLSContext object that implements the specified secure socket protocol.
getDTLSServerSocketFactory() - Method in class ej.net.dtls.DTLSContext
Returns a DTLSServerSocketFactory object for this context.
getDTLSSocketFactory() - Method in class ej.net.dtls.DTLSContext
Returns a DTLSSocketFactory object for this context.
getDuration() - Method in class ej.motion.AbstractMotion
 
getDuration() - Method in interface ej.motion.Motion
Gets the motion duration.
getDuration() - Method in class ej.motion.none.NoMotion
 
getDWDrawerSoftware() - Method in interface ej.microui.display.LLUIDisplay
Unique instance of MicroUI graphical engine's internal software drawer.
getEllipsisWidth() - Method in class ej.microui.display.GraphicsContext
Returns the width limit before applying the ellipsis.
getEllipsisWidth() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if the ellipsis is enabled or not.
getEncAlgFromSigAlg(String) - Static method in class sun.security.x509.AlgorithmId
Extracts the encryption algorithm name from a signature algorithm name.
getEncoded() - Method in class java.security.spec.EncodedKeySpec
Returns the encoded key.
getEncoded() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the key bytes, encoded according to the PKCS #8 standard.
getEncoded() - Method in class java.security.spec.X509EncodedKeySpec
Returns the key bytes, encoded according to the X.509 standard.
getEncoded() - Method in class javax.crypto.spec.SecretKeySpec
Returns the key material of this secret key.
getEncoding() - Method in interface ej.ecom.io.ContentConnection
 
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEndColumn() - Method in interface ej.jsonpath.parser.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class ej.jsonpath.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in interface ej.jsonpath.parser.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class ej.jsonpath.parser.SimpleCharStream
Get token end line number.
getEquivalentSharedInterface(Class<?>, Feature) - Static method in class ej.kf.Kernel
Gets the equivalent shared interface in the given target Feature.
getErrorCode() - Method in exception ej.microui.MicroUIException
Gets the reason why the exception has been thrown.
getErrorCode() - Method in exception ej.sni.NativeException
Returns the error code of this NativeException.
getErrorCode() - Method in exception ej.sni.NativeIOException
Returns the error code of this NativeIOException.
getErrorMessage() - Method in class com.is2t.microej.workbench.std.launch.ext.CategoryPage
 
getErrorMessage() - Method in class com.is2t.microej.workbench.std.launch.ext.ComboOption
 
getErrorMessage() - Method in class com.is2t.microej.workbench.std.launch.ext.Group
 
getErrorMessage() - Method in class com.is2t.microej.workbench.std.launch.ext.InputOption
An option is considered to be valid if:
it is not enabled it has no validator it has a validator which returns without errors
getErrorMessage() - Method in class com.is2t.microej.workbench.std.launch.ext.JPFExtensionTabNode
 
getErrorMessage(PageContent) - Method in interface com.is2t.microej.workbench.std.launch.ext.OptionValidator
getErrorMessage(PageContent) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.FileOptionValidator
 
getErrorMessage(PageContent) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.FolderOptionValidator
 
getErrorMessage(PageContent) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.NotEmptyTextOptionValidator
 
getErrorMessage(PageContent) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.TextOptionValidator
 
getErrorStream() - Method in class java.net.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getErrorStream() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getErrorStream() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getEvent() - Method in class ej.fp.EventQueue
Reads an event in the queue of events.
getEvent() - Method in class ej.microui.event.EventQueue
Reads an event in the queue of events.
getEventDispatcher() - Method in class ej.mwt.Desktop
Gets the event dispatcher of this desktop.
getEventGenerator() - Method in class ej.microui.event.EventPermission
Gets the event generator handled by this permission.
getEventGenerator() - Method in class ej.mwt.event.PointerEventDispatcher
Gets the event generator of this dispatcher.
getEventHandler() - Method in class ej.microui.display.Display
Returns the display's event serializer or null.
getEventHandler() - Method in class ej.microui.event.EventGenerator
Gets the generator's event handler.
getEventQueue() - Method in class ej.fp.Device
Gets the input events queue.
getEventType() - Method in class ej.microui.event.EventGenerator
Gets the event type associated with the event generator
getEventType() - Method in class ej.microui.event.generator.Buttons
Returns the MicroUI event type for this button event generator.
getEventType() - Method in class ej.microui.event.generator.Command
Gets the event generator's type.
getEventType() - Method in class ej.microui.event.generator.Pointer
Gets the event type associated with the event generator.
getEventType() - Method in class ej.microui.event.generator.States
Gets the event type associated with the event generator.
getEventType() - Method in class ej.mwt.event.DesktopEventGenerator
 
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getExecutionCounter() - Method in class ej.kf.Module
Gets the current execution counter, since the last reset.
getExecutionQuota() - Method in class ej.kf.Module
Gets the execution quota.
getExpected() - Method in error org.junit.ComparisonFailure
Returns the expected string value
getExpected() - Method in class sun.net.ProgressEvent
Return expected maximum progress value; -1 if expected is unknown.
getExpected() - Method in class sun.net.ProgressSource
Return expected maximum progress; -1 if expected is unknown.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
 
getExtraFloat(int, float) - Method in interface ej.mwt.style.Style
Gets an extra field as a float.
getExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
 
getExtraInt(int, int) - Method in interface ej.mwt.style.Style
Gets an extra field as an int.
getExtraObject(int, Class<T>, T) - Method in class ej.mwt.style.EditableStyle
 
getExtraObject(int, Class<T>, T) - Method in interface ej.mwt.style.Style
Gets an extra field as an object of the given type.
getFeature() - Method in exception ej.kf.AlreadyLoadedFeatureException
Returns the previously loaded Feature.
getFeature(Application) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Gets the feature associated with the application.
getFeature() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
Gets the feature.
getFeatures() - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Gets all available features known by this manager.
getFile(String) - Method in class ej.storage.fs.StorageFs
Returns the file associated to the given storage id.
getFile() - Method in class ej.tool.addon.Marker
Gets the file pointed by this marker.
getFile() - Method in class java.net.URL
Gets the file name of this URL.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFilePointer() - Method in class java.io.RandomAccessFile
Returns the current offset in this file.
getFilter() - Method in class ej.fp.Widget
Gets the image which represents the filtering area set by the front panel parser thanks Widget.setFilter(Image) method).
getFirst() - Method in class java.util.ArrayDeque
 
getFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class java.util.LinkedList
Returns the first element in this list.
getFirstChild() - Method in class ej.widget.container.SimpleDock
Gets the first widget of this simple dock.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the first selector of this combinator.
getFloat(String) - Static method in class ej.bon.Constants
Gets a float constant.
getFloat() - Method in class java.nio.ByteBuffer
Relative get method for reading a float value.
getFloat(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a float value.
getFolders(FolderKind...) - Method in interface ej.tool.addon.JavaProject
Gets project folders of the given kinds.
getFollowRedirects() - Static method in class java.net.HttpURLConnection
Returns a boolean indicating whether or not HTTP redirects (3xx) should be automatically followed.
getFont(String) - Static method in class ej.microui.display.Font
Returns the font matching a given path.
getFont() - Method in class ej.microui.display.RenderableString
Returns the font associated with this renderable string.
getFont() - Method in class ej.mwt.style.EditableStyle
 
getFont() - Method in interface ej.mwt.style.Style
Gets the font.
getFont(String, int, int) - Method in class ej.widget.util.font.StrictFontLoader
Gets the MicroUI font matching the given parameters.
getFont(String, int) - Method in class ej.widget.util.font.StrictFontLoader
Gets the MicroUI font matching the given parameters and with the plain style.
getFontHeight(int) - Method in class ej.widget.util.font.StrictFontLoader
Gets the expected font height in pixels for the given size.
getFormat() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns the MicroUI Image format.
getFormat() - Method in class java.security.spec.EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.PKCS8EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class java.security.spec.X509EncodedKeySpec
Returns the name of the encoding format associated with this key specification.
getFormat() - Method in class javax.crypto.spec.SecretKeySpec
Returns the name of the encoding format for this secret key.
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFrontPanel() - Static method in class ej.fp.FrontPanel
Gets the unique instance of the front panel engine.
getGenerator(int) - Static method in class ej.microui.event.Event
Gets a converter out of an event assuming the event has been generated by an EventGenerator that has been previously added to the system pool.
getGeneratorId(int) - Static method in class ej.microui.event.Event
Returns the event's generator identifier.
getGlobal() - Static method in class java.util.logging.Logger
Get the logger with the name Logger.GLOBAL_LOGGER_NAME.
getGraphicsContext() - Method in class ej.microui.display.BufferedImage
Returns the GraphicsContext associated with this image, which may be used in order to draw on the image.
getGraphicsContext() - Method in class ej.microui.display.Display
Returns the display's GraphicsContext.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGreen(int) - Static method in class ej.widget.util.color.ColorHelper
Gets a color green component.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHeaderField(int) - Method in class java.net.HttpURLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class java.net.URLConnection
Returns the value of the named header field.
getHeaderField(int) - Method in class java.net.URLConnection
Returns the value for the nth header field.
getHeaderField(String) - Method in class sun.net.www.protocol.http.HttpURLConnection
Gets a header field by name.
getHeaderField(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
Gets a header field by index.
getHeaderField(String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Gets a header field by name.
getHeaderField(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Gets a header field by index.
getHeaderFieldInt(String, int) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldInt(String, int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getHeaderFieldKey(int) - Method in class java.net.HttpURLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class java.net.URLConnection
Returns the key for the nth header field.
getHeaderFieldKey(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
Gets a header field by index.
getHeaderFieldKey(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Gets a header field by index.
getHeaderFieldLong(String, long) - Method in class java.net.URLConnection
Returns the value of the named field parsed as a number.
getHeaderFieldLong(String, long) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getHeaderFields() - Method in class java.net.URLConnection
Returns an unmodifiable Map of the header fields.
getHeaderFields() - Method in class sun.net.www.protocol.http.HttpURLConnection
Returns an unmodifiable Map of the header fields.
getHeaderFields() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Returns an unmodifiable Map of the header fields.
getHeaderNamesInList() - Method in class sun.net.www.MessageHeader
Returns list of header names in a comma separated list
getHeaders() - Method in class sun.net.www.MessageHeader
 
getHeaders(String[]) - Method in class sun.net.www.MessageHeader
 
getHeight() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
 
getHeight() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Gets the current source image height in pixels.
getHeight() - Method in interface ej.fp.Image
Gets the height of the image.
getHeight() - Method in class ej.fp.Widget
Gets the height of this widget set by the front panel parser thanks Widget.setSkin(Image) method).
getHeight() - Method in class ej.microui.display.Display
Returns the height in pixels of the display screen area available to the application.
getHeight() - Method in class ej.microui.display.Font
Returns the height of a line of text when it is drawn using this font.
getHeight() - Method in class ej.microui.display.GraphicsContext
Returns the height of this graphics context.
getHeight() - Method in class ej.microui.display.Image
Returns the height of the image.
getHeight() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns the MicroUI Image height.
getHeight() - Method in class ej.microui.display.RenderableString
Returns the height of the graphical bounds of this renderable string.
getHeight() - Method in class ej.microui.event.generator.Pointer
 
getHeight() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the height constraint.
getHeight() - Method in class ej.mwt.util.Rectangle
Gets the height.
getHeight() - Method in class ej.mwt.util.Size
Gets the height.
getHeight() - Method in class ej.mwt.Widget
Gets the height of this widget.
getHeightRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the height ratio.
getHorizontalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getHorizontalAlignment() - Method in interface ej.mwt.style.Style
Gets the horizontal alignment.
getHost() - Method in class java.net.URI
Returns the host component of this URI.
getHost() - Method in class java.net.URL
Gets the host name of this URL, if applicable.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getID() - Method in class ej.fp.widget.Button
Gets the button identifier (equals to its label).
getId() - Method in interface ej.jsonpath.parser.Node
 
getId() - Method in class ej.jsonpath.parser.SimpleNode
 
getId() - Method in class ej.microui.event.EventGenerator
Gets the generator's unique identifier.
getId() - Method in class ej.sni.NativeResource
Returns the integer value of the resource pointer given to SNI_registerResource().
getId() - Method in interface ej.tool.addon.AddonProcessor
Gets the ID of this processor.
getId() - Static method in class ej.util.Device
Returns the ID of the device.
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentifier() - Method in interface ej.wadapps.application.Application
Gets the application unique identifier.
getIdentifier() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
getIdentifiers() - Method in class ej.microui.display.Font
Returns an array containing all the identifiers supported by this font.
getIds() - Method in class ej.storage.fs.StorageFs
 
getIds() - Method in class ej.storage.heap.StorageHeap
 
getIds() - Method in interface ej.storage.Storage
Returns all IDs of the stored entries.
getImage() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
Returns the current source image used.
GetImage() - Method in interface ej.jsonpath.parser.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class ej.jsonpath.parser.SimpleCharStream
Get token literal value.
getImage(String) - Static method in class ej.microui.display.Image
Gets an immutable image from a resource.
getImage() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns the front panel image allocated for the MicroUI Image.
getImei() - Method in class ej.ecom.mobile.MobileManager
Gets the IMEI (International Mobile Equipment Identity).
getImplementationName(String) - Method in class ej.service.loader.DependencyInjectionServiceLoader
Gets the implementation class name for the given service name.
getImplementationName(String) - Method in class ej.service.loader.FilePropertiesServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.MetaInfServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.SystemPropertiesServiceLoader
 
getImplementedSharedInterface(Class<?>, Class<?>) - Static method in class ej.kf.Kernel
Gets the first shared interface implemented by the given class under the hierarchy of topInterface.
getIndex(int[], int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getIndex() - Method in exception java.net.URISyntaxException
Returns an index into the input string of the position at which the parse error occurred, or -1 if this position is not known.
getIndexEquals(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndexEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndices() - Method in class ej.microui.display.RenderableString
Returns the array of characters indices associated with this renderable string.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInitialColor() - Method in class ej.fp.widget.Display
Gets the initial color of the display.
getInitialStateValue(int, int) - Static method in class ej.microui.event.EventState
Gets the state initial value (startup value).
getInput() - Method in exception java.net.URISyntaxException
Returns the input string.
getInputData() - Method in interface com.microej.tool.ui.generator.Image
Returns a new BufferedInputStream on the image.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - Method in class sun.net.www.http.HttpClient
 
getInputStream() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getInputStream() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getInstance() - Static method in class com.is2t.hil.HIL
 
getInstance() - Static method in class ej.ecom.mobile.ATConnection
 
getInstance() - Static method in class ej.gnss.GnssManager
Return the singleton instance of GnssManager.
getInstance() - Static method in class ej.kf.Kernel
Returns the singleton instance representing the Kernel.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String) - Static method in class java.security.KeyFactory
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
getInstance(String) - Static method in class java.security.KeyPairGenerator
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
getInstance(String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance(String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String, String) - Static method in class java.security.MessageDigest
Returns a MessageDigest object that implements the specified digest algorithm.
getInstance(String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance(String, String) - Static method in class java.security.Signature
Returns a Signature object that implements the specified signature algorithm.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String, String) - Static method in class javax.crypto.Cipher
Returns a Cipher object that implements the specified transformation.
getInstance(String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String, String) - Static method in class javax.crypto.Mac
Returns a Mac object that implements the specified MAC algorithm.
getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInstanceFollowRedirects() - Method in class java.net.HttpURLConnection
Returns the value of this HttpURLConnection's instanceFollowRedirects field.
getInstanceFollowRedirects() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getInt(String) - Static method in class ej.bon.Constants
Gets an int constant.
getInt() - Method in class java.nio.ByteBuffer
Relative get method for reading an int value.
getInt(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading an int value.
getInt(int) - Method in class org.json.me.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class org.json.me.JSONObject
Get the int value associated with a key.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getIntensity() - Method in class ej.fp.widget.LED
 
getIntensity() - Method in interface ej.microui.led.LLUILedImpl
Gets the intensity of this led.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getIntProperty(int, int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a int value in a bit field.
getIV() - Method in class javax.crypto.Cipher
Returns the initialization vector (IV) in a new buffer.
getIV() - Method in class javax.crypto.spec.IvParameterSpec
Returns the initialization vector (IV).
getIvyModule() - Method in interface ej.tool.addon.JavaProject
Gets the path to the project Ivy module file.
getJSONArray(int) - Method in class org.json.me.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class org.json.me.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class org.json.me.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class org.json.me.JSONObject
Get the JSONObject value associated with a key.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKey() - Method in class ej.property.PropertyPermission
Gets the property key handled by this permission.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the key corresponding to this entry.
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKey(String) - Method in class sun.net.www.MessageHeader
 
getKey(int) - Method in class sun.net.www.MessageHeader
 
getKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
Gets the hash code of a key.
getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
Returns one key manager for each type of key material.
getKeysize() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the keysize.
getLabel() - Method in class ej.fp.Widget
Gets the label (default label Widget.DEFAULT_LABEL or the label set by the front panel parser thanks Widget.setLabel(String) method).
getLast() - Method in class java.util.ArrayDeque
 
getLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class java.util.LinkedList
Returns the last element in this list.
getLastChild() - Method in class ej.widget.container.SimpleDock
Gets the last widget of this simple dock.
getLatitude() - Method in class ej.gnss.GnssManager
Get the latest latitude data in degree.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLedIntensity(int) - Static method in class ej.microui.led.Leds
Gets the intensity of the specified LED.
getLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the left thickness.
getLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the left thickness.
getLeft() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the left thickness.
getLength() - Method in interface ej.ecom.io.BitsInput
Returns the data length in bits (1 to 32 bits).
getLength() - Method in interface ej.ecom.io.BitsOutput
Returns the data length in bits (1 to 32 bits).
getLength() - Method in interface ej.ecom.io.ContentConnection
 
getLength() - Method in interface ej.ecom.io.Datagram
 
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLevel() - Method in class ej.tool.addon.Marker
Gets the level of this marker.
getLevel() - Method in class ej.tool.addon.util.DefaultMessageLogger
 
getLevel() - Method in class ej.util.message.basic.FilterMessageLogger
Gets the level of the logger.
getLevel() - Method in class java.util.logging.Logger
Get the current level of this Logger.
getLevel() - Method in class java.util.logging.LogRecord
Get the logging message level.
getLight(int) - Static method in class ej.widget.util.color.LightHelper
Gets the light level of a color.
getLightestColor(int, int) - Static method in class ej.widget.util.color.LightHelper
Gets the lightest of two colors.
getLine() - Method in class ej.tool.addon.Marker
Gets the line number in the file pointed by this marker.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLines(String) - Static method in class ej.widget.util.render.TextHelper
Gets the lines in a text.
getListener() - Method in class ej.fp.widget.Button
Gets the widget listener.
getListener() - Method in class ej.fp.widget.Pointer
Gets the widget listener.
getListenerFor(String) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Returns the RemoteConnectionListener for the given command.
getListenerFor(String) - Method in class ej.rcommand.impl.GatewayRemoteCommandManager
 
getLocalAddress() - Method in interface ej.net.dtls.DTLSServerSocket
Returns the local address of this server socket.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalPort() - Method in interface ej.net.dtls.DTLSServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLocation() - Method in exception java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLogger(String) - Static method in class java.util.logging.Logger
Find or create a logger.
getLogger(String) - Method in class java.util.logging.LogManager
Find a named logger.
getLoggerName() - Method in class java.util.logging.LogRecord
Get the name of the logger that logged this LogRecord.
getLoggerNames() - Method in class java.util.logging.LogManager
Get an enumeration of known logger names.
getLogManager() - Static method in class java.util.logging.LogManager
Returns the LogManager object.
getLong(String) - Static method in class ej.bon.Constants
Gets a long constant.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLong() - Method in class java.nio.ByteBuffer
Relative get method for reading a long value.
getLong(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a long value.
getLong(int) - Method in class org.json.me.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class org.json.me.JSONObject
Get the long value associated with a key.
getLongitude() - Method in class ej.gnss.GnssManager
Return the latest obtained longitude data in degree.
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getLowestSetBit() - Method in class java.math.BigInteger
Returns the index of the rightmost (lowest-order) one bit in this BigInteger (the number of zero bits to the right of the rightmost one bit).
getMacLength() - Method in class javax.crypto.Mac
Returns the length of the MAC in bytes.
getManagedCommands() - Method in interface ej.rcommand.RemoteCommandListener
 
getManagedCommands() - Method in class ej.rcommand.synchronous.EndpointListener
 
getManager() - Static method in class ej.ecom.mobile.MobileManager
Gets the unique MobileManager instance.
getMargin() - Method in class ej.mwt.style.EditableStyle
 
getMargin() - Method in interface ej.mwt.style.Style
Gets the margin.
getMaxAllowedKeyLength(String) - Static method in class javax.crypto.Cipher
Returns the maximum key length for the specified transformation according to the installed JCE jurisdiction policy files.
getMaxAllowedParameterSpec(String) - Static method in class javax.crypto.Cipher
Returns an AlgorithmParameterSpec object which contains the maximum cipher parameter value according to the jurisdiction policy file.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMaximumLength() - Method in interface ej.ecom.io.DatagramConnection
 
getMessage(int) - Method in class com.microej.nls.BinaryNLS
 
getMessage(int, String) - Method in class com.microej.nls.BinaryNLS
 
getMessage() - Method in error ej.jsonpath.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage(int) - Method in interface ej.nls.NLS
Gets the message matching an ID in the current language.
getMessage(int, String) - Method in interface ej.nls.NLS
Gets the message matching an ID in a specific language.
getMessage() - Method in exception ej.sni.NativeException
Returns the detail message string of this NativeException.
getMessage() - Method in exception ej.sni.NativeIOException
Returns the detail message string of this NativeIOException.
getMessage() - Method in class ej.tool.addon.Marker
Gets the message carried by this marker.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in exception java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - Method in class java.util.logging.LogRecord
Get the raw log message.
getMessage() - Method in error org.junit.ComparisonFailure
Returns "..." in place of common prefix and "..." in place of common suffix between expected and actual.
getMessage() - Method in error org.junit.internal.ArrayComparisonFailure
 
getMessageBuilder() - Method in class ej.util.message.basic.BasicMessageLogger
 
getMessageBuilder() - Method in class ej.util.message.basic.FilterMessageLogger
 
getMessageBuilder() - Method in class ej.util.message.basic.OffMessageLogger
 
getMessageBuilder() - Method in interface ej.util.message.MessageLogger
Gets the message builder used to build the messages.
getMethod() - Method in class sun.net.ProgressEvent
Return method associated with URL.
getMethod() - Method in class sun.net.ProgressSource
Return method of URL.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMicroUIColor() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Returns the current MicroUI drawing color to use to perform drawings.
getMicroUIGeneratorTag() - Method in class ej.fp.widget.Button.ButtonListenerToButtonEvents
Gets the MicroUI Buttons events generator tag.
getMicroUIGeneratorTag() - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
Gets the MicroUI Command events generator tag.
getMicroUIGeneratorTag(Pointer) - Method in class ej.fp.widget.Pointer.PointerListenerToPointerEvents
Gets the MicroUI Pointer events generator tag.
getMicroUIGeneratorTag() - Method in class ej.fp.widget.Wheel.WheelListenerToCommandEvents
Gets the MicroUI Command events generator tag.
getMillis() - Method in class java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMostContrastingColor(int) - Static method in class ej.widget.util.color.LightHelper
Gets the color that best contrasts against a given color.
getMostContrastingColor(int, int, int) - Static method in class ej.widget.util.color.LightHelper
Gets the color that best contrasts against a given color.
getMoveFilteringDelay() - Method in class ej.fp.widget.Pointer
Gets the minimum delay (in milliseconds) the system has to respect to send a new move event to the application.
getMsisdn() - Method in class ej.ecom.mobile.MobileManager
Gets the current MSISDN (Mobile Station ISDN Number).
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getName() - Method in interface com.is2t.microej.workbench.extension.Page
Gets the page name.
getName() - Method in interface ej.ecom.Device
Returns the name of the device.
getName() - Method in interface ej.ecom.HardwareDescriptor
Returns the name of this descriptor.
getName() - Method in class ej.fp.Device
Gets the name of the device.
getName() - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
getName() - Method in class ej.kf.Module
Gets the name of this module.
getName() - Method in interface ej.rcommand.RemoteNotification
Returns the name of the notification.
getName() - Method in interface ej.rcommand.RemoteNotificationListener
Returns the name of the notification managed by this listener.
getName() - Method in class ej.rcommand.synchronous.Command
 
getName() - Method in interface ej.rcommand.synchronous.Endpoint
Gets the name of the endpoint corresponding to the command it responds.
getName() - Method in interface ej.wadapps.Firmware
Gets the firmware name.
getName() - Method in class ej.wadapps.multisandbox.FirmwareKF
 
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in class java.security.spec.ECGenParameterSpec
Returns the standard or predefined name of the to-be-generated EC domain parameters.
getName() - Method in class java.util.logging.Level
Return the name of the level.
getName() - Method in class java.util.logging.Logger
Get the name of this logger.
getName() - Method in class javax.security.auth.x500.X500Principal
Returns a string representation of the X.500 distinguished name.
getNativeResource(long, long) - Static method in class ej.sni.NativeResource
Returns the native resource registered with the given resource and closeFunction pair.
getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication will be required on newly accepted server-mode SSLSockets.
getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getNewHttpClient(URL, int) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getNewHttpClient(URL, int) - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
 
getNextToken() - Method in class ej.jsonpath.parser.JSONPathCompiler
Get the next Token.
getNextToken() - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Get the next Token.
getNominalLength() - Method in interface ej.ecom.io.DatagramConnection
 
getNumberOfColors(Display) - Method in interface ej.fp.widget.Display.DisplayExtension
Gets the number of colors that can be represented on the device.
getNumberOfColors() - Method in class ej.fp.widget.Display
 
getNumberOfColors() - Method in class ej.microui.display.Display
Gets the number of colors that can be represented on the device.
Note that the number of colors for a black and white display is 2.
getNumberOfColors() - Method in interface ej.microui.display.LLUIDisplayImpl
Gets the number of colors that can be represented on the device.
getNumberOfLeds() - Static method in class ej.microui.led.Leds
Returns the available number of LEDs.
getNumberOfStates() - Method in class ej.microui.event.generator.States
Gets the number of states managed by this instance.
getNumberOfValues(int) - Method in class ej.microui.event.generator.States
Gets the total number of values for the given state.
getOffset() - Method in interface ej.ecom.io.Datagram
 
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOID() - Method in class sun.security.x509.AlgorithmId
Returns the ISO OID for this algorithm.
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOptionalHeader() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Returns a header the image generator has to store just before the pixels data.
getOptions() - Method in interface com.microej.tool.ui.generator.Image
Returns the options specified in ".images.list" file.
getOrientation() - Method in class ej.widget.container.Flow
Gets the orientation of this flow.
getOrientation() - Method in class ej.widget.container.Grid
Gets the orientation of this grid.
getOrientation() - Method in class ej.widget.container.List
Gets the orientation of this list.
getOrientation() - Method in class ej.widget.container.SimpleDock
Gets the orientation of this simple dock.
getOutputFileExtension() - Method in interface com.microej.tool.ui.generator.ImageConverter
Returns the file extension to apply as suffix for the converted images.
getOutputFormat() - Method in interface com.microej.tool.ui.generator.Image
Returns the format specified in ".images.list" file.
getOutputProperty() - Method in class com.is2t.microej.workbench.std.launch.ext.InputOption
 
getOutputSize(int) - Method in class javax.crypto.Cipher
Returns the length in bytes that an output buffer would need to be in order to hold the result of the next update or doFinal operation, given the input length inputLen (in bytes).
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - Method in class sun.net.www.http.HttpClient
 
getOutputStream() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getOutputStream() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getOwner(Object) - Static method in class ej.kf.Kernel
Returns the owner of the given Object.
getOwner() - Method in class ej.sni.NativeResource
Returns an object representing the owner of the resource.
getOwner(Object) - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the given object.
getOwner(Object) - Method in class ej.wadapps.multisandbox.application.OwnershipHelperKF
 
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPadding() - Method in class ej.mwt.style.EditableStyle
 
getPadding() - Method in interface ej.mwt.style.Style
Gets the padding.
getPage(String) - Method in interface com.is2t.microej.workbench.extension.PagesResolver
 
getPages() - Method in interface com.is2t.microej.workbench.extension.Extension
TODO
getParent() - Method in interface com.is2t.microej.workbench.extension.Page
Gets the id of the parent page.
getParent() - Method in interface ej.ecom.Device
Returns the parent of this device in the hardware topology.
getParent() - Method in class ej.fp.Widget
Gets the parent (Composite) of this widget.
getParent() - Method in class ej.mwt.Widget
Gets the parent of this widget or null if the widget is not in a hierarchy or if it is the root of its hierarchy.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParent() - Method in class java.util.logging.Logger
Get the parent of this logger.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPartitionSize() - Static method in class com.cinterion.update.SafeUpdate
Get the current GINA update Partition size, see gina_update_get_partition_size() in GINA Service API.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getPath() - Method in class java.net.URI
Returns the decoded path component of this URI.
getPath() - Method in class java.net.URL
Gets the path part of this URL.
getPermission() - Method in class java.net.HttpURLConnection
Returns a SocketPermission object representing the permission necessary to connect to the destination host and port.
getPermission() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getPins() - Method in class com.cinterion.io.InPort
Gets the given pin configuration of an instance of a GPIO port of output pins.
getPins() - Method in class com.cinterion.io.OutPort
Gets the given pin configuration of an instance of a GPIO port of output pins.
getPixelDepth() - Method in class ej.microui.display.Display
Returns the number of bits per pixel of the display.
getPixels(int[]) - Method in interface ej.fp.Image
Gets all the pixels of the image.
getPlatformEndianness() - Static method in class ej.bon.ByteArray
Gets whether the platform is in big endian or little endian.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPort() - Method in class java.net.URI
Returns the port number of this URI.
getPort() - Method in class java.net.URL
Gets the port number of this URL.
getPreferredOutputFolderKind() - Method in interface ej.tool.addon.AddonProcessor
Gets the preferred output folder kind of this processor.
getPressedHierarchyLeaf() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the leaf widget of the hierarchy which is subscribed to the ongoing pointer session.
getPrintStream() - Method in class ej.fp.FrontPanel
Gets the output streams where print the traces.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getPrivate() - Method in class java.security.KeyPair
Returns a reference to the private key component of this key pair.
getProgress() - Method in class sun.net.ProgressEvent
Return current progress value.
getProgress() - Method in class sun.net.ProgressSource
Return current progress.
getProgressSources() - Method in class sun.net.ProgressMonitor
Return a snapshot of the ProgressSource list
getProgressUpdateThreshold() - Method in interface sun.net.ProgressMeteringPolicy
Return update notification threshold.
getProgressUpdateThreshold() - Method in class sun.net.ProgressMonitor
Return update notification threshold
getProject() - Method in class ej.tool.addon.Delta
Gets the root folder of the project that holds the resource of this delta.
getProjectFolder() - Method in interface ej.tool.addon.JavaProject
Gets this project root folder.
getProperty(String) - Static method in class com.is2t.microej.workbench.std.launch.ext.InputOption
Get property from given attribute name, generated by InputOption.getConfigurationAttributeName().
getProperty(String) - Method in interface ej.ecom.HardwareDescriptor
Returns the value of the given property.
getProperty(String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key.
getProperty(String, String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key or a default value.
getProperty(String) - Method in class ej.property.registry.SimplePropertyRegistry
 
getProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
getProperty(String) - Method in class ej.wadapps.multisandbox.property.SharedPropertyRegistryKF
Searches for the property with the specified key in the property lists.
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getProperty(String, String) - Method in class java.util.Properties
Searches for the property with the specified key in this property list.
getPropertyLoader() - Static method in class ej.property.PropertyFactory
Gets a property loader unique instance.
getPropertyNames() - Method in interface ej.ecom.HardwareDescriptor
Returns a snapshot of available properties names for this descriptor.
getPropertyRegistry() - Static method in class ej.property.PropertyFactory
Gets a property registry unique instance.
getPropertyValue(Map<String, Object>, String) - Static method in class com.is2t.microej.workbench.std.launch.ext.PathListOption
 
getPropertyValues() - Method in interface ej.ecom.HardwareDescriptor
Returns a snapshot of available properties values for this descriptor.
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProtocol() - Method in class javax.net.ssl.SSLContext
Returns the protocol name of this SSLContext object.
getProvider() - Method in class ej.kf.Module
Gets the identification of this module provider.
getPublic() - Method in class java.security.KeyPair
Returns a reference to the public key component of this key pair.
getPublicExponent() - Method in class java.security.spec.RSAKeyGenParameterSpec
Returns the public-exponent value.
getPushedSkin() - Method in class ej.fp.widget.Button
Gets the skin which shows the button as pressed.
getQuery() - Method in class java.net.URI
Returns the decoded query component of this URI.
getQuery() - Method in class java.net.URL
Gets the query part of this URL.
getRawAuthority() - Method in class java.net.URI
Returns the raw authority component of this URI.
getRawFragment() - Method in class java.net.URI
Returns the raw fragment component of this URI.
getRAWImage() - Method in interface ej.fp.Image
Gets the RAW image of the front panel image.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getRawPath() - Method in class java.net.URI
Returns the raw path component of this URI.
getRawQuery() - Method in class java.net.URI
Returns the raw query component of this URI.
getRawSchemeSpecificPart() - Method in class java.net.URI
Returns the raw scheme-specific part of this URI.
getRawUserInfo() - Method in class java.net.URI
Returns the raw user-information component of this URI.
getReadTimeout() - Method in class java.net.URLConnection
Returns setting for read timeout.
getReadTimeout() - Method in class sun.net.NetworkClient
 
getReadTimeout() - Method in class sun.net.www.protocol.http.HttpURLConnection
Returns setting for read timeout.
getReadTimeout() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getReason() - Method in exception java.net.HttpRetryException
Returns a string explaining why the http request could not be retried.
getReason() - Method in exception java.net.URISyntaxException
Returns a string explaining why the input string could not be parsed.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getRed(int) - Static method in class ej.widget.util.color.ColorHelper
Gets a color red component.
getRef() - Method in class java.net.URL
Gets the anchor (also known as the "reference") of this URL.
getReference() - Method in class ej.kf.Proxy
Returns the reference managed by this Proxy.
getReferrerFolder() - Method in class ej.tool.addon.Delta
Gets the referrer folder of this delta.
getReferrerFolderKind() - Method in class ej.tool.addon.Delta
Gets the kind of the referrer folder of this delta.
getRegisteredNativeResourcesCount() - Static method in class ej.sni.NativeResource
Returns the number of registered native resources.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRenderingColor() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Returns the color to use to render the drawings.
getRequestMethod() - Method in class java.net.HttpURLConnection
Get the request method.
getRequestMethod() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getRequestProperties() - Method in class java.net.URLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperties() - Method in class sun.net.www.protocol.http.HttpURLConnection
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperties() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Returns an unmodifiable Map of general request properties for this connection.
getRequestProperty(String) - Method in class java.net.URLConnection
Returns the value of the named general request property for this connection.
getRequestProperty(String) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getRequestProperty(String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getRequiredService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getResourceContent(String) - Method in interface com.is2t.hil.NativeInterface
Get full content of a resource.
getResponse() - Method in class ej.rcommand.synchronous.Command
 
getResponseCode() - Method in class java.net.HttpURLConnection
Gets the status code from an HTTP response message.
getResponseCode() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Overwrite super class method
getResponseMessage() - Method in class java.net.HttpURLConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getResponseMessage() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getResult() - Method in class com.microej.kf.util.RunnableWithResult
Gets the result.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the right thickness.
getRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the right thickness.
getRight() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the right thickness.
getRING() - Method in class com.cinterion.io.ATCommand
Get the state of the RING signal of the devices AT channel.
getRootFolderPropertyOrDefault() - Static method in class ej.storage.fs.StorageFs
Gets the root folder set with ej.storage.fs.StorageFs.root or if none.
getRssi() - Method in class ej.ecom.mobile.MobileManager
Gets the RSSI (Received Signal Strength Indication) of the modem.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScheme() - Method in class java.net.URI
Returns the scheme component of this URI.
getSchemeSpecificPart() - Method in class java.net.URI
Returns the decoded scheme-specific part of this URI.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getSecondSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the second selector of this combinator.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSelection() - Method in class com.is2t.microej.workbench.std.launch.ext.BrowseOption
Return the absolute filename
getSelection() - Method in class com.is2t.microej.workbench.std.launch.ext.CheckBoxOption
 
getSelection() - Method in class com.is2t.microej.workbench.std.launch.ext.ComboOption
Return null if no item selected
getSelection() - Method in class com.is2t.microej.workbench.std.launch.ext.TextFieldOption
 
getSelectionIndex(String) - Method in class com.is2t.microej.workbench.std.launch.ext.ComboOption
Called when initializing the option.
getSelectorStyle(Selector) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the style for a selector.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number of the LogRecord.
getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a ServerSocketFactory object for this context.
getService(Class<T>) - Method in class ej.service.loader.CompositeServiceLoader
 
getService(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
 
getService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getService(Class<T>, Class<? extends T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service in the service loader then in the service registry (see ServiceFactory.getService(Class).
getService(Class<T>) - Method in interface ej.service.ServiceLoader
Gets the instance of the given service.
getService() - Method in class ej.service.ServicePermission
Gets the service handled by this permission.
getService(Class<T>) - Method in class ej.wadapps.multisandbox.service.SharedServiceRegistryKF
Gets the registered implementation for the given service.
getServiceLoader() - Static method in class ej.service.ServiceFactory
Gets a service loader unique instance.
getServiceRegistry() - Static method in class ej.service.ServiceFactory
Gets a service registry unique instance.
getSharedInterface(Class<?>, Class<?>, Feature) - Static method in class ej.kf.Kernel
From a shared interface, gets the closest shared interface in the given target Feature.
getSharedPropertyRegistry() - Static method in class ej.wadapps.property.SharedPropertyFactory
Gets the global SharedPropertyRegistry.
getSharedServiceRegistry() - Static method in class ej.wadapps.service.SharedServiceFactory
Gets the shared service registry.
getShort(String) - Static method in class ej.bon.Constants
Gets a short constant.
getShort() - Method in class java.nio.ByteBuffer
Relative get method for reading a short value.
getShort(int) - Method in class java.nio.ByteBuffer
Absolute get method for reading a short value.
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSize(String) - Method in class ej.storage.fs.StorageFs
 
getSize(String) - Method in class ej.storage.heap.StorageHeap
 
getSize(String) - Method in interface ej.storage.Storage
Returns the size of the entry stored with an ID.
getSkin() - Method in class ej.fp.Widget
Gets the default skin of this widget set by the front panel parser thanks Widget.setSkin(Image) method).
getSleepPeriod() - Method in interface ej.fp.util.ThirdEventThread.ThirdEventWidget
Gets the sleep period the thread has to wait before asking to send third event.
getSleepPeriod() - Method in class ej.fp.widget.Joystick
The thread sleep period is different than buttons period: thread should work faster than the buttons period in order to be able to simulate several repeat event on several buttons.
getSleepPeriod() - Method in class ej.fp.widget.LongButton
 
getSleepPeriod() - Method in class ej.fp.widget.RepeatButton
 
getSNIContext() - Method in class ej.microui.display.Font
Returns the SNI context data of this font.
getSNIContext() - Method in class ej.microui.display.GraphicsContext
Returns the SNI context data of this graphics context.
getSNIContext() - Method in class ej.microui.display.Image
Returns the SNI context data of this image.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a SocketFactory object for this context.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.DisabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EnabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.LastChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NotSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NthChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.OddChildSelector
 
getSpecificity() - Method in interface ej.mwt.stylesheet.selector.Selector
Returns the specificity of this selector.
getSpecificity(int, int, int, int) - Static method in class ej.mwt.stylesheet.selector.SelectorHelper
Computes the specificity of a selector.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StateSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.UniversalSelector
 
getSpn() - Method in class ej.ecom.mobile.MobileManager
Gets the SPN (Service Provider Name) of the mobile network.
getSSLSocketFactory() - Method in class javax.net.ssl.HttpsURLConnection
Gets the SSL socket factory to be used when creating sockets for secure https URL connections.
getSSLSocketFactory() - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
 
getSSLSocketFactory() - Method in class sun.net.www.protocol.https.DelegateHttpsURLConnection
 
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getStartValue() - Method in class ej.motion.AbstractMotion
 
getStartValue() - Method in interface ej.motion.Motion
Gets the start value of the motion.
getStartValue() - Method in class ej.motion.none.NoMotion
 
getState() - Method in class ej.ecom.mobile.PDPSession
 
getState() - Method in class ej.kf.Feature
Returns the current Feature state.
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getState() - Method in class sun.net.ProgressEvent
Return state.
getState() - Method in class sun.net.ProgressSource
Return state.
getStateId(int) - Static method in class ej.microui.event.generator.States
Gets the state's identifier held by the state event.
getStateValue(int) - Static method in class ej.microui.event.generator.States
Gets the state's value held by the state event.
getStopValue() - Method in class ej.motion.AbstractMotion
 
getStopValue() - Method in interface ej.motion.Motion
Gets the stop value of the motion.
getStopValue() - Method in class ej.motion.none.NoMotion
 
getStride(int) - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Returns the preferred row stride in pixels to respect in output image.
getString(String) - Static method in class ej.bon.Constants
Gets a String constant.
getString() - Method in class ej.microui.display.RenderableString
Returns the string associated with this renderable string.
getString(int) - Method in class org.json.me.JSONArray
Get the string associated with an index.
getString(String) - Method in class org.json.me.JSONObject
Get the string associated with a key.
getStyle() - Method in class ej.microui.display.Font
Returns the style of this font.
getStyle(Widget) - Method in class ej.mwt.stylesheet.CachedStylesheet
 
getStyle(Widget) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
 
getStyle(Widget) - Method in interface ej.mwt.stylesheet.Stylesheet
Gets the style for a widget.
getStyle(Widget) - Method in class ej.mwt.stylesheet.VoidStylesheet
 
getStyle() - Method in class ej.mwt.Widget
Gets the current style of the widget.
getStylesheet() - Method in class ej.mwt.Desktop
Gets the stylesheet instance.
GetSuffix(int) - Method in interface ej.jsonpath.parser.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class ej.jsonpath.parser.SimpleCharStream
Get the suffix.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getTabSize() - Method in interface ej.jsonpath.parser.CharStream
 
getTabSize() - Method in class ej.jsonpath.parser.SimpleCharStream
 
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getTestClass() - Method in class ej.junit.AbstractAllTestClassesWrapper
 
getTestClass() - Method in class ej.junit.AbstractTestWrapper
 
getTestClass() - Method in interface ej.junit.TestWrapper
 
getText() - Method in interface com.is2t.microej.workbench.std.launch.ext.ILabel
Get label text (short single line)
getText() - Method in class com.is2t.microej.workbench.std.launch.ext.LabelOption
 
getText() - Method in class com.is2t.microej.workbench.std.launch.ext.StringLabel
 
getText() - Method in class ej.widget.basic.Label
Gets the text displayed on this label.
getThickness() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.UniformOutline
Gets the thickness.
getThrown() - Method in class java.util.logging.LogRecord
Get the throwable associated with this log record, if any.
getTime() - Method in class ej.gnss.GnssManager
Get the epoch time UTC.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getToken(int) - Method in class ej.jsonpath.parser.JSONPathCompiler
Get the specific Token.
getTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the top thickness.
getTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the top thickness.
getTop() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the top thickness.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getTrackLineColumn() - Method in interface ej.jsonpath.parser.CharStream
 
getTrackLineColumn() - Method in class ej.jsonpath.parser.SimpleCharStream
 
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTranslationX() - Method in class ej.microui.display.GraphicsContext
Returns the x coordinate of the translation vector of this graphics context.
getTranslationY() - Method in class ej.microui.display.GraphicsContext
Returns the y coordinate of the translation vector of this graphics context.
getTransparentImage(byte) - Method in interface ej.fp.Image
Gets a transparent image of the image.
getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
Returns one trust manager for each type of trust material.
getType() - Method in class com.microej.kf.util.BooleanConverter
 
getType() - Method in class com.microej.kf.util.ByteConverter
 
getType() - Method in class com.microej.kf.util.CharacterConverter
 
getType() - Method in class com.microej.kf.util.DateConverter
 
getType() - Method in class com.microej.kf.util.DoubleConverter
 
getType() - Method in class com.microej.kf.util.FloatConverter
 
getType() - Method in class com.microej.kf.util.InputStreamConverter
 
getType() - Method in class com.microej.kf.util.IntegerConverter
 
getType() - Method in class com.microej.kf.util.IProgressMonitorConverter
 
getType() - Method in class com.microej.kf.util.ListConverter
 
getType() - Method in class com.microej.kf.util.LongConverter
 
getType() - Method in class com.microej.kf.util.MapConverter
 
getType() - Method in class com.microej.kf.util.ShortConverter
 
getType() - Method in class com.microej.kf.util.StringConverter
 
getType() - Method in interface ej.ecom.io.ContentConnection
 
getType() - Method in interface ej.kf.Converter
Gets the Kernel type managed by this Converter.
getType(int) - Static method in class ej.microui.event.Event
Returns the type of an event.
getType(int) - Static method in class ej.microui.event.LLUIInput
Returns the type (i.e.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getUID() - Method in class ej.kf.Module
Gets a byte sequence that uniquely identifies the current module.
getUid() - Method in interface ej.wadapps.Firmware
Gets the firmware unique identifier.
getUid() - Method in class ej.wadapps.multisandbox.FirmwareKF
 
getUIDrawerSoftware() - Method in interface ej.microui.display.LLUIDisplay
Unique instance of MicroUI graphical engine's internal software drawer.
getUncaughtExceptionHandler() - Method in class ej.bon.Timer
Gets the specific handler for uncaught exceptions on this Timer instance.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getURL() - Method in class java.net.URLConnection
Returns the value of this URLConnection's URL field.
getURL() - Method in class sun.net.ProgressEvent
Return URL related to the progress.
getURL() - Method in class sun.net.ProgressSource
Return URL of progress source.
getURL() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getUrlConnection() - Method in class ej.rest.web.AbstractResource
 
getURLFile() - Method in class sun.net.www.http.HttpClient
 
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUseCaches() - Method in class java.net.URLConnection
Returns the value of this URLConnection's useCaches field.
getUseCaches() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode when handshaking.
getUserClass(Class<?>, Class<?>, String) - Method in class ej.fp.FrontPanel
Gets the class whose name is classname.
getUserInfo() - Method in class java.net.URI
Returns the decoded user-information component of this URI.
getUserInfo() - Method in class java.net.URL
Gets the userInfo part of this URL.
getValue() - Method in class com.cinterion.io.InPort
Gets the current value of an instance of a GPIO port of input pins.
getValue() - Method in class com.cinterion.io.OutPort
Gets the current value of an instance of a GPIO port of output pins.
getValue() - Method in class com.is2t.microej.workbench.std.launch.ext.ComboOption
Get the current value of the option By default, returns the currently selected item message Subclasses may override this method to return an other value (converted from currently selected index for example)
getValue() - Method in class ej.jsonpath.parser.Token
An optional attribute value of the Token.
getValue(int) - Method in interface ej.kf.Principal
Gets the value of one of the fields.
getValue(long) - Method in class ej.motion.AbstractMotion
 
getValue(long) - Method in interface ej.motion.Motion
Gets the value of the motion for a specific elapsed time.
getValue(long) - Method in class ej.motion.none.NoMotion
 
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the value corresponding to this entry.
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getValue(int) - Method in class sun.net.www.MessageHeader
 
getVelocity() - Method in class ej.gnss.GnssManager
Return the latest obtained velocity in m/s data.
getVersion() - Method in class ej.kf.Module
Gets a String that represents this module version.
getVersion() - Method in interface ej.wadapps.application.Application
Gets the application version.
getVersion() - Method in interface ej.wadapps.Firmware
Gets the firmware version.
getVersion() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
getVersion() - Method in class ej.wadapps.multisandbox.FirmwareKF
 
getVerticalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getVerticalAlignment() - Method in interface ej.mwt.style.Style
Gets the vertical alignment.
getVisibility() - Method in interface com.is2t.microej.workbench.extension.Page
Gets the expression of the page visibility.
getWidget(Class<T>) - Method in class ej.fp.Device
Gets the first width which implement the given class.
getWidget(Class<T>, String) - Method in class ej.fp.Device
Gets the first width which implement the given class and whose label is equals to given label.
getWidget() - Method in class ej.mwt.Desktop
Gets the widget attached to this desktop.
getWidgetAt(int, int) - Method in class ej.mwt.Container
Returns the child widget that is at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Desktop
Returns the child widget at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Widget
Gets the widget at the specified position.
getWidgets() - Method in class ej.fp.Device
Gets a list of device's widgets.
getWidgets(Class<T>) - Method in class ej.fp.Device
Gets a list of device's widgets which implement the given class.
getWidth() - Method in class com.microej.tool.ui.generator.BufferedImageLoader
 
getWidth() - Method in interface com.microej.tool.ui.generator.MicroUIRawImageGeneratorExtension
Gets the current source image width in pixels.
getWidth() - Method in interface ej.fp.Image
Gets the width of the image.
getWidth() - Method in class ej.fp.Widget
Gets the width of this widget set by the front panel parser thanks Widget.setSkin(Image) method).
getWidth() - Method in class ej.microui.display.Display
Returns the width in pixels of the display screen area available to the application.
getWidth() - Method in class ej.microui.display.GraphicsContext
Returns the width of this graphics context.
getWidth() - Method in class ej.microui.display.Image
Returns the width of the image.
getWidth() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns the MicroUI Image width.
getWidth() - Method in class ej.microui.display.RenderableString
Returns the width of the graphical bounds of this renderable string.
getWidth() - Method in class ej.microui.event.generator.Pointer
 
getWidth() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the width constraint.
getWidth() - Method in class ej.mwt.util.Rectangle
Gets the width.
getWidth() - Method in class ej.mwt.util.Size
Gets the width.
getWidth() - Method in class ej.mwt.Widget
Gets the width of this widget.
getWidthRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the width ratio.
getWords(String) - Static method in class ej.widget.util.render.TextHelper
Gets the words in a text.
getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractPackedMap
Gets the hash code of a key stored in the packed map.
getWrappedKeyHashCode(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
getX() - Method in class ej.fp.Widget
Gets the relative x coordinate of this widget set by the front panel parser thanks Widget.setX(int) method).
getX() - Method in class ej.microui.event.generator.Pointer
Returns the last available x coordinate in scaled area (after applying any origin offset and the scale factor).
getX() - Method in class ej.mwt.util.Rectangle
Gets the x coordinate.
getX() - Method in class ej.mwt.Widget
Gets the x coordinate of this widget, relative to its parent.
getY() - Method in class ej.fp.Widget
Gets the relative y coordinate of this widget set by the front panel parser thanks Widget.setY(int) method).
getY() - Method in class ej.microui.event.generator.Pointer
Returns the last available y coordinate in scaled area (after applying any origin offset and the scale factor).
getY() - Method in class ej.mwt.util.Rectangle
Gets the y coordinate.
getY() - Method in class ej.mwt.Widget
Gets the y coordinate of this widget, relative to its parent.
GINA_ERROR_UPDATE_FLASH_FAIL - Static variable in class com.cinterion.update.SafeUpdate
FAIL to FOTA.
GINA_ERROR_UPDATE_FLASH_FULL - Static variable in class com.cinterion.update.SafeUpdate
FOTA partition is full.
GINA_ERROR_UPDATE_FLASH_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
Operation passed.
GINA_ERROR_UPDATE_FLASH_SCRUB_ERROR - Static variable in class com.cinterion.update.SafeUpdate
SCRUB ERROR.
GINA_ERROR_UPDATE_FLASH_SCRUB_PENDING - Static variable in class com.cinterion.update.SafeUpdate
SCRUB is running, need to wait until scrub is finished.
GINA_ERROR_UPDATE_FLASH_WRONG_PARA - Static variable in class com.cinterion.update.SafeUpdate
Wrong parameter passed.
GINA_ERROR_UPDATE_RESULT_CRC_ERROR - Static variable in class com.cinterion.update.SafeUpdate
CRC check failed.
GINA_ERROR_UPDATE_RESULT_FATAL - Static variable in class com.cinterion.update.SafeUpdate
Fatal internal errot.
GINA_ERROR_UPDATE_RESULT_FW_MISMATCH - Static variable in class com.cinterion.update.SafeUpdate
Firmware mismatch.
GINA_ERROR_UPDATE_RESULT_NO_DAM - Static variable in class com.cinterion.update.SafeUpdate
No DAM.
GINA_ERROR_UPDATE_RESULT_NO_FOTA - Static variable in class com.cinterion.update.SafeUpdate
No firmware.
GINA_ERROR_UPDATE_RESULT_OFFSET - Static variable in class com.cinterion.update.SafeUpdate
Update result offset.
GINA_ERROR_UPDATE_RESULT_SAME_FW - Static variable in class com.cinterion.update.SafeUpdate
Failed updating the same version FW.
GINA_NOERROR - Static variable in class com.cinterion.update.SafeUpdate
Success status.
GINA_STATUS_FOTA - Static variable in class com.cinterion.update.SafeUpdate
FOTA
GLAGOLITIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for glagolitic font identifier.
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
This is a name for the global logger.
GnssManager - Class in ej.gnss
Implementation of the GnssManager function that calls the native function interface
GnssManager.GnssManagerState - Enum in ej.gnss
Enum state machine for GnssManager
goToSleep() - Method in class ej.fp.util.ThirdEventThread
Sleeps the thread.
GradientHelper - Class in ej.widget.util.color
Gradient utilities.
GraphicsContext - Class in ej.microui.display
A GraphicsContext provides access to a modifiable pixel buffer.
GRAY - Static variable in class ej.microui.display.Colors
Constant for gray color.
GREEK - Static variable in class ej.microui.display.FontIdentifiers
Constant for greek font identifier.
GREEN - Static variable in class ej.microui.display.Colors
Constant for green color.
Grid - Class in ej.widget.container
Lays out any number of children in a grid.
Grid(boolean, int) - Constructor for class ej.widget.container.Grid
Creates a grid specifying its orientation and the number of widgets per row/column (depending on the orientation chosen via the horizontal parameter).
Group - Class in com.is2t.microej.workbench.std.launch.ext
Composite of JPFExtensionTabNode An implicit enable condition is added to each element: group must be enabled
Group(PageContent[], int) - Constructor for class com.is2t.microej.workbench.std.launch.ext.Group
Creates a group and append implicit enable condition : elements are enabled if group is enabled && element enable condition
grow(int[], int, int) - Static method in class ej.basictool.ArrayTools
Grows an array by inserting a number of cells at an index.
grow(T[], int, int) - Static method in class ej.basictool.ArrayTools
Grows an array by inserting a number of cells at an index.
GSM2Java(String) - Static method in class com.cinterion.io.ATStringConverter
Convert GSM encoded string into a Java string, "\xy" character escaping is supported.
GSM2Java(String, boolean) - Static method in class com.cinterion.io.ATStringConverter
Convert GSM encoded string into a Java string, "\xy" character escaping is switchable.
GT - Static variable in class org.json.me.util.XML
The Character '>'.
Guard - Interface in java.security
This interface is only defined for hierarchy compatibility.
GUJARATI - Static variable in class ej.microui.display.FontIdentifiers
Constant for gujarati font identifier.
GURMUKHI - Static variable in class ej.microui.display.FontIdentifiers
Constant for gurmukhi font identifier.

H

HAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for han font identifier.
handleClick() - Method in class ej.widget.basic.Button
Handles a click event.
handleClick() - Method in class ej.widget.basic.ImageButton
Handles a click event.
handleEvent(int) - Method in interface ej.microui.event.EventHandler
Handles an event.
handleEvent(int) - Method in class ej.mwt.Desktop
Handles an event by delegating it to the event dispatcher.
handleEvent(int) - Method in class ej.mwt.Widget
Handles the given event.
handleEvent(int) - Method in class ej.widget.basic.Button
 
handleEvent(int) - Method in class ej.widget.basic.ImageButton
 
handleEvent(int) - Method in class ej.widget.util.swipe.SwipeEventHandler
 
Handler - Class in java.util.logging
A handler is an entity that publishes messages.
Handler() - Constructor for class java.util.logging.Handler
 
Handler - Class in sun.net.www.protocol.http
open an http input stream given a URL
Handler() - Constructor for class sun.net.www.protocol.http.Handler
 
handler - Variable in class sun.net.www.protocol.http.HttpURLConnection
 
Handler - Class in sun.net.www.protocol.https
open an http input stream given a URL
Handler() - Constructor for class sun.net.www.protocol.https.Handler
 
handleUncaughtException(Exception) - Static method in class ej.basictool.ThreadUtils
Handles an exception which has not been caught in a particular scope.
HANGUL - Static variable in class ej.microui.display.FontIdentifiers
Constant for hangul font identifier.
HANUNOO - Static variable in class ej.microui.display.FontIdentifiers
Constant for hanunoo font identifier.
HardwareDescriptor<D extends Device> - Interface in ej.ecom
Descriptive information of the hardware of a Device.
has(String) - Method in class org.json.me.JSONObject
Determine if the JSONObject contains a specific key.
hasArray() - Method in class java.nio.Buffer
Tells whether or not this buffer is backed by an accessible array.
hasArray() - Method in class java.nio.ByteBuffer
Tells whether or not this buffer is backed by an accessible byte array.
hasArray() - Method in class java.nio.CharBuffer
Tells whether or not this buffer is backed by an accessible char array.
hasArray() - Method in class java.nio.DoubleBuffer
Tells whether or not this buffer is backed by an accessible double array.
hasArray() - Method in class java.nio.FloatBuffer
Tells whether or not this buffer is backed by an accessible float array.
hasArray() - Method in class java.nio.IntBuffer
Tells whether or not this buffer is backed by an accessible int array.
hasArray() - Method in class java.nio.LongBuffer
Tells whether or not this buffer is backed by an accessible long array.
hasArray() - Method in class java.nio.ShortBuffer
Tells whether or not this buffer is backed by an accessible short array.
hasBackgroundColor() - Method in class ej.microui.display.GraphicsContext
Returns whether this graphics context has a background color.
hasBacklight() - Method in class ej.fp.widget.Display
 
hasBacklight() - Method in class ej.microui.display.Display
Tells whether the display has backlight.
hasBacklight() - Method in interface ej.microui.display.LLUIDisplayImpl
Returns true if the display holds a backlight.
hasChanged() - Method in class java.util.Observable
Tests if this object has changed.
hasClassSelector(int) - Method in class ej.mwt.Widget
Gets whether or not the widget has the given class selector.
hash(Object...) - Static method in class java.util.Objects
Generates a hash code for a sequence of input values.
hashCode() - Method in class ej.basictool.map.AbstractPackedMap
Returns the hash code value for this map.
hashCode() - Method in class ej.ecom.DeviceManagerPermission
 
hashCode() - Method in class ej.ecom.io.ConnectionPermission
 
hashCode() - Method in class ej.microui.display.DisplayPermission
 
hashCode() - Method in class ej.microui.display.FontPermission
 
hashCode() - Method in class ej.microui.display.ImagePermission
 
hashCode() - Method in class ej.microui.event.EventPermission
 
hashCode() - Method in class ej.microui.MicroUIPermission
 
hashCode() - Method in class ej.mwt.style.background.ImageBackground
 
hashCode() - Method in class ej.mwt.style.background.RectangularBackground
 
hashCode() - Method in class ej.mwt.style.background.RoundedBackground
 
hashCode() - Method in class ej.mwt.style.background.TiledImageBackground
 
hashCode() - Method in class ej.mwt.style.dimension.FixedDimension
 
hashCode() - Method in class ej.mwt.style.dimension.OptimalDimension
 
hashCode() - Method in class ej.mwt.style.dimension.RelativeDimension
 
hashCode() - Method in class ej.mwt.style.EditableStyle
 
hashCode() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
 
hashCode() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
 
hashCode() - Method in class ej.mwt.style.outline.border.RectangularBorder
 
hashCode() - Method in class ej.mwt.style.outline.border.RoundedBorder
 
hashCode() - Method in class ej.mwt.style.outline.FlexibleOutline
 
hashCode() - Method in class ej.mwt.style.outline.UniformOutline
 
hashCode() - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
hashCode() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
hashCode() - Method in class ej.mwt.stylesheet.selector.NotSelector
 
hashCode() - Method in class ej.mwt.stylesheet.selector.StateSelector
 
hashCode() - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
hashCode() - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
hashCode() - Method in class ej.property.PropertyPermission
 
hashCode() - Method in class ej.service.ServicePermission
 
hashCode() - Method in class ej.wadapps.application.ApplicationPermission
 
hashCode() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
hashCode() - Method in class java.io.File
Computes a hash code for this abstract pathname.
hashCode() - Method in class java.io.FilePermission
Returns the hash code value for this object.
hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of this annotation, as defined below:
hashCode() - Method in class java.lang.Boolean
Returns a hash code for this Boolean object.
hashCode() - Method in class java.lang.Byte
Returns a hash code for this Byte; equal to the result of invoking intValue() .
hashCode() - Method in class java.lang.Character
Returns a hash code for this Character; equal to the result of invoking charValue().
hashCode() - Method in class java.lang.Double
Returns a hash code for this Double object.
hashCode() - Method in class java.lang.Enum
Returns a hash code for this enum constant.
hashCode() - Method in class java.lang.Float
Returns a hash code for this Float object.
hashCode() - Method in class java.lang.Integer
Returns a hash code for this Integer.
hashCode() - Method in class java.lang.Long
Returns a hash code for this Long.
hashCode() - Method in class java.lang.Object
Returns a hash code value for the object.
hashCode() - Method in class java.lang.Package
Return the hash code computed from the package name.
hashCode() - Method in class java.lang.Short
Returns a hash code for this Short; equal to the result of invoking intValue().
hashCode() - Method in class java.lang.StackTraceElement
Returns a hash code value for this stack trace element.
hashCode() - Method in class java.lang.String
Returns a hash code for this string.
hashCode() - Method in class java.math.BigInteger
Returns the hash code for this BigInteger.
hashCode() - Method in class java.net.Inet4Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.Inet6Address
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetAddress
Returns a hashcode for this IP address.
hashCode() - Method in class java.net.InetSocketAddress
Returns a hashcode for this socket address.
hashCode() - Method in class java.net.InterfaceAddress
Returns a hashcode for this Interface address.
hashCode() - Method in class java.net.NetworkInterface
 
hashCode() - Method in class java.net.SocketPermission
Returns the hash code value for this object.
hashCode() - Method in class java.net.URI
Returns a hash-code value for this URI.
hashCode() - Method in class java.net.URL
Creates an integer suitable for hash table indexing.
hashCode(URL) - Method in class java.net.URLStreamHandler
Provides the default hash calculation.
hashCode() - Method in class java.nio.ByteBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.CharBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.DoubleBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.FloatBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.IntBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.LongBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.nio.ShortBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class java.security.BasicPermission
Returns the hash code value for this object.
hashCode() - Method in class java.security.Permission
Returns the hash code value for this Permission object.
hashCode() - Method in interface java.security.Principal
Returns a hashcode for this principal.
hashCode() - Method in class java.util.AbstractList
Returns the hash code value for this list.
hashCode() - Method in class java.util.AbstractMap
Returns the hash code value for this map.
hashCode() - Method in class java.util.AbstractMap.SimpleEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns the hash code value for this map entry.
hashCode() - Method in class java.util.AbstractSet
Returns the hash code value for this set.
hashCode(long[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(int[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(short[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(char[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(byte[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(boolean[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(float[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(double[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode(Object[]) - Static method in class java.util.Arrays
Returns a hash code based on the contents of the specified array.
hashCode() - Method in class java.util.BitSet
Returns the hash code value for this bit set.
hashCode() - Method in class java.util.Calendar
Returns a hash code for this calendar.
hashCode() - Method in interface java.util.Collection
Returns the hash code value for this collection.
hashCode() - Method in class java.util.Date
Returns a hash code value for this object.
hashCode() - Method in class java.util.Hashtable
Returns the hash code value for this Map as per the definition in the Map interface.
hashCode() - Method in interface java.util.List
Returns the hash code value for this list.
hashCode() - Method in interface java.util.Map.Entry
Returns the hash code value for this map entry.
hashCode() - Method in interface java.util.Map
Returns the hash code value for this map.
hashCode(Object) - Static method in class java.util.Objects
Returns the hash code of a non-null argument and 0 for a null argument.
hashCode() - Method in class java.util.PropertyPermission
Returns the hash code value for this object.
hashCode() - Method in interface java.util.Set
Returns the hash code value for this set.
hashCode() - Method in class java.util.Vector
Returns the hash code value for this Vector.
hashCode() - Method in class javax.crypto.spec.SecretKeySpec
Calculates a hash code value for the object.
hashCode() - Method in class javax.security.auth.x500.X500Principal
Return a hash code for this X500Principal.
hashCode() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
hashCode() - Method in class sun.security.x509.AlgorithmId
Returns a hashcode for this AlgorithmId.
HashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface.
HashMap() - Constructor for class java.util.HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(int) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashMap(int, float) - Constructor for class java.util.HashMap
Constructs an empty HashMap with the specified initial capacity and load factor.
HashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.HashMap
Constructs a new HashMap with the same mappings as the specified Map.
HashSet<E> - Class in java.util
This class implements the Set interface, backed by a hash table (actually a HashMap instance).
HashSet() - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
HashSet(Collection<? extends E>) - Constructor for class java.util.HashSet
Constructs a new set containing the elements in the specified collection.
HashSet(int, float) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
HashSet(int) - Constructor for class java.util.HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor (0.75).
Hashtable<K,V> - Class in java.util
This class implements a hash table, which maps keys to values.
Hashtable() - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with a default initial capacity (11) and load factor (0.75).
Hashtable(int) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and default load factor (0.75).
Hashtable(int, float) - Constructor for class java.util.Hashtable
Constructs a new, empty hashtable with the specified initial capacity and the specified load factor.
Hashtable(Map<? extends K, ? extends V>) - Constructor for class java.util.Hashtable
Constructs a new hashtable with the same mappings as the given Map.
hasMoreElements() - Method in interface java.util.Enumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasNext() - Method in interface java.util.Iterator
Returns true if the iteration has more elements.
hasNext() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the forward direction.
hasPrevious() - Method in interface java.util.ListIterator
Returns true if this list iterator has more elements when traversing the list in the reverse direction.
hasRemaining() - Method in class java.nio.Buffer
Tells whether there are any elements between the current position and the limit.
hasSameRules(TimeZone) - Method in class java.util.TimeZone
Returns true if this zone has the same rule and offset as another zone.
HCENTER - Static variable in class ej.mwt.util.Alignment
Constant for centering horizontally.
headMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
headMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are strictly less than toKey.
headMap(K, boolean) - Method in class java.util.TreeMap
 
headMap(K) - Method in class java.util.TreeMap
 
headSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are less than (or equal to, if inclusive is true) toElement.
headSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are strictly less than toElement.
headSet(E, boolean) - Method in class java.util.TreeSet
 
headSet(E) - Method in class java.util.TreeSet
 
HEBREW - Static variable in class ej.microui.display.FontIdentifiers
Constant for hebrew font identifier.
HELP - Static variable in class ej.microui.event.EventCommand
The "help" command constant.
HELP - Static variable in class ej.microui.event.generator.Command
Constant for "help" command.
HiddenOption - Class in com.is2t.microej.workbench.std.launch.ext
Option passed to the script but not displayed
HiddenOption(String, String, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.HiddenOption
 
HierarchyInspector - Class in ej.widget.util.debug
Provides helpers to analyze a hierarchy of widgets.
higher(E) - Method in interface java.util.NavigableSet
Returns the least element in this set strictly greater than the given element, or null if there is no such element.
higher(E) - Method in class java.util.TreeSet
 
higherEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the least key strictly greater than the given key, or null if there is no such key.
higherEntry(K) - Method in class java.util.TreeMap
 
higherKey(K) - Method in interface java.util.NavigableMap
Returns the least key strictly greater than the given key, or null if there is no such key.
higherKey(K) - Method in class java.util.TreeMap
 
HIL - Class in com.is2t.hil
 
HIL() - Constructor for class com.is2t.hil.HIL
 
HIRAGANA - Static variable in class ej.microui.display.FontIdentifiers
Constant for hiragana font identifier.
holdsLock(Object) - Static method in class java.lang.Thread
Returns true if and only if the current thread holds the monitor lock on the specified object.
HORIZONTAL - Static variable in class ej.widget.container.LayoutOrientation
Horizontal orientation.
HORIZONTAL_ALIGNMENT - Static variable in class ej.mwt.style.DefaultStyle
The horizontal alignment of the default style.
host - Variable in class sun.net.www.http.HttpClient
 
hostsEqual(URL, URL) - Method in class java.net.URLStreamHandler
Compares the host components of two URLs.
HOUR - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the morning or afternoon.
HOUR_OF_DAY - Static variable in class java.util.Calendar
Field number for get and set indicating the hour of the day.
HTTP - Class in ej.rest.json
Convert an HTTP header to a JSONObject and back.
HTTP() - Constructor for class ej.rest.json.HTTP
 
http() - Method in class ej.rest.web.AbstractResource
 
http - Variable in class sun.net.www.protocol.http.HttpURLConnection
 
HTTP_ACCEPTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 202: Accepted.
HTTP_BAD_GATEWAY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 502: Bad Gateway.
HTTP_BAD_METHOD - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 405: Method Not Allowed.
HTTP_BAD_REQUEST - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 400: Bad Request.
HTTP_CLIENT_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 408: Request Time-Out.
HTTP_CONFLICT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 409: Conflict.
HTTP_CREATED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 201: Created.
HTTP_ENTITY_TOO_LARGE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 413: Request Entity Too Large.
HTTP_FORBIDDEN - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 403: Forbidden.
HTTP_GATEWAY_TIMEOUT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 504: Gateway Timeout.
HTTP_GONE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 410: Gone.
HTTP_INTERNAL_ERROR - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 500: Internal Server Error.
HTTP_LENGTH_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 411: Length Required.
HTTP_MOVED_PERM - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 301: Moved Permanently.
HTTP_MOVED_TEMP - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 302: Temporary Redirect.
HTTP_MULT_CHOICE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 300: Multiple Choices.
HTTP_NO_CONTENT - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 204: No Content.
HTTP_NOT_ACCEPTABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 406: Not Acceptable.
HTTP_NOT_AUTHORITATIVE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 203: Non-Authoritative Information.
HTTP_NOT_FOUND - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 404: Not Found.
HTTP_NOT_IMPLEMENTED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 501: Not Implemented.
HTTP_NOT_MODIFIED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 304: Not Modified.
HTTP_OK - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 200: OK.
HTTP_PARTIAL - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 206: Partial Content.
HTTP_PAYMENT_REQUIRED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 402: Payment Required.
HTTP_PRECON_FAILED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 412: Precondition Failed.
HTTP_PROXY_AUTH - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 407: Proxy Authentication Required.
HTTP_REQ_TOO_LONG - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 414: Request-URI Too Large.
HTTP_RESET - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 205: Reset Content.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 303: See Other.
HTTP_UNAUTHORIZED - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 401: Unauthorized.
HTTP_UNAVAILABLE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 503: Service Unavailable.
HTTP_UNSUPPORTED_TYPE - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 415: Unsupported Media Type.
HTTP_USE_PROXY - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 305: Use Proxy.
HTTP_VERSION - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 505: HTTP Version Not Supported.
HttpBufferedStreamFactory - Class in com.microej.http.util
Factory class for BufferStream instantiation.
HttpClient - Class in sun.net.www.http
 
HttpClient() - Constructor for class sun.net.www.http.HttpClient
 
HttpClient(URL, int) - Constructor for class sun.net.www.http.HttpClient
 
HttpRetryException - Exception in java.net
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
HttpRetryException(String, int) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException from the specified response code and exception detail message
HttpRetryException(String, int, String) - Constructor for exception java.net.HttpRetryException
Constructs a new HttpRetryException with detail message responseCode and the contents of the Location response header field.
HttpsURLConnection - Class in javax.net.ssl
HttpsURLConnection extends HttpURLConnection with support for https-specific features.
HttpsURLConnection(URL) - Constructor for class javax.net.ssl.HttpsURLConnection
Creates an HttpsURLConnection using the URL specified.
httpsURLConnection - Variable in class sun.net.www.protocol.https.DelegateHttpsURLConnection
 
HttpsURLConnectionImpl - Class in sun.net.www.protocol.https
A class to represent an HTTP connection to a remote object.
HttpsURLConnectionImpl(URL) - Constructor for class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
HTTPTokener - Class in ej.rest.json
The HTTPTokener extends the JSONTokener to provide additional methods for the parsing of HTTP headers.
HTTPTokener(String) - Constructor for class ej.rest.json.HTTPTokener
Construct an HTTPTokener from a string.
HttpURLConnection - Class in java.net
A URLConnection with support for HTTP-specific features.
HttpURLConnection(URL) - Constructor for class java.net.HttpURLConnection
Constructor for the HttpURLConnection.
HttpURLConnection - Class in sun.net.www.protocol.http
A class to represent an HTTP connection to a remote object.
HttpURLConnection(URL) - Constructor for class sun.net.www.protocol.http.HttpURLConnection
this constructor is used by other protocol handlers such as ftp that want to use http to fetch urls on their behalf.
HttpURLConnection(URL, Handler) - Constructor for class sun.net.www.protocol.http.HttpURLConnection
 
hurry() - Method in class sun.net.www.http.ChunkedInputStream
Hurry the input stream by reading everything from the underlying stream.
hurry() - Method in interface sun.net.www.http.Hurryable
 
Hurryable - Interface in sun.net.www.http
A Hurryable is a class that has been instructed to complete its input processing so as to make resource associated with that input available to others.
hypot(double, double) - Static method in class java.lang.Math
Returns sqrt(x2 +y2) without intermediate overflow or underflow.

I

IAttributeValueConverter - Interface in com.is2t.microej.workbench.std.launch.ext
A converter that can be used by a widget to convert attributes values before setting them as properties.
id - Variable in class ej.jsonpath.parser.SimpleNode
 
ID_CONTAINS_INVALID_CHARACTER - Static variable in class ej.storage.util.StorageMessage
Error occurs when a storage ID contains an invalid character.
ID_CONTAINS_INVALID_CHARACTER - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Error occurs when a storage ID contains an invalid character.
ID_DOES_NOT_START_WITH_LETTER - Static variable in class ej.storage.util.StorageMessage
Error occurs when a storage ID does not start with a letter.
ID_DOES_NOT_START_WITH_LETTER - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Error occurs when a storage ID does not start with a letter.
ID_IS_ZERO_LENGTH - Static variable in class ej.storage.util.StorageMessage
Error occurs when a storage ID is empty.
ID_IS_ZERO_LENGTH - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Error occurs when a storage ID is empty.
IDENTIFIER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
identifyAsMozilla() - Method in class ej.rest.web.Resty
Sets the User-Agent to identify as Mozilla/Firefox.
identifyAsResty() - Method in class ej.rest.web.Resty
Sets the User-Agent to Resty.
identityHashCode(Object) - Static method in class java.lang.System
Returns the same hash code for the given object as would be returned by the default method hashCode(), whether or not the given object's class overrides hashCode().
IdentityPackedMap<K,V> - Class in ej.basictool.map
This class implements the AbstractPackedMap class, using reference-equality when comparing keys.
IdentityPackedMap() - Constructor for class ej.basictool.map.IdentityPackedMap
Constructs an empty map.
IdentityPackedMap(IdentityPackedMap<K, V>) - Constructor for class ej.basictool.map.IdentityPackedMap
Constructs a map with the same mappings as the specified map.
IEEEremainder(double, double) - Static method in class java.lang.Math
Computes the remainder operation on two arguments as prescribed by the IEEE 754 standard.
Ignore - Annotation Type in org.junit
Sometimes you want to temporarily disable a test or a group of tests.
IInputValidator - Interface in com.is2t.microej.workbench.std.launch.ext
The IInputValidator is the interface for simple validators.
ILabel - Interface in com.is2t.microej.workbench.std.launch.ext
Option label
IllegalAccessError - Error in java.lang
Thrown if an application attempts to access or modify a field, or to call a method that it does not have access to.
IllegalAccessError() - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with no detail message.
IllegalAccessError(String) - Constructor for error java.lang.IllegalAccessError
Constructs an IllegalAccessError with the specified detail message.
IllegalAccessException - Exception in java.lang
An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
IllegalAccessException() - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException without a detail message.
IllegalAccessException(String) - Constructor for exception java.lang.IllegalAccessException
Constructs an IllegalAccessException with a detail message.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with no detail message.
IllegalArgumentException(String) - Constructor for exception java.lang.IllegalArgumentException
Constructs an IllegalArgumentException with the specified detail message.
IllegalArgumentException(String, Throwable) - Constructor for exception java.lang.IllegalArgumentException
Constructs a new exception with the specified detail message and cause.
IllegalArgumentException(Throwable) - Constructor for exception java.lang.IllegalArgumentException
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).
IllegalBlockSizeException - Exception in javax.crypto
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
IllegalBlockSizeException() - Constructor for exception javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with no detail message.
IllegalBlockSizeException(String) - Constructor for exception javax.crypto.IllegalBlockSizeException
Constructs an IllegalBlockSizeException with the specified detail message.
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with no detail message.
IllegalMonitorStateException(String) - Constructor for exception java.lang.IllegalMonitorStateException
Constructs an IllegalMonitorStateException with the specified detail message.
IllegalStateException - Exception in ej.bon
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception ej.bon.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception ej.bon.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException - Exception in java.lang
Signals that a method has been invoked at an illegal or inappropriate time.
IllegalStateException() - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with no detail message.
IllegalStateException(String) - Constructor for exception java.lang.IllegalStateException
Constructs an IllegalStateException with the specified detail message.
IllegalStateException(String, Throwable) - Constructor for exception java.lang.IllegalStateException
Constructs a new exception with the specified detail message and cause.
IllegalStateException(Throwable) - Constructor for exception java.lang.IllegalStateException
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).
IllegalThreadStateException - Exception in java.lang
Thrown to indicate that a thread is not in an appropriate state for the requested operation.
IllegalThreadStateException() - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with no detail message.
IllegalThreadStateException(String) - Constructor for exception java.lang.IllegalThreadStateException
Constructs an IllegalThreadStateException with the specified detail message.
Image - Interface in com.microej.tool.ui.generator
Represents an image listed in a ".images.list" file.
Image - Interface in ej.fp
An Image is a graphical element that can be displayed on a Device.
image - Variable in class ej.jsonpath.parser.Token
The string image of the token.
Image - Class in ej.microui.display
An Image represents a graphical two-dimensional object.
IMAGE_OUT_OF_MEMORY - Static variable in exception ej.microui.MicroUIException
Exception thrown when there is not enough space in images heap when creating a new image.
IMAGE_UNKNOWN_FORMAT - Static variable in exception ej.microui.MicroUIException
Exception thrown when the image cannot be decoded because there is no runtime decoder able to decode this kind of image.
ImageBackground - Class in ej.mwt.style.background
Draws an image on the background.
ImageBackground(Image) - Constructor for class ej.mwt.style.background.ImageBackground
Creates an image background aligned on the top-left corner.
ImageBackground(Image, int, int) - Constructor for class ej.mwt.style.background.ImageBackground
Creates an image background specifying its alignment.
ImageButton - Class in ej.widget.basic
An image button is a widget that displays an image and reacts to click events.
ImageButton(String) - Constructor for class ej.widget.basic.ImageButton
Creates an image button with the resource path of the image to display.
ImageConverter - Interface in com.microej.tool.ui.generator
An implementation of this interface is required to convert an image is a format not managed by MicroUI (custom ouput format different than MicroUI Image RAW formats).
ImagePainter - Class in ej.widget.util.render
Provides utility methods to draw images.
ImagePermission - Class in ej.microui.display
Permission to load or create an Image.
ImagePermission() - Constructor for class ej.microui.display.ImagePermission
Creates an image permission with null as name.
ImageWidget - Class in ej.widget.basic
A widget that displays a resource image.
ImageWidget(String) - Constructor for class ej.widget.basic.ImageWidget
Creates an image widget with the resource path of the image to display.
Immortals - Class in ej.bon
This class gives access to the global immortal objects pool.
Immortals() - Constructor for class ej.bon.Immortals
 
Immutables - Class in ej.bon
This class gives access to the global immutable objects pool.
Immutables() - Constructor for class ej.bon.Immutables
 
ImmutablesError - Error in ej.bon
Indicates an error accessing immutables data.
ImmutablesError() - Constructor for error ej.bon.ImmutablesError
Constructs an ImmutablesError with no detail message.
ImmutablesError(String) - Constructor for error ej.bon.ImmutablesError
Constructs an ImmutablesError with the specified detail message.
implies(Permission) - Method in class ej.ecom.DeviceManagerPermission
 
implies(Permission) - Method in class ej.ecom.io.ConnectionPermission
 
implies(Permission) - Method in class ej.microui.display.DisplayPermission
 
implies(Permission) - Method in class ej.microui.display.FontPermission
 
implies(Permission) - Method in class ej.microui.display.ImagePermission
 
implies(Permission) - Method in class ej.microui.event.EventPermission
 
implies(Permission) - Method in class ej.microui.MicroUIPermission
 
implies(Permission) - Method in class ej.property.PropertyPermission
 
implies(Permission) - Method in class ej.service.ServicePermission
 
implies(Permission) - Method in class ej.wadapps.application.ApplicationPermission
 
implies(Permission) - Method in class java.io.FilePermission
Checks if this FilePermission object "implies" the specified permission.
implies(Permission) - Method in class java.net.SocketPermission
Checks if this socket permission object "implies" the specified permission.
implies(Permission) - Method in class java.security.BasicPermission
Checks if the specified permission is "implied" by this object.
implies(Permission) - Method in class java.security.Permission
Checks if the specified permission's actions are "implied by" this object's actions.
implies(Permission) - Method in class java.util.PropertyPermission
Checks if this PropertyPermission object "implies" the specified permission.
in - Variable in class java.io.FilterInputStream
The input stream to be filtered.
in - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be stored when received from the connected piped output stream.
inBuf - Variable in class ej.jsonpath.parser.SimpleCharStream
 
IncompatibleClassChangeError - Error in java.lang
Thrown when an incompatible class change has occurred to some class definition.
IncompatibleClassChangeError() - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String) - Constructor for error java.lang.IncompatibleClassChangeError
Constructs an IncompatibleClassChangeError with the specified detail message.
IncompatibleFeatureException - Exception in ej.kf
This exception is thrown if a Feature being loaded is not compatible with the current Kernel.
IncompatibleFeatureException() - Constructor for exception ej.kf.IncompatibleFeatureException
 
indexOf(int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character.
indexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified index.
indexOf(String) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(String) - Method in class java.lang.StringBuilder
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class java.lang.StringBuilder
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.AbstractList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.ArrayList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.LinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in interface java.util.List
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(Object) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
indexOf(Object, int) - Method in class java.util.Vector
Returns the index of the first occurrence of the specified element in this vector, searching forwards from index, or returns -1 if the element is not found.
indexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the first occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
IndexOutOfBoundsException - Exception in java.lang
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
IndexOutOfBoundsException() - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with no detail message.
IndexOutOfBoundsException(String) - Constructor for exception java.lang.IndexOutOfBoundsException
Constructs an IndexOutOfBoundsException with the specified detail message.
Inet4Address - Class in java.net
This class represents an Internet Protocol version 4 (IPv4) address.
Inet6Address - Class in java.net
This class represents an Internet Protocol version 6 (IPv6) address.
InetAddress - Class in java.net
This class represents an Internet Protocol (IP) address.
InetSocketAddress - Class in java.net
This class implements an IP Socket Address (IP address + port number) It can also be a pair (hostname + port number), in which case an attempt will be made to resolve the hostname.
InetSocketAddress(int) - Constructor for class java.net.InetSocketAddress
Creates a socket address where the IP address is the wildcard address and the port number a specified value.
InetSocketAddress(InetAddress, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from an IP address and a port number.
InetSocketAddress(String, int) - Constructor for class java.net.InetSocketAddress
Creates a socket address from a hostname and a port number.
InexactComparisonCriteria - Class in org.junit.internal
 
InexactComparisonCriteria(double) - Constructor for class org.junit.internal.InexactComparisonCriteria
 
InexactComparisonCriteria(float) - Constructor for class org.junit.internal.InexactComparisonCriteria
 
info(String) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
info(String) - Static method in class ej.tool.addon.util.Message
 
info(String) - Method in interface ej.tool.addon.util.MessageLogger
 
INFO - Static variable in class ej.util.message.Level
Info.
INFO - Static variable in class java.util.logging.Level
INFO is a message level for informational messages.
info(String) - Method in class java.util.logging.Logger
Log an INFO message.
INHERITED - Static variable in class ej.microui.display.FontIdentifiers
Constant for inherited font identifier.
Inherited - Annotation Type in java.lang.annotation
Indicates that an annotation type is automatically inherited.
init(Resty) - Method in class ej.rest.web.Resty.Option
Callback from Resty when the option is set on the Resty instance.
init(int, Key) - Method in class javax.crypto.Cipher
Initializes this cipher with a key.
init(int, Key, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with a key and a source of randomness.
init(int, Key, AlgorithmParameterSpec) - Method in class javax.crypto.Cipher
Initializes this cipher with a key and a set of algorithm parameters.
init(int, Key, AlgorithmParameterSpec, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with a key, a set of algorithm parameters, and a source of randomness.
init(int, Certificate) - Method in class javax.crypto.Cipher
Initializes this cipher with the public key from the given certificate.
init(int, Certificate, SecureRandom) - Method in class javax.crypto.Cipher
Initializes this cipher with the public key from the given certificate and a source of randomness.
init(Key) - Method in class javax.crypto.Mac
Initializes this Mac object with the given key.
init(Key, AlgorithmParameterSpec) - Method in class javax.crypto.Mac
Initializes this Mac object with the given key and algorithm parameters.
init(KeyStore, char[]) - Method in class javax.net.ssl.KeyManagerFactory
Initializes this factory with a source of key material.
init(KeyManager[], TrustManager[], SecureRandom) - Method in class javax.net.ssl.SSLContext
Initializes this context.
init(KeyStore) - Method in class javax.net.ssl.TrustManagerFactory
Initializes this factory with a source of certificate authorities and related trust material.
initCause(Throwable) - Method in class java.lang.Throwable
Initializes the cause of this throwable to the specified value.
initialize() - Method in class ej.fp.widget.Display
Called by MicroUI graphical engine when MicroUI.start() is called by the MicroEJ application.
initialize() - Method in interface ej.microui.display.LLUIDisplayImpl
Initializes the display widget to be compatible with MicroUI graphical engine.
initialize() - Method in class ej.mwt.event.EventDispatcher
Initializes this event dispatcher.
initialize() - Method in class ej.mwt.event.PointerEventDispatcher
 
initialize(CommandSenderProvider) - Method in class ej.rcommand.impl.AbstractRemoteService
This method must be called before registering or using this service.
initialize(CommandSenderProvider) - Method in interface ej.rcommand.RemoteService
Initializes the remote service with the object that provides the command senders.
initialize(int) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize using a default parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator for a certain keysize with the given source of randomness (and a default parameter set).
initialize(AlgorithmParameterSpec) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator using the specified parameter set and the SecureRandom implementation of the highest-priority installed provider as the source of randomness.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGenerator
Initializes the key pair generator with the given parameter set and source of randomness.
initialize(int, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator for a certain keysize, using the default parameter set.
initialize(AlgorithmParameterSpec, SecureRandom) - Method in class java.security.KeyPairGeneratorSpi
Initializes the key pair generator using the specified parameter set and user-provided source of randomness.
initializeMessages(String, Class<?>) - Static method in class com.is2t.nls.NLS
Initialize the given class with the values from the message properties specified by the base name.
initSign(PrivateKey) - Method in class java.security.Signature
Initialize this object for signing.
initSign(PrivateKey, SecureRandom) - Method in class java.security.Signature
Initialize this object for signing.
initVerify(PublicKey) - Method in class java.security.Signature
Initializes this object for verification.
initVerify(Certificate) - Method in class java.security.Signature
Initializes this object for verification, using the public key from the given certificate.
InPort - Class in com.cinterion.io
The InPort class supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO).
InPort(Vector<String>) - Constructor for class com.cinterion.io.InPort
Creates a new instance of a GPIO port of input pins.
InPortListener - Interface in com.cinterion.io
The InPortListener interface defines the capabilities for receiving value changes at the input ports of the general purpose IO driver (GPIO).
input_stream - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
 
INPUT_STREAM_ERROR - Static variable in class com.microej.kf.util.message.KfUtilMessage
Error occurs when the framework calls user code.
InputConnection - Interface in ej.ecom.io
This interface is implemented by a Connection that is able to open an InputStream.
InputOption - Class in com.is2t.microej.workbench.std.launch.ext
Root node for MicroEJ launch setting options
InputOption(ILabel, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.InputOption
 
inputStream - Variable in class ej.jsonpath.parser.SimpleCharStream
 
inputStream - Variable in class ej.rest.web.AbstractResource
 
InputStream - Class in java.io
This abstract class is the superclass of all classes representing an input stream of bytes.
InputStream() - Constructor for class java.io.InputStream
 
InputStreamConverter - Class in com.microej.kf.util
 
InputStreamConverter() - Constructor for class com.microej.kf.util.InputStreamConverter
 
InputStreamProxy - Class in com.microej.kf.util
A wrapper on an InputStream
InputStreamProxy(Proxy<InputStream>) - Constructor for class com.microej.kf.util.InputStreamProxy
 
InputStreamReader - Class in java.io
An InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified charset.
InputStreamReader(InputStream) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the default charset.
InputStreamReader(InputStream, String) - Constructor for class java.io.InputStreamReader
Creates an InputStreamReader that uses the named charset.
insert(T[], int, T) - Static method in class ej.basictool.ArrayTools
Inserts an element at an index in an array.
insert(T[], int, T, int) - Static method in class ej.basictool.ArrayTools
Inserts an element at an index in an array.
insert(int, boolean) - Method in class java.lang.StringBuffer
Inserts the string representation of the boolean argument into this sequence.
insert(int, char) - Method in class java.lang.StringBuffer
Inserts the string representation of the char argument into this sequence.
insert(int, char[]) - Method in class java.lang.StringBuffer
Inserts the string representation of the char array argument into this sequence.
insert(int, char[], int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of a subarray of the str array argument into this sequence.
insert(int, CharSequence) - Method in class java.lang.StringBuffer
Inserts the specified CharSequence into this sequence.
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuffer
Inserts a subsequence of the specified CharSequence into this sequence.
insert(int, double) - Method in class java.lang.StringBuffer
Inserts the string representation of the double argument into this sequence.
insert(int, float) - Method in class java.lang.StringBuffer
Inserts the string representation of the float argument into this sequence.
insert(int, int) - Method in class java.lang.StringBuffer
Inserts the string representation of the second int argument into this sequence.
insert(int, long) - Method in class java.lang.StringBuffer
Inserts the string representation of the long argument into this sequence.
insert(int, Object) - Method in class java.lang.StringBuffer
Inserts the string representation of the Object argument into this character sequence.
insert(int, String) - Method in class java.lang.StringBuffer
Inserts the string into this character sequence.
insert(int, boolean) - Method in class java.lang.StringBuilder
Inserts the string representation of the boolean argument into this sequence.
insert(int, char) - Method in class java.lang.StringBuilder
Inserts the string representation of the char argument into this sequence.
insert(int, char[]) - Method in class java.lang.StringBuilder
Inserts the string representation of the char array argument into this sequence.
insert(int, char[], int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of a subarray of the str array argument into this sequence.
insert(int, CharSequence) - Method in class java.lang.StringBuilder
Inserts the specified CharSequence into this sequence.
insert(int, CharSequence, int, int) - Method in class java.lang.StringBuilder
Inserts a subsequence of the specified CharSequence into this sequence.
insert(int, double) - Method in class java.lang.StringBuilder
Inserts the string representation of the double argument into this sequence.
insert(int, float) - Method in class java.lang.StringBuilder
Inserts the string representation of the float argument into this sequence.
insert(int, int) - Method in class java.lang.StringBuilder
Inserts the string representation of the second int argument into this sequence.
insert(int, long) - Method in class java.lang.StringBuilder
Inserts the string representation of the long argument into this sequence.
insert(int, Object) - Method in class java.lang.StringBuilder
Inserts the string representation of the Object argument into this character sequence.
insert(int, String) - Method in class java.lang.StringBuilder
Inserts the string into this character sequence.
insertChild(Widget, int) - Method in class ej.mwt.Container
Inserts the specified widget at the specified index in the list of children of this container.
insertChild(Widget, int) - Method in class ej.widget.container.Flow
 
insertChild(Widget, int) - Method in class ej.widget.container.Grid
 
insertChild(Widget, int) - Method in class ej.widget.container.List
 
insertChild(Widget, int) - Method in class ej.widget.container.OverlapContainer
 
insertElementAt(E, int) - Method in class java.util.Vector
Inserts the specified object as a component in this vector at the specified index.
install(InputStream) - Static method in class ej.kf.Kernel
Installs a Feature from an InputStream.
install(InputStream) - Method in interface ej.wadapps.application.ApplicationInstaller
Installs an application from an input stream.
install(InputStream, IProgressMonitor) - Method in interface ej.wadapps.application.ApplicationInstaller
Installs an application from an input stream.
install(InputStream, IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.ApplicationInstallerKF
 
install(InputStream, IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.PersistentApplicationInstallerKF
 
INSTALL_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
INSTALL_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string), application name (string), application version (string), application description (string), with icon (boolean), icon width (int) optional, icon height (int) optional, icon identifier (string) optional, icon (stream) optional, application binary (stream).
INSTALL_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
INSTALL_APPLICATION_PLUS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string), application name (string), application version (string), application description (string), icon count n (int), n times (icon identifier (string), icon width (int), icon height (int), icon (stream)), application binary (stream).
INSTALL_APPLICATION_PLUS_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
INSTALL_APPLICATION_PLUS_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
INSTALL_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
installApplication(InputStream, IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.PersistentApplicationInstallerKF
Installs an application from an input stream.
Instance - Static variable in interface ej.microui.display.LLUIDisplay
Unique instance of MicroUI graphical engine.
INSTANCE - Static variable in class ej.util.message.basic.BasicMessageBuilder
An instance of BasicMessageBuilder.
INSTANCE - Static variable in class ej.util.message.basic.BasicMessageLogger
An instance of BasicMessageLogger.
INSTANCE - Static variable in class ej.util.message.basic.FilterMessageLogger
An instance of FilterMessageLogger.
INSTANCE - Static variable in class ej.util.message.basic.OffMessageLogger
An instance of OffMessageLogger.
instanceFollowRedirects - Variable in class java.net.HttpURLConnection
If true, the protocol will automatically follow redirects.
InstantiationError - Error in java.lang
Thrown when an application tries to use the Java new construct to instantiate an abstract class or an interface.
InstantiationError() - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with no detail message.
InstantiationError(String) - Constructor for error java.lang.InstantiationError
Constructs an InstantiationError with the specified detail message.
InstantiationException - Exception in java.lang
Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated.
InstantiationException() - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with no detail message.
InstantiationException(String) - Constructor for exception java.lang.InstantiationException
Constructs an InstantiationException with the specified detail message.
INT_SIZE - Static variable in class ej.bon.ByteArray
The size of an int.
intBitsToFloat(int) - Static method in class java.lang.Float
Returns the float value corresponding to a given bit representation.
IntBoundOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
IntBoundOptionValidator(String, int, boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.IntBoundOptionValidator
 
IntBuffer - Class in java.nio
an int buffer.
INTEGER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Integer - Class in java.lang
The Integer class wraps a value of the primitive type int in an object.
Integer(int) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the specified int value.
Integer(String) - Constructor for class java.lang.Integer
Constructs a newly allocated Integer object that represents the int value indicated by the String parameter.
IntegerConstant - Class in com.is2t.microej.workbench.std.launch.ext.expr
Integer constant (no limit)
IntegerConstant(BigInteger) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.IntegerConstant
 
IntegerConverter - Class in com.microej.kf.util
IntegerConverter() - Constructor for class com.microej.kf.util.IntegerConverter
 
InterfaceAddress - Class in java.net
This class represents a Network Interface address.
intern() - Method in class java.lang.String
Returns a canonical representation for the string object.
InternalError - Error in java.lang
Thrown to indicate some unexpected internal error has occurred in the Java Virtual Machine.
InternalError() - Constructor for error java.lang.InternalError
Constructs an InternalError with no detail message.
InternalError(String) - Constructor for error java.lang.InternalError
Constructs an InternalError with the specified detail message.
internalGet(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
internalWorked(double) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
internalWorked(double) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Internal method to handle scaling correctly.
internalWorked(double) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
internalWorked(double) - Method in class org.eclipse.core.runtime.SubMonitor
 
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise occupied, and the thread is interrupted, either before or during the activity.
InterruptedException() - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with no detail message.
InterruptedException(String) - Constructor for exception java.lang.InterruptedException
Constructs an InterruptedException with the specified detail message.
InterruptedIOException - Exception in java.io
Signals that an I/O operation has been interrupted.
InterruptedIOException() - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with null as its error detail message.
InterruptedIOException(String) - Constructor for exception java.io.InterruptedIOException
Constructs an InterruptedIOException with the specified detail message.
intersectClip(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Combines the given clipping rectangle with the clipping area of this graphics context.
intersects(BitSet) - Method in class java.util.BitSet
Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.
IntervalOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
IntervalOptionValidator(String, long, long) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.IntervalOptionValidator
 
IntOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
Validate an integer option.
IntOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.IntOptionValidator
 
intValue() - Method in class java.lang.Byte
Returns the value of this Byte as an int.
intValue() - Method in class java.lang.Double
Returns the value of this Double as an int (by casting to type int).
intValue() - Method in class java.lang.Float
Returns the value of this Float as an int (by casting to type int).
intValue() - Method in class java.lang.Integer
Returns the value of this Integer as an int.
intValue() - Method in class java.lang.Long
Returns the value of this Long as an int.
intValue() - Method in class java.lang.Number
Returns the value of the specified number as an int.
intValue() - Method in class java.lang.Short
Returns the value of this Short as an int.
intValue() - Method in class java.math.BigInteger
Converts this BigInteger to an int.
intValue() - Method in class java.util.logging.Level
Return the integer value of the level.
INVALID_LEXICAL_STATE - Static variable in error ej.jsonpath.parser.TokenMgrError
Tried to change to an invalid lexical state.
InvalidAlgorithmParameterException - Exception in java.security
This is the exception for invalid or inappropriate algorithm parameters.
InvalidAlgorithmParameterException() - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with no detail message.
InvalidAlgorithmParameterException(String) - Constructor for exception java.security.InvalidAlgorithmParameterException
Constructs an InvalidAlgorithmParameterException with the specified detail message.
InvalidAlgorithmParameterException(String, Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified detail message and cause.
InvalidAlgorithmParameterException(Throwable) - Constructor for exception java.security.InvalidAlgorithmParameterException
Creates a InvalidAlgorithmParameterException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidFormatException - Exception in ej.kf
This exception is thrown when a Feature data being loaded has an invalid format.
InvalidFormatException() - Constructor for exception ej.kf.InvalidFormatException
 
InvalidKeyException - Exception in java.security
This is the exception for invalid Keys (invalid encoding, wrong length, uninitialized, etc).
InvalidKeyException() - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with no detail message.
InvalidKeyException(String) - Constructor for exception java.security.InvalidKeyException
Constructs an InvalidKeyException with the specified detail message.
InvalidKeyException(String, Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified detail message and cause.
InvalidKeyException(Throwable) - Constructor for exception java.security.InvalidKeyException
Creates a InvalidKeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidKeySpecException - Exception in java.security.spec
This is the exception for invalid key specifications.
InvalidKeySpecException() - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with no detail message.
InvalidKeySpecException(String) - Constructor for exception java.security.spec.InvalidKeySpecException
Constructs an InvalidKeySpecException with the specified detail message.
InvalidKeySpecException(String, Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified detail message and cause.
InvalidKeySpecException(Throwable) - Constructor for exception java.security.spec.InvalidKeySpecException
Creates a InvalidKeySpecException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidMarkException - Exception in java.nio
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
InvalidMarkException() - Constructor for exception java.nio.InvalidMarkException
Constructs an instance of this class.
InvalidParameterException - Exception in java.security
This exception, designed for use by the JCA/JCE engine classes, is thrown when an invalid parameter is passed to a method.
InvalidParameterException() - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with no detail message.
InvalidParameterException(String) - Constructor for exception java.security.InvalidParameterException
Constructs an InvalidParameterException with the specified detail message.
InvalidParameterSpecException - Exception in java.security.spec
This is the exception for invalid parameter specifications.
InvalidParameterSpecException() - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with no detail message.
InvalidParameterSpecException(String) - Constructor for exception java.security.spec.InvalidParameterSpecException
Constructs an InvalidParameterSpecException with the specified detail message.
invoke() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeAll(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection<? extends Callable<T>>) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in interface java.util.concurrent.ExecutorService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
invokeBoolean() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeByte() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeChar() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeDouble() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeFloat() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeInt() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeLong() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeRef() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
invokeShort() - Method in class ej.kf.Proxy
This method has for effect to invoke the same method on the reference.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
Constructs an IOException with null as its error detail message.
IOException(String) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message.
IOException(String, Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified detail message and cause.
IOException(Throwable) - Constructor for exception java.io.IOException
Constructs an IOException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IP_MULTICAST_IF - Static variable in interface java.net.SocketOptions
Set which outgoing interface on which to send multicast packets.
IP_MULTICAST_IF2 - Static variable in interface java.net.SocketOptions
Same as above.
IP_MULTICAST_LOOP - Static variable in interface java.net.SocketOptions
This option enables or disables local loopback of multicast datagrams.
IP_TOS - Static variable in interface java.net.SocketOptions
This option sets the type-of-service or traffic class field in the IP header for a TCP or UDP socket.
IPAddressUtil - Class in sun.net.util
 
IPAddressUtil() - Constructor for class sun.net.util.IPAddressUtil
 
IProgressMonitor - Interface in org.eclipse.core.runtime
The IProgressMonitor interface is implemented by objects that monitor the progress of an activity; the methods in this interface are invoked by code that performs the activity.
IProgressMonitorConverter - Class in com.microej.kf.util
 
IProgressMonitorConverter() - Constructor for class com.microej.kf.util.IProgressMonitorConverter
 
IProgressMonitorProxy - Class in com.microej.kf.util
 
IProgressMonitorProxy(Proxy<IProgressMonitor>) - Constructor for class com.microej.kf.util.IProgressMonitorProxy
 
isAbsolute() - Method in class java.io.File
Tests whether this abstract pathname is absolute.
isAbsolute() - Method in class java.net.URI
Tells whether or not this URI is absolute.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isAnyLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress in a wildcard address.
isAnyLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress in a wildcard address.
isAPI(Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given class is a Kernel API.
isArray() - Method in class java.lang.Class
Determines if this Class object represents an array class.
isAssignableFrom(Class<?>) - Method in class java.lang.Class
Determines if the class or interface represented by this Class object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified Class parameter.
isAttached() - Method in class ej.mwt.Desktop
Gets whether this desktop is attached or not.
isAttached() - Method in class ej.mwt.Widget
Gets whether this widget is attached or not.
isBold() - Method in class ej.microui.display.Font
Returns whether this font is bold.
isBound() - Method in class java.net.DatagramSocket
Returns the binding state of the socket.
isBound() - Method in class java.net.ServerSocket
Returns the binding state of the ServerSocket.
isBound() - Method in class java.net.Socket
Returns the binding state of the socket.
isCanceled() - Method in class com.microej.kf.util.IProgressMonitorProxy
 
isCanceled() - Method in interface org.eclipse.core.runtime.IProgressMonitor
Returns whether cancelation of current operation has been requested.
isCanceled() - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation returns the value of the internal state variable set by setCanceled.
isCanceled() - Method in class org.eclipse.core.runtime.SubMonitor
 
isCancelled() - Method in interface java.util.concurrent.Future
Returns true if this task was cancelled before it completed normally.
isCertificateEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setCertificateEntry, or created by a call to setEntry with a TrustedCertificateEntry.
isClicked(int) - Static method in class ej.microui.event.generator.Buttons
Tells if an button event is a click event.
isClipEnabled() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if the clip is enabled or not.
isClosed() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns true when the image has been closed by the MicroEJ application.
isClosed() - Method in class ej.microui.display.ResourceImage
Returns whether this image has been closed.
isClosed() - Method in class java.net.DatagramSocket
Returns whether the socket is closed or not.
isClosed() - Method in class java.net.ServerSocket
Returns the closed state of the ServerSocket.
isClosed() - Method in class java.net.Socket
Returns the closed state of the socket.
isColor(Display) - Method in interface ej.fp.widget.Display.DisplayExtension
Asks if the display is a colored display or not.
isColor() - Method in class ej.fp.widget.Display
 
isColor() - Method in class ej.microui.display.Display
Tells whether the display offers color.
isColor() - Method in interface ej.microui.display.LLUIDisplayImpl
Asks if the display is a colored display or not.
isConnected() - Method in class java.net.DatagramSocket
Returns the connection state of the socket.
isConnected() - Method in class java.net.Socket
Returns the connection state of the socket.
isConnected() - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
Used by subclass to access "connected" variable.
isConnected() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Used by subclass to access "connected" variable.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isDestroyed() - Method in class javax.crypto.spec.SecretKeySpec
 
isDestroyed() - Method in interface javax.security.auth.Destroyable
Determine if this Object has been destroyed.
isDigit(char) - Static method in class java.lang.Character
Determines if the specified character is a digit.
isDirect() - Method in class java.nio.Buffer
Tells whether or not this buffer is direct.
isDirect() - Method in class java.nio.ByteBuffer
Tells whether or not this byte buffer is direct.
isDirect() - Method in class java.nio.CharBuffer
Tells whether or not this char buffer is direct.
isDirect() - Method in class java.nio.DoubleBuffer
Tells whether or not this double buffer is direct.
isDirect() - Method in class java.nio.FloatBuffer
Tells whether or not this float buffer is direct.
isDirect() - Method in class java.nio.IntBuffer
Tells whether or not this int buffer is direct.
isDirect() - Method in class java.nio.LongBuffer
Tells whether or not this long buffer is direct.
isDirect() - Method in class java.nio.ShortBuffer
Tells whether or not this short buffer is direct.
isDirectory() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a directory.
isDisplayed() - Method in interface com.is2t.microej.workbench.std.launch.ext.ILabel
Tell whether this label is displayed or not before the option
isDisplayed() - Method in class com.is2t.microej.workbench.std.launch.ext.LabelOption
 
isDisplayed() - Method in class com.is2t.microej.workbench.std.launch.ext.StringLabel
 
isDone() - Method in interface java.util.concurrent.Future
Returns true if this task completed.
isDoubleBuffered() - Method in class ej.fp.widget.Display
 
isDoubleBuffered() - Method in class ej.microui.display.Display
Returns if the display uses an underlying double buffer (either hardware or software).
isDoubleBuffered() - Method in interface ej.microui.display.LLUIDisplayImpl
Returns if the display uses an underlying double buffer.
isDoubleClicked(int) - Static method in class ej.microui.event.generator.Buttons
Tells if an button event is a double click event.
isDragged(int) - Static method in class ej.microui.event.generator.Pointer
Tells if a pointer event is a drag event.
isEmpty() - Method in class com.microej.kf.util.KFList
 
isEmpty() - Method in class com.microej.kf.util.KFList2
 
isEmpty() - Method in class ej.basictool.map.AbstractPackedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.lang.String
Returns true if, and only if, String.length() is 0.
isEmpty() - Method in class java.util.AbstractCollection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.AbstractMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.ArrayDeque
Returns true if this deque contains no elements.
isEmpty() - Method in class java.util.ArrayList
Returns true if this list contains no elements.
isEmpty() - Method in class java.util.BitSet
Returns true if this BitSet contains no bits that are set to true.
isEmpty() - Method in interface java.util.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class java.util.Dictionary
Tests if this dictionary maps no keys to value.
isEmpty() - Method in class java.util.HashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Hashtable
Tests if this hashtable maps no keys to values.
isEmpty() - Method in interface java.util.List
Returns true if this list contains no elements.
isEmpty() - Method in interface java.util.Map
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface java.util.Set
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isEmpty() - Method in class java.util.WeakHashMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class com.is2t.microej.workbench.std.launch.ext.JPFExtensionTabNode
 
isEnabled() - Method in class ej.mwt.Widget
Gets whether or not this widget is enabled.
isEnqueued() - Method in class java.lang.ref.Reference
Tells whether or not this reference object has been enqueued, either by the program or by the garbage collector.
isEqual(byte[], byte[]) - Static method in class java.security.MessageDigest
Compares two digests for equality.
isExited(int) - Static method in class ej.mwt.event.PointerEventDispatcher
Returns whether or not the given event is an exited event.
isFile() - Method in class java.io.File
Tests whether the file denoted by this abstract pathname is a normal file.
isFinished() - Method in class ej.motion.AbstractMotion
 
isFinished(int) - Method in class ej.motion.AbstractMotion
Checks whether the motion is finished or not, considering the given value.
isFinished(int) - Method in class ej.motion.back.BackEaseInMotion
 
isFinished(int) - Method in class ej.motion.back.BackEaseInOutMotion
 
isFinished(int) - Method in class ej.motion.back.BackEaseOutMotion
 
isFinished(int) - Method in class ej.motion.bounce.AbstractBounceMotion
 
isFinished(int) - Method in class ej.motion.elastic.AbstractElasticMotion
 
isFinished(int) - Method in class ej.motion.elastic.ElasticEaseOutMotion
 
isFinished() - Method in interface ej.motion.Motion
Gets whether the motion is finished or not.
isFinished() - Method in class ej.motion.none.NoMotion
 
isFolderKind(File, FolderKind) - Method in interface ej.tool.addon.JavaProject
Gets if the given folder is of the given kind.
isHidden() - Method in class java.io.File
Tests whether the file named by this abstract pathname is a hidden file.
isHorizontalLineInClip(int, int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if given horizontal line fully fits the clip or not.
isIdentifierSupported(int) - Method in class ej.microui.display.Font
Returns whether this font supports the given identifier.
isImmortal(Object) - Method in interface com.is2t.hil.NativeInterface
Tells whether an object is an immortal array or not.
isImmortal(Object) - Static method in class ej.bon.Immortals
Gets whether an object is immortal or not.
isImmutable(Object) - Static method in class ej.bon.Immutables
Gets whether or not the given object is in the immutable objects pool or not.
isInfinite(double) - Static method in class java.lang.Double
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Double
Returns true if this Double value is infinitely large in magnitude, false otherwise.
isInfinite(float) - Static method in class java.lang.Float
Returns true if the specified number is infinitely large in magnitude, false otherwise.
isInfinite() - Method in class java.lang.Float
Returns true if this Float value is infinitely large in magnitude, false otherwise.
isInInitialization() - Static method in class ej.bon.Util
Indicates whether the current code is part of the initialization phase.
isInKernelMode() - Static method in class ej.kf.Kernel
Tells whether the current thread context is currently in Kernel mode.
isInMission() - Static method in class ej.bon.Util
Indicates whether the system has entered the mission phase, i.e.
isInstance(Object) - Method in class java.lang.Class
Determines if the specified Object is assignment-compatible with the object represented by this Class.
isInState(int) - Method in class ej.mwt.Widget
Gets whether or not the widget is in the given state.
isInState(int) - Method in class ej.widget.basic.Button
 
isInState(int) - Method in class ej.widget.basic.ImageButton
 
isInterface() - Method in class java.lang.Class
Determines if the specified Class object represents an interface type.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isIPv4CompatibleAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IPv4 compatible IPv6 address.
isIPv4LiteralAddress(String) - Static method in class sun.net.util.IPAddressUtil
 
isIPv6LiteralAddress(String) - Static method in class sun.net.util.IPAddressUtil
 
isISOControl(char) - Static method in class java.lang.Character
Determines if the specified character is an ISO control character.
isItalic() - Method in class ej.microui.display.Font
Returns whether this font is italic.
isKeyEntry(String) - Method in class java.security.KeyStore
Returns true if the entry identified by the given alias was created by a call to setKeyEntry, or created by a call to setEntry with a PrivateKeyEntry or a SecretKeyEntry.
isLCD() - Method in interface ej.microui.display.LLUIPainter.MicroUIImage
Returns true when the image targets the LCD.
isLightColor(int) - Static method in class ej.widget.util.color.LightHelper
Gets whether a color is light or dark.
isLinkLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an link local address.
isLinkLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an link local address.
isLoggable(Level) - Method in class java.util.logging.Logger
Check if a message of the given level would be logged by this Logger.
isLong(int) - Static method in class ej.microui.event.generator.Buttons
Tells if an button event is a long event.
isLoopback() - Method in class java.net.NetworkInterface
Returns whether a network interface is a loopback interface.
isLoopbackAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a loopback address.
isLoopbackAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a loopback address.
isLowerCase(char) - Static method in class java.lang.Character
Determines if the specified character is a lowercase character.
isMCGlobal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has global scope.
isMCGlobal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has global scope.
isMCLinkLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has link scope.
isMCLinkLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has link scope.
isMCNodeLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has node scope.
isMCNodeLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has node scope.
isMCOrgLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has organization scope.
isMCOrgLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has organization scope.
isMCSiteLocal() - Method in class java.net.Inet4Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.Inet6Address
Utility routine to check if the multicast address has site scope.
isMCSiteLocal() - Method in class java.net.InetAddress
Utility routine to check if the multicast address has site scope.
isMonospaced() - Method in class ej.microui.display.Font
Returns whether this font is monospaced.
isMoved(int) - Static method in class ej.microui.event.generator.Pointer
Tells if a pointer event is a move event.
isMulticastAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is an IP multicast address.
isMulticastAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is an IP multicast address.
isNaN(double) - Static method in class java.lang.Double
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Double
Returns true if this Double value is a Not-a-Number (NaN), false otherwise.
isNaN(float) - Static method in class java.lang.Float
Returns true if the specified number is a Not-a-Number (NaN) value, false otherwise.
isNaN() - Method in class java.lang.Float
Returns true if this Float value is a Not-a-Number (NaN), false otherwise.
isNull(int) - Method in class org.json.me.JSONArray
Determine if the value is null.
isNull(String) - Method in class org.json.me.JSONObject
Determine if the value associated with the key is null or if there is no value.
isOpaque() - Method in class java.net.URI
Tells whether or not this URI is opaque.
isOver(int, int) - Method in class ej.fp.Widget
Tells whether the specified point is inside the bounds of the wanted form.
isPinLockEnabled() - Method in class ej.ecom.mobile.MobileManager
Checks whether the PIN lock is enabled or not.
isPlain() - Method in class ej.microui.display.Font
Returns whether this font is plain.
isPointInClip(int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if given point fits the clip or not.
isPressed(int) - Static method in class ej.microui.event.generator.Buttons
Tells if a button event is a press event.
isReadOnly() - Method in class java.nio.Buffer
Tells whether or not this buffer is read-only.
isRectangleInClip(int, int, int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if given rectangle fully fits the clip or not.
isRegionInClip(int, int, int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if given region (from x,y to x+width-1,y+height-1) fully fits the clip or not.
isReleased(int) - Static method in class ej.microui.event.generator.Buttons
Tells if a button event is a release event.
isRepeated(int) - Static method in class ej.microui.event.generator.Buttons
Tells if a button event is a repeat event.
isResponseReceived() - Method in class ej.rcommand.synchronous.Command
 
isSame(Object, Object) - Method in class ej.basictool.map.AbstractPackedMap
Checks whether two keys are equal or not.
isSame(Object, Object) - Method in class ej.basictool.map.IdentityPackedMap
 
isSame(Object, Object) - Method in class ej.basictool.map.PackedMap
 
isSame(Object, Object) - Method in class ej.basictool.map.WeakIdentityPackedMap
 
isSame(Object, Object) - Method in class ej.basictool.map.WeakPackedMap
 
isSendingThirdEvent() - Method in class ej.fp.util.ThirdEventThread
Returns true when a call to ThirdEventThread.wakeup() has been performed whereas a call to ThirdEventThread.goToSleep() not.
isSet(int) - Method in class java.util.Calendar
Determines if the given calendar field has a value set, including cases that the value has been set by internal fields calculations triggered by a get method call.
isSharedInterface(Class<?>) - Static method in class ej.kf.Kernel
Tells whether the given class is a shared interface (i.e.
isShown(Displayable) - Method in class ej.microui.display.Display
Checks whether the given displayable is visible on the display.
isShown() - Method in class ej.mwt.Desktop
Checks whether the desktop is visible on the display.
isShown() - Method in class ej.mwt.Widget
Gets whether this widget is shown or not.
isShutdown() - Method in interface java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isSiteLocalAddress() - Method in class java.net.Inet4Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.Inet6Address
Utility routine to check if the InetAddress is a site local address.
isSiteLocalAddress() - Method in class java.net.InetAddress
Utility routine to check if the InetAddress is a site local address.
isSpaceChar(char) - Static method in class java.lang.Character
Determines if the specified character is a Unicode space character.
isStarted() - Static method in class ej.microui.MicroUI
Checks if MicroUI has been started.
isStarted() - Method in interface ej.wadapps.application.Application
Gets whether the application is started or not.
isStarted() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
isTerminated() - Method in interface java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isTouch() - Method in class ej.fp.widget.Pointer
Tells if pointer is a touch panel or a mouse.
isTransparent() - Method in class ej.microui.display.Image
Returns whether this image is transparent.
isTransparent(int, int) - Method in interface ej.mwt.style.background.Background
Tells whether or not this background is transparent.
isTransparent(int, int) - Method in class ej.mwt.style.background.ImageBackground
 
isTransparent(int, int) - Method in class ej.mwt.style.background.NoBackground
 
isTransparent(int, int) - Method in class ej.mwt.style.background.RectangularBackground
 
isTransparent(int, int) - Method in class ej.mwt.style.background.RoundedBackground
 
isTransparent(int, int) - Method in class ej.mwt.style.background.TiledImageBackground
 
isTransparent() - Method in class ej.mwt.Widget
Tells whether or not this widget is transparent.
isUIThread(Thread) - Static method in class ej.microui.MicroUI
Gets whether the given thread is the MicroUI thread.
isUIThread() - Static method in class ej.microui.MicroUI
Gets whether the current thread is the MicroUI thread.
isUnresolved() - Method in class java.net.InetSocketAddress
Checks whether the address has been resolved or not.
isUp() - Method in class java.net.NetworkInterface
Returns whether a network interface is up and running.
isUpperCase(char) - Static method in class java.lang.Character
Determines if the specified character is an uppercase character.
isValid(String) - Method in interface com.is2t.microej.workbench.std.launch.ext.IInputValidator
Validates the given string.
isValidID(String) - Static method in class ej.storage.util.StorageHelper
Checks whether a storage ID is valid or not.
isVerticalLineInClip(int, int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Tells if given vertical line fully fits the clip or not.
isWhitespace(char) - Static method in class java.lang.Character
Determines if the specified character is white space according to Java.
Iterable<T> - Interface in java.lang
Implementing this interface allows an object to be the target of the "foreach" statement.
iterator() - Method in class com.microej.kf.util.KFList
 
iterator() - Method in class com.microej.kf.util.KFList2
 
iterator() - Method in class ej.fp.Composite
Gets an iterator over the composite children widgets in proper sequence.
iterator() - Method in interface java.lang.Iterable
Returns an iterator over a set of elements of type T.
iterator() - Method in class java.util.AbstractCollection
Returns an iterator over the elements in this collection.
iterator() - Method in class java.util.AbstractList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in class java.util.AbstractSequentialList
Returns an iterator over the elements in this list (in proper sequence).
iterator() - Method in class java.util.ArrayDeque
Returns an iterator over the elements in this deque.
iterator() - Method in class java.util.ArrayList
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.Collection
Returns an iterator over the elements in this collection.
iterator() - Method in interface java.util.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class java.util.HashSet
Returns an iterator over the elements in this set.
Iterator<E> - Interface in java.util
An iterator over a collection.
iterator() - Method in interface java.util.List
Returns an iterator over the elements in this list in proper sequence.
iterator() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in interface java.util.Set
Returns an iterator over the elements in this set.
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence).
iterator() - Method in class org.json.me.JSONArray
 
IvParameterSpec - Class in javax.crypto.spec
This class specifies an initialization vector (IV).
IvParameterSpec(byte[]) - Constructor for class javax.crypto.spec.IvParameterSpec
Creates an IvParameterSpec object using the bytes in iv as the IV.
IvParameterSpec(byte[], int, int) - Constructor for class javax.crypto.spec.IvParameterSpec
Creates an IvParameterSpec object using the first len bytes in iv, beginning at offset inclusive, as the IV.

J

JANUARY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the first month of the year in the Gregorian and Julian calendars.
java.io - package java.io
Contains Input/Output streams communication classes.
java.lang - package java.lang
Contains core language classes.
java.lang.annotation - package java.lang.annotation
Contains core language classes related to compile-time annotations.
java.lang.ref - package java.lang.ref
Contains core language classes related to object references & garbage collection.
java.lang.reflect - package java.lang.reflect
Contains core language classes related to reflection.
java.math - package java.math
 
java.net - package java.net
Contains network classes.
java.nio - package java.nio
 
java.security - package java.security
Contains core language classes related to permission management.
java.security.cert - package java.security.cert
Contains classes for certificate management.
java.security.spec - package java.security.spec
 
java.util - package java.util
Contains utility classes including the collections framework and date manipulation.
java.util.concurrent - package java.util.concurrent
 
java.util.logging - package java.util.logging
 
Java2GSM(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a Java encoded string into a GSM encoded string.
Java2UCS2Hex(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a Java encoded string into a string containing the characters in the UCS2 hex format.
JAVANESE - Static variable in class ej.microui.display.FontIdentifiers
Constant for javanese font identifier.
JavaProject - Interface in ej.tool.addon
A Java project represents a view of a project resource in terms of Java elements such as project root folder, Ivy module, source folders and classpath.
javax.crypto - package javax.crypto
 
javax.crypto.spec - package javax.crypto.spec
 
javax.net - package javax.net
Contains classes related to network management.
javax.net.ssl - package javax.net.ssl
Contains classes for ssl management.
javax.security.auth - package javax.security.auth
 
javax.security.auth.x500 - package javax.security.auth.x500
 
jj_nt - Variable in class ej.jsonpath.parser.JSONPathCompiler
Next token.
jjFillToken() - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
 
jjstrLiteralImages - Static variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Token literal values.
jjtAddChild(Node, int) - Method in interface ej.jsonpath.parser.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class ej.jsonpath.parser.SimpleNode
 
JJTARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtClose() - Method in interface ej.jsonpath.parser.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class ej.jsonpath.parser.SimpleNode
 
jjtCreate(int) - Static method in class ej.jsonpath.parser.SimpleNode
 
jjtCreate(JSONPathCompiler, int) - Static method in class ej.jsonpath.parser.SimpleNode
 
JJTEXPRESSION - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtGetChild(int) - Method in interface ej.jsonpath.parser.Node
This method returns a child node.
jjtGetChild(int) - Method in class ej.jsonpath.parser.SimpleNode
 
jjtGetNumChildren() - Method in interface ej.jsonpath.parser.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class ej.jsonpath.parser.SimpleNode
 
jjtGetParent() - Method in interface ej.jsonpath.parser.Node
 
jjtGetParent() - Method in class ej.jsonpath.parser.SimpleNode
 
jjtGetValue() - Method in class ej.jsonpath.parser.SimpleNode
 
JJTIMAGE - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
JJTJSONPathCompilerState - Class in ej.jsonpath.parser
 
JJTJSONPathCompilerState() - Constructor for class ej.jsonpath.parser.JJTJSONPathCompilerState
 
JJTNEG - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtNodeName - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
JJTOBJECT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtOpen() - Method in interface ej.jsonpath.parser.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class ej.jsonpath.parser.SimpleNode
 
JJTPART - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
JJTPREDICATE - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtree - Variable in class ej.jsonpath.parser.JSONPathCompiler
 
JJTSELECTOR - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
jjtSetParent(Node) - Method in interface ej.jsonpath.parser.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class ej.jsonpath.parser.SimpleNode
 
jjtSetValue(Object) - Method in class ej.jsonpath.parser.SimpleNode
 
JJTTERM - Static variable in interface ej.jsonpath.parser.JSONPathCompilerTreeConstants
 
join() - Method in class java.lang.Thread
Waits for this thread to die.
join(long) - Method in class java.lang.Thread
Waits at most millis milliseconds for this thread to die.
join(long, int) - Method in class java.lang.Thread
Waits at most millis milliseconds plus nanos nanoseconds for this thread to die.
join(String) - Method in class org.json.me.JSONArray
Make a string from the contents of this JSONArray.
joinGroup(InetAddress) - Method in class java.net.MulticastSocket
Joins a multicast group.
joinGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Joins the specified multicast group at the specified interface.
Joystick - Class in ej.fp.widget
This widget simulates until five buttons organized like a cross + center button.
Joystick() - Constructor for class ej.fp.widget.Joystick
Creates a joystick widget.
Joystick.JoystickListener - Interface in ej.fp.widget
Interface that handle joystick buttons events.
Joystick.JoystickListenerToCommandEvents - Class in ej.fp.widget
Default implementation of Joystick.JoystickListener.
JoystickListenerToCommandEvents() - Constructor for class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
JPFExtensionRoot - Class in com.is2t.microej.workbench.std.launch.ext
Root node for JPF extension description.
JPFExtensionRoot(CategoryPage) - Constructor for class com.is2t.microej.workbench.std.launch.ext.JPFExtensionRoot
 
JPFExtensionTabNode - Class in com.is2t.microej.workbench.std.launch.ext
Common root node for all control nodes.
JPFExtensionTabNode() - Constructor for class com.is2t.microej.workbench.std.launch.ext.JPFExtensionTabNode
 
json() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
json(JSONPathQuery) - Method in class ej.rest.web.JSONResource
Execute the given path query on the json GET the returned URI expecting JSON
json(JSONPathQuery, Content) - Method in class ej.rest.web.JSONResource
Execute the given path query on the json and POST to the returned URI expecting JSON
json(String) - Method in class ej.rest.web.Resty
GET a URI given by string and parse the result as JSON.
json(URI) - Method in class ej.rest.web.Resty
GET a URI and parse the result as JSON.
json(URI, AbstractContent) - Method in class ej.rest.web.Resty
POST to a URI and parse the result as JSON
json(String, AbstractContent) - Method in class ej.rest.web.Resty
 
JSONArray - Class in org.json.me
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class org.json.me.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a source sJSON text.
JSONArray(Collection<?>) - Constructor for class org.json.me.JSONArray
Construct a JSONArray from a Collection.
JSONException - Exception in org.json.me
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception org.json.me.JSONException
Constructs a JSONException with an explanatory message.
JSONException(String, Throwable) - Constructor for exception org.json.me.JSONException
Constructs a JSONException with an explanatory message and cause.
JSONException(Throwable) - Constructor for exception org.json.me.JSONException
Constructs a new JSONException with the specified cause.
JSONML - Class in ej.rest.json
This provides static methods to convert an XML text into a JSONArray or JSONObject, and to covert a JSONArray or JSONObject into an XML text using the JsonML transform.
JSONML() - Constructor for class ej.rest.json.JSONML
 
JSONObject - Class in org.json.me
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class org.json.me.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map<?, ?>) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a Map.
JSONObject(String) - Constructor for class org.json.me.JSONObject
Construct a JSONObject from a string.
JSONObject.Util - Class in org.json.me
 
JSONPathCompiler - Class in ej.jsonpath.parser
 
JSONPathCompiler(CharStream) - Constructor for class ej.jsonpath.parser.JSONPathCompiler
Constructor with user supplied CharStream.
JSONPathCompiler(JSONPathCompilerTokenManager) - Constructor for class ej.jsonpath.parser.JSONPathCompiler
Constructor with generated Token Manager.
JSONPathCompiler.JSONPathExpr - Class in ej.jsonpath.parser
 
JSONPathCompilerConstants - Interface in ej.jsonpath.parser
Token literal values and constants.
JSONPathCompilerTokenManager - Class in ej.jsonpath.parser
Token Manager.
JSONPathCompilerTokenManager(CharStream) - Constructor for class ej.jsonpath.parser.JSONPathCompilerTokenManager
Constructor.
JSONPathCompilerTokenManager(CharStream, int) - Constructor for class ej.jsonpath.parser.JSONPathCompilerTokenManager
Constructor.
JSONPathCompilerTreeConstants - Interface in ej.jsonpath.parser
 
JSONPathQuery - Class in ej.rest.web
Create a path query for a JSON object.
JSONPathQuery(String) - Constructor for class ej.rest.web.JSONPathQuery
 
JSONResource - Class in ej.rest.web
A resource presentation in JSON format.
JSONResource(Resty.Option...) - Constructor for class ej.rest.web.JSONResource
 
JSONString - Interface in org.json.me
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONStringer - Class in org.json.me
JSONStringer provides a quick and convenient way of producing JSON text.
JSONStringer() - Constructor for class org.json.me.JSONStringer
Make a fresh JSONStringer.
JSONTokener - Class in org.json.me
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class org.json.me.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class org.json.me.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class org.json.me.JSONTokener
Construct a JSONTokener from a string.
JSONWriter - Class in org.json.me
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(Appendable) - Constructor for class org.json.me.JSONWriter
Make a fresh JSONWriter.
JULY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the seventh month of the year in the Gregorian and Julian calendars.
JUNE - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the sixth month of the year in the Gregorian and Julian calendars.

K

KANNADA - Static variable in class ej.microui.display.FontIdentifiers
Constant for kannada font identifier.
KATAKANA - Static variable in class ej.microui.display.FontIdentifiers
Constant for katakana font identifier.
KAYAH_LI - Static variable in class ej.microui.display.FontIdentifiers
Constant for kayah li font identifier.
Kernel - Class in ej.kf
The Kernel represents the atomic part of an application.
KernelSecurityManager - Class in com.microej.kf.util.security
An example of SecurityManager implementation based on Kernel/Feature runtime model.
KernelSecurityManager() - Constructor for class com.microej.kf.util.security.KernelSecurityManager
 
KernelSupport - Class in com.microej.kf.util
Utility functions on top of KF library.
KernelSupport() - Constructor for class com.microej.kf.util.KernelSupport
 
Key - Interface in java.security
The Key interface is the top-level interface for all keys.
key(String) - Method in class org.json.me.JSONWriter
Append a key.
KeyException - Exception in java.security
This is the basic key exception.
KeyException() - Constructor for exception java.security.KeyException
Constructs a KeyException with no detail message.
KeyException(String) - Constructor for exception java.security.KeyException
Constructs a KeyException with the specified detail message.
KeyException(String, Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified detail message and cause.
KeyException(Throwable) - Constructor for exception java.security.KeyException
Creates a KeyException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyFactory - Class in java.security
Key factories are used to convert keys (opaque cryptographic keys of type Key) into key specifications (transparent representations of the underlying key material), and vice versa.
KeyFactory() - Constructor for class java.security.KeyFactory
 
KeyManagementException - Exception in java.security
This is the general key management exception for all operations dealing with key management.
KeyManagementException() - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with no detail message.
KeyManagementException(String) - Constructor for exception java.security.KeyManagementException
Constructs a KeyManagementException with the specified detail message.
KeyManagementException(String, Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified detail message and cause.
KeyManagementException(Throwable) - Constructor for exception java.security.KeyManagementException
Creates a KeyManagementException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyManager - Interface in javax.net.ssl
This is the base interface for JSSE key managers.
KeyManagerFactory - Class in javax.net.ssl
This class acts as a factory for key managers based on a source of key material.
KeyManagerFactory() - Constructor for class javax.net.ssl.KeyManagerFactory
 
KeyManagerFactorySpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.
KeyManagerFactorySpi() - Constructor for class javax.net.ssl.KeyManagerFactorySpi
 
KeyPair - Class in java.security
This class is a simple holder for a key pair (a public key and a private key).
KeyPair(PublicKey, PrivateKey) - Constructor for class java.security.KeyPair
Constructs a key pair from the given public key and private key.
KeyPairGenerator - Class in java.security
The KeyPairGenerator class is used to generate pairs of public and private keys.
KeyPairGenerator(String) - Constructor for class java.security.KeyPairGenerator
Creates a KeyPairGenerator object for the specified algorithm.
KeyPairGeneratorSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyPairGenerator class, which is used to generate pairs of public and private keys.
KeyPairGeneratorSpi() - Constructor for class java.security.KeyPairGeneratorSpi
 
keys() - Method in class java.util.Dictionary
Returns an enumeration of the keys in this dictionary.
keys() - Method in class java.util.Hashtable
Returns an enumeration of the keys in this hashtable.
keys() - Method in class org.json.me.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class ej.basictool.map.AbstractPackedMap
Returns an unmodifiable Set view of the keys contained in this map.
keySet() - Method in class ej.basictool.map.AbstractWeakPackedMap
 
keySet() - Method in class java.util.AbstractMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.HashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.Hashtable
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.Map
Returns a Set view of the keys contained in this map.
keySet() - Method in interface java.util.SortedMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.TreeMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class java.util.WeakHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.json.me.JSONObject
Get a set of keys of the JSONObject.
KeySpec - Interface in java.security.spec
A (transparent) specification of the key material that constitutes a cryptographic key.
KeyStore - Class in java.security
This class represents a storage facility for cryptographic keys and certificates.
KeyStore() - Constructor for class java.security.KeyStore
 
KeyStoreException - Exception in java.security
This is the generic KeyStore exception.
KeyStoreException() - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with no detail message.
KeyStoreException(String) - Constructor for exception java.security.KeyStoreException
Constructs a KeyStoreException with the specified detail message.
KeyStoreException(String, Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified detail message and cause.
KeyStoreException(Throwable) - Constructor for exception java.security.KeyStoreException
Creates a KeyStoreException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
KeyStoreSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the KeyStore class.
KeyStoreSpi() - Constructor for class java.security.KeyStoreSpi
 
keysValues - Variable in class ej.basictool.map.AbstractPackedMap
Keys and values of the map.
KFList<T> - Class in com.microej.kf.util
Implementation of a AbstractKFList optimized for speed.
KFList() - Constructor for class com.microej.kf.util.KFList
 
KFList(int) - Constructor for class com.microej.kf.util.KFList
 
KFList2<T> - Class in com.microej.kf.util
Implementation of a AbstractKFList optimized for heap size.
KFList2() - Constructor for class com.microej.kf.util.KFList2
 
KfUtilMessage - Class in com.microej.kf.util.message
Provides a message logger to log all messages from KF utilities.
KHMER - Static variable in class ej.microui.display.FontIdentifiers
Constant for khmer font identifier.
kind - Variable in class ej.jsonpath.parser.Token
An integer that describes the kind of this token.

L

Label - Class in ej.widget.basic
A label is a widget that displays a text.
Label() - Constructor for class ej.widget.basic.Label
Creates a label with an empty text.
Label(String) - Constructor for class ej.widget.basic.Label
Creates a label with the given text to display.
LabelGroup - Class in com.is2t.microej.workbench.std.launch.ext
Group with a label
LabelGroup(String, PageContent[], int) - Constructor for class com.is2t.microej.workbench.std.launch.ext.LabelGroup
 
LabelOption - Class in com.is2t.microej.workbench.std.launch.ext
Only displays a label.
LabelOption(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.LabelOption
 
LAO - Static variable in class ej.microui.display.FontIdentifiers
Constant for lao font identifier.
last() - Method in interface java.util.SortedSet
Returns the last (highest) element currently in this set.
last() - Method in class java.util.TreeSet
 
LAST_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.LastChildSelector
Last child selector singleton to avoid creating several ones.
LastChildSelector - Class in ej.mwt.stylesheet.selector
A last child selector selects by checking if a widget is the last child of its parent.
lastElement() - Method in class java.util.Vector
Returns the last component of the vector.
lastEntry() - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
lastEntry() - Method in class java.util.TreeMap
 
lastIndexOf(int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character.
lastIndexOf(int, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified character, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the last occurrence of the specified substring, searching backward starting at the specified index.
lastIndexOf(String) - Method in class java.lang.StringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuffer
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(String) - Method in class java.lang.StringBuilder
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class java.lang.StringBuilder
Returns the index within this string of the last occurrence of the specified substring.
lastIndexOf(Object) - Method in class java.util.AbstractList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.ArrayList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.LinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in interface java.util.List
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
lastIndexOf(Object) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, or -1 if this vector does not contain the element.
lastIndexOf(Object, int) - Method in class java.util.Vector
Returns the index of the last occurrence of the specified element in this vector, searching backwards from index, or returns -1 if the element is not found.
lastIndexOfSubList(List<?>, List<?>) - Static method in class java.util.Collections
Returns the starting position of the last occurrence of the specified target list within the specified source list, or -1 if there is no such occurrence.
lastKey() - Method in interface java.util.SortedMap
Returns the last (highest) key currently in this map.
lastKey() - Method in class java.util.TreeMap
 
lastModified() - Method in class java.io.File
Returns the time that the file denoted by this abstract pathname was last modified.
LATIN - Static variable in class ej.microui.display.FontIdentifiers
Constant for latin font identifier.
layOut(Widget, Rectangle) - Method in interface ej.mwt.style.dimension.Dimension
Lays out a widget.
layOut(Widget, Rectangle, boolean, boolean, int, int) - Static method in class ej.mwt.style.dimension.DimensionHelper
Lays out a widget.
layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.FixedDimension
 
layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.NoDimension
 
layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.OptimalDimension
 
layOut(Widget, Rectangle) - Method in class ej.mwt.style.dimension.RelativeDimension
 
layOutChild(Widget, int, int, int, int) - Method in class ej.mwt.Container
Lays out a child of this container.
layOutChildren(int, int) - Method in class ej.mwt.Container
Lays out the children of this container.
layOutChildren(int, int) - Method in class ej.widget.container.Canvas
 
layOutChildren(int, int) - Method in class ej.widget.container.Dock
 
layOutChildren(int, int) - Method in class ej.widget.container.Flow
 
layOutChildren(int, int) - Method in class ej.widget.container.Grid
 
layOutChildren(int, int) - Method in class ej.widget.container.List
 
layOutChildren(int, int) - Method in class ej.widget.container.OverlapContainer
 
layOutChildren(int, int) - Method in class ej.widget.container.SimpleDock
 
LayoutOrientation - Class in ej.widget.container
Represents the orientation of a layout: either horizontal or vertical.
leaveGroup(InetAddress) - Method in class java.net.MulticastSocket
Leave a multicast group.
leaveGroup(SocketAddress, NetworkInterface) - Method in class java.net.MulticastSocket
Leave a multicast group on a specified local interface.
LED - Class in ej.fp.widget
This widget is an implementation of MicroUI LLUILedImpl interface.
LED() - Constructor for class ej.fp.widget.LED
 
Leds - Class in ej.microui.led
This class is used to manage all LEDs available on the platform.
LEFT - Static variable in class ej.microui.event.EventCommand
The "left" command constant.
LEFT - Static variable in class ej.microui.event.generator.Command
Constant for "left" command.
LEFT - Static variable in class ej.mwt.util.Alignment
Constant for positioning on the left.
length() - Method in class ej.bon.ResourceArray
Gets the number of elements contained in the array (not the size in bytes).
length() - Method in class java.io.File
Returns the length of the file denoted by this abstract pathname.
length() - Method in class java.io.RandomAccessFile
Returns the length of this file.
length() - Method in interface java.lang.CharSequence
Returns the length of this character sequence.
length() - Method in class java.lang.String
Returns the length of this string.
length() - Method in class java.lang.StringBuffer
 
length() - Method in class java.lang.StringBuilder
Returns the length (character count).
length() - Method in class java.nio.CharBuffer
Returns the length of this character buffer.
length() - Method in class java.util.BitSet
Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class org.json.me.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class org.json.me.JSONObject
Get the number of keys stored in the JSONObject.
LEPCHA - Static variable in class ej.microui.display.FontIdentifiers
Constant for lepcha font identifier.
LETTER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Level - Class in ej.util.message
Levels for messages.
Level - Class in java.util.logging
Level defines a set of standard logging levels.
Level(String, int) - Constructor for class java.util.logging.Level
Creates a named Level with the given integer value.
LEXICAL_ERROR - Static variable in error ej.jsonpath.parser.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error ej.jsonpath.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Lexer state names.
lightenColor(int, int) - Static method in class ej.widget.util.color.LightHelper
Gets a lightened version of a color.
LightHelper - Class in ej.widget.util.color
Color utilities regarding lightness.
LIMBU - Static variable in class ej.microui.display.FontIdentifiers
Constant for limbu font identifier.
LIME - Static variable in class ej.microui.display.Colors
Constant for lime color.
limit(int, int, int) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(float, float, float) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(long, long, long) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(double, double, double) - Static method in class ej.bon.XMath
Limits a value between two others: If value is lower than min, returns min. If value is greater than max, returns max. Otherwise, returns value.
limit(int) - Method in class ej.widget.util.swipe.SwipeEventHandler
Limits a position between 0 and the content size.
limit() - Method in class java.nio.Buffer
Returns this buffer's limit.
limit(int) - Method in class java.nio.Buffer
Sets this buffer's limit.
LimitedLengthInputStream - Class in ej.rcommand.impl
 
LimitedLengthInputStream() - Constructor for class ej.rcommand.impl.LimitedLengthInputStream
 
LimitedLengthInputStream(InputStream, int) - Constructor for class ej.rcommand.impl.LimitedLengthInputStream
 
line - Variable in class ej.jsonpath.parser.SimpleCharStream
 
LinearMotion - Class in ej.motion.linear
Represents a uniform linear motion: the velocity is constant (no acceleration or deceleration).
LinearMotion(int, int, long) - Constructor for class ej.motion.linear.LinearMotion
Creates a linear motion for a move from start to stop.
LinearMotionManager - Class in ej.motion.linear
Motion manager creating linear motions.
LinearMotionManager() - Constructor for class ej.motion.linear.LinearMotionManager
 
LinkageError - Error in java.lang
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
LinkageError() - Constructor for error java.lang.LinkageError
Constructs a LinkageError with no detail message.
LinkageError(String) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message.
LinkageError(String, Throwable) - Constructor for error java.lang.LinkageError
Constructs a LinkageError with the specified detail message and cause.
LinkedList<E> - Class in java.util
Doubly-linked list implementation of the List and Deque interfaces.
LinkedList() - Constructor for class java.util.LinkedList
Constructs an empty list.
LinkedList(Collection<? extends E>) - Constructor for class java.util.LinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
list() - Static method in class ej.ecom.DeviceManager
List all registered devices.
list(Class<D>) - Static method in class ej.ecom.DeviceManager
List all registered devices such as the given type is assignable from the device class.
List - Class in ej.widget.container
Lays out any number of children horizontally or vertically.
List(boolean) - Constructor for class ej.widget.container.List
Creates a list specifying its orientation.
list() - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname.
list(FilenameFilter) - Method in class java.io.File
Returns an array of strings naming the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
list(Enumeration<T>) - Static method in class java.util.Collections
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.
List<E> - Interface in java.util
An ordered collection (also known as a sequence).
list(PrintStream) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
list(PrintWriter) - Method in class java.util.Properties
Prints this property list out to the specified output stream.
LIST_ACTIVITIES - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
LIST_ACTIVITIES_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
LIST_ACTIVITIES_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: activities count n (int), n times (activity_id (string), application_id (string)).
LIST_APPLICATIONS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
LIST_APPLICATIONS_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
LIST_APPLICATIONS_PLUS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
LIST_APPLICATIONS_PLUS_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
LIST_APPLICATIONS_PLUS_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application count n (int), n times (application id (string) , application version (string), system application (int see the possible values above), application state (string)).
LIST_APPLICATIONS_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
LIST_COMMANDS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
LIST_COMMANDS_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
LIST_COMMANDS_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: command count n (int), n times (command (string)).
ListButton - Class in com.is2t.microej.workbench.std.launch.ext
A button of ListOption.
ListButton(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ListButton
 
ListButton(String, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ListButton
 
ListConverter<E> - Class in com.microej.kf.util
ListConverter() - Constructor for class com.microej.kf.util.ListConverter
 
listFiles() - Method in class java.io.File
Returns an array of abstract pathnames denoting the files in the directory denoted by this abstract pathname.
listFiles(FilenameFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listFiles(FileFilter) - Method in class java.io.File
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
listIterator() - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.AbstractList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator() - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in class java.util.ArrayList
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.LinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator() - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence).
listIterator(int) - Method in interface java.util.List
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListIterator<E> - Interface in java.util
An iterator for lists that allows the programmer to traverse the list in either direction, modify the list during iteration, and obtain the iterator's current position in the list.
listIterator() - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
listIterator(int) - Method in class java.util.Vector
Returns a list iterator over the elements in this list (in proper sequence), starting at the specified position in the list.
ListOption - Class in com.is2t.microej.workbench.std.launch.ext
A list with a set of manipulation buttons on the right.
ListOption(ILabel, String, ListButton[], int, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.ListOption
 
listRegisteredNativeResources() - Static method in class ej.sni.NativeResource
Returns an object to iterate over the registered native resources.
listRoots() - Static method in class java.io.File
List the available filesystem roots.
LISU - Static variable in class ej.microui.display.FontIdentifiers
Constant for lisu font identifier.
literalOrNumber() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
LITTLE_ENDIAN - Static variable in class ej.bon.ByteArray
Access mode little endian.
LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting little-endian byte order.
LLDWPainter - Class in ej.drawing
This class provides implementations of native methods of ej.drawing library which perform some drawings.
LLDWPainter.DrawingCap - Enum in ej.drawing
Defines the start and end caps to draw when rendering an anti-aliased drawing.
LLDWPainter.DrawingFlip - Enum in ej.drawing
Defines the transformation to apply when drawing an image with flip.
LLUIDisplay - Interface in ej.microui.display
This interface represents the MicroUI graphical engine (MicroUI framework).
LLUIDisplayImpl - Interface in ej.microui.display
This interface holds all methods required by MicroUI implementation to be compatible with the MicroUI graphical engine.
LLUIInput - Class in ej.microui.event
This class provides some methods to create internal MicroUI events which target the MicroUI EventGenerator event generator implementation.
LLUILedImpl - Interface in ej.microui.led
This interface holds all methods required by MicroUI implementation to be compatible with the MicroUI LEDs engine.
LLUIPainter - Class in ej.microui.display
This class provides implementations of native methods of MicroUI library which perform some drawings.
LLUIPainter.MicroUIGraphicsContext - Interface in ej.microui.display
Represents a MicroUI GraphicsContext.
LLUIPainter.MicroUIImage - Interface in ej.microui.display
Represents a MicroUI Image.
LLUIPainter.MicroUIImageFormat - Enum in ej.microui.display
Enumerates all MicroUI Image RAW formats.
load(InputStream) - Static method in class ej.kf.Kernel
Installs a Feature from an InputStream and starts it.
load(String) - Method in class ej.storage.fs.StorageFs
 
load(String) - Method in class ej.storage.heap.StorageHeap
 
load(String) - Method in interface ej.storage.Storage
Loads the data stored with a specific ID or null if there is none.
load(InputStream, char[]) - Method in class java.security.KeyStore
Loads this KeyStore from the given input stream.
load(Reader) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.
load(InputStream) - Method in class java.util.Properties
Reads a property list (key and element pairs) from the input byte stream.
loadCertificatesList(InputStream) - Static method in class ej.net.util.ssl.CertificatesHelper
Adds a list of certificates by reading an input stream which contains the filename of each certificate.
loadImage(String) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from a resource.
loadImage(String, ResourceImage.OutputFormat) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from a resource.
loadImage(InputStream, int) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from an InputStream.
loadImage(InputStream, int, ResourceImage.OutputFormat) - Static method in class ej.microui.display.ResourceImage
Loads an immutable image from an InputStream.
location() - Method in class ej.rest.web.AbstractResource
Get the location header as URI.
lock - Variable in class java.io.Reader
The object used to synchronize operations on this stream.
lock - Variable in class java.io.Writer
The object used to synchronize operations on this stream.
log(double) - Static method in class ej.bon.XMath
Returns the natural logarithm (base e) of a double value.
log(String, int) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
log(int, String) - Static method in class ej.tool.addon.util.Message
 
log(String, int) - Method in interface ej.tool.addon.util.MessageLogger
Logs a message at the given level.
log(char, String, int) - Method in class ej.util.message.basic.BasicMessageLogger
 
log(char, String, int, Throwable) - Method in class ej.util.message.basic.BasicMessageLogger
 
log(char, String, int, Object...) - Method in class ej.util.message.basic.BasicMessageLogger
 
log(char, String, int, Throwable, Object...) - Method in class ej.util.message.basic.BasicMessageLogger
 
log(char, String, int) - Method in class ej.util.message.basic.FilterMessageLogger
 
log(char, String, int, Throwable) - Method in class ej.util.message.basic.FilterMessageLogger
 
log(char, String, int, Object...) - Method in class ej.util.message.basic.FilterMessageLogger
 
log(char, String, int, Throwable, Object...) - Method in class ej.util.message.basic.FilterMessageLogger
 
log(char, String, int) - Method in class ej.util.message.basic.OffMessageLogger
 
log(char, String, int, Throwable) - Method in class ej.util.message.basic.OffMessageLogger
 
log(char, String, int, Object...) - Method in class ej.util.message.basic.OffMessageLogger
 
log(char, String, int, Throwable, Object...) - Method in class ej.util.message.basic.OffMessageLogger
 
log(char, String, int) - Method in interface ej.util.message.MessageLogger
Logs a message.
log(char, String, int, Throwable) - Method in interface ej.util.message.MessageLogger
Logs a message with a throwable.
log(char, String, int, Object...) - Method in interface ej.util.message.MessageLogger
Logs a message with arguments.
log(char, String, int, Throwable, Object...) - Method in interface ej.util.message.MessageLogger
Logs a message with a throwable and arguments.
log(double) - Static method in class java.lang.Math
Returns the natural logarithm (base e) of a double value.
log(Level, String) - Method in class java.util.logging.Logger
Log a message, with no arguments.
log(Level, String, Throwable) - Method in class java.util.logging.Logger
Log a message, with an associated throwable object.
log(LogRecord) - Method in class java.util.logging.Logger
Log a LogRecord.
log10(double) - Static method in class java.lang.Math
Returns the base 10 logarithm of a double value.
log1p(double) - Static method in class java.lang.Math
Returns the natural logarithm of the sum of the argument and 1.
LOGGER - Static variable in class com.microej.kf.util.message.KfUtilMessage
KF utilities message logger.
LOGGER - Static variable in class ej.storage.util.StorageMessage
Wadapps common message logger.
LOGGER - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Wadapps common message logger.
LOGGER - Static variable in class ej.wadapps.multisandbox.util.WadappsMultiSandboxMessage
Wadapps multisandbox message logger.
Logger - Class in java.util.logging
A Logger is used to log messages.
Logger(String, String) - Constructor for class java.util.logging.Logger
Protected method to create a logger.
LoggingPermissionCheckDelegate - Class in com.microej.kf.util.security
Helper implementation of the FeaturePermissionCheckDelegate that only logs the permission accesses.
LoggingPermissionCheckDelegate(MessageLogger, char) - Constructor for class com.microej.kf.util.security.LoggingPermissionCheckDelegate
Creates a LoggingPermissionCheckDelegate with the specified MessageLogger and Level
LoggingPermissionCheckDelegate() - Constructor for class com.microej.kf.util.security.LoggingPermissionCheckDelegate
Creates a LoggingPermissionCheckDelegate using the KF utilities logger and the FINER log level.
LogManager - Class in java.util.logging
There is one LogManager object in an application.
LogManager() - Constructor for class java.util.logging.LogManager
Protected constructor.
LogRecord - Class in java.util.logging
LogRecord objects are used to pass logging requests between the logging framework and individual log Handlers.
LogRecord(Level, String) - Constructor for class java.util.logging.LogRecord
Construct a LogRecord with the given level and message.
LONG - Static variable in class ej.microui.event.generator.Buttons
Constant for "long" action (button pressed for a "long" time).
Long - Class in java.lang
The Long class wraps a value of the primitive type long in an object.
Long(long) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the specified long argument.
Long(String) - Constructor for class java.lang.Long
Constructs a newly allocated Long object that represents the long value indicated by the String parameter.
LONG - Static variable in class java.util.Calendar
A style specifier indicating a long name, such as "January".
LONG - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a long name, such as "Pacific Standard Time."
LONG_SIZE - Static variable in class ej.bon.ByteArray
The size of a long.
longBitsToDouble(long) - Static method in class java.lang.Double
Returns the double value corresponding to a given bit representation.
LongBuffer - Class in java.nio
a long buffer.
LongButton - Class in ej.fp.widget
Extended button widget which manages long button press events.
LongButton() - Constructor for class ej.fp.widget.LongButton
Creates a long button widget.
LongButton.LongButtonListener - Interface in ej.fp.widget
Interface that handle long button press events.
LongButton.LongButtonListenerToButtonEvents - Class in ej.fp.widget
Default implementation of LongButton.LongButtonListener.
LongButtonListenerToButtonEvents() - Constructor for class ej.fp.widget.LongButton.LongButtonListenerToButtonEvents
 
LongConverter - Class in com.microej.kf.util
LongConverter() - Constructor for class com.microej.kf.util.LongConverter
 
longValue() - Method in class java.lang.Byte
Returns the value of this Byte as a long.
longValue() - Method in class java.lang.Double
Returns the value of this Double as a long (by casting to type long).
longValue() - Method in class java.lang.Float
Returns value of this Float as a long (by casting to type long).
longValue() - Method in class java.lang.Integer
Returns the value of this Integer as a long.
longValue() - Method in class java.lang.Long
Returns the value of this Long as a long value.
longValue() - Method in class java.lang.Number
Returns the value of the specified number as a long.
longValue() - Method in class java.lang.Short
Returns the value of this Short as a long.
longValue() - Method in class java.math.BigInteger
Converts this BigInteger to a long.
LOOP_DETECTED - Static variable in error ej.jsonpath.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lower(E) - Method in interface java.util.NavigableSet
Returns the greatest element in this set strictly less than the given element, or null if there is no such element.
lower(E) - Method in class java.util.TreeSet
 
lowerEntry(K) - Method in interface java.util.NavigableMap
Returns a key-value mapping associated with the greatest key strictly less than the given key, or null if there is no such key.
lowerEntry(K) - Method in class java.util.TreeMap
 
lowerKey(K) - Method in interface java.util.NavigableMap
Returns the greatest key strictly less than the given key, or null if there is no such key.
lowerKey(K) - Method in class java.util.TreeMap
 
LT - Static variable in class org.json.me.util.XML
The Character '<'.

M

Mac - Class in javax.crypto
This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
MAGENTA - Static variable in class ej.microui.display.Colors
Constant for magenta color.
makeSigAlg(String, String) - Static method in class sun.security.x509.AlgorithmId
Creates a signature algorithm name from a digest algorithm name and a encryption algorithm name.
MALAYALAM - Static variable in class ej.microui.display.FontIdentifiers
Constant for malayalam font identifier.
MalformedURLException - Exception in java.net
Thrown to indicate that a malformed URL has occurred.
MalformedURLException() - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with no detail message.
MalformedURLException(String) - Constructor for exception java.net.MalformedURLException
Constructs a MalformedURLException with the specified detail message.
MANDAIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for mandaic font identifier.
Map<K,V> - Interface in java.util
An object that maps keys to values.
Map.Entry<K,V> - Interface in java.util
A map entry (key-value pair).
MapConverter<K,V> - Class in com.microej.kf.util
A Converter for Map.
MapConverter() - Constructor for class com.microej.kf.util.MapConverter
 
mapMicroUIGraphicsContext(byte[]) - Method in interface ej.microui.display.LLUIDisplay
Maps a MicroUI GraphicsContext byte array (retrieved by MicroEJ application calling gc.getSNIContext()) on a LLUIPainter.MicroUIGraphicsContext.
mapMicroUIImage(byte[]) - Method in interface ej.microui.display.LLUIDisplay
Maps a MicroUI Image byte array (retrieved by MicroEJ application calling image.getSNIContext()) on a LLUIPainter.MicroUIImage.
MARCH - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the third month of the year in the Gregorian and Julian calendars.
MARGIN - Static variable in class ej.mwt.style.DefaultStyle
The margin of the default style.
mark(int) - Method in class ej.io.progress.ProgressInputStream
 
mark(int) - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
mark(int) - Method in class java.io.BufferedInputStream
See the general contract of the mark method of InputStream.
mark(int) - Method in class java.io.BufferedReader
Marks the present position in the stream.
mark - Variable in class java.io.ByteArrayInputStream
The currently marked position in the stream.
mark(int) - Method in class java.io.ByteArrayInputStream
Set the current marked position in the stream.
mark(int) - Method in class java.io.CharArrayReader
Marks the present position in the stream.
mark(int) - Method in class java.io.FilterInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.InputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.PushbackInputStream
Marks the current position in this input stream.
mark(int) - Method in class java.io.Reader
Marks the present position in the stream.
mark(int) - Method in class java.io.StringReader
Marks the present position in the stream.
mark() - Method in class java.nio.Buffer
Sets this buffer's mark at its position.
markedPos - Variable in class java.io.CharArrayReader
The position of mark in buffer.
Marker - Class in ej.tool.addon
A marker is an information set by a processor.
Marker(String, Marker.MarkerLevel) - Constructor for class ej.tool.addon.Marker
Instantiates a new marker with given message and level.
Marker(Throwable, Marker.MarkerLevel) - Constructor for class ej.tool.addon.Marker
Instantiates a new marker with given cause and level.
Marker(String, Throwable, Marker.MarkerLevel) - Constructor for class ej.tool.addon.Marker
Instantiates a new marker with given message, cause and level.
Marker(String, File, int, Marker.MarkerLevel) - Constructor for class ej.tool.addon.Marker
Instantiates a new marker with given message and level.
Marker(String, File, int, Throwable, Marker.MarkerLevel) - Constructor for class ej.tool.addon.Marker
Instantiates a new marker with given message, cause and level.
Marker.MarkerLevel - Enum in ej.tool.addon
An enumeration that represents possible marker levels.
marklimit - Variable in class java.io.BufferedInputStream
The maximum read ahead allowed after a call to the mark method before subsequent calls to the reset method fail.
markpos - Variable in class java.io.BufferedInputStream
The value of the pos field at the time the last mark method was called.
markSupported() - Method in class ej.io.progress.ProgressInputStream
 
markSupported() - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
markSupported() - Method in class java.io.BufferedInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.BufferedReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.ByteArrayInputStream
Tests if this InputStream supports mark/reset.
markSupported() - Method in class java.io.CharArrayReader
Tells whether this stream supports the mark() operation, which it does.
markSupported() - Method in class java.io.FilterInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class java.io.PushbackInputStream
Tests if this input stream supports the mark and reset methods, which it does not.
markSupported() - Method in class java.io.Reader
Tells whether this stream supports the mark() operation.
markSupported() - Method in class java.io.StringReader
Tells whether this stream supports the mark() operation, which it does.
MAROON - Static variable in class ej.microui.display.Colors
Constant for maroon color.
Math - Class in java.lang
The class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions.
max(double, double) - Static method in class ej.bon.XMath
Returns the greater of two double values.
max(float, float) - Static method in class ej.bon.XMath
Returns the greater of two float values.
max(long, long) - Static method in class ej.bon.XMath
Returns the greater of two long values.
max(int, int) - Static method in class ej.bon.XMath
Returns the greater of two int values.
max(double, double) - Static method in class java.lang.Math
Returns the greater of two double values.
max(float, float) - Static method in class java.lang.Math
Returns the greater of two float values.
max(int, int) - Static method in class java.lang.Math
Returns the greater of two int values.
max(long, long) - Static method in class java.lang.Math
Returns the greater of two long values.
max(BigInteger) - Method in class java.math.BigInteger
Returns the maximum of this BigInteger and val.
max(Collection<? extends T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the natural ordering of its elements.
max(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the maximum element of the given collection, according to the order induced by the specified comparator.
MAX_CRITICALITY - Static variable in class ej.kf.Feature
The maximum criticality that a feature can have.
MAX_EXPONENT - Static variable in class java.lang.Double
Maximum exponent a finite double variable may have.
MAX_EXPONENT - Static variable in class java.lang.Float
Maximum exponent a finite float variable may have.
MAX_EXTRA_FIELDS - Static variable in class ej.mwt.style.EditableStyle
The maximum number of extra fields.
MAX_INTENSITY - Static variable in class ej.microui.led.Leds
Constant for turning on a LED.

If a LED does not handle intensity, any valid intensity different from Leds.MIN_INTENSITY turns the LED on.
MAX_INTENSITY - Static variable in interface ej.microui.led.LLUILedImpl
Maximal value of intensity according MicroUI specification.
MAX_PRIORITY - Static variable in class java.lang.Thread
The maximum priority that a thread can have.
MAX_RADIX - Static variable in class java.lang.Character
The maximum radix available for conversion to and from strings.
MAX_VALUE - Static variable in class java.lang.Byte
A constant holding the maximum value a byte can have, 27-1.
MAX_VALUE - Static variable in class java.lang.Character
The constant value of this field is the largest value of type char, '\uFFFF'.
MAX_VALUE - Static variable in class java.lang.Double
A constant holding the largest positive finite value of type double, (2-2-52)·21023.
MAX_VALUE - Static variable in class java.lang.Float
A constant holding the largest positive finite value of type float, (2-2-23)·2127.
MAX_VALUE - Static variable in class java.lang.Integer
A constant holding the maximum value an int can have, 231-1.
MAX_VALUE - Static variable in class java.lang.Long
A constant holding the maximum value a long can have, 263-1.
MAX_VALUE - Static variable in class java.lang.Short
A constant holding the maximum value a short can have, 215-1.
maxMemory() - Method in class java.lang.Runtime
Returns the maximum amount of memory that the Java virtual machine will attempt to use.
maxNextCharInd - Variable in class ej.jsonpath.parser.SimpleCharStream
 
MAY - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the fifth month of the year in the Gregorian and Julian calendars.
MEETEI_MAYEK - Static variable in class ej.microui.display.FontIdentifiers
Constant for meetei mayek font identifier.
MENU - Static variable in class ej.microui.event.EventCommand
The "menu" command constant.
MENU - Static variable in class ej.microui.event.generator.Command
Constant for "menu" command.
mergeHeader(InputStream) - Method in class sun.net.www.MessageHeader
Parse and merge a MIME header from an input stream.
Message - Class in ej.tool.addon.util
Logging utility class.
MessageBuilder - Interface in ej.util.message
A message builder builds simple messages based on integer IDs to avoid using Strings.
MessageDigest - Class in java.security
This MessageDigest class provides applications the functionality of a message digest algorithm, such as SHA-1 or SHA-256.
MessageDigest(String) - Constructor for class java.security.MessageDigest
Creates a message digest with the specified algorithm name.
MessageDigestSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA.
MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
 
MessageHeader - Class in sun.net.www
An RFC 844 or MIME message header.
MessageHeader() - Constructor for class sun.net.www.MessageHeader
 
MessageHeader(InputStream) - Constructor for class sun.net.www.MessageHeader
 
MessageLogger - Interface in ej.tool.addon.util
A MessageLogger is used to log messages.
MessageLogger - Interface in ej.util.message
A message logger logs simple messages based on integer IDs to avoid using Strings.
MetaInfServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations following standard Java service definition.
MetaInfServiceLoader() - Constructor for class ej.service.loader.MetaInfServiceLoader
Creates a new META-INF properties service loader.
method - Variable in class java.net.HttpURLConnection
The HTTP method (GET,POST,PUT,etc.).
MicroEJColors - Class in ej.library.ui
This class gather MicroEJ colors.
MicroUI - Class in ej.microui
The MicroUI class offers basic services in the MicroUI implementation.
MicroUI is started explicitly by calling MicroUI.start().
MICROUI_NOT_STARTED - Static variable in exception ej.microui.MicroUIException
Exception thrown when trying to use MicroUI APIs without starting it before.
MicroUIException - Exception in ej.microui
Thrown to indicate that a method has caused an internal MicroUI error.
MicroUIException(int) - Constructor for exception ej.microui.MicroUIException
Constructs an exception with the specified error code.
MicroUIPermission - Class in ej.microui
Permission to start or stop MicroUI.
MicroUIPermission(String) - Constructor for class ej.microui.MicroUIPermission
Creates a permission for events generated by the given event generator with null as name.
MicroUIRawImageGeneratorExtension - Interface in com.microej.tool.ui.generator
An implementation of this interface is required to convert an image in a binary format compatible with MicroUI Image API.
MILLISECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the millisecond within the second.
mime - Variable in class ej.rest.web.Content
 
min(double, double) - Static method in class ej.bon.XMath
Returns the smaller of two double values.
min(float, float) - Static method in class ej.bon.XMath
Returns the smaller of two float values.
min(int, int) - Static method in class ej.bon.XMath
Returns the smaller of two int values.
min(long, long) - Static method in class ej.bon.XMath
Returns the smaller of two long values.
min(double, double) - Static method in class java.lang.Math
Returns the smaller of two double values.
min(float, float) - Static method in class java.lang.Math
Returns the smaller of two float values.
min(int, int) - Static method in class java.lang.Math
Returns the smaller of two int values.
min(long, long) - Static method in class java.lang.Math
Returns the smaller of two long values.
min(BigInteger) - Method in class java.math.BigInteger
Returns the minimum of this BigInteger and val.
min(Collection<? extends T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the natural ordering of its elements.
min(Collection<? extends T>, Comparator<? super T>) - Static method in class java.util.Collections
Returns the minimum element of the given collection, according to the order induced by the specified comparator.
MIN_CRITICALITY - Static variable in class ej.kf.Feature
The minimum criticality that a feature can have.
MIN_EXPONENT - Static variable in class java.lang.Double
Minimum exponent a normalized double variable may have.
MIN_EXPONENT - Static variable in class java.lang.Float
Minimum exponent a normalized float variable may have.
MIN_INTENSITY - Static variable in class ej.microui.led.Leds
Constant for turning off a LED.
MIN_INTENSITY - Static variable in interface ej.microui.led.LLUILedImpl
Minimal value of intensity according MicroUI specification.
MIN_NORMAL - Static variable in class java.lang.Double
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class java.lang.Float
A constant holding the smallest positive normal value of type float, 2-126.
MIN_PRIORITY - Static variable in class java.lang.Thread
The minimum priority that a thread can have.
MIN_RADIX - Static variable in class java.lang.Character
The minimum radix available for conversion to and from strings.
MIN_VALUE - Static variable in class java.lang.Byte
A constant holding the minimum value a byte can have, -27.
MIN_VALUE - Static variable in class java.lang.Character
The constant value of this field is the smallest value of type char, '\u0000'.
MIN_VALUE - Static variable in class java.lang.Double
A constant holding the smallest positive nonzero value of type double, 2-1074.
MIN_VALUE - Static variable in class java.lang.Float
A constant holding the smallest positive nonzero value of type float, 2-149.
MIN_VALUE - Static variable in class java.lang.Integer
A constant holding the minimum value an int can have, -231.
MIN_VALUE - Static variable in class java.lang.Long
A constant holding the minimum value a long can have, -263.
MIN_VALUE - Static variable in class java.lang.Short
A constant holding the minimum value a short can have, -215.
MINUTE - Static variable in class java.util.Calendar
Field number for get and set indicating the minute within the hour.
MISSING_BINARY - Static variable in class com.microej.nls.BinaryNLS
Error code when binary is missing.
MissingServiceException - Exception in ej.service
Thrown when a required service is missing.
MissingServiceException(String) - Constructor for exception ej.service.MissingServiceException
Constructs a new missing service exception with the specified detail message.
mkdir() - Method in class java.io.File
Creates the directory named by this abstract pathname.
mkdirs() - Method in class java.io.File
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
MobileManager - Class in ej.ecom.mobile
This class provides APIs to manage modem features.
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
modCount - Variable in class java.util.AbstractList
The number of times this list has been structurally modified.
mode - Variable in class org.json.me.JSONWriter
The current mode.
MODE_ADD - Static variable in class com.is2t.microej.workbench.std.launch.ext.AbstractInputButtonWithDialog
Action mode ADD: content is added as a new entry of the list.
MODE_MODIFY - Static variable in class com.is2t.microej.workbench.std.launch.ext.AbstractInputButtonWithDialog
Action mode MODIFY: current selected item of the list is modified.
MODIFY - Static variable in class ej.ecom.DeviceManagerPermission
The DeviceManagerPermission.MODIFY permission is required to be able to modify the registry.
modify(String, int) - Method in class ej.storage.fs.StorageFs
 
modify(String, int) - Method in class ej.storage.heap.StorageHeap
 
modify(String, int) - Method in interface ej.storage.Storage
Modifies the entry that is referenced by an ID.
modInverse(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this-1 mod m).
modPow(BigInteger, BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent mod m).
Module - Class in ej.kf
A Module is either Kernel or a Feature.
MONDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Monday.
MONGOLIAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for mongolian font identifier.
MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the month.
more() - Method in class org.json.me.JSONTokener
Determine if the source string still contains characters that next() can consume.
Motion - Interface in ej.motion
Represents a running motion.
MotionAnimator - Class in ej.motion.util
Utility class to schedule a Motion on a Timer.
MotionAnimator(Motion, MotionListener) - Constructor for class ej.motion.util.MotionAnimator
Creates a motion animator with the specified motion.
MotionAnimator(List<Motion>, MotionListener, boolean) - Constructor for class ej.motion.util.MotionAnimator
Creates a motion animator with the specified motion.
MotionFactory - Interface in ej.motion
A motion factory creates a standard motion.
MotionListener - Interface in ej.motion.util
 
MotionListenerAdapter - Class in ej.motion.util
Overrides this class to avoid creating empty methods when implementing MotionListener.
MotionListenerAdapter() - Constructor for class ej.motion.util.MotionListenerAdapter
 
MotionManager - Interface in ej.motion
A motion manager groups the 3 derivations of the same effect: ease in, ease out, ease in out.
mouseDragged(int, int) - Method in interface ej.fp.MouseListener
Invoked when a mouse has been dragged on a widget.
mouseDragged(int, int) - Method in class ej.fp.widget.Pointer
 
mouseDragged(int, int) - Method in class ej.fp.widget.Wheel
 
mouseEntered(int, int) - Method in interface ej.fp.MouseListener
Invoked when a mouse enters a widget.
mouseEntered(int, int) - Method in class ej.fp.widget.Pointer
 
mouseExited(int, int) - Method in interface ej.fp.MouseListener
Invoked when a mouse exits a widget.
mouseExited(int, int) - Method in class ej.fp.widget.Pointer
 
MouseListener - Interface in ej.fp
A widget has to implement this interface to be able to receive user mouse events.
MouseListener.MouseButton - Enum in ej.fp
Some mouse events hold a mouse button.
mouseMoved(int, int) - Method in interface ej.fp.MouseListener
Invoked when a mouse has been moved on a widget.
mouseMoved(int, int) - Method in class ej.fp.widget.Pointer
 
mousePressed(int, int, MouseListener.MouseButton) - Method in interface ej.fp.MouseListener
Invoked when a mouse has been pressed on a widget.
mousePressed(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Button
 
mousePressed(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Joystick
 
mousePressed(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Pointer
 
mousePressed(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Wheel
 
mouseReleased(int, int, MouseListener.MouseButton) - Method in interface ej.fp.MouseListener
Invoked when a mouse has been released on a widget.
mouseReleased(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Button
 
mouseReleased(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Joystick
 
mouseReleased(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Pointer
 
mouseReleased(int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Wheel
 
mouseWheelMoved(int, int, MouseListener.MouseButton, int) - Method in interface ej.fp.MouseListener
Invoked when a mouse wheel has been moved on a widget.
move(Pointer, int, int) - Method in interface ej.fp.widget.Pointer.PointerListener
The pointer has moved to a new position.
move(Pointer, int, int) - Method in class ej.fp.widget.Pointer.PointerListenerToPointerEvents
 
move(int, int) - Method in class ej.microui.event.generator.Pointer
Stores the given position and sends a MicroUI Event to the Pointer's listener.
move(String, String) - Method in class ej.storage.fs.StorageFs
 
move(String, String) - Method in class ej.storage.heap.StorageHeap
 
move(String, String) - Method in interface ej.storage.Storage
Changes the ID of an entry.
MOVED - Static variable in class ej.microui.event.generator.Pointer
Constant for "moved" action.
moveTo(int) - Method in class ej.widget.util.swipe.SwipeEventHandler
Moves to a position.
moveTo(int, long) - Method in class ej.widget.util.swipe.SwipeEventHandler
Animates the move to a position.
MOZILLA - Static variable in class ej.rest.web.Resty
 
MQTT_CONNACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connection acknowledgement.
MQTT_CONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Connect.
MQTT_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
MQTT connect failed.
MQTT_CONNECT_IDENTIFIER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Identifier rejected.
MQTT_CONNECT_MALFORMED_DATA - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Data in username or password is malformed.
MQTT_CONNECT_PROTOCOL_VER_ERROR - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unacceptable protocol version
MQTT_CONNECT_SERVER_UNAVAILABLE - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Server unavailable.
MQTT_CONNECT_UNAUTHORIZED_CLIENT - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
Connection refused: Unauthorized client.
MQTT_DISCONNECT - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Disconnect.
MQTT_INVALID_RESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Invalid response.
MQTT_MQTT_NO_RESPONSE_MSG_REQD - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
No response message is required.
MQTT_PINGREQ - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping request.
MQTT_PINGRESP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Ping response.
MQTT_PUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish acknowledgement.
MQTT_PUBCOMP - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubComp.
MQTT_PUBLISH - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Publish.
MQTT_PUBREC - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRec.
MQTT_PUBREL - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
PubRel.
MQTT_SUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe acknowledgement.
MQTT_SUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Subscribe.
MQTT_SUBSCRIBE_DENIED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is denied by the broker.
MQTT_SUBSCRIBE_GRANTED - Static variable in interface com.cinterion.mqtt.MqttSubscribeCallback
Subscription is granted by the broker.
MQTT_SUBSCRIBE_MSG - Static variable in interface com.cinterion.mqtt.MqttMessageCallback
Message was received from the broker.
MQTT_UNSUBACK - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe acknowledgement.
MQTT_UNSUBSCRIBE - Static variable in interface com.cinterion.mqtt.MqttPublishCallback
Unsubscribe.
MqttClient - Class in com.cinterion.mqtt
The MqttClient class can be used to create MQTT client instances.
MqttClient() - Constructor for class com.cinterion.mqtt.MqttClient
Creates an MQTT context.
MqttConfig - Class in com.cinterion.mqtt
The MqttConfig class contains the configuration data used to connect a MqttClient.
MqttConfig(String, short, String, String, String, int, int, boolean, SslConfig, String, String) - Constructor for class com.cinterion.mqtt.MqttConfig
Instantiates an MQTT configuration.
MqttConnectCallback - Interface in com.cinterion.mqtt
The MqttConnectCallback interface provides connection callback and enumerates the message types.
MqttMessageCallback - Interface in com.cinterion.mqtt
The MqttMessageCallback interface provides connection callback and enumerates the message types.
MqttPublishCallback - Interface in com.cinterion.mqtt
The MqttPublishCallback interface provides subscription callback and enumerates the message types.
MqttSubscribeCallback - Interface in com.cinterion.mqtt
The MqttSubscribeCallback interface provides subscription callback and enumerates the message types.
MSG_DEBUG - Static variable in class ej.tool.addon.util.Message
Message priority of "debug".
MSG_ERR - Static variable in class ej.tool.addon.util.Message
Message priority of "error".
MSG_INFO - Static variable in class ej.tool.addon.util.Message
Message priority of "information".
MSG_VERBOSE - Static variable in class ej.tool.addon.util.Message
Message priority of "verbose".
MSG_WARN - Static variable in class ej.tool.addon.util.Message
Message priority of "warning".
MulticastSocket - Class in java.net
The multicast datagram socket class is useful for sending and receiving IP multicast packets.
MulticastSocket() - Constructor for class java.net.MulticastSocket
Create a multicast socket.
MulticastSocket(int) - Constructor for class java.net.MulticastSocket
Create a multicast socket and bind it to a specific port.
MulticastSocket(SocketAddress) - Constructor for class java.net.MulticastSocket
Create a MulticastSocket bound to the specified socket address.
MultipartContent - Class in ej.rest.web.mime
Content handler for multipart data of any shape (form, mixed, alternative)
MultipartContent(String, AbstractContent...) - Constructor for class ej.rest.web.mime.MultipartContent
 
multiply(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this * val).
multiValueIterator(String) - Method in class sun.net.www.MessageHeader
return an Iterator that returns all values of a particular key in sequence
MYANMAR - Static variable in class ej.microui.display.FontIdentifiers
Constant for myanmar font identifier.

N

name() - Method in class java.lang.Enum
Returns the name of this enum constant, exactly as declared in its enum declaration.
names() - Method in class org.json.me.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
NaN - Static variable in class java.lang.Double
A constant holding a Not-a-Number (NaN) value of type double.
NaN - Static variable in class java.lang.Float
A constant holding a Not-a-Number (NaN) value of type float.
nanoTime() - Static method in class java.lang.System
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds.
NativeException - Exception in ej.sni
RuntimeException subclass that may be thrown from an SNI native using SNI_throwNativeException() function.
NativeException(int, String) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code and detail message.
NativeException(int, String, Throwable) - Constructor for exception ej.sni.NativeException
Constructs a new NativeException with the specified error code, detail message and cause.
NativeInterface - Interface in com.is2t.hil
This class provides some utilities to implement simulated natives.
NativeIOException - Exception in ej.sni
IOException subclass that may be thrown from an SNI native using SNI_throwNativeIOException() function.
NativeIOException(int, String) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code and detail message.
NativeIOException(int, String, Throwable) - Constructor for exception ej.sni.NativeIOException
Constructs a new NativeIOException with the specified error code, detail message and cause.
nativeOrder() - Static method in class java.nio.ByteOrder
Retrieves the native byte order of the underlying platform.
NativeResource - Class in ej.sni
A NativeResource is an object representing a runtime element managed by the native side (such as a file, a socket, an image, ...).
navigableKeySet() - Method in interface java.util.NavigableMap
Returns a NavigableSet view of the keys contained in this map.
navigableKeySet() - Method in class java.util.TreeMap
 
NavigableMap<K,V> - Interface in java.util
A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet<E> - Interface in java.util
A SortedSet extended with navigation methods reporting closest matches for given search targets.
NAVY - Static variable in class ej.microui.display.Colors
Constant for navy color.
nCopies(int, T) - Static method in class java.util.Collections
Returns an immutable list consisting of n copies of the specified object.
neg() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
negate() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (-this).
NEGATIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the negative infinity of type double.
NEGATIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the negative infinity of type float.
NegativeArraySizeException - Exception in java.lang
Thrown if an application tries to create an array with negative size.
NegativeArraySizeException() - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with no detail message.
NegativeArraySizeException(String) - Constructor for exception java.lang.NegativeArraySizeException
Constructs a NegativeArraySizeException with the specified detail message.
NetPermission - Class in java.net
This class is for various network permissions.
NetPermission(String) - Constructor for class java.net.NetPermission
Creates a new NetPermission with the specified name.
NetPermission(String, String) - Constructor for class java.net.NetPermission
Creates a new NetPermission object with the specified name.
NetworkClient - Class in sun.net
This is the base class for network clients.
NetworkClient(String, int) - Constructor for class sun.net.NetworkClient
Create connection with host host on port port
NetworkClient() - Constructor for class sun.net.NetworkClient
 
NetworkInterface - Class in java.net
This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface.
New(URL) - Static method in class sun.net.www.http.HttpClient
 
New(URL, int, HttpURLConnection) - Static method in class sun.net.www.http.HttpClient
 
NEW_TAI_LUE - Static variable in class ej.microui.display.FontIdentifiers
Constant for new tai lue font identifier.
newArray(Class<T[]>, int) - Static method in class ej.bon.Util
Allocates a new array of object references from the given array type and length.
newBinaryNLS(String, int) - Static method in class com.microej.nls.BinaryNLS
Decodes a binary NLS file for the given interface.
newChild(int) - Method in class org.eclipse.core.runtime.SubMonitor
Creates a sub progress monitor that will consume the given number of ticks from the receiver.
newChild(int, int) - Method in class org.eclipse.core.runtime.SubMonitor
Creates a sub progress monitor that will consume the given number of ticks from the receiver.
newDatagram(byte[], int) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(int) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(byte[], int, String) - Method in interface ej.ecom.io.DatagramConnection
 
newDatagram(int, String) - Method in interface ej.ecom.io.DatagramConnection
 
newDefaultListener() - Method in class ej.fp.util.WidgetWithListener
Lets subclass creates a default listener.
newDefaultListener() - Method in class ej.fp.widget.Button
 
newDefaultListener() - Method in class ej.fp.widget.Joystick
 
newDefaultListener() - Method in class ej.fp.widget.LongButton
 
newDefaultListener() - Method in class ej.fp.widget.Pointer
 
newDefaultListener() - Method in class ej.fp.widget.RepeatButton
 
newDefaultListener() - Method in class ej.fp.widget.Wheel
 
newDisplayImage() - Method in class ej.fp.widget.Display
Creates a new image with the same size than display (not widget size).
newImage(InputStream) - Method in class ej.fp.FrontPanel
Loads the image defined by the stream in a platform-specific Image.
newImage(int, int, int, boolean) - Method in class ej.fp.FrontPanel
Creates a new platform-specific Image with the specified size and initial color.
newImage(Image) - Method in class ej.fp.FrontPanel
Creates a copy of given image in a new platform-specific Image.
newInputStream(InputStream) - Static method in class com.microej.http.util.HttpBufferedStreamFactory
Generates a new BufferInputStream with the buffered size defined by .
newInstance() - Method in class java.lang.Class
Creates a new instance of the class represented by this Class object.
newLine() - Method in class java.io.BufferedWriter
Writes a line separator.
newListener(Class<T>) - Method in class ej.fp.util.WidgetWithListener
Creates a new listener which has to implement / extend the given type.
newMicroUIGraphicsContext(byte[]) - Method in interface ej.microui.display.LLUIDisplay
Creates a new LLUIPainter.MicroUIGraphicsContext for the given MicroUI GraphicsContext byte array.
newMicroUIImage(byte[]) - Method in interface ej.microui.display.LLUIDisplay
Creates a new LLUIPainter.MicroUIImage for the given MicroUI Image byte array.
newOutputStream(OutputStream) - Static method in class com.microej.http.util.HttpBufferedStreamFactory
Generates a new BufferOutputStream with the buffered size defined by .
newProxy(T, Module) - Static method in class ej.kf.Kernel
Allocates a new Proxy and sets its reference to the given object.
newResource() - Method in class ej.sni.PoolOfImmortalByteBuffers
Allocate a new Immortal byte buffer resource
newResource() - Method in class ej.sni.PoolOfReusableResources
Allocate a new resource
newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
Returns a set backed by the specified map.
newThread(Runnable) - Method in interface java.util.concurrent.ThreadFactory
Constructs a new Thread.
newToken(int, String) - Static method in class ej.jsonpath.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class ej.jsonpath.parser.Token
 
newUserInstance(Class<?>, Class<T>, String) - Method in class ej.fp.FrontPanel
Instanciates the class whose name is classname.
newWidgetImage() - Method in class ej.fp.widget.Display
Creates a new image with the same size than widget (not display size).
next - Variable in class ej.jsonpath.parser.Token
A reference to the next regular (non-special) token from the input stream.
NEXT - Static variable in class ej.microui.event.EventCommand
The "next" command constant.
NEXT - Static variable in class ej.microui.event.generator.Command
Constant for "next" command.
next() - Method in interface java.util.Iterator
Returns the next element in the iteration.
next() - Method in interface java.util.ListIterator
Returns the next element in the list and advances the cursor position.
next(int) - Method in class java.util.Random
Generates the next pseudorandom number.
next() - Method in class org.json.me.JSONTokener
Get the next character in the source string.
next(char) - Method in class org.json.me.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class org.json.me.JSONTokener
Get the next n characters.
nextAfter(double, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextAfter(float, double) - Static method in class java.lang.Math
Returns the floating-point number adjacent to the first argument in the direction of the second argument.
nextBoolean() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed boolean value from this random number generator's sequence.
nextBytes(byte[]) - Method in class java.util.Random
Generates random bytes and places them into a user-supplied byte array.
nextCDATA() - Method in class org.json.me.util.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class org.json.me.JSONTokener
Get the next char in the string, skipping whitespace.
nextClearBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextContent() - Method in class org.json.me.util.XMLTokener
Get the next XML outer token, trimming whitespace.
nextDouble() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
nextElement() - Method in interface java.util.Enumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class java.util.StringTokenizer
Returns the same value as the nextToken method, except that its declared return value is Object rather than String.
nextEntity(char) - Method in class org.json.me.util.XMLTokener
Return the next entity.
nextFloat() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed float value between 0.0 and 1.0 from this random number generator's sequence.
nextGaussian() - Method in class java.util.Random
Returns the next pseudorandom, Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0 from this random number generator's sequence.
nextIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.next() .
nextInt() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed int value from this random number generator's sequence.
nextInt(int) - Method in class java.util.Random
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive) and the specified value (exclusive), drawn from this random number generator's sequence.
nextLong() - Method in class java.util.Random
Returns the next pseudorandom, uniformly distributed long value from this random number generator's sequence.
nextMeta() - Method in class org.json.me.util.XMLTokener
Returns the next XML meta token.
nextSetBit(int) - Method in class java.util.BitSet
Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextString(char) - Method in class org.json.me.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class org.json.me.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class org.json.me.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class ej.rest.json.HTTPTokener
Get the next token or string.
nextToken() - Method in class java.util.StringTokenizer
Returns the next token from this string tokenizer.
nextToken(String) - Method in class java.util.StringTokenizer
Returns the next token in this string tokenizer's string.
nextToken() - Method in class org.json.me.util.XMLTokener
Get the next XML Token.
nextUp(double) - Static method in class java.lang.Math
Returns the floating-point value adjacent to d in the direction of positive infinity.
nextUp(float) - Static method in class java.lang.Math
Returns the floating-point value adjacent to f in the direction of positive infinity.
nextValue() - Method in class org.json.me.JSONTokener
Get the next value.
NKO - Static variable in class ej.microui.display.FontIdentifiers
Constant for nko font identifier.
NLS - Class in com.is2t.nls
 
NLS() - Constructor for class com.is2t.nls.NLS
 
NLS - Interface in ej.nls
NLS provides support for manipulating messages and languages.
NLS_DEFAULT_IMPLEMENTATION - Static variable in class com.microej.nls.BinaryNLS
Property which allows to define a fallback NLS implementation.
NLS_DEFAULT_LOCALE - Static variable in class com.microej.nls.BinaryNLS
Property which allows to fix the default locale at compiletime.
NO_BACKGROUND - Static variable in class ej.mwt.style.background.NoBackground
No background singleton to avoid creating several ones.
NO_CONSTRAINT - Static variable in class ej.mwt.Widget
A width or height hint equal to NO_CONSTRAINT means that there is no constraint on this dimension.
NO_DIMENSION - Static variable in class ej.mwt.style.dimension.NoDimension
NoDimension singleton to avoid creating several ones.
NO_DISPLAY - Static variable in exception ej.microui.MicroUIException
Exception thrown when the application tries to get a Display whereas there is no Display on the platform.
NO_FONT - Static variable in exception ej.microui.MicroUIException
Exception thrown when the application tries to get a Font whereas there is no Font on the platform.
NO_LINE_NUMBER - Static variable in class ej.tool.addon.Marker
A constant to indicate there is no line number information in a marker.
NO_OUTLINE - Static variable in class ej.mwt.style.outline.NoOutline
No outline singleton to avoid creating several ones.
NoBackground - Class in ej.mwt.style.background
A transparent background.
NoClassDefFoundError - Error in java.lang
Thrown if the Java Virtual Machine or a ClassLoader instance tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
NoClassDefFoundError() - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with no detail message.
NoClassDefFoundError(String) - Constructor for error java.lang.NoClassDefFoundError
Constructs a NoClassDefFoundError with the specified detail message.
Node - Interface in ej.jsonpath.parser
 
nodeArity() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
nodeCreated() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
NoDimension - Class in ej.mwt.style.dimension
Dimension without constraint.
NoMotion - Class in ej.motion.none
Represents a motion that goes directly from start to stop.
NoMotion(int, int) - Constructor for class ej.motion.none.NoMotion
Creates a motion for a move from start to stop.
NoMotionManager - Class in ej.motion.none
Motion manager creating no motions.
NoMotionManager() - Constructor for class ej.motion.none.NoMotionManager
 
NonNull - Annotation Type in ej.annotation
Indicates that a field, local variable, method return value or parameter can never be null.
NonNullByDefault - Annotation Type in ej.annotation
Indicates that all fields, method return values or parameters can never be null in the annotated package or type.
NoOutline - Class in ej.mwt.style.outline
An outline that is empty.
NORM_CRITICALITY - Static variable in class ej.kf.Feature
The default criticality that is assigned to a feature.
NORM_PRIORITY - Static variable in class java.lang.Thread
The default priority that is assigned to a thread.
normalize() - Method in class java.net.URI
Normalizes this URI's path.
NoRouteToHostException - Exception in java.net
Signals that an error occurred while attempting to connect a socket to a remote address and port.
NoRouteToHostException(String) - Constructor for exception java.net.NoRouteToHostException
Constructs a new NoRouteToHostException with the specified detail message as to why the remote host cannot be reached.
NoRouteToHostException() - Constructor for exception java.net.NoRouteToHostException
Construct a new NoRouteToHostException with no detailed message.
noSpace(String) - Static method in class ej.rest.util.Tool
Throw an exception if the string contains whitespace.
NoSuchAlgorithmException - Exception in java.security
This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment.
NoSuchAlgorithmException() - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with no detail message.
NoSuchAlgorithmException(String) - Constructor for exception java.security.NoSuchAlgorithmException
Constructs a NoSuchAlgorithmException with the specified detail message.
NoSuchAlgorithmException(String, Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified detail message and cause.
NoSuchAlgorithmException(Throwable) - Constructor for exception java.security.NoSuchAlgorithmException
Creates a NoSuchAlgorithmException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NoSuchElementException - Exception in java.util
Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration.
NoSuchElementException() - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException with null as its error message string.
NoSuchElementException(String) - Constructor for exception java.util.NoSuchElementException
Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
NoSuchFieldError - Error in java.lang
Thrown if an application tries to access or modify a specified field of an object, and that object no longer has that field.
NoSuchFieldError() - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with no detail message.
NoSuchFieldError(String) - Constructor for error java.lang.NoSuchFieldError
Constructs a NoSuchFieldError with the specified detail message.
NoSuchFieldException - Exception in java.lang
Signals that the class doesn't have a field of a specified name.
NoSuchFieldException() - Constructor for exception java.lang.NoSuchFieldException
Constructor.
NoSuchFieldException(String) - Constructor for exception java.lang.NoSuchFieldException
Constructor with a detail message.
NoSuchMethodError - Error in java.lang
Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.
NoSuchMethodError() - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with no detail message.
NoSuchMethodError(String) - Constructor for error java.lang.NoSuchMethodError
Constructs a NoSuchMethodError with the specified detail message.
NoSuchMethodException - Exception in java.lang
Thrown when a particular method cannot be found.
NoSuchMethodException() - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String) - Constructor for exception java.lang.NoSuchMethodException
Constructs a NoSuchMethodException with a detail message.
NoSuchPaddingException - Exception in javax.crypto
This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
NoSuchPaddingException() - Constructor for exception javax.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with no detail message.
NoSuchPaddingException(String) - Constructor for exception javax.crypto.NoSuchPaddingException
Constructs a NoSuchPaddingException with the specified detail message.
NoSuchProviderException - Exception in java.security
This exception is thrown when a particular security provider is requested but is not available in the environment.
NoSuchProviderException() - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with no detail message.
NoSuchProviderException(String) - Constructor for exception java.security.NoSuchProviderException
Constructs a NoSuchProviderException with the specified detail message.
NOT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
not() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (~this).
NOT_SYSTEM_APP - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
NotEmptyTextOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
NotEmptyTextOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.NotEmptyTextOptionValidator
 
notificationReceived(CommandReader) - Method in interface ej.rcommand.RemoteNotificationListener
Handles the notification.
notify() - Method in class java.lang.Object
Wakes up a single thread that is waiting on this object's monitor.
notifyAll() - Method in class java.lang.Object
Wakes up all threads that are waiting on this object's monitor.
notifyObservers() - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in class java.util.Observable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
NotSelector - Class in ej.mwt.stylesheet.selector
A not selector selects every widget that is not selected by its wrapped selector.
NotSelector(Selector) - Constructor for class ej.mwt.stylesheet.selector.NotSelector
Creates a not selector.
NOVEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the eleventh month of the year in the Gregorian and Julian calendars.
NthChildSelector - Class in ej.mwt.stylesheet.selector
A nth child selector selects by checking if a widget is the nth child of its parent.
NthChildSelector(int) - Constructor for class ej.mwt.stylesheet.selector.NthChildSelector
Creates a nth child selector.
NULL - Static variable in class org.json.me.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
Nullable - Annotation Type in ej.annotation
Indicates that a field, local variable, method return value or parameter can be null.
NullPointerException - Exception in java.lang
Thrown when an application attempts to use null in a case where an object is required.
NullPointerException() - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with no detail message.
NullPointerException(String) - Constructor for exception java.lang.NullPointerException
Constructs a NullPointerException with the specified detail message.
NullProgressMonitor - Class in org.eclipse.core.runtime
A default progress monitor implementation suitable for subclassing.
NullProgressMonitor() - Constructor for class org.eclipse.core.runtime.NullProgressMonitor
Constructs a new progress monitor.
NUMBER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Number - Class in java.lang
The abstract class Number is the superclass of classes BigDecimal, BigInteger, Byte, Double, Float, Integer, Long, and Short.
Number() - Constructor for class java.lang.Number
 
NumberFormatException - Exception in java.lang
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format.
NumberFormatException() - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with no detail message.
NumberFormatException(String) - Constructor for exception java.lang.NumberFormatException
Constructs a NumberFormatException with the specified detail message.
NumberOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
Validate an integer option.
NumberOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.NumberOptionValidator
 
numberToString(Object) - Static method in class org.json.me.JSONObject
Produce a string from a Number.

O

object() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
object() - Method in class ej.rest.web.JSONResource
Parse and return JSON object.
Object - Class in java.lang
Class Object is the root of the class hierarchy.
Object() - Constructor for class java.lang.Object
 
object() - Method in class org.json.me.JSONWriter
Begin appending a new object.
Objects - Class in java.util
This class consists of static utility methods for operating on objects.
Observable - Class in java.util
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class java.util.Observable
Construct an Observable with zero Observers.
Observer - Interface in java.util
A class can implement the Observer interface when it wants to be informed of changes in observable objects.
OCTOBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the tenth month of the year in the Gregorian and Julian calendars.
ODD_CHILD_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.OddChildSelector
Odd child selector singleton to avoid creating several ones.
OddChildSelector - Class in ej.mwt.stylesheet.selector
An odd child selector selects by checking if a widget is at an odd position in its parent (0, 2, 4,…).
OFF - Static variable in class ej.util.message.basic.FilterMessageLogger
Print no messages.
OFF - Static variable in class java.util.logging.Level
OFF is a special level that can be used to turn off logging.
offer(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offer(E) - Method in interface java.util.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E) - Method in class java.util.LinkedList
Adds the specified element as the tail (last element) of this list.
offer(E) - Method in interface java.util.Queue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
offerFirst(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the front of this deque.
offerFirst(E) - Method in interface java.util.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerFirst(E) - Method in class java.util.LinkedList
Inserts the specified element at the front of this list.
offerLast(E) - Method in class java.util.ArrayDeque
Inserts the specified element at the end of this deque.
offerLast(E) - Method in interface java.util.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class java.util.LinkedList
Inserts the specified element at the end of this list.
OffMessageLogger - Class in ej.util.message.basic
A message logger that does not print anything.
OffMessageLogger() - Constructor for class ej.util.message.basic.OffMessageLogger
Creates an instance.
OFFSET_IS_NEGATIVE - Static variable in class ej.storage.util.StorageMessage
Error occurs when an offset negative.
OGHAM - Static variable in class ej.microui.display.FontIdentifiers
Constant for ogham font identifier.
OL_CHIKI - Static variable in class ej.microui.display.FontIdentifiers
Constant for ol chiki font identifier.
OLIVE - Static variable in class ej.microui.display.Colors
Constant for olive color.
onAttached() - Method in class ej.mwt.Widget
This method is called as soon as: the widget is attached to a desktop that is attached, the desktop of the widget is attached.
onAttached() - Method in class ej.widget.basic.ImageWidget
 
onClick() - Method in interface ej.widget.basic.OnClickListener
Invoked when the target of the listener has been clicked.
OnClickListener - Interface in ej.widget.basic
Defines an object which listens to click events.
onConnect() - Method in interface ej.rcommand.connectivity.ConnectivityListener
Callback function called when a client is connected.
onConnect() - Method in class ej.rcommand.connectivity.ConnectivityListenerProxy
 
onConnectEvent(int) - Method in interface com.cinterion.mqtt.MqttConnectCallback
Called when a connection event occurs.
onDetached() - Method in class ej.mwt.Widget
This method is called as soon as: the widget is detached from a desktop that is attached, the desktop of the widget is detached.
onDetached() - Method in class ej.widget.basic.ImageWidget
 
onDisconnect() - Method in interface ej.rcommand.connectivity.ConnectivityListener
Callback function called when a client is disconnected.
onDisconnect() - Method in class ej.rcommand.connectivity.ConnectivityListenerProxy
 
ONE - Static variable in class java.math.BigInteger
The BigInteger constant one.
onError(RemoteConnection) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Called when an error occurs in the given connection
onHidden() - Method in class ej.microui.display.Displayable
This method is called by system as soon as the displayable becomes hidden.
onHidden() - Method in class ej.mwt.Desktop
This method is called by the system as soon as the desktop is hidden from the display.
onHidden() - Method in class ej.mwt.Widget
This method is called as soon as the widget is no more visible on the display.
onInstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when an application is installed.
onLaidOut() - Method in class ej.mwt.Widget
This method is called as soon as the widget bounds are set.
onMessageEvent(int, byte[], byte[], int) - Method in interface com.cinterion.mqtt.MqttMessageCallback
Called when a message event occurs.
onMove(int) - Method in interface ej.widget.util.swipe.Swipeable
The content is moved to the given position.
onPublishEvent(int, int, short) - Method in interface com.cinterion.mqtt.MqttPublishCallback
Called when a publish notification PUBACK(QOS1)/PUBREC,PUBCOMP(QOS2) is received.
onShown() - Method in class ej.microui.display.Displayable
This method is called by system as soon as the displayable becomes visible.
onShown() - Method in class ej.mwt.Desktop
This method is called by the system as soon as the desktop is shown on the display.
onShown() - Method in class ej.mwt.Widget
This method is called as soon as the widget is visible on the display.
onStart(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is started.
onStop(Application) - Method in interface ej.wadapps.application.ApplicationLifecycleListener
Called when the application is stopped.
onSubscribeEvent(int, byte[], int) - Method in interface com.cinterion.mqtt.MqttSubscribeCallback
Called when a subscription event occurs.
onSwipeStarted() - Method in interface ej.widget.util.swipe.SwipeListener
A swipe is started.
onSwipeStopped() - Method in interface ej.widget.util.swipe.SwipeListener
A swipe is stopped.
onUninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstallationListener
Called when the application is uninstalled.
OP - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
OPAQUE - Static variable in class ej.microui.display.GraphicsContext
Maximum opacity.
open(String, int, boolean) - Method in interface ej.ecom.io.ConnectionFactory
Open a connection with the specified URL.
open(String) - Static method in class ej.ecom.io.Connector
Create and open a Connection from an URL.
open(String, int) - Static method in class ej.ecom.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class ej.ecom.io.Connector
Create and open a Connection.
open(String, String, int, boolean) - Static method in class ej.ecom.io.Connector
Create and open a Connection with the specified ConnectionFactory package name.
OPEN_ARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
openConnection(String) - Method in interface ej.ecom.Connectable
Create and open a new Connection.
openConnection(URI, T) - Method in class ej.rest.web.Resty
 
openConnection() - Method in class java.net.URL
Returns a URLConnection instance that represents a connection to the remote object referred to by the URL.
openConnection(URL) - Method in class java.net.URLStreamHandler
Opens a connection to the object referenced by the URL argument.
openConnection(URL) - Method in class sun.net.www.protocol.http.Handler
 
openConnection(URL) - Method in class sun.net.www.protocol.https.Handler
 
openConnectionCheckRedirects(URLConnection) - Static method in class sun.net.www.protocol.http.HttpURLConnection
opens a stream allowing redirects only to the same host.
openDataInputStream() - Method in interface ej.ecom.io.InputConnection
openDataOutputStream() - Method in interface ej.ecom.io.OutputConnection
Open a OutputStream.
openInputStream() - Method in interface ej.ecom.io.CommConnection
Returns an InputStream which implements the BitsInput interface.
openInputStream() - Method in interface ej.ecom.io.InputConnection
Open an InputStream.
openNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
openOutputStream() - Method in interface ej.ecom.io.CommConnection
Returns an OutputStream which implements the BitsOutput interface.
openOutputStream() - Method in interface ej.ecom.io.OutputConnection
Open an OutputStream.
openServer(String, int) - Method in class sun.net.NetworkClient
Open a connection to the server.
openServer(String, int) - Method in class sun.net.www.http.HttpClient
 
openServer() - Method in class sun.net.www.http.HttpClient
 
openStream() - Method in class java.net.URL
Opens a connection to this URL and returns an InputStream for reading from that connection.
OperatorAnd - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BinaryExpression
 
OperatorEquals - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BinaryExpression
 
OperatorNot - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.UnaryExpression
 
OperatorNotEquals - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BinaryExpression
 
OperatorOr - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BinaryExpression
 
opt(int) - Method in class org.json.me.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class org.json.me.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class org.json.me.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class org.json.me.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class org.json.me.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class org.json.me.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class org.json.me.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class org.json.me.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class org.json.me.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class org.json.me.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
OPTIMAL_DIMENSION_X - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal width.
OPTIMAL_DIMENSION_XY - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal width and height.
OPTIMAL_DIMENSION_Y - Static variable in class ej.mwt.style.dimension.OptimalDimension
Optimal dimension using widget's optimal height.
OptimalDimension - Class in ej.mwt.style.dimension
Dimension which fits the optimal size of the widget.
optInt(int) - Method in class org.json.me.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class org.json.me.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class org.json.me.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class org.json.me.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
Option() - Constructor for class ej.rest.web.Resty.Option
 
OptionChangedListener - Interface in com.is2t.microej.workbench.std.launch.ext
Listener triggeres when option content has changed.
OptionValidator - Interface in com.is2t.microej.workbench.std.launch.ext
Validate an input option
optJSONArray(int) - Method in class org.json.me.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class org.json.me.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class org.json.me.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class org.json.me.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class org.json.me.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class org.json.me.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class org.json.me.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class org.json.me.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class org.json.me.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class org.json.me.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class org.json.me.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class org.json.me.JSONObject
Get an optional string associated with a key.
OR - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
or(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this | val).
or(BitSet) - Method in class java.util.BitSet
Performs a logical OR of this bit set with the bit set argument.
order() - Method in class java.nio.ByteBuffer
Retrieves this buffer's byte order.
order(ByteOrder) - Method in class java.nio.ByteBuffer
Modifies this buffer's byte order.
order() - Method in class java.nio.CharBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.DoubleBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.FloatBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.IntBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.LongBuffer
Retrieves this buffer's byte order.
order() - Method in class java.nio.ShortBuffer
Retrieves this buffer's byte order.
ordinal() - Method in class java.lang.Enum
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
org.eclipse.core.runtime - package org.eclipse.core.runtime
 
org.json.me - package org.json.me
 
org.json.me.util - package org.json.me.util
 
org.junit - package org.junit
 
org.junit.internal - package org.junit.internal
 
ORIYA - Static variable in class ej.microui.display.FontIdentifiers
Constant for oriya font identifier.
OTHER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
out - Static variable in class ej.fp.FrontPanel
This static field makes an abstraction on the standard output stream where print some traces.
out - Variable in class java.io.FilterOutputStream
The underlying output stream to be filtered.
out - Variable in class java.io.PipedInputStream
The index of the position in the circular buffer at which the next byte of data will be read by this piped input stream.
out - Variable in class java.io.PrintWriter
The underlying character-output stream of this PrintWriter.
out - Static variable in class java.lang.System
The "standard" output stream.
OUT_OF_EVENTS - Static variable in exception ej.microui.MicroUIException
Exception thrown when Display's event serializer queue is full.
Outline - Interface in ej.mwt.style.outline
Represents an outline that wraps a rectangle.
Outlineable - Interface in ej.mwt.util
Represents a two-dimensional object to which outlines can be added or removed.
OutlineHelper - Class in ej.mwt.util
Provides utility methods to apply outlines and backgrounds.
OutOfMemoryError - Error in java.lang
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
OutOfMemoryError() - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with no detail message.
OutOfMemoryError(String) - Constructor for error java.lang.OutOfMemoryError
Constructs an OutOfMemoryError with the specified detail message.
OutPort - Class in com.cinterion.io
The OutPort class supports the access and configuration of a port of output pins of the general purpose IO driver (GPIO).
OutPort(Vector<String>, Vector<Integer>) - Constructor for class com.cinterion.io.OutPort
Creates a new instance of a GPIO port of output pins.
OutputConnection - Interface in ej.ecom.io
This interface is implemented by a Connection that is able to open an OutputStream.
OutputStream - Class in java.io
This abstract class is the superclass of all classes representing an output stream of bytes.
OutputStream() - Constructor for class java.io.OutputStream
 
OutputStreamWriter - Class in java.io
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
OutputStreamWriter(OutputStream) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the default character encoding.
OutputStreamWriter(OutputStream, String) - Constructor for class java.io.OutputStreamWriter
Creates an OutputStreamWriter that uses the named charset.
OverlapContainer - Class in ej.widget.container
Lays out any number of children by stacking them.
OverlapContainer() - Constructor for class ej.widget.container.OverlapContainer
 
OverlapRenderPolicy - Class in ej.mwt.render
This render policy keeps the initial order of the widgets.
OverlapRenderPolicy(Desktop) - Constructor for class ej.mwt.render.OverlapRenderPolicy
Creates an overlap render policy.
Override - Annotation Type in java.lang
Indicates that a method declaration is intended to override a method declaration in a supertype.
OwnershipHelper - Interface in ej.wadapps.application
The applications ownership gives information about the ownership of the objects and the thread contexts.
OwnershipHelperKF - Class in ej.wadapps.multisandbox.application
Implementation of application ownership management over KF.
OwnershipHelperKF(ApplicationManagerKF) - Constructor for class ej.wadapps.multisandbox.application.OwnershipHelperKF
Creates an ownership helper on KF.

P

Package - Class in java.lang
Package represent a Java package.
Package() - Constructor for class java.lang.Package
 
PackedMap<K,V> - Class in ej.basictool.map
This class implements the AbstractPackedMap class, using object-equality when comparing keys.
PackedMap() - Constructor for class ej.basictool.map.PackedMap
Constructs an empty map.
PackedMap(PackedMap<K, V>) - Constructor for class ej.basictool.map.PackedMap
Constructs a map with the same mappings as the specified map.
PADDING - Static variable in class ej.mwt.style.DefaultStyle
The padding of the default style.
Page - Interface in com.is2t.microej.workbench.extension
 
PageContent - Class in com.is2t.microej.workbench.std.launch.ext
Abstract common class representing all nodes that are part of CategoryPage content.
PageContent() - Constructor for class com.is2t.microej.workbench.std.launch.ext.PageContent
 
PagesResolver - Interface in com.is2t.microej.workbench.extension
 
Painter - Class in ej.microui.display
The Painter class provides static methods to draw basic shapes such as lines, rectangles, circles, characters and images.
ParametersHelper - Interface in ej.rcommand
 
parent - Variable in class ej.jsonpath.parser.SimpleNode
 
parseBoolean(String) - Static method in class java.lang.Boolean
Parses the string argument as a boolean.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
ParseException - Exception in ej.jsonpath.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception ej.jsonpath.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception ej.jsonpath.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception ej.jsonpath.parser.ParseException
Constructor with message.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
parseHeader(InputStream) - Method in class sun.net.www.MessageHeader
Parse a MIME header from an input stream.
parseHTTP(MessageHeader, HttpURLConnection) - Method in class sun.net.www.http.HttpClient
Parse the first line of the HTTP request.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parser - Variable in class ej.jsonpath.parser.SimpleNode
 
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
parseShort(String) - Static method in class java.lang.Short
Parses the string argument as a signed decimal short.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
part() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
PASTE - Static variable in class ej.microui.event.EventCommand
The "paste" command constant.
PASTE - Static variable in class ej.microui.event.generator.Command
Constant for "paste" command.
path(String) - Static method in class ej.rest.web.Resty
Create a JSONPathQuery to extract data from a JSON object.
PathListOption - Class in com.is2t.microej.workbench.std.launch.ext
A ListOption that can contain pathes.
PathListOption(ILabel, String, ListButton[], int, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.PathListOption
 
PathQuery<T,S> - Class in ej.rest.web
Simple abstraction for queries into complex datastructures.
PathQuery() - Constructor for class ej.rest.web.PathQuery
 
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
PAUSE - Static variable in class ej.microui.event.EventCommand
The "pause" command constant.
PAUSE - Static variable in class ej.microui.event.generator.Command
Constant for "pause" command.
PDPSession - Class in ej.ecom.mobile
This class represents a PDP session.
PDPSession(String, String, String) - Constructor for class ej.ecom.mobile.PDPSession
Constructs a PDP session.
PDPSessionException - Exception in ej.ecom.mobile
This exception is thrown by PDPSession to indicate that an I/O error occurred during a PDP session.
PDPSessionException() - Constructor for exception ej.ecom.mobile.PDPSessionException
Constructs an PDPSessionException with null as its error detail message.
PDPSessionException(String) - Constructor for exception ej.ecom.mobile.PDPSessionException
Constructs an PDPSessionException with the specified detail message.
peek() - Method in class java.util.ArrayDeque
Retrieves, but does not remove, the head of the queue represented by this deque, or returns null if this deque is empty.
peek() - Method in interface java.util.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class java.util.LinkedList
Retrieves, but does not remove, the head (first element) of this list.
peek() - Method in interface java.util.Queue
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekFirst() - Method in class java.util.ArrayDeque
 
peekFirst() - Method in interface java.util.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class java.util.LinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - Method in class java.util.ArrayDeque
 
peekLast() - Method in interface java.util.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class java.util.LinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
peekNode() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
Permission - Class in java.security
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PERMISSION_CHECK - Static variable in class com.microej.kf.util.message.KfUtilMessage
 
PersistentApplicationInstallerKF - Class in ej.wadapps.multisandbox.application
The application installer allows to install and uninstall applications.
PersistentApplicationInstallerKF(ApplicationManagerKF, Storage) - Constructor for class ej.wadapps.multisandbox.application.PersistentApplicationInstallerKF
Creates a persistent application installer on KF.
PHAGS_PA - Static variable in class ej.microui.display.FontIdentifiers
Constant for phags pa font identifier.
PI - Static variable in class ej.bon.XMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The default size of the pipe's circular input buffer.
PipedInputStream - Class in java.io
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src and uses the specified pipe size for the pipe's buffer.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(int) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedOutputStream - Class in java.io
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedReader - Class in java.io
Piped character-input streams.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedReader(PipedWriter, int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src and uses the specified pipe size for the pipe's buffer.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedReader(int) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected and uses the specified pipe size for the pipe's buffer.
PipedWriter - Class in java.io
Piped character-output streams.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
PKCS8EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
plainConnect() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
platformTimeMillis() - Static method in class ej.bon.Util
Gets an arbitrary time in milliseconds.
platformTimeNanos() - Static method in class ej.bon.Util
Gets an arbitrary time in nanoseconds.
PM - Static variable in class java.util.Calendar
Value of the Calendar.AM_PM field indicating the period of the day from noon to just before midnight.
Pointer - Class in ej.fp.widget
Widget to simulate a mouse or a touch panel.
Pointer() - Constructor for class ej.fp.widget.Pointer
 
Pointer - Class in ej.microui.event.generator
A pointer event generator represents a pointing device that is usually associated to a group of physical buttons.
Pointer(int, int, int) - Constructor for class ej.microui.event.generator.Pointer
Constructor with a specified area range (width and height) where elapsedTime, click and doubleClick features are supported and enabled for the first nbButtons (doubleClick feature is initialized with a 200ms delay).
Pointer(int, int) - Constructor for class ej.microui.event.generator.Pointer
Constructor with a specified area range (width and height) that does not support click, doubleClick nor elapsedTime for any of its buttons.
Pointer.PointerListener - Interface in ej.fp.widget
Interface that handle pointer events.
Pointer.PointerListenerToPointerEvents - Class in ej.fp.widget
Default implementation of Pointer.PointerListener.
PointerEventDispatcher - Class in ej.mwt.event
Dispatches the pointer events received on a desktop to its children.
PointerEventDispatcher(Desktop) - Constructor for class ej.mwt.event.PointerEventDispatcher
Creates a desktop event dispatcher.
PointerListenerToPointerEvents() - Constructor for class ej.fp.widget.Pointer.PointerListenerToPointerEvents
 
poll() - Method in class ej.bon.ReferenceQueue
Queries the queue and returns and removes the first element of the queue.
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
poll() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
poll() - Method in interface java.util.Queue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
pollFirst() - Method in class java.util.ArrayDeque
 
pollFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class java.util.LinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollFirst() - Method in interface java.util.NavigableSet
Retrieves and removes the first (lowest) element, or returns null if this set is empty.
pollFirst() - Method in class java.util.TreeSet
 
pollFirstEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the least key in this map, or null if the map is empty.
pollFirstEntry() - Method in class java.util.TreeMap
 
pollLast() - Method in class java.util.ArrayDeque
 
pollLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class java.util.LinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pollLast() - Method in interface java.util.NavigableSet
Retrieves and removes the last (highest) element, or returns null if this set is empty.
pollLast() - Method in class java.util.TreeSet
 
pollLastEntry() - Method in interface java.util.NavigableMap
Removes and returns a key-value mapping associated with the greatest key in this map, or null if the map is empty.
pollLastEntry() - Method in class java.util.TreeMap
 
POMEGRANATE - Static variable in class ej.library.ui.MicroEJColors
Pomegranate color.
PoolOfImmortalByteBuffers - Class in ej.sni
A pool of reusable immortal byte buffers.
PoolOfImmortalByteBuffers(int, int) - Constructor for class ej.sni.PoolOfImmortalByteBuffers
Allocate a new pool of Immortals byte buffer resources
PoolOfLimitedReusableResources - Class in ej.sni
A pool of resources where resources are allocated at creation time (no lazy allocation).
PoolOfLimitedReusableResources(int, int) - Constructor for class ej.sni.PoolOfLimitedReusableResources
Allocate a new pool of resources
PoolOfReusableResources - Class in ej.sni
A pool of reusable resources.
PoolOfReusableResources(int) - Constructor for class ej.sni.PoolOfReusableResources
Allocate a new pool of resources
pop() - Method in class java.util.ArrayDeque
Pops an element from the stack represented by this deque.
pop() - Method in interface java.util.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class java.util.LinkedList
Pops an element from the stack represented by this list.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
popNode() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
port - Variable in class sun.net.www.http.HttpClient
 
PortUnreachableException - Exception in java.net
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
portValueChanged(int) - Method in interface com.cinterion.io.InPortListener
Callback method for changes at the input ports of the general purpose IO driver (GPIO).
pos - Variable in class java.io.BufferedInputStream
The current position in the buffer.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
pos - Variable in class java.io.CharArrayReader
The current buffer position.
pos - Variable in class java.io.PushbackInputStream
The position within the pushback buffer from which the next byte will be read.
position() - Method in class java.nio.Buffer
Returns this buffer's position.
position(int) - Method in class java.nio.Buffer
Sets this buffer's position.
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
PosterOutputStream - Class in sun.net.www.http
Instances of this class are returned to applications for the purpose of sending user data for a HTTP POST or PUT request.
PosterOutputStream() - Constructor for class sun.net.www.http.PosterOutputStream
Creates a new output stream for POST user data
pow(double, double) - Static method in class ej.bon.XMath
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
predicate() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
Predicates - Class in ej.jsonpath.parser
 
Predicates() - Constructor for class ej.jsonpath.parser.Predicates
 
Predicates.Test - Interface in ej.jsonpath.parser
 
prepareBlendingOfIndexedColors(Display, AtomicInteger, AtomicInteger) - Method in interface ej.fp.widget.Display.DisplayExtension
Prepares the blending of two ARGB colors (only useful when the LCD is a palletized LCD).
prepareBlendingOfIndexedColors(AtomicInteger, AtomicInteger) - Method in class ej.fp.widget.Display
 
prepareBlendingOfIndexedColors(AtomicInteger, AtomicInteger) - Method in interface ej.microui.display.LLUIDisplayImpl
Prepares the blending of two ARGB colors.
prepend(String, String) - Method in class sun.net.www.MessageHeader
Prepends a key value pair to the beginning of the header.
press(Button) - Method in interface ej.fp.widget.Button.ButtonListener
The specified button has been pressed.
press(Button) - Method in class ej.fp.widget.Button.ButtonListenerToButtonEvents
 
press() - Method in class ej.fp.widget.Button
Default implementation of press action: update the skin and ask to the listener to manage the event.
press() - Method in class ej.fp.widget.LongButton
 
press(Pointer, int, int, MouseListener.MouseButton) - Method in interface ej.fp.widget.Pointer.PointerListener
The specified pointer button has been pressed at given location.
press(Pointer, int, int, MouseListener.MouseButton) - Method in class ej.fp.widget.Pointer.PointerListenerToPointerEvents
 
press() - Method in class ej.fp.widget.RepeatButton
 
press(Wheel) - Method in interface ej.fp.widget.Wheel.WheelListener
The specified button has been pressed.
press(Wheel) - Method in class ej.fp.widget.Wheel.WheelListenerToCommandEvents
 
pressDown(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The down button has been pressed.
pressDown(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
PRESSED - Static variable in class ej.microui.event.generator.Buttons
Constant for "pressed" action.
pressEnter(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The enter button has been pressed.
pressEnter(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
pressLeft(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The left button has been pressed.
pressLeft(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
pressLong(LongButton) - Method in interface ej.fp.widget.LongButton.LongButtonListener
The specified button has been pressed for a long time.
pressLong(LongButton) - Method in class ej.fp.widget.LongButton.LongButtonListenerToButtonEvents
 
pressRight(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The right button has been pressed.
pressRight(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
pressUp(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The up button has been pressed.
pressUp(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
prevCharIsCR - Variable in class ej.jsonpath.parser.SimpleCharStream
 
prevCharIsLF - Variable in class ej.jsonpath.parser.SimpleCharStream
 
PREVIOUS - Static variable in class ej.microui.event.EventCommand
The "previous" command constant.
PREVIOUS - Static variable in class ej.microui.event.generator.Command
Constant for "previous" command.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list and moves the cursor position backwards.
previousClearBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to ListIterator.previous().
previousSetBit(int) - Method in class java.util.BitSet
Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
primaryExpr() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
Principal - Interface in ej.kf
This interface represents and identifies the Kernel or a Feature.
Principal - Interface in java.security
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
print(boolean) - Method in class java.io.PrintStream
Prints a boolean value.
print(char) - Method in class java.io.PrintStream
Prints a character.
print(char[]) - Method in class java.io.PrintStream
Prints an array of characters.
print(double) - Method in class java.io.PrintStream
Prints a double-precision floating-point number.
print(float) - Method in class java.io.PrintStream
Prints a floating-point number.
print(int) - Method in class java.io.PrintStream
Prints an integer.
print(long) - Method in class java.io.PrintStream
Prints a long integer.
print(Object) - Method in class java.io.PrintStream
Prints an object.
print(String) - Method in class java.io.PrintStream
Prints a string.
print(boolean) - Method in class java.io.PrintWriter
Prints a boolean value.
print(char) - Method in class java.io.PrintWriter
Prints a character.
print(int) - Method in class java.io.PrintWriter
Prints an integer.
print(long) - Method in class java.io.PrintWriter
Prints a long integer.
print(float) - Method in class java.io.PrintWriter
Prints a floating-point number.
print(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintWriter
Prints an array of characters.
print(String) - Method in class java.io.PrintWriter
Prints a string.
print(Object) - Method in class java.io.PrintWriter
Prints an object.
print(PrintStream) - Method in class sun.net.www.MessageHeader
Prints the key-value pairs represented by this header.
println() - Method in class java.io.PrintStream
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Prints a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Prints a character and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Prints an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintStream
Prints a double and then terminate the line.
println(float) - Method in class java.io.PrintStream
Prints a float and then terminate the line.
println(int) - Method in class java.io.PrintStream
Prints an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Prints a long and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Prints an Object and then terminate the line.
println(String) - Method in class java.io.PrintStream
Prints a String and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminates the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Prints a boolean value and then terminates the line.
println(char) - Method in class java.io.PrintWriter
Prints a character and then terminates the line.
println(int) - Method in class java.io.PrintWriter
Prints an integer and then terminates the line.
println(long) - Method in class java.io.PrintWriter
Prints a long integer and then terminates the line.
println(float) - Method in class java.io.PrintWriter
Prints a floating-point number and then terminates the line.
println(double) - Method in class java.io.PrintWriter
Prints a double-precision floating-point number and then terminates the line.
println(char[]) - Method in class java.io.PrintWriter
Prints an array of characters and then terminates the line.
println(String) - Method in class java.io.PrintWriter
Prints a String and then terminates the line.
println(Object) - Method in class java.io.PrintWriter
Prints an Object and then terminates the line.
printRegisteredNativeResources(PrintStream) - Static method in class ej.sni.NativeResource
Prints a description of the registered native resources to the specified print stream.
printResponseHeaders() - Method in class ej.rest.web.AbstractResource
Print out the response headers for this resource.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Creates a new print stream.
PrintWriter - Class in java.io
Prints formatted representations of objects to a text-output stream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Creates a new PrintWriter from an existing OutputStream.
PRIVATE_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "private key".
PrivateKey - Interface in java.security
A private key.
PROGRESS_MONITOR_ERROR - Static variable in class com.microej.kf.util.message.KfUtilMessage
 
ProgressEvent - Class in sun.net
ProgressEvent represents an progress event in monitering network input stream.
ProgressEvent(ProgressSource, URL, String, String, ProgressSource.State, long, long) - Constructor for class sun.net.ProgressEvent
Construct a ProgressEvent object.
progressFinish(ProgressEvent) - Method in interface sun.net.ProgressListener
Finish progress.
ProgressInputStream - Class in ej.io.progress
Wraps an input stream to follow its reading progression.
ProgressInputStream(InputStream, int, IProgressMonitor) - Constructor for class ej.io.progress.ProgressInputStream
Creates a progress input stream with a listener specifying the total number of bytes to read.
ProgressListener - Interface in sun.net
ProgressListener is an interface to be implemented by parties interested to be notified of progress in network input stream.
ProgressMeteringPolicy - Interface in sun.net
ProgressMeteringPolicy is an interface for determining progress metering policy.
ProgressMonitor - Class in sun.net
ProgressMonitor is a class for monitoring progress in network input stream.
ProgressMonitor() - Constructor for class sun.net.ProgressMonitor
 
ProgressSource - Class in sun.net
ProgressSource represents the source of progress changes.
ProgressSource(URL, String) - Constructor for class sun.net.ProgressSource
Construct progress source object.
ProgressSource(URL, String, long) - Constructor for class sun.net.ProgressSource
Construct progress source object.
ProgressSource.State - Enum in sun.net
 
progressStart(ProgressEvent) - Method in interface sun.net.ProgressListener
Start progress.
progressUpdate(ProgressEvent) - Method in interface sun.net.ProgressListener
Update progress.
Properties - Class in java.util
The Properties class represents a persistent set of properties.
Properties() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
PropertyFactory - Class in ej.property
Gets a property loader that is able to retrieve properties.
PropertyLoader - Interface in ej.property
A property loader is a map of properties.
PropertyLoaderKF - Class in ej.wadapps.multisandbox.property
Defines the order of the property loading resolution: the properties defined locally in the application or kernel. the properties registered locally in the instance of property registry. the properties shared in the instance of the shared registry. the properties defined globally in the system properties.
PropertyLoaderKF() - Constructor for class ej.wadapps.multisandbox.property.PropertyLoaderKF
Creates the property loader.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
PropertyPermission - Class in ej.property
PropertyPermission(String, String, String) - Constructor for class ej.property.PropertyPermission
Creates a permission for the given property.
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyRegistry - Interface in ej.property
A property registry is a property loader that allows to add or remove properties dynamically.
PROTOCOL_DTLS_1_0 - Static variable in class com.cinterion.ssl.SslConfig
DTLS version 1.0.
PROTOCOL_DTLS_1_2 - Static variable in class com.cinterion.ssl.SslConfig
DTLS version 1.2.
PROTOCOL_TLS_1_0 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.0.
PROTOCOL_TLS_1_1 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.1.
PROTOCOL_TLS_1_2 - Static variable in class com.cinterion.ssl.SslConfig
TLS version 1.2.
ProtocolException - Exception in java.net
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException(String) - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException() - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
ProviderException - Exception in java.security
A runtime exception for Provider exceptions (such as misconfiguration errors or unrecoverable internal errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for exception java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for exception java.security.ProviderException
Constructs a ProviderException with the specified detail message.
ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified detail message and cause.
ProviderException(Throwable) - Constructor for exception java.security.ProviderException
Creates a ProviderException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
Proxy<T> - Class in ej.kf
The superclass of proxy classes.
Proxy() - Constructor for class ej.kf.Proxy
The default constructor.
proxy - Variable in class sun.net.www.protocol.http.Handler
 
proxyPort - Variable in class sun.net.www.protocol.http.Handler
 
ps - Variable in class sun.net.www.protocol.http.HttpURLConnection
 
PUBLIC_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "public key".
PublicKey - Interface in java.security
A public key.
publicLevel - Variable in class java.util.logging.Logger
This is the level set with Logger.setLevel(Level) and returned by Logger.getLevel().
publish(String, byte[], int, boolean) - Method in class com.cinterion.mqtt.MqttClient
Publishes a message to a particular topic.
publish(LogRecord) - Method in class ej.util.logging.handler.DefaultHandler
 
publish(LogRecord) - Method in class java.util.logging.Handler
Publish a LogRecord.
publishGetMsgId(String, byte[], int, boolean) - Method in class com.cinterion.mqtt.MqttClient
Publishes a message to a particular topic.
PURPLE - Static variable in class ej.microui.display.Colors
Constant for purple color.
push(E) - Method in class java.util.ArrayDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface java.util.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
push(E) - Method in class java.util.LinkedList
Pushes an element onto the stack represented by this list.
push(E) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
PUSH_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
PUSH_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
PUSH_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
PushbackInputStream - Class in java.io
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
pushNode(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
put(K, V) - Method in class ej.basictool.map.AbstractPackedMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
put(String, Object) - Static method in class ej.bon.Immutables
Maps the given ID to the given object in the immutable objects pool.
put(Content) - Static method in class ej.rest.web.Resty
Tell Resty to replace the specified content on the server, resulting in a PUT operation instead of a POST operation.
put(byte) - Method in class java.nio.ByteBuffer
Relative put method  (optional operation).
put(int, byte) - Method in class java.nio.ByteBuffer
Absolute put method  (optional operation).
put(ByteBuffer) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[], int, int) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(byte[]) - Method in class java.nio.ByteBuffer
Relative bulk put method  (optional operation).
put(char) - Method in class java.nio.CharBuffer
Relative put method  (optional operation).
put(int, char) - Method in class java.nio.CharBuffer
Absolute put method  (optional operation).
put(CharBuffer) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(char[], int, int) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(char[]) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(String, int, int) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(String) - Method in class java.nio.CharBuffer
Relative bulk put method  (optional operation).
put(double) - Method in class java.nio.DoubleBuffer
Relative put method  (optional operation).
put(int, double) - Method in class java.nio.DoubleBuffer
Absolute put method  (optional operation).
put(DoubleBuffer) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(double[], int, int) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(double[]) - Method in class java.nio.DoubleBuffer
Relative bulk put method  (optional operation).
put(float) - Method in class java.nio.FloatBuffer
Relative put method  (optional operation).
put(int, float) - Method in class java.nio.FloatBuffer
Absolute put method  (optional operation).
put(FloatBuffer) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[], int, int) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(float[]) - Method in class java.nio.FloatBuffer
Relative bulk put method  (optional operation).
put(int) - Method in class java.nio.IntBuffer
Relative put method  (optional operation).
put(int, int) - Method in class java.nio.IntBuffer
Absolute put method  (optional operation).
put(IntBuffer) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[], int, int) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(int[]) - Method in class java.nio.IntBuffer
Relative bulk put method  (optional operation).
put(long) - Method in class java.nio.LongBuffer
Relative put method  (optional operation).
put(int, long) - Method in class java.nio.LongBuffer
Absolute put method  (optional operation).
put(LongBuffer) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(long[], int, int) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(long[]) - Method in class java.nio.LongBuffer
Relative bulk put method  (optional operation).
put(short) - Method in class java.nio.ShortBuffer
Relative put method  (optional operation).
put(int, short) - Method in class java.nio.ShortBuffer
Absolute put method  (optional operation).
put(ShortBuffer) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[], int, int) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(short[]) - Method in class java.nio.ShortBuffer
Relative bulk put method  (optional operation).
put(K, V) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(K, V) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(K, V) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(K, V) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
put(boolean) - Method in class org.json.me.JSONArray
Append a boolean value.
put(Collection<?>) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class org.json.me.JSONArray
Append a double value.
put(int) - Method in class org.json.me.JSONArray
Append an int value.
put(long) - Method in class org.json.me.JSONArray
Append an long value.
put(Map<?, ?>) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class org.json.me.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.me.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection<?>) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class org.json.me.JSONArray
Put or replace a double value.
put(int, int) - Method in class org.json.me.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.me.JSONArray
Put or replace a long value.
put(int, Map<?, ?>) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class org.json.me.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class org.json.me.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, double) - Method in class org.json.me.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class org.json.me.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.me.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map<?, ?>) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject.
putAll(Hashtable) - Static method in class ej.bon.Immutables
Maps all the mappings in the given table in the immutable objects pool.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
Copies all of the mappings from the specified map to this hashtable.
putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map.
putChar(char) - Method in class java.nio.ByteBuffer
Relative put method for writing a char value  (optional operation).
putChar(int, char) - Method in class java.nio.ByteBuffer
Absolute put method for writing a char value  (optional operation).
putDouble(double) - Method in class java.nio.ByteBuffer
Relative put method for writing a double value  (optional operation).
putDouble(int, double) - Method in class java.nio.ByteBuffer
Absolute put method for writing a double value  (optional operation).
putFloat(float) - Method in class java.nio.ByteBuffer
Relative put method for writing a float value  (optional operation).
putFloat(int, float) - Method in class java.nio.ByteBuffer
Absolute put method for writing a float value  (optional operation).
putInt(int) - Method in class java.nio.ByteBuffer
Relative put method for writing an int value  (optional operation).
putInt(int, int) - Method in class java.nio.ByteBuffer
Absolute put method for writing an int value  (optional operation).
putLong(long) - Method in class java.nio.ByteBuffer
Relative put method for writing a long value  (optional operation).
putLong(int, long) - Method in class java.nio.ByteBuffer
Absolute put method for writing a long value  (optional operation).
putOnce(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
putService(Class<T>, T) - Method in class ej.service.loader.SimpleServiceLoader
Put a service in the services map in a synchronized context.
putShort(short) - Method in class java.nio.ByteBuffer
Relative put method for writing a short value  (optional operation).
putShort(int, short) - Method in class java.nio.ByteBuffer
Absolute put method for writing a short value  (optional operation).

Q

QuadEaseInMotion - Class in ej.motion.quad
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
QuadEaseInMotion(int, int, long) - Constructor for class ej.motion.quad.QuadEaseInMotion
Creates a ease in motion for a move from start to stop.
QuadEaseInOutMotion - Class in ej.motion.quad
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
QuadEaseInOutMotion(int, int, long) - Constructor for class ej.motion.quad.QuadEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
QuadEaseOutMotion - Class in ej.motion.quad
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
QuadEaseOutMotion(int, int, long) - Constructor for class ej.motion.quad.QuadEaseOutMotion
Creates a ease out motion for a move from start to stop.
QuadMotionManager - Class in ej.motion.quad
Motion manager creating ease in motions.
QuadMotionManager() - Constructor for class ej.motion.quad.QuadMotionManager
 
QuartEaseInMotion - Class in ej.motion.quart
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
QuartEaseInMotion(int, int, long) - Constructor for class ej.motion.quart.QuartEaseInMotion
Creates a ease in motion for a move from start to stop.
QuartEaseInOutMotion - Class in ej.motion.quart
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
QuartEaseInOutMotion(int, int, long) - Constructor for class ej.motion.quart.QuartEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
QuartEaseOutMotion - Class in ej.motion.quart
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
QuartEaseOutMotion(int, int, long) - Constructor for class ej.motion.quart.QuartEaseOutMotion
Creates a ease out motion for a move from start to stop.
QuartMotionManager - Class in ej.motion.quart
Motion manager creating ease in motions.
QuartMotionManager() - Constructor for class ej.motion.quart.QuartMotionManager
 
QUEST - Static variable in class org.json.me.util.XML
The Character '?'.
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
QuintEaseInMotion - Class in ej.motion.quint
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
QuintEaseInMotion(int, int, long) - Constructor for class ej.motion.quint.QuintEaseInMotion
Creates a ease in motion for a move from start to stop.
QuintEaseInOutMotion - Class in ej.motion.quint
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
QuintEaseInOutMotion(int, int, long) - Constructor for class ej.motion.quint.QuintEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
QuintEaseOutMotion - Class in ej.motion.quint
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
QuintEaseOutMotion(int, int, long) - Constructor for class ej.motion.quint.QuintEaseOutMotion
Creates a ease out motion for a move from start to stop.
QuintMotionManager - Class in ej.motion.quint
Motion manager creating ease in motions.
QuintMotionManager() - Constructor for class ej.motion.quint.QuintMotionManager
 
QUOT - Static variable in class org.json.me.util.XML
The Character '"'.
quote(String) - Static method in class org.json.me.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.

R

random() - Static method in class java.lang.Math
Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.
Random - Class in java.util
An instance of this class is used to generate a stream of pseudorandom numbers.
Random() - Constructor for class java.util.Random
Creates a new random number generator.
Random(long) - Constructor for class java.util.Random
Creates a new random number generator using a single long seed.
RandomAccess - Interface in java.util
Marker interface used by List implementations to indicate that they support fast (generally constant time) random access.
RandomAccessFile - Class in java.io
Instances of this class support both reading and writing to a random access file.
RandomAccessFile(String, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, a file with the specified name.
RandomAccessFile(File, String) - Constructor for class java.io.RandomAccessFile
Creates a random access file stream to read from, and optionally to write to, the file specified by the File argument.
rawQuery - Variable in class ej.rest.web.FormContent
 
read() - Method in class com.microej.CompressedFileInputStream
 
read(byte[], int, int) - Method in class com.microej.CompressedFileInputStream
 
read() - Method in class com.microej.kf.util.InputStreamProxy
 
read(byte[], int, int) - Method in class com.microej.kf.util.InputStreamProxy
 
READ - Static variable in class ej.ecom.DeviceManagerPermission
The DeviceManagerPermission.READ permission is required to access to registered devices.
READ - Static variable in class ej.ecom.io.Connector
Access mode READ.
read(byte[], int, int) - Method in class ej.ecom.mobile.ATConnection
Reads up to len bytes of data from the connection into an array of bytes.
read() - Method in class ej.io.progress.ProgressInputStream
 
read(byte[], int, int) - Method in class ej.io.progress.ProgressInputStream
 
read() - Method in class ej.rcommand.impl.ChunkedInputStream
 
read(byte[], int, int) - Method in class ej.rcommand.impl.ChunkedInputStream
 
read() - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
read(byte[], int, int) - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
read() - Method in class java.io.BufferedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class java.io.BufferedInputStream
Reads bytes from this byte-input stream into the specified byte array, starting at the given offset.
read() - Method in class java.io.BufferedReader
Reads a single character.
read(char[], int, int) - Method in class java.io.BufferedReader
Reads characters into a portion of an array.
read() - Method in class java.io.ByteArrayInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.ByteArrayInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class java.io.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
Reads characters into a portion of an array.
read(byte[]) - Method in class java.io.DataInputStream
Reads some number of bytes from the contained input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.DataInputStream
Reads up to len bytes of data from the contained input stream into an array of bytes.
read() - Method in class java.io.FileInputStream
Reads a byte of data from this input stream.
read(byte[]) - Method in class java.io.FileInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FileInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.InputStream
Reads the next byte of data from the input stream.
read(byte[]) - Method in class java.io.InputStream
Reads some number of bytes from the input stream and stores them into the buffer array b.
read(byte[], int, int) - Method in class java.io.InputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read() - Method in class java.io.InputStreamReader
Reads a single character.
read(char[], int, int) - Method in class java.io.InputStreamReader
Reads characters into a portion of an array.
read() - Method in class java.io.PipedInputStream
Reads the next byte of data from this piped input stream.
read(byte[], int, int) - Method in class java.io.PipedInputStream
Reads up to len bytes of data from this piped input stream into an array of bytes.
read() - Method in class java.io.PipedReader
Reads the next character of data from this piped stream.
read(char[], int, int) - Method in class java.io.PipedReader
Reads up to len characters of data from this piped stream into an array of characters.
read() - Method in class java.io.PushbackInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.PushbackInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.RandomAccessFile
Reads a byte of data from this file.
read(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads up to len bytes of data from this file into an array of bytes.
read(byte[]) - Method in class java.io.RandomAccessFile
Reads up to b.length bytes of data from this file into an array of bytes.
read() - Method in class java.io.Reader
Reads a single character.
read(char[]) - Method in class java.io.Reader
Reads characters into an array.
read(char[], int, int) - Method in class java.io.Reader
Reads characters into a portion of an array.
read() - Method in class java.io.SequenceInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class java.io.SequenceInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class java.io.StringReader
Reads a single character.
read(char[], int, int) - Method in class java.io.StringReader
Reads characters into a portion of an array.
read(CharBuffer) - Method in class java.nio.CharBuffer
Attempts to read characters into the specified character buffer.
read() - Method in class sun.net.www.http.ChunkedInputStream
See the general contract of the read method of InputStream.
read(byte[], int, int) - Method in class sun.net.www.http.ChunkedInputStream
Reads bytes from this stream into the specified byte array, starting at the given offset.
READ_WRITE - Static variable in class ej.ecom.io.Connector
Access mode READ/WRITE.
Readable - Interface in java.lang
This interface is only defined for hierarchy compatibility.
readArray() - Method in class ej.bon.ResourceBuffer
Reads a ResourceArray and increments position in the data.
readBits(boolean) - Method in interface ej.ecom.io.BitsInput
Reads the next value of data from the input stream.
readBits(int[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(int[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBits(short[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(short[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBits(byte[], boolean) - Method in interface ej.ecom.io.BitsInput
Reads some number of values from the input stream and stores them into the buffer array data.
readBits(byte[], int, int, boolean) - Method in interface ej.ecom.io.BitsInput
Reads up to len values of data from the input stream into an array of values.
readBoolean() - Method in class ej.bon.ResourceBuffer
Reads a boolean and increments position in the data.
readBoolean() - Method in interface ej.rcommand.CommandReader
Reads a boolean parameter.
readBoolean() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readBoolean() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readBoolean() - Method in interface java.io.DataInput
Reads one input byte and returns true if that byte is nonzero, false if that byte is zero.
readBoolean() - Method in class java.io.DataInputStream
See the general contract of the readBoolean method of DataInput.
readBoolean() - Method in class java.io.RandomAccessFile
Reads a boolean from this file.
readByte() - Method in class ej.bon.ResourceBuffer
Reads a byte and increments position in the data.
readByte() - Method in interface java.io.DataInput
Reads and returns one input byte.
readByte() - Method in class java.io.DataInputStream
See the general contract of the readByte method of DataInput.
readByte() - Method in class java.io.RandomAccessFile
Reads a signed eight-bit value from this file.
readByteArray() - Method in interface ej.rcommand.CommandReader
Reads a byte array parameter.
readByteArray() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readByteArray() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readByteArrayAsInputStream() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readByteArrayAsInputStream() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readChar(byte[], int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the platform.
readChar(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the array.
readChar() - Method in class ej.bon.ResourceBuffer
Reads a char and increments position in the data.
readChar() - Method in interface ej.jsonpath.parser.CharStream
Returns the next character from the selected input.
readChar() - Method in class ej.jsonpath.parser.SimpleCharStream
Read a character.
readChar() - Method in interface java.io.DataInput
Reads two input bytes and returns a char value.
readChar() - Method in class java.io.DataInputStream
See the general contract of the readChar method of DataInput.
readChar() - Method in class java.io.RandomAccessFile
Reads a character from this file.
readCommand() - Method in interface ej.rcommand.CommandReader
Reads a command.
readCommand() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readCommand() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readDouble() - Method in interface ej.rcommand.CommandReader
Reads a double parameter.
readDouble() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readDouble() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readDouble() - Method in interface java.io.DataInput
Reads eight input bytes and returns a double value.
readDouble() - Method in class java.io.DataInputStream
See the general contract of the readDouble method of DataInput.
readDouble() - Method in class java.io.RandomAccessFile
Reads a double from this file.
Reader - Class in java.io
Abstract class for reading character streams.
Reader() - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the reader itself.
Reader(Object) - Constructor for class java.io.Reader
Creates a new character-stream reader whose critical sections will synchronize on the given object.
readFloat() - Method in interface ej.rcommand.CommandReader
Reads a float parameter.
readFloat() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readFloat() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readFloat() - Method in interface java.io.DataInput
Reads four input bytes and returns a float value.
readFloat() - Method in class java.io.DataInputStream
See the general contract of the readFloat method of DataInput.
readFloat() - Method in class java.io.RandomAccessFile
Reads a float from this file.
readFully(byte[]) - Method in interface java.io.DataInput
Reads some bytes from an input stream and stores them into the buffer array b.
readFully(byte[], int, int) - Method in interface java.io.DataInput
Reads len bytes from an input stream.
readFully(byte[]) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[], int, int) - Method in class java.io.DataInputStream
See the general contract of the readFully method of DataInput.
readFully(byte[]) - Method in class java.io.RandomAccessFile
Reads b.length bytes from this file into the byte array, starting at the current file pointer.
readFully(byte[], int, int) - Method in class java.io.RandomAccessFile
Reads exactly len bytes from this file into the byte array, starting at the current file pointer.
readInputStream() - Method in interface ej.rcommand.CommandReader
Reads an input stream.
readInputStream() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readInputStream() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readInt(byte[], int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the platform.
readInt(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the array.
readInt() - Method in class ej.bon.ResourceBuffer
Reads an integer and increments position in the data.
readInt() - Method in interface ej.rcommand.CommandReader
Reads an integer parameter.
readInt() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readInt() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readInt() - Method in interface java.io.DataInput
Reads four input bytes and returns an int value.
readInt() - Method in class java.io.DataInputStream
See the general contract of the readInt method of DataInput.
readInt() - Method in class java.io.RandomAccessFile
Reads a signed 32-bit integer from this file.
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLine() - Method in class java.io.RandomAccessFile
Reads the next line of text from this file.
readLong(byte[], int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the platform.
readLong(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the array.
readLong() - Method in interface ej.rcommand.CommandReader
Reads a long parameter.
readLong() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readLong() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readLong() - Method in interface java.io.DataInput
Reads eight input bytes and returns a long value.
readLong() - Method in class java.io.DataInputStream
See the general contract of the readLong method of DataInput.
readLong() - Method in class java.io.RandomAccessFile
Reads a signed 64-bit integer from this file.
ReadOnlyBufferException - Exception in java.nio
Unchecked exception thrown when a content-mutation method such as put or compact is invoked upon a read-only buffer.
ReadOnlyBufferException() - Constructor for exception java.nio.ReadOnlyBufferException
Constructs an instance of this class.
readParameters() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readParameters() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readParameters(CommandReader) - Method in interface ej.rcommand.ParametersHelper
Reads the parameters of a command.
readParameters() - Method in interface ej.rcommand.RemoteConnection
Reads the parameters of a command.
readPixel(int, int) - Method in interface ej.fp.Image
Gets the color at the specified location.
readPixel(int, int) - Method in class ej.microui.display.GraphicsContext
Returns the color of a pixel of this graphics context.
readPixel(int, int) - Method in class ej.microui.display.Image
Returns the color of a pixel of this image.
readPixels(int[], int, int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Retrieves the color of the pixels of a region of this graphics context.
readPixels(int[], int, int, int, int, int, int) - Method in class ej.microui.display.Image
Retrieves the color of the pixels of a region of this image.
readPosition() - Method in class ej.gnss.GnssManager
Read the position.
readRequestBody(CommandReader) - Method in interface ej.rcommand.synchronous.Endpoint
 
readResponse(CommandReader) - Method in class ej.rcommand.synchronous.Command
 
readResponseInternal(CommandReader) - Method in class ej.rcommand.synchronous.Command
Reads and returns the response from the reader.
readShort(byte[], int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the platform.
readShort(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the array.
readShort() - Method in class ej.bon.ResourceBuffer
Reads a short and increments position in the data.
readShort() - Method in interface java.io.DataInput
Reads two input bytes and returns a short value.
readShort() - Method in class java.io.DataInputStream
See the general contract of the readShort method of DataInput.
readShort() - Method in class java.io.RandomAccessFile
Reads a signed 16-bit number from this file.
readString() - Method in class ej.bon.ResourceBuffer
Reads a String and increments position in the data.
readString() - Method in interface ej.rcommand.CommandReader
Reads a string parameter.
readString() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
readString() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
readTextFromStream(InputStream) - Method in class ej.rest.web.TextResource
 
readTimeout - Variable in class sun.net.NetworkClient
 
readUnsignedByte(byte[], int) - Static method in class ej.bon.ByteArray
Reads an unsigned-byte in the given byte array at the given offset respecting the endianness of the platform.
readUnsignedByte() - Method in interface java.io.DataInput
Reads one input byte, zero-extends it to type int, and returns the result, which is therefore in the range 0 through 255.
readUnsignedByte() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedByte method of DataInput.
readUnsignedByte() - Method in class java.io.RandomAccessFile
Reads an unsigned eight-bit number from this file.
readUnsignedShort() - Method in interface java.io.DataInput
Reads two input bytes and returns an int value in the range 0 through 65535.
readUnsignedShort() - Method in class java.io.DataInputStream
See the general contract of the readUnsignedShort method of DataInput.
readUnsignedShort() - Method in class java.io.RandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - Method in interface java.io.DataInput
Reads in a string that has been encoded using a modified UTF-8 format.
readUTF(DataInput) - Static method in class java.io.DataInputStream
Reads from the stream in a representation of a Unicode character string encoded in modified UTF-8 format; this string of characters is then returned as a String.
readUTF() - Method in class java.io.DataInputStream
See the general contract of the readUTF method of DataInput.
readUTF() - Method in class java.io.RandomAccessFile
Reads in a string from this file.
readVarLong() - Method in class ej.bon.ResourceBuffer
Reads a 64-bits signed integer and increments position in the data.
readVarSInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits signed integer and increments position in the data.
readVarUInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits unsigned integer and increments position in the data.
ready() - Method in class java.io.BufferedReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.CharArrayReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.InputStreamReader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.Reader
Tells whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tells whether this stream is ready to be read.
reboot() - Static method in class ej.util.Device
Reboots the device.
receive(Datagram) - Method in interface ej.ecom.io.DatagramConnection
 
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
receive(DatagramPacket) - Method in class java.net.DatagramSocket
Receives a datagram packet from this socket.
Rectangle - Class in ej.mwt.util
Represents a rectangle with a position and a size.
Rectangle(int, int, int, int) - Constructor for class ej.mwt.util.Rectangle
Creates a rectangle specifying its bounds.
Rectangle(Rectangle) - Constructor for class ej.mwt.util.Rectangle
Creates a rectangle from the bounds of another rectangle.
RectangularBackground - Class in ej.mwt.style.background
Draws a plain color on the background with a rectangular border.
RectangularBackground(int) - Constructor for class ej.mwt.style.background.RectangularBackground
Creates a rectangular background with no border.
RectangularBorder - Class in ej.mwt.style.outline.border
Represents and draw a rectangular colored border.
RectangularBorder(int, int) - Constructor for class ej.mwt.style.outline.border.RectangularBorder
Creates a rectangular border specifying its thickness.
RED - Static variable in class ej.microui.display.Colors
Constant for red color.
Reference<T> - Class in java.lang.ref
Abstract base class for reference objects.
ReferenceQueue<T> - Class in ej.bon
ReferenceQueue represents a queue of EnqueuedWeakReference.
ReferenceQueue() - Constructor for class ej.bon.ReferenceQueue
Creates an empty Reference queue.
ReferenceQueue<T> - Class in java.lang.ref
Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
ReferenceQueue() - Constructor for class java.lang.ref.ReferenceQueue
Constructs a new reference-object queue.
ReflectiveOperationException - Exception in java.lang
Common superclass of exceptions thrown by reflective operations in core reflection.
ReflectiveOperationException() - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with null as its detail message.
ReflectiveOperationException(String) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message.
ReflectiveOperationException(String, Throwable) - Constructor for exception java.lang.ReflectiveOperationException
Constructs a new exception with the specified detail message and cause.
ReflectiveOperationException(Throwable) - Constructor for exception java.lang.ReflectiveOperationException
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).
refreshContent(Object) - Method in interface com.is2t.hil.NativeInterface
Refresh full content of array if it is immortal.
Does nothing if the given object is not an immortal array.
Equivalent to call NativeInterface.refreshImmortalContent(Object) assuming that the array is immortal.
refreshContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Refresh content of array if it is immortal.
Does nothing if the given object is not an immortal array.
refreshImmortalContent(Object) - Method in interface com.is2t.hil.NativeInterface
Refresh fully an immortal array.
Equivalent to call NativeInterface.refreshImmortalContent(Object, int, int) with the full array range.
refreshImmortalContent(Object, int, int) - Method in interface com.is2t.hil.NativeInterface
Refresh content of an immortal array.
Only range [offset, offset + length - 1] is refreshed.
regionMatches(boolean, int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
regionMatches(int, String, int, int) - Method in class java.lang.String
Tests if two string regions are equal.
register(Class<D>, D) - Static method in class ej.ecom.DeviceManager
Registers a new device with the given type.
register(Class<T>, T) - Method in class ej.service.registry.SimpleServiceRegistry
 
register(Class<T>, T) - Method in interface ej.service.ServiceRegistry
Registers a service instance.
register(Class<T>, T) - Method in class ej.wadapps.multisandbox.service.SharedServiceRegistryKF
 
REGISTER_ACTION - Static variable in class ej.service.ServicePermission
registerListener(RemoteCommandListener) - Method in interface ej.rcommand.CommandSenderProvider
Registers a listener that will be called when command managed by the listener is read.
registerListener(RemoteCommandListener) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
 
registerNotificationListener(RemoteNotificationListener) - Method in class ej.rcommand.synchronous.RemoteCommandClient
Registers the given notification listener.
registerSource(ProgressSource) - Method in class sun.net.ProgressMonitor
Register progress source when progress is began.
RegistrationEvent<D extends Device> - Class in ej.ecom
RegistrationEvent(D) - Constructor for class ej.ecom.RegistrationEvent
Creates a new RegistrationEvent with the specified device.
RegistrationListener<D extends Device> - Interface in ej.ecom
The RegistrationListener interface defines methods for notification of registered and unregistered devices.
rehash() - Method in class java.util.Hashtable
Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.
ReInit(CharStream) - Method in class ej.jsonpath.parser.JSONPathCompiler
Reinitialise.
ReInit(JSONPathCompilerTokenManager) - Method in class ej.jsonpath.parser.JSONPathCompiler
Reinitialise.
ReInit(CharStream) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class ej.jsonpath.parser.SimpleCharStream
Reinitialise.
REJANG - Static variable in class ej.microui.display.FontIdentifiers
Constant for rejang font identifier.
RejectedExecutionException - Exception in java.util.concurrent
Exception thrown by an Executor when a task cannot be accepted for execution.
RejectedExecutionException() - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with no detail message.
RejectedExecutionException(String) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message.
RejectedExecutionException(String, Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified detail message and cause.
RejectedExecutionException(Throwable) - Constructor for exception java.util.concurrent.RejectedExecutionException
Constructs a RejectedExecutionException with the specified cause.
RelativeDimension - Class in ej.mwt.style.dimension
Dimension with constraint relative to the parent.
RelativeDimension(float, float) - Constructor for class ej.mwt.style.dimension.RelativeDimension
Creates a relative dimension with constraints.
relativize(URI) - Method in class java.net.URI
Relativizes the given URI against this URI.
release() - Method in class com.cinterion.io.ATCommand
Release resources locked by the ATCommand class.
release() - Method in class com.cinterion.io.InPort
Releases an instance of a GPIO port of input pins.
release() - Method in class com.cinterion.io.OutPort
Releases an instance of a GPIO port of output pins.
release(Button) - Method in interface ej.fp.widget.Button.ButtonListener
The specified button has been released.
release(Button) - Method in class ej.fp.widget.Button.ButtonListenerToButtonEvents
 
release() - Method in class ej.fp.widget.Button
Default implementation of release action: update the skin and ask to the listener to manage the event.
release() - Method in class ej.fp.widget.LongButton
 
release(Pointer, MouseListener.MouseButton) - Method in interface ej.fp.widget.Pointer.PointerListener
The specified pointer button has been released.
release(Pointer, MouseListener.MouseButton) - Method in class ej.fp.widget.Pointer.PointerListenerToPointerEvents
 
release() - Method in class ej.fp.widget.RepeatButton
 
release(Wheel) - Method in interface ej.fp.widget.Wheel.WheelListener
The specified button has been released.
release(Wheel) - Method in class ej.fp.widget.Wheel.WheelListenerToCommandEvents
 
release(Object) - Method in class ej.sni.PoolOfReusableResources
 
RELEASED - Static variable in class ej.microui.event.generator.Buttons
Constant for "released" action.
releaseDown(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The down button has been released.
releaseDown(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
releaseEnter(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The enter button has been released.
releaseEnter(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
releaseLeft(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The left button has been released.
releaseLeft(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
releaseLock() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
releaseRight(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The right button has been released.
releaseRight(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
releaseUp(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The up button has been released.
releaseUp(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
remainder(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this % val).
remaining() - Method in class java.nio.Buffer
Returns the number of elements between the current position and the limit.
RemoteCommandClient - Class in ej.rcommand.synchronous
 
RemoteCommandClient(StreamRemoteConnection) - Constructor for class ej.rcommand.synchronous.RemoteCommandClient
 
RemoteCommandCommPopulator - Class in ej.rcommand.comm
Adds a comm connection in the Rcommand manager.
RemoteCommandCommPopulator(String) - Constructor for class ej.rcommand.comm.RemoteCommandCommPopulator
 
RemoteCommandListener - Interface in ej.rcommand
 
RemoteCommandManager - Interface in ej.rcommand
Manages the threads that will read the command from the RemoteConnection.
RemoteConnection - Interface in ej.rcommand
 
RemoteConnectionListener - Interface in ej.rcommand
A listener associated to a RemoteConnection.
RemoteNotification - Interface in ej.rcommand
The RemoteNotification class represents a notification sent by the RemoteCommandManager to a RemoteCommandClient.
RemoteNotificationListener - Interface in ej.rcommand
The RemoteNotificationListener class handles the notifications sent by a RemoteCommandManager to the RemoteCommandClient.
RemoteService - Interface in ej.rcommand
 
remove(Object) - Method in class com.microej.kf.util.KFList
 
remove(Object) - Method in class com.microej.kf.util.KFList2
 
remove(T[], T) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
remove(T[], int) - Static method in class ej.basictool.ArrayTools
Removes an element at an index in an array.
remove(int[], int) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
remove(T[], T, int) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
remove(int[], int, int) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
remove(Object) - Method in class ej.basictool.map.AbstractPackedMap
Removes the mapping for a key from this map if it is present.
remove(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
remove() - Method in class ej.bon.ReferenceQueue
Queries the queue, returns and removes the first element of the queue.
remove(String) - Method in class ej.storage.fs.StorageFs
 
remove(String) - Method in class ej.storage.heap.StorageHeap
 
remove(String) - Method in interface ej.storage.Storage
Removes the entry stored with an ID.
remove() - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until one becomes available.
remove(long) - Method in class java.lang.ref.ReferenceQueue
Removes the next reference object in this queue, blocking until either one becomes available or the given timeout period expires.
remove(Object) - Method in class java.util.AbstractCollection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove(int) - Method in class java.util.AbstractList
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in class java.util.AbstractMap
Removes the mapping for a key from this map if it is present (optional operation).
remove() - Method in class java.util.AbstractQueue
Retrieves and removes the head of this queue.
remove(int) - Method in class java.util.AbstractSequentialList
Removes the element at the specified position in this list (optional operation).
remove() - Method in class java.util.ArrayDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class java.util.ArrayDeque
Removes a single instance of the specified element from this deque.
remove(int) - Method in class java.util.ArrayList
Removes the element at the specified position in this list.
remove(Object) - Method in class java.util.ArrayList
Removes the first occurrence of the specified element from this list, if it is present.
remove(Object) - Method in interface java.util.Collection
Removes a single instance of the specified element from this collection, if it is present (optional operation).
remove() - Method in interface java.util.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
remove(Object) - Method in class java.util.Dictionary
Removes the key (and its corresponding value) from this dictionary.
remove(Object) - Method in class java.util.HashMap
Removes the mapping for the specified key from this map if present.
remove(Object) - Method in class java.util.HashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class java.util.Hashtable
Removes the key (and its corresponding value) from this hashtable.
remove() - Method in interface java.util.Iterator
Removes from the underlying collection the last element returned by this iterator (optional operation).
remove(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class java.util.LinkedList
Removes the element at the specified position in this list.
remove() - Method in class java.util.LinkedList
Retrieves and removes the head (first element) of this list.
remove(int) - Method in interface java.util.List
Removes the element at the specified position in this list (optional operation).
remove(Object) - Method in interface java.util.List
Removes the first occurrence of the specified element from this list, if it is present (optional operation).
remove() - Method in interface java.util.ListIterator
Removes from the list the last element that was returned by ListIterator.next() or ListIterator.previous() (optional operation).
remove(Object) - Method in interface java.util.Map
Removes the mapping for a key from this map if it is present (optional operation).
remove() - Method in interface java.util.Queue
Retrieves and removes the head of this queue.
remove(Object) - Method in interface java.util.Set
Removes the specified element from this set if it is present (optional operation).
remove(Object) - Method in class java.util.TreeMap
Removes the mapping for this key from this TreeMap if present.
remove(Object) - Method in class java.util.TreeSet
Removes the specified element from this set if it is present.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector If the Vector does not contain the element, it is unchanged.
remove(Object) - Method in class java.util.WeakHashMap
Removes the mapping for a key from this weak hash map if it is present.
remove(int) - Method in class org.json.me.JSONArray
Remove an index and close the hole.
remove(String) - Method in class org.json.me.JSONObject
Remove a name and its value, if present.
remove(String) - Method in class sun.net.www.MessageHeader
Remove the key from the header.
REMOVE_ACTION - Static variable in class ej.property.PropertyPermission
removeAll(Collection<?>) - Method in class com.microej.kf.util.AbstractKFList
 
removeAll(Collection<?>) - Method in class java.util.AbstractCollection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.AbstractSet
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.ArrayList
Removes from this list all of its elements that are contained in the specified collection.
removeAll(Collection<?>) - Method in interface java.util.Collection
Removes all of this collection's elements that are also contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.List
Removes from this list all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in interface java.util.Set
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAll(Collection<?>) - Method in class java.util.Vector
Removes from this Vector all of its elements that are contained in the specified Collection.
removeAllChildren() - Method in class ej.mwt.Container
Removes all the children of this container.
removeAllChildren() - Method in class ej.widget.container.Canvas
 
removeAllChildren() - Method in class ej.widget.container.Dock
 
removeAllChildren() - Method in class ej.widget.container.Flow
 
removeAllChildren() - Method in class ej.widget.container.Grid
 
removeAllChildren() - Method in class ej.widget.container.List
 
removeAllChildren() - Method in class ej.widget.container.OverlapContainer
 
removeAllChildren() - Method in class ej.widget.container.SimpleDock
 
removeAllClassSelectors() - Method in class ej.mwt.Widget
Removes all the class selectors.
removeAllElements() - Method in class java.util.Vector
Removes all components from this vector and sets its size to zero.
removeAllElementsOwnedBy(Feature) - Method in class com.microej.kf.util.AbstractKFList
Removed all elements owned by the given Feature.
removeAllElementsOwnedBy(Feature) - Method in class com.microej.kf.util.KFList
 
removeAllElementsOwnedBy(Feature) - Method in class com.microej.kf.util.KFList2
 
removeApplication(Feature) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
Removes the application associated with a feature.
removeApplicationInstallationListener(ApplicationInstallationListener) - Method in interface ej.wadapps.application.ApplicationInstaller
Removes an application installation listener.
removeApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.application.ApplicationManager
Removes an application lifecycle listener.
removeApplicationLifecycleListener(ApplicationLifecycleListener) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
 
removeBackgroundColor() - Method in class ej.microui.display.GraphicsContext
Removes the background color of this graphics context.
removeCharacter(String, char) - Method in class com.cinterion.io.ATCommand
 
removeChild(Widget) - Method in class ej.mwt.Container
Removes the specified widget from the list of children of this container.
removeChild(Widget) - Method in class ej.widget.container.Canvas
 
removeChild(Widget) - Method in class ej.widget.container.Dock
 
removeChild(Widget) - Method in class ej.widget.container.Flow
 
removeChild(Widget) - Method in class ej.widget.container.Grid
 
removeChild(Widget) - Method in class ej.widget.container.List
 
removeChild(Widget) - Method in class ej.widget.container.OverlapContainer
 
removeChild(Widget) - Method in class ej.widget.container.SimpleDock
 
removeClassSelector(int) - Method in class ej.mwt.Widget
Removes a class selector.
removeConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
 
removeConnectivityListener(ConnectivityListener) - Method in interface ej.rcommand.connectivity.ConnectivityManager
Removes a listener.
removeConnectivityListener(ConnectivityListener) - Method in class ej.rcommand.connectivity.ConnectivityManagerProxy
 
removeConverter(Converter<?>) - Static method in class ej.kf.Kernel
Removes the Converter to the list of converters.
removeElement(Object) - Method in class java.util.Vector
Removes the first (lowest-indexed) occurrence of the argument from this vector.
removeElementAt(int) - Method in class java.util.Vector
Deletes the component at the specified index.
removeEquals(T[], T) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
removeEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
Removes an element in an array.
removeFeatureStateListener(FeatureStateListener) - Static method in class ej.kf.Kernel
Removes the FeatureStateListener to the list of listeners that are notified when the state of a Feature has changed.
removeFirst() - Method in class java.util.ArrayDeque
 
removeFirst() - Method in interface java.util.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class java.util.LinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the first occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeFirstOccurrence(Object) - Method in interface java.util.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class java.util.LinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeFromSystemPool() - Method in class ej.microui.event.EventGenerator
Removes the generator from the system generators pool.
removeHandler(Handler) - Method in class java.util.logging.Logger
Remove the given Handler from the Logger's list.
removeLast() - Method in class java.util.ArrayDeque
 
removeLast() - Method in interface java.util.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class java.util.LinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class java.util.ArrayDeque
Removes the last occurrence of the specified element in this deque (when traversing the deque from head to tail).
removeLastOccurrence(Object) - Method in interface java.util.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class java.util.LinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
removeListener(ATCommandListener) - Method in class com.cinterion.io.ATCommand
Removes a listener object which has been previously added from the internal list table of listener objects.
removeListener(InPortListener) - Method in class com.cinterion.io.InPort
Removes a listener object which has been previously added from the internal list table of listener objects.
removeOutline(int, int, int, int) - Method in interface ej.mwt.util.Outlineable
Removes the given outline.
removeOutline(int, int, int, int) - Method in class ej.mwt.util.Rectangle
 
removeOutline(int, int, int, int) - Method in class ej.mwt.util.Size
 
removeProgressListener(ProgressListener) - Method in class sun.net.ProgressMonitor
Remove progress listener from progress monitor.
removeProperty(String) - Method in interface ej.property.PropertyRegistry
Removes a property.
removeProperty(String) - Method in class ej.property.registry.SimplePropertyRegistry
 
removeProperty(String) - Method in class ej.wadapps.multisandbox.property.SharedPropertyRegistryKF
 
removeRange(int, int) - Method in class java.util.AbstractList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.ArrayList
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRange(int, int) - Method in class java.util.Vector
Removes from this list all of the elements whose index is between fromIndex, inclusive, and toIndex, exclusive.
removeRegistrationListener(RegistrationListener<D>) - Static method in class ej.ecom.DeviceManager
Removes the given RegistrationListener from the list of listeners that are notified when a device is registered or unregistered.
removeResourceControlListener(ResourceControlListener) - Static method in class ej.kf.Kernel
Removes the ResourceControlListener to the list of listeners that are notified when a Feature is stopped by the Resource Control Manager.
renameTo(File) - Method in class java.io.File
Renames the file denoted by this abstract pathname.
render(GraphicsContext) - Method in class ej.microui.display.Displayable
Renders the displayable.
render(GraphicsContext) - Method in class ej.mwt.Desktop
The desktop is rendered using the given graphics context.
render(GraphicsContext) - Method in class ej.mwt.Widget
Renders the widget on the given graphics context.
RenderableString - Class in ej.microui.display
Represents graphical information related to the drawing of a string with a font.
RenderableString(String, Font) - Constructor for class ej.microui.display.RenderableString
Creates a renderable string.
renderChild(Widget, GraphicsContext) - Method in class ej.mwt.Container
Renders a child of this container.
renderContent(GraphicsContext, int, int) - Method in class ej.mwt.Container
Renders the content of the widget without the border, margin and padding specified in the style.
renderContent(GraphicsContext, int, int) - Method in class ej.mwt.Widget
Renders the content of the widget without the border, margin and padding specified in the style.
renderContent(GraphicsContext, int, int) - Method in class ej.widget.basic.ImageWidget
 
renderContent(GraphicsContext, int, int) - Method in class ej.widget.basic.Label
 
renderDesktop() - Method in class ej.mwt.render.DefaultRenderPolicy
Renders the desktop on the display.
renderDesktop() - Method in class ej.mwt.render.RenderPolicy
Renders the desktop on the display.
RenderPolicy - Class in ej.mwt.render
A render policy is responsible of rendering the widgets of a desktop on the display.
RenderPolicy(Desktop) - Constructor for class ej.mwt.render.RenderPolicy
Creates a render policy.
renderWidget(GraphicsContext, Widget) - Method in class ej.mwt.Desktop
Renders a widget.
renderWidget(Widget, int, int, int, int) - Method in class ej.mwt.render.DefaultRenderPolicy
This method performs the increment render of the widget.
renderWidget(Widget, int, int, int, int) - Method in class ej.mwt.render.OverlapRenderPolicy
 
repaint() - Method in class ej.fp.Widget
Asks a repaint of the receiver on the device.
repaint(int, int, int, int) - Method in class ej.fp.Widget
Asks a repaint of a part of the receiver on the device.
repaintDevice() - Method in class ej.fp.FrontPanel
Asks to repaint all device area.
repaintDevice(int, int, int, int) - Method in class ej.fp.FrontPanel
Asks to repaint a part of device area.
repaintWidget(Widget) - Method in class ej.fp.FrontPanel
Asks to repaint all widget area.
repaintWidget(Widget, int, int, int, int) - Method in class ej.fp.FrontPanel
Asks to repaint a part of widget area.
repeat(RepeatButton) - Method in interface ej.fp.widget.RepeatButton.RepeatButtonListener
The specified button has been pressed again.
repeat(RepeatButton) - Method in class ej.fp.widget.RepeatButton.RepeatButtonListenerToButtonEvents
 
RepeatButton - Class in ej.fp.widget
Extended button widget which manages repeat button press events.
RepeatButton() - Constructor for class ej.fp.widget.RepeatButton
Creates a repeat button widget.
RepeatButton.RepeatButtonListener - Interface in ej.fp.widget
Interface that handle repeat button press events.
RepeatButton.RepeatButtonListenerToButtonEvents - Class in ej.fp.widget
Default implementation of RepeatButton.RepeatButtonListener.
RepeatButtonListenerToButtonEvents() - Constructor for class ej.fp.widget.RepeatButton.RepeatButtonListenerToButtonEvents
 
repeatDown(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The down button has been held down.
repeatDown(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
REPEATED - Static variable in class ej.microui.event.generator.Buttons
Constant for "repeated" action (button held down).
repeatEnter(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The enter button has been held down.
repeatEnter(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
repeatLeft(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The left button has been held down.
repeatLeft(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
repeatRight(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The right button has been held down.
repeatRight(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
repeatUp(Joystick) - Method in interface ej.fp.widget.Joystick.JoystickListener
The up button has been held down.
repeatUp(Joystick) - Method in class ej.fp.widget.Joystick.JoystickListenerToCommandEvents
 
replace(char, char) - Method in class java.lang.String
Returns a new string resulting from replacing all occurrences of oldChar in this string with newChar.
replace(CharSequence, CharSequence) - Method in class java.lang.String
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replace(int, int, String) - Method in class java.lang.StringBuffer
Replaces the characters in a substring of this sequence with characters in the specified String.
replace(int, int, String) - Method in class java.lang.StringBuilder
Replaces the characters in a substring of this sequence with characters in the specified String.
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
replaceChild(int, Widget) - Method in class ej.mwt.Container
Replaces the child at the specified index in the list of children of this container by the specified widget.
replaceChild(int, Widget) - Method in class ej.widget.container.Flow
 
replaceChild(int, Widget) - Method in class ej.widget.container.Grid
 
replaceChild(int, Widget) - Method in class ej.widget.container.List
 
replaceChild(int, Widget) - Method in class ej.widget.container.OverlapContainer
 
Replacement - Class in ej.rest.web
Used in PUT operations.
Replacement(Content) - Constructor for class ej.rest.web.Replacement
 
reportError(Throwable) - Method in class ej.junit.AbstractTestWrapper
Called by generated wrappers to report an error.
reportFailure(AssertionError) - Method in class ej.junit.AbstractTestWrapper
Called by generated wrappers to report a failure.
reportSuccess() - Method in class ej.junit.AbstractTestWrapper
Called by generated wrappers to report a success.
requestDrawing() - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Requests a drawing on the graphics context.
requestFlush() - Method in class ej.microui.display.Display
Requests a flush updating the display with the draw actions since the last flush if and only if the display is double buffered.
requestFlush(boolean) - Method in interface ej.microui.display.LLUIDisplay
Requests a call to Display.flush().
requestHide(Displayable) - Method in class ej.microui.display.Display
Asks to set the given displayable as hidden on the display.
requestHide() - Method in class ej.mwt.Desktop
Hides the desktop from the display.
requestLayOut() - Method in class ej.mwt.Desktop
Requests a lay out of all the hierarchy of this desktop.
requestLayOut() - Method in class ej.mwt.Widget
Requests a lay out of all the widgets in the sub hierarchy of this widget.
requestRender() - Method in class ej.microui.display.Display
Asks to render the current displayable.
requestRender() - Method in class ej.microui.display.Displayable
Requests a rendering for the entire displayable.
requestRender() - Method in interface ej.microui.display.LLUIDisplay
Requests a call to Displayable.render() (current displayable on display).
requestRender(Widget, int, int, int, int) - Method in class ej.mwt.render.DefaultRenderPolicy
 
requestRender(Widget, int, int, int, int) - Method in class ej.mwt.render.RenderPolicy
Requests a rendering of the given widget on the display.
requestRender() - Method in class ej.mwt.Widget
Requests a render of this entire widget on the display.
requestRender(int, int, int, int) - Method in class ej.mwt.Widget
Requests a render of a zone of this widget on the display.
requestShow(Displayable) - Method in class ej.microui.display.Display
Asks to set the given displayable as visible on the display.
requestShow() - Method in class ej.mwt.Desktop
Shows the desktop on the display.
REQUIRED_IMPLEMENTATION_ERROR - Static variable in class com.microej.nls.BinaryNLS
Error code when required implementation cannot be instantiated.
requireNonNull(T) - Static method in class java.util.Objects
Checks that the specified object reference is not null.
requireNonNull(T, String) - Static method in class java.util.Objects
Checks that the specified object reference is not null and throws a customized NullPointerException if it is.
reserve() - Method in class ej.sni.PoolOfReusableResources
Reserve a buffer.
reset() - Method in interface ej.ecom.io.Datagram
 
reset() - Method in class ej.io.progress.ProgressInputStream
 
reset() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
reset() - Method in class ej.microui.display.GraphicsContext
Resets this graphics context to its initial configuration.
reset(int, int) - Method in class ej.microui.event.generator.Pointer
Stores the given position.
reset() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Resets the stylesheet to its initial state.
reset() - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
reset() - Method in class java.io.BufferedInputStream
See the general contract of the reset method of InputStream.
reset() - Method in class java.io.BufferedReader
Resets the stream to the most recent mark.
reset() - Method in class java.io.ByteArrayInputStream
Resets the buffer to the marked position.
reset() - Method in class java.io.ByteArrayOutputStream
Resets the count field of this byte array output stream to zero, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class java.io.CharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset() - Method in class java.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.InputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.PushbackInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class java.io.Reader
Resets the stream.
reset() - Method in class java.io.StringReader
Resets the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class java.nio.Buffer
Resets this buffer's position to the previously-marked position.
reset() - Method in class java.security.MessageDigest
Resets the digest for further use.
reset() - Method in class javax.crypto.Mac
Resets this Mac object.
reset() - Method in class sun.net.www.http.ChunkedOutputStream
 
reset() - Method in class sun.net.www.http.PosterOutputStream
Resets the count field of this output stream to zero, so that all currently accumulated output in the ouput stream is discarded.
reset() - Method in class sun.net.www.MessageHeader
Reset a message header (all key/values removed)
resetClip() - Method in class ej.microui.display.GraphicsContext
Resets the clipping area of this graphics context to its entire bounds.
resetDefaultStyle() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Resets the default style attributes to their initial value.
resetSelectorStyle(Selector) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Resets the style attributes for a selector.
resetTranslation() - Method in class ej.microui.display.GraphicsContext
Resets the translation vector of this graphics context to the (0,0) vector.
resolve(URI) - Method in class java.net.URI
Resolves the given URI against this URI.
resolve(String) - Method in class java.net.URI
Constructs a new URI by parsing the given string and then resolving it against this URI.
RESOURCE_CLOSED - Static variable in exception ej.microui.MicroUIException
Exception thrown when the application is trying to use a resource which has been closed.
RESOURCE_INVALID_FILE - Static variable in exception ej.microui.MicroUIException
Exception thrown when the resource content cannot be read for any reason.
RESOURCE_INVALID_PATH - Static variable in exception ej.microui.MicroUIException
Exception thrown when a resource cannot be retrieved.
ResourceArray - Class in ej.bon
A resource array is an element of ResourceBuffer.
ResourceBuffer - Class in ej.bon
A resource buffer contains a set of data which is compacted to obtain a minimal footprint.
ResourceBuffer(String) - Constructor for class ej.bon.ResourceBuffer
Opens a ResourceBuffer on the resource described by its path.
ResourceControlListener - Interface in ej.kf
The listener interface for receiving notifications when a Feature is stopped by the Resource Control Manager.
ResourceControlListener.StopCause - Enum in ej.kf
A stop cause.
ResourceImage - Class in ej.microui.display
A ResourceImage represents an image which may require dynamic allocation in order to be created.
ResourceImage.OutputFormat - Enum in ej.microui.display
Enumerates the different formats in which a resource image can store pixel colors.
responseCode() - Method in exception java.net.HttpRetryException
Returns the http response code
responseCode - Variable in class java.net.HttpURLConnection
An int representing the three digit HTTP Status-Code.
responseMessage - Variable in class java.net.HttpURLConnection
The HTTP response message.
Resty - Class in ej.rest.web
Main class.
Resty(Resty.Option...) - Constructor for class ej.rest.web.Resty
Create an instance of Resty with the following list of options.
Resty.Option - Class in ej.rest.web
Base class for Resty options.
Resty.Timeout - Class in ej.rest.web
Option to set a timeout.
RESUME - Static variable in class ej.microui.event.EventCommand
The "resume" command constant.
RESUME - Static variable in class ej.microui.event.generator.Command
Constant for "resume" command.
resumeJavaThread(int) - Method in interface com.is2t.hil.NativeInterface
Resume the given Java thread if it is suspended.
retainAll(Collection<?>) - Method in class com.microej.kf.util.AbstractKFList
 
retainAll(Collection<?>) - Method in class java.util.AbstractCollection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.ArrayList
Retains only the elements in this list that are contained in the specified collection.
retainAll(Collection<?>) - Method in interface java.util.Collection
Retains only the elements in this collection that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.List
Retains only the elements in this list that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in interface java.util.Set
Retains only the elements in this set that are contained in the specified collection (optional operation).
retainAll(Collection<?>) - Method in class java.util.Vector
Retains only the elements in this Vector that are contained in the specified Collection.
Retention - Annotation Type in java.lang.annotation
Indicates how long annotations with the annotated type are to be retained.
RetentionPolicy - Enum in java.lang.annotation
Annotation retention policy.
reuse - Variable in class sun.net.www.http.HttpClient
 
reverse() - Method in class java.lang.StringBuffer
Causes this character sequence to be replaced by the reverse of the sequence.
reverse() - Method in class java.lang.StringBuilder
Causes this character sequence to be replaced by the reverse of the sequence.
reverse(List<?>) - Static method in class java.util.Collections
Reverses the order of the elements in the specified list.
reverseOrder() - Static method in class java.util.Collections
Returns a comparator that imposes the reverse of the natural ordering on a collection of objects that implement the Comparable interface.
reverseOrder(Comparator<T>) - Static method in class java.util.Collections
Returns a comparator that imposes the reverse ordering of the specified comparator.
rewind() - Method in class java.nio.Buffer
Rewinds this buffer.
RIGHT - Static variable in class ej.microui.event.EventCommand
The "right" command constant.
RIGHT - Static variable in class ej.microui.event.generator.Command
Constant for "right" command.
RIGHT - Static variable in class ej.mwt.util.Alignment
Constant for positioning on the right.
RINGChanged(boolean) - Method in interface com.cinterion.io.ATCommandListener
Callback method for change of the serial interface signal RING.
rint(double) - Static method in class java.lang.Math
Returns the double value that is closest in value to the argument and is equal to a mathematical integer.
rootNode() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
rotate(List<?>, int) - Static method in class java.util.Collections
Rotates the elements in the specified list by the specified distance.
rotateLeft(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value left by the specified number of bits.
rotateLeft(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value left by the specified number of bits.
rotateRight(int, int) - Static method in class java.lang.Integer
Returns the value obtained by rotating the two's complement binary representation of the specified int value right by the specified number of bits.
rotateRight(long, int) - Static method in class java.lang.Long
Returns the value obtained by rotating the two's complement binary representation of the specified long value right by the specified number of bits.
round(double) - Static method in class java.lang.Math
Returns the closest long to the argument, with ties rounding up.
round(float) - Static method in class java.lang.Math
Returns the closest int to the argument, with ties rounding up.
RoundedBackground - Class in ej.mwt.style.background
Draws a plain color on the background with a round corner.
RoundedBackground(int, int) - Constructor for class ej.mwt.style.background.RoundedBackground
Creates a rounded background.
RoundedBorder - Class in ej.mwt.style.outline.border
Draws a uniform border with round corners.
RoundedBorder(int, int, int) - Constructor for class ej.mwt.style.outline.border.RoundedBorder
Creates a rounded border specifying its attributes.
rowToJSONArray(JSONTokener) - Static method in class ej.rest.json.CDL
Produce a JSONArray of strings from a row of comma delimited values.
rowToJSONObject(JSONArray, JSONTokener) - Static method in class ej.rest.json.CDL
Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
rowToString(JSONArray) - Static method in class ej.rest.json.CDL
Produce a comma delimited text row from a JSONArray.
RSAKeyGenParameterSpec - Class in java.security.spec
This class specifies the set of parameters used to generate an RSA key pair.
RSAKeyGenParameterSpec(int, int) - Constructor for class java.security.spec.RSAKeyGenParameterSpec
Constructs a new RSAKeyGenParameterSpec object from the given keysize, public-exponent value, and null key parameters.
run() - Method in class com.microej.kf.util.RunnableWithResult
By default sets the result returned by RunnableWithResult.runWithResult().
run(RandomAccessFile, OutputStream, InputStream, int) - Static method in class com.microej.util.BsPatch
Applies the patch on a file.
run(Runnable) - Static method in class ej.bon.Immortals
Calls the method Runnable.run() of the given runnable.
run() - Method in class ej.bon.Timer
Executes TimerTask scheduling.
run() - Method in class ej.bon.TimerTask
The action to be performed by this timer task.
run() - Method in class ej.fp.util.ThirdEventThread
 
run(TestListener) - Method in class ej.junit.AbstractAllTestClassesWrapper
 
run(TestListener) - Method in class ej.junit.AbstractTestWrapper
 
run(TestListener) - Method in interface ej.junit.TestWrapper
 
run() - Method in class ej.rcommand.synchronous.RemoteCommandClient
 
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
RUN_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application_id (string).
RUN_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
RUN_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
runAfterClassMethods() - Method in class ej.junit.AbstractTestWrapper
To be implemented by generated subclasses, triggers the execution of methods tagged with AfterClass
runAfterMethods() - Method in class ej.junit.AbstractTestWrapper
To be implemented by generated subclasses, triggers the execution of methods tagged with After
runBeforeClassMethods() - Method in class ej.junit.AbstractTestWrapper
To be implemented by generated subclasses, triggers the execution of methods tagged with BeforeClass
runBeforeMethods() - Method in class ej.junit.AbstractTestWrapper
To be implemented by generated subclasses, triggers the execution of methods tagged with Before
RUNIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for runic font identifier.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RunnableWithResult<R> - Class in com.microej.kf.util
 
RunnableWithResult() - Constructor for class com.microej.kf.util.RunnableWithResult
 
runTestClasses() - Method in class ej.junit.AbstractAllTestClassesWrapper
runTestMethods() - Method in class ej.junit.AbstractTestWrapper
To be implemented by generated subclasses, triggers the execution of test methods tagged with Test
Runtime - Class in java.lang
Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with null as its detail message.
RuntimeException(String) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message.
RuntimeException(String, Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime exception with the specified detail message and cause.
RuntimeException(Throwable) - Constructor for exception java.lang.RuntimeException
Constructs a new runtime 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).
RuntimePermission - Class in java.lang
This class is for runtime permissions.
RuntimePermission(String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission with the specified name.
RuntimePermission(String, String) - Constructor for class java.lang.RuntimePermission
Creates a new RuntimePermission object with the specified name.
runUnderContext(Module, Runnable) - Static method in class ej.kf.Kernel
Calls the Runnable.run() method with current context set to the given Module.
runWithResult() - Method in class com.microej.kf.util.RunnableWithResult
 

S

S3 - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
Constant for S3 selection
SafeUpdate - Class in com.cinterion.update
The SafeUpdate class is a 1:1 API of the Gina safe update API.
SafeUpdate() - Constructor for class com.cinterion.update.SafeUpdate
 
SafeVarargs - Annotation Type in java.lang
A programmer assertion that the body of the annotated method or constructor does not perform potentially unsafe operations on its varargs parameter.
SAMARITAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for samaritan font identifier.
sameFile(URL) - Method in class java.net.URL
Compares two URLs, excluding the fragment component.
sameFile(URL, URL) - Method in class java.net.URLStreamHandler
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and path.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
SAURASHTRA - Static variable in class ej.microui.display.FontIdentifiers
Constant for saurashtra font identifier.
scalb(double, int) - Static method in class java.lang.Math
Return d × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the double value set.
scalb(float, int) - Static method in class java.lang.Math
Return f × 2scaleFactor rounded as if performed by a single correctly rounded floating-point multiply to a member of the float value set.
schedule(TimerTask, long) - Method in class ej.bon.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class ej.bon.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
schedule(Runnable, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
scheduleAtFixedRate(TimerTask, long, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class ej.bon.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduledExecutionTime() - Method in class ej.bon.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
ScheduledExecutorService - Interface in java.util.concurrent
An ExecutorService that can schedule commands to run after a given delay, or to execute periodically.
ScheduledFuture<V> - Interface in java.util.concurrent
A delayed result-bearing action that can be cancelled.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface java.util.concurrent.ScheduledExecutorService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
ScriptConfiguration - Class in com.is2t.microej.workbench.std.launch.ext.expr
Selected script configuration property.
ScriptConfiguration() - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.ScriptConfiguration
Creates a new script configuration with the "name" property.
ScriptConfiguration(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.ScriptConfiguration
Creates a new script configuration with the given property.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SECRET_KEY - Static variable in class javax.crypto.Cipher
Constant used to indicate the to-be-unwrapped key is a "secret key".
SecretKey - Interface in javax.crypto
A secret (symmetric) key.
SecretKeySpec - Class in javax.crypto.spec
This class specifies a secret key in a provider-independent fashion.
SecretKeySpec(byte[], String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array.
SecretKeySpec(byte[], int, int, String) - Constructor for class javax.crypto.spec.SecretKeySpec
Constructs a secret key from the given byte array, using the first len bytes of key, starting at offset inclusive.
SecureRandom - Class in java.security
This class provides a cryptographically strong random number generator (RNG).
SecureRandom() - Constructor for class java.security.SecureRandom
 
SecurityException - Exception in java.lang
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for exception java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified detail message and cause.
SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
Creates a SecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SecurityManager - Class in java.lang
The security manager is a class that allows applications to implement a security policy.
SecurityManager() - Constructor for class java.lang.SecurityManager
Constructs a new SecurityManager.
SecurityPermission - Class in java.security
This class is for security permissions.
SecurityPermission(String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission with the specified name.
SecurityPermission(String, String) - Constructor for class java.security.SecurityPermission
Creates a new SecurityPermission object with the specified name.
seek(long) - Method in class ej.bon.ResourceBuffer
Sets the buffer position indicator.
seek(long) - Method in class java.io.RandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
seekToElementPointer(int) - Method in class ej.bon.ResourceArray
Modify the position of the ResourceBuffer used to create this ResourceArray.
SELECT - Static variable in class ej.microui.event.EventCommand
The "select" command constant.
SELECT - Static variable in class ej.microui.event.generator.Command
Constant for "select" command.
selector() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
Selector - Interface in ej.mwt.stylesheet.selector
Represents a selector.
SelectorHelper - Class in ej.mwt.stylesheet.selector
Provides utility methods related to selectors.
send(String) - Method in class com.cinterion.io.ATCommand
Send an AT command to the device.
send(String, ATCommandResponseListener) - Method in class com.cinterion.io.ATCommand
Send an AT command to the device.
send(Datagram) - Method in interface ej.ecom.io.DatagramConnection
 
send(int, int) - Method in class ej.microui.event.generator.Buttons
Sends a MicroUI event for the given action on given button to the listener of the Buttons.
send(int) - Method in class ej.microui.event.generator.Command
Sends the given command to the event generator's listener
send(int, int) - Method in class ej.microui.event.generator.Pointer
Sends a MicroUI event for the given action on given button to the listener of the Pointer.
send(int, int) - Method in class ej.microui.event.generator.States
Stores the given state value and sends a MicroUI States.EVENT_TYPE to the States's listener.
send(int) - Method in class ej.mwt.event.DesktopEventGenerator
Sends a desktop event for the given action to the event handler of this event generator.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
sendBoolean(boolean) - Method in interface ej.rcommand.CommandSender
Sends a boolean parameter.
sendBoolean(boolean) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendBoolean(boolean) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendByteArray(byte[]) - Method in interface ej.rcommand.CommandSender
Sends a byte array parameter.
sendByteArray(byte[]) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendByteArray(byte[]) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendByteArrayAsInputStream(InputStream) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendByteArrayAsInputStream(InputStream) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendCommand(String) - Method in class ej.ecom.mobile.ATConnection
Send AT command from the connection.
sendCommand(byte[], int, int) - Method in class ej.ecom.mobile.ATConnection
Send AT command from the connection.
sendDouble(double) - Method in interface ej.rcommand.CommandSender
Sends a double parameter.
sendDouble(double) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendDouble(double) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendEvent(int) - Static method in class ej.microui.event.EventCommand
Send a command event to the event generator with the MicroUI generator tag EventCommand.COMMON_MICROUI_GENERATOR_TAG.
sendEvent(String, int) - Static method in class ej.microui.event.EventCommand
Send a command event to the event generator.
sendEvent(int) - Method in class ej.microui.event.EventGenerator
Sends the given event to the current EventHandler.
sendEvent(String, int) - Static method in class ej.microui.event.EventGeneric
Send a generic event to the event generator.
sendEvent(int) - Static method in class ej.microui.event.LLUIInput
Sends an event in the queue.
sendEvent(String, int) - Static method in class ej.microui.event.LLUIInput
Constructs an event and sends it to the simulator input queue.
sendEvent(int, int) - Static method in class ej.microui.event.LLUIInput
Constructs an event and sends it to the simulator input queue.
sendEvents(String, int[]) - Static method in class ej.microui.event.EventGeneric
Send several generic events to the event generator.
sendEvents(int[]) - Static method in class ej.microui.event.LLUIInput
Sends several events in the queue.
sendEventToWidget(Widget, int) - Method in class ej.mwt.event.EventDispatcher
Sends the given event to the given widget.
sendEventToWidgetHierarchy(Widget, int) - Method in class ej.mwt.event.EventDispatcher
Sends the given event to the given widget and to each of its ancestors.
sendFloat(float) - Method in interface ej.rcommand.CommandSender
Sends a float parameter.
sendFloat(float) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendFloat(float) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendInputStream(InputStream) - Method in interface ej.rcommand.CommandSender
Sends an input stream.
sendInputStream(InputStream) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendInputStream(InputStream) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendInt(int) - Method in interface ej.rcommand.CommandSender
Sends an integer parameter.
sendInt(int) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendInt(int) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendLong(long) - Method in interface ej.rcommand.CommandSender
Sends a long parameter.
sendLong(long) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendLong(long) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendLongEvent(int) - Static method in class ej.microui.event.EventButton
Send a LONG event to the event generator with the MicroUI generator tag EventButton.COMMON_MICROUI_GENERATOR_TAG.
sendLongEvent(String, int) - Static method in class ej.microui.event.EventButton
Send a LONG event to the event generator.
sendMovedEvent(int, int, boolean) - Static method in class ej.microui.event.EventPointer
Send a MOVE event to the event generator with the MicroUI generator tag EventPointer.COMMON_MICROUI_GENERATOR_TAG.
sendMovedEvent(String, int, int, boolean) - Static method in class ej.microui.event.EventPointer
Send a MOVE event to the event generator.
sendMovedEvent(int, int) - Static method in class ej.microui.event.EventTouch
Send a MOVE event to the event generator with the MicroUI generator tag EventTouch.COMMON_MICROUI_GENERATOR_TAG.
sendMovedEvent(String, int, int) - Static method in class ej.microui.event.EventTouch
Send a MOVE event to the event generator.
sendParams(List<Object>) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendParams(List<Object>) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendParams(CommandSender, List<Object>) - Method in interface ej.rcommand.ParametersHelper
Sends the given parameters.
sendParams(List<Object>) - Method in interface ej.rcommand.RemoteConnection
Sends the given parameters.
sendPressedEvent(int) - Static method in class ej.microui.event.EventButton
Send a PRESSED event to the event generator with the MicroUI generator tag EventButton.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int) - Static method in class ej.microui.event.EventButton
Send a PRESSED event to the event generator.
sendPressedEvent(int, int, int, boolean) - Static method in class ej.microui.event.EventPointer
Send a PRESSED event to the event generator with the MicroUI generator tag EventPointer.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int, int, int, boolean) - Static method in class ej.microui.event.EventPointer
Send a PRESSED event to the event generator.
sendPressedEvent(int, int) - Static method in class ej.microui.event.EventTouch
Send a PRESSED event to the event generator with the MicroUI generator tag EventTouch.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int, int) - Static method in class ej.microui.event.EventTouch
Send a PRESSED event to the event generator.
sendReleasedEvent(int) - Static method in class ej.microui.event.EventButton
Send a RELEASED event to the event generator with the MicroUI generator tag EventButton.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String, int) - Static method in class ej.microui.event.EventButton
Send a RELEASED event to the event generator.
sendReleasedEvent(int) - Static method in class ej.microui.event.EventPointer
Send a RELEASED event to the event generator with the MicroUI generator tag EventPointer.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String, int) - Static method in class ej.microui.event.EventPointer
Send a RELEASED event to the event generator.
sendReleasedEvent() - Static method in class ej.microui.event.EventTouch
Send a RELEASED event to the event generator with the MicroUI generator tag EventTouch.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String) - Static method in class ej.microui.event.EventTouch
Send a RELEASED event to the event generator.
sendRepeatedEvent(int) - Static method in class ej.microui.event.EventButton
Send a REPEATED event to the event generator with the MicroUI generator tag EventButton.COMMON_MICROUI_GENERATOR_TAG.
sendRepeatedEvent(String, int) - Static method in class ej.microui.event.EventButton
Send a REPEATED event to the event generator.
sendStateEvent(int, int) - Static method in class ej.microui.event.EventState
Send a STATE event to the event generator with the MicroUI generator tag EventState.COMMON_MICROUI_GENERATOR_TAG.
sendStateEvent(String, int, int) - Static method in class ej.microui.event.EventState
Send a STATE event to the event generator.
sendString(String) - Method in interface ej.rcommand.CommandSender
Sends a string parameter.
sendString(String) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
sendString(String) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
sendThirdEvent() - Method in interface ej.fp.util.ThirdEventThread.ThirdEventWidget
Asks to send the third event.
sendThirdEvent() - Method in class ej.fp.widget.Joystick
 
sendThirdEvent() - Method in class ej.fp.widget.LongButton
 
sendThirdEvent() - Method in class ej.fp.widget.RepeatButton
 
separator - Static variable in class java.io.File
The system-dependent default name-separator character, represented as a string for convenience.
separatorChar - Static variable in class java.io.File
The system-dependent default name-separator character.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the ninth month of the year in the Gregorian and Julian calendars.
SequenceInputStream - Class in java.io
A SequenceInputStream represents the logical concatenation of other input streams.
SequenceInputStream(Enumeration<? extends InputStream>) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the argument, which must be an Enumeration that produces objects whose run-time type is InputStream.
SequenceInputStream(InputStream, InputStream) - Constructor for class java.io.SequenceInputStream
Initializes a newly created SequenceInputStream by remembering the two arguments, which will be read in order, first s1 and then s2, to provide the bytes to be read from this SequenceInputStream.
Serializable - Interface in java.io
This interface is only defined for hierarchy compatibility.
serialVersionUID - Static variable in interface java.security.Key
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PrivateKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface java.security.PublicKey
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
serialVersionUID - Static variable in interface javax.crypto.SecretKey
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
serverInput - Variable in class sun.net.NetworkClient
Buffered stream for reading replies from server.
serverIsOpen() - Method in class sun.net.NetworkClient
Return server connection status
serverOutput - Variable in class sun.net.NetworkClient
Stream for printing to the server.
ServerSocket - Class in java.net
This class implements server sockets.
ServerSocket() - Constructor for class java.net.ServerSocket
Creates an unbound server socket.
ServerSocket(int) - Constructor for class java.net.ServerSocket
Creates a server socket, bound to the specified port.
ServerSocket(int, int) - Constructor for class java.net.ServerSocket
Creates a server socket and binds it to the specified local port number, with the specified backlog.
ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
Create a server with the specified port, listen backlog, and local IP address to bind to.
serverSocket - Variable in class sun.net.NetworkClient
Socket for communicating with server.
ServerSocketFactory - Class in javax.net
This class creates server sockets.
ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
Creates a server socket factory.
ServiceFactory - Class in ej.service
A simple dependency injection facility.
ServiceLoader - Interface in ej.service
A simple service loading facility.
ServiceLoaderHelper - Class in ej.service.loader
Helper class for service loaders.
ServiceLoaderKF - Class in ej.wadapps.multisandbox.service
Defines the order of the service loading resolution: the services defined by dependency injection locally in the application or kernel. the services shared in the instance of the shared registry. the services defined by dependency injection globally in the system properties.
ServiceLoaderKF() - Constructor for class ej.wadapps.multisandbox.service.ServiceLoaderKF
Creates the service loader.
ServiceLoadingException - Exception in ej.service
Thrown when an error occurs while loading a service.
ServiceLoadingException(String, Throwable) - Constructor for exception ej.service.ServiceLoadingException
Constructs a new service loading exception with the specified detail message and cause.
ServicePermission - Class in ej.service
ServicePermission(String, Class<?>, String) - Constructor for class ej.service.ServicePermission
Creates a permission for the given service.
ServiceRegistry - Interface in ej.service
An extension of service loader that allows to register services dynamically.
services - Variable in class ej.service.loader.SimpleServiceLoader
The cache of instantiated services.
SERVICES_FOLDER - Static variable in class ej.service.loader.MetaInfServiceLoader
Folder where the services are defined.
set(byte[], byte, int, int) - Static method in class ej.bon.ByteArray
Fills a zone of a byte array with the given value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.AbstractSequentialList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.ArrayList
Replaces the element at the specified position in this list with the specified element.
set(int) - Method in class java.util.BitSet
Sets the bit at the specified index to true.
set(int, boolean) - Method in class java.util.BitSet
Sets the bit at the specified index to the specified value.
set(int, int) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to true.
set(int, int, boolean) - Method in class java.util.BitSet
Sets the bits from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the specified value.
set(int, int) - Method in class java.util.Calendar
Sets the given calendar field to the given value.
set(int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, and DAY_OF_MONTH.
set(int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the calendar fields YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, and MINUTE.
set(int, int, int, int, int, int) - Method in class java.util.Calendar
Sets the values for the fields YEAR, MONTH, DAY_OF_MONTH, HOUR, MINUTE, and SECOND.
set(int, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list with the specified element.
set(int, E) - Method in interface java.util.List
Replaces the element at the specified position in this list with the specified element (optional operation).
set(E) - Method in interface java.util.ListIterator
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
Set<E> - Interface in java.util
A collection that contains no duplicate elements.
set(int, E) - Method in class java.util.Vector
Replaces the element at the specified position in this Vector with the specified element.
set(int, String, String) - Method in class sun.net.www.MessageHeader
Overwrite the previous key/val pair at location 'i' with the new k/v.
set(String, String) - Method in class sun.net.www.MessageHeader
Sets the value of a key.
SET_ACTION - Static variable in class ej.property.PropertyPermission
SET_METADATA - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
SET_METADATA_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
SET_METADATA_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
SET_SHARED_PROPERTY - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: property name (string), hasValue (boolean) (if hasValue property value (string)).
SET_SHARED_PROPERTY_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
SET_SHARED_PROPERTY_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
setAddress(Datagram) - Method in interface ej.ecom.io.Datagram
 
setAddress(String) - Method in interface ej.ecom.io.Datagram
 
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
Set the value of the allowUserInteraction field of this URLConnection.
setAllowUserInteraction(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setAlpha(int) - Method in class ej.fp.widget.Display
Sets the opacity level (alpha) of the display in order to obtain a translucent display.
setAreaHeight(int) - Method in class ej.fp.widget.Pointer
Sets the area height of the pointer area.
setAreaWidth(int) - Method in class ej.fp.widget.Pointer
Sets the area width of the pointer area.
setAttached() - Method in class ej.mwt.Desktop
Sets this desktop as attached.
setAuthenticationProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
setBackground(Background) - Method in class ej.mwt.style.EditableStyle
Sets the background.
setBackgroundColor(int) - Method in class ej.microui.display.GraphicsContext
Sets the background color of this graphics context.
setBacklight(int) - Method in class ej.fp.widget.Display
Sets the backlight of the display.
setBacklight(int) - Method in class ej.microui.display.Display
Sets the backlight of the display.
setBacklight(int) - Method in interface ej.microui.display.LLUIDisplayImpl
Sets the backlight of the display.
setBacklightFeature(boolean) - Method in class ej.fp.widget.Display
Enables or disables the backlight feature.
setBaudrate(int) - Method in interface ej.ecom.io.CommConnection
Configures the baudrate.
setBit(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is equivalent to this BigInteger with the designated bit set.
setBooleanProperty(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
Sets a boolean value in a bit field.
setBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBooleanPropertyAtOffset(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBorder(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the border.
setBounds(int, int, int, int) - Method in class ej.mwt.util.Rectangle
Sets the bounds of this rectangle.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setButtonText(String) - Method in class com.is2t.microej.workbench.std.launch.ext.ListButton
Override default button text.
setCanceled(boolean) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
setCanceled(boolean) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Sets the cancel state to the given value.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation sets the value of an internal state variable.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.SubMonitor
 
setCenterChild(Widget) - Method in class ej.widget.container.Dock
Sets the child which will be at the center.
setCenterChild(Widget) - Method in class ej.widget.container.SimpleDock
Sets the center widget of this simple dock.
setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
Assigns the given trusted certificate to the given alias.
setChanged() - Method in class java.util.Observable
Marks this Observable object as having been changed; the hasChanged method will now return true.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index is set to ch.
setCharAt(int, char) - Method in class java.lang.StringBuilder
The character at the specified index is set to ch.
setChunkedStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is not known in advance.
setChunkedStreamingMode(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setClassSelectors(int[]) - Method in class ej.mwt.Widget
Sets the class selectors.
setClip(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Sets the clipping area of this graphics context to the given rectangle.
setColor(int) - Method in class ej.microui.display.GraphicsContext
Sets the color of this graphics context.
setColor(int) - Method in class ej.mwt.style.EditableStyle
Sets the color.
setConnectCallback(MqttConnectCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a connect callback, which is invoked when the connect is successful.
setConnected(boolean) - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
Used by subclass to access "connected" variable.
setConnected(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Used by subclass to access "connected" variable.
setConnection(RemoteConnection) - Method in class ej.rcommand.impl.DynamicRemoteConnection
Set the underlying connection.
setConnectTimeout(int) - Method in class java.net.URLConnection
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
setConnectTimeout(int) - Method in class sun.net.NetworkClient
 
setConnectTimeout(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
setConnectTimeout(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
Sets the ContentHandlerFactory of an application.
setContentType(String) - Method in class sun.net.ProgressSource
 
setContrast(int) - Method in class ej.microui.display.Display
Sets the contrast of the display.
setContrast(int) - Method in interface ej.microui.display.LLUIDisplayImpl
Sets the contrast of the display.
setCount(int) - Method in class ej.widget.container.Grid
Sets the number of widgets per row/column (depending on the grid orientation).
setCriticality(int) - Method in class ej.kf.Feature
Sets the criticality of this feature.
setCurrentLocale(String) - Method in class com.microej.nls.BinaryNLS
 
setCurrentLocale(String) - Method in interface ej.nls.NLS
Changes the current locale.
setCurrentSkin(Image) - Method in class ej.fp.Widget
Sets the current skin to render according the widget state.
setCurrentTimeMillis(long) - Static method in class ej.bon.Util
Sets the application time.
setCurrentTimeMillis(Date) - Static method in class ej.bon.Util
Sets the application time.
setDaemon(boolean) - Method in class java.lang.Thread
Marks this thread as either a daemon thread or a user thread.
setData(byte[], int, int) - Method in interface ej.ecom.io.Datagram
 
setData(byte[], int, int) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setData(byte[]) - Method in class java.net.DatagramPacket
Set the data buffer for this packet.
setDebugStream(PrintStream) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Set debug output.
setDefault(ProgressMonitor) - Static method in class sun.net.ProgressMonitor
Change default ProgressMonitor implementation.
setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
Sets the default value of the allowUserInteraction field for all future URLConnection objects to the specified value.
setDefaultLogger(MessageLogger) - Static method in class ej.tool.addon.util.Message
Change the default logger used when no other logger is currently configured
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default SSLSocketFactory inherited by new instances of this class.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class ej.bon.Timer
Sets the default handler for uncaught exceptions.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception, and no other handler has been defined for that thread.
setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
Sets the default value of the useCaches field to the specified value.
setDefaultUseCaches(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setDescription(Description) - Method in class com.is2t.microej.workbench.std.launch.ext.JPFExtensionTabNode
Set node description.
setDetached() - Method in class ej.mwt.Desktop
Sets this desktop as detached.
setDimension(Dimension) - Method in class ej.mwt.style.EditableStyle
Sets the dimension.
setDisableEnter(boolean) - Method in class ej.fp.widget.Joystick
Disables enter button.
setDisplayHeight(int) - Method in class ej.fp.widget.Display
Sets the height of the display in pixels (see class comment).
setDisplayWidth(int) - Method in class ej.fp.widget.Display
Sets the width of the display in pixels (see class comment).
setDoInput(boolean) - Method in class java.net.URLConnection
Sets the value of the doInput field for this URLConnection to the specified value.
setDoInput(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setDoNotRetry(boolean) - Method in class sun.net.www.http.HttpClient
 
setDoOutput(boolean) - Method in class java.net.URLConnection
Sets the value of the doOutput field for this URLConnection to the specified value.
setDoOutput(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setDoubleBufferFeature(boolean) - Method in class ej.fp.widget.Display
Enables or disables the double buffering feature.
setDownSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick DOWN action.
setDrawer(DWDrawing) - Static method in class ej.drawing.LLDWPainter
Sets the given drawer as current drawer.
setDrawer(UIDrawing) - Static method in class ej.microui.display.LLUIPainter
Sets the given drawer as current drawer.
setDrawingLimits(int, int, int, int) - Method in interface ej.microui.display.LLUIPainter.MicroUIGraphicsContext
Updates the flush dirty area.
setDTR(boolean) - Method in class com.cinterion.io.ATCommand
Set the state of the DTR (Data Terminal Ready) signal of the devices AT channel.
setDuration(long) - Method in class ej.widget.util.swipe.SwipeEventHandler
Sets the duration.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnableCondition(Expression) - Method in class com.is2t.microej.workbench.std.launch.ext.JPFExtensionTabNode
Set enableCondition for this page content
setEnabled(boolean) - Method in class ej.mwt.Widget
Sets this widget to be enabled or not.
setEnterSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick ENTER action.
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setEventHandler(EventHandler) - Method in class ej.microui.event.EventGenerator
Sets an event handler to this event generator.
setExecutable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecutable(boolean) - Method in class java.io.File
A convenience method to set the owner's execute permission for this abstract pathname.
setExecutionQuota(int) - Method in class ej.kf.Module
Sets the execution quota allocated to the threads owned by this Module.
setExtensionClass(String) - Method in class ej.fp.widget.Display
Defines the optional class name of the display extension.
setExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given float value.
setExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given int value.
setExtraObject(int, Object) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given object value.
setFeaturePermissionDelegate(Class<? extends Permission>, FeaturePermissionCheckDelegate) - Method in class com.microej.kf.util.security.KernelSecurityManager
 
setFilter(Image) - Method in class ej.fp.Widget
Sets an image which defines a filtering area.
setFirstChild(Widget) - Method in class ej.widget.container.SimpleDock
Sets the first widget of this simple dock.
setFirstDayOfWeek(int) - Method in class java.util.Calendar
Sets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
setFixedLengthStreamingMode(int) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedLengthStreamingMode(long) - Method in class java.net.HttpURLConnection
This method is used to enable streaming of a HTTP request body without internal buffering, when the content length is known in advance.
setFixedLengthStreamingMode(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setFixedLengthStreamingMode(long) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setFollowRedirects(boolean) - Static method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this class.
setFont(Font) - Method in class ej.mwt.style.EditableStyle
Sets the font.
setHeight(int) - Method in class ej.fp.Widget
Sets the height of this widget.
setHeight(int) - Method in class ej.mwt.util.Rectangle
Sets the height.
setHeight(int) - Method in class ej.mwt.util.Size
Sets the height.
setHiddenChild(Widget) - Method in class ej.mwt.Container
Sets a child as hidden.
setHiddenChildren() - Method in class ej.mwt.Container
Automatically declares children as hidden when this container is hidden.
setHorizontalAlignment(int) - Method in class ej.mwt.style.EditableStyle
Sets the horizontal alignment.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setIfNotSet(String, String) - Method in class sun.net.www.MessageHeader
Set's the value of a key only if there is no key with that value already.
setIgnoreContinue(boolean) - Method in class sun.net.www.http.HttpClient
 
setImagePath(String) - Method in class ej.widget.basic.ImageWidget
Sets the image path.
setImmortal(T) - Static method in class ej.bon.Immortals
Turns the given object into an immortal object.
setInitialColor(int) - Method in class ej.fp.widget.Display
Sets the initial color of the display (color used on startup, just before first drawing).
setInitialStateValue(int, int, int) - Static method in class ej.microui.event.EventState
Initializes a state generator with its default state on startup.
setInitialValue(String) - Method in class com.is2t.microej.workbench.std.launch.ext.BrowseOption
 
setInitialValue(boolean) - Method in class com.is2t.microej.workbench.std.launch.ext.CheckBoxOption
 
setInitialValue(int) - Method in class com.is2t.microej.workbench.std.launch.ext.ComboOption
 
setInitialValue(List<String>) - Method in class com.is2t.microej.workbench.std.launch.ext.ListOption
Defines the initial value of the list
setInitialValue(String) - Method in class com.is2t.microej.workbench.std.launch.ext.TextFieldOption
 
setInstanceFollowRedirects(boolean) - Method in class java.net.HttpURLConnection
Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
setInstanceFollowRedirects(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setIntensity(int) - Method in class ej.fp.widget.LED
 
setIntensity(int) - Method in interface ej.microui.led.LLUILedImpl
Sets the intensity of this led.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setIntProperty(int, int, int, int) - Static method in class ej.basictool.BitFieldHelper
Sets a int value in a bit field.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
setLabel(String) - Method in class ej.fp.widget.Button
 
setLabel(String) - Method in class ej.fp.Widget
Sets the label (tag) of this widget.
setLastChild(Widget) - Method in class ej.widget.container.SimpleDock
Sets the last widget of this simple dock.
setLastModified(long) - Method in class java.io.File
Sets the last-modified time of the file or directory named by this abstract pathname.
setLedIntensity(int, int) - Static method in class ej.microui.led.Leds
Controls the intensity of the specified LED.
setLedOff(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED off.
setLedOff(int) - Static method in class ej.microui.led.Leds
Turns off the given LED.
setLedOn(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED on.
setLedOn(int) - Static method in class ej.microui.led.Leds
Turns on the given LED.
setLeftSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick LEFT action.
setLength(int) - Method in interface ej.ecom.io.Datagram
 
setLength(long) - Method in class java.io.RandomAccessFile
Sets the length of this file.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of the character sequence.
setLength(int) - Method in class java.lang.StringBuilder
Sets the length of the character sequence.
setLength(int) - Method in class java.net.DatagramPacket
Set the length for this packet.
setLevel(char) - Method in class ej.util.message.basic.FilterMessageLogger
Sets the level of the logger.
setLevel(Level) - Method in class java.util.logging.Logger
Set the specified Level to the Logger.
setLevel(Level) - Method in class java.util.logging.LogRecord
Set the logging message level.
setListenerClass(Class<?>, String) - Method in class ej.fp.util.WidgetWithListener
Sets the listener class name (package + class).
setListenerClass(String) - Method in class ej.fp.widget.Button
Defines the user class which has to implement Button.ButtonListener.
setListenerClass(String) - Method in class ej.fp.widget.Joystick
Defines the user class which has to implement Joystick.JoystickListener.
setListenerClass(String) - Method in class ej.fp.widget.LongButton
 
setListenerClass(String) - Method in class ej.fp.widget.Pointer
Defines the user class which has to implement Pointer.PointerListener.
setListenerClass(String) - Method in class ej.fp.widget.RepeatButton
 
setListenerClass(String) - Method in class ej.fp.widget.Wheel
Defines the user class which has to implement Wheel.WheelListener.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source logger's name.
setLongPeriod(int) - Method in class ej.fp.widget.LongButton
Set the long event period.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setMargin(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the margin.
setMaxAngle(double) - Method in class ej.fp.widget.Wheel
Sets the bigger angle the wheel can have.
setMessage(String) - Method in class java.util.logging.LogRecord
Set the raw log message.
setMessageBuilder(MessageBuilder) - Method in class ej.util.message.basic.BasicMessageLogger
 
setMessageBuilder(MessageBuilder) - Method in class ej.util.message.basic.FilterMessageLogger
 
setMessageBuilder(MessageBuilder) - Method in class ej.util.message.basic.OffMessageLogger
 
setMessageBuilder(MessageBuilder) - Method in interface ej.util.message.MessageLogger
Sets the message builder used to build the messages.
setMessageCallback(MqttMessageCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a message callback, which is invoked when a message is received for a subscribed topic.
setMeteringPolicy(ProgressMeteringPolicy) - Static method in class sun.net.ProgressMonitor
Change progress metering policy.
setMillis(long) - Method in class java.util.logging.LogRecord
Set event time of the LogRecord.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setMotionFactory(MotionFactory) - Method in class ej.widget.util.swipe.SwipeEventHandler
Sets the motion factory.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted server-mode SSLSockets will be initially configured to require client authentication.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to require client authentication.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
setNewClient(URL) - Method in class sun.net.www.protocol.http.HttpURLConnection
Obtain a HttpsClient object.
setNewClient(URL) - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
Create a new HttpClient object, bypassing the cache of HTTP client objects/connections.
setNewClient(URL) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Create a new HttpClient object, bypassing the cache of HTTP client objects/connections.
setOnClickListener(OnClickListener) - Method in class ej.widget.basic.Button
Sets the listener on the click events of this button.
setOnClickListener(OnClickListener) - Method in class ej.widget.basic.ImageButton
Sets the listener on the click events of this button.
setOOBInline(boolean) - Method in class java.net.Socket
Enable/disable SO_OOBINLINE (receipt of TCP urgent data) By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
setOption(int, Object) - Method in interface java.net.SocketOptions
Enable/disable the option specified by optID.
setOptions(Resty.Option...) - Method in class ej.rest.web.Resty
Set options if you missed your opportunity in the c'tor or if you want to change the options.
setOptionValidator(OptionValidator) - Method in class com.is2t.microej.workbench.std.launch.ext.InputOption
Set option validator (optional)
setOrientation(boolean) - Method in class ej.widget.container.Flow
Sets the orientation of this flow.
setOrientation(boolean) - Method in class ej.widget.container.Grid
Sets the orientation of this grid.
setOrientation(boolean) - Method in class ej.widget.container.List
Sets the orientation of this list.
setOrientation(boolean) - Method in class ej.widget.container.SimpleDock
Sets the orientation of this simple dock.
setOrigin(int, int) - Method in class ej.microui.event.generator.Pointer
Sets an origin offset.
setOutputValue(String) - Method in class com.is2t.microej.workbench.std.launch.ext.HiddenOption
 
setOverlay(boolean) - Method in class ej.fp.Widget
Sets the repaint policy.
setPadding(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the padding.
setParameter(AlgorithmParameterSpec) - Method in class java.security.Signature
Initializes this signature engine with the specified parameter set.
setPinCode(String) - Method in class ej.ecom.mobile.MobileManager
Sets the PIN code to be used for unlocking the SIM card.
setPixels(int[]) - Method in interface ej.fp.Image
Sets all the pixels of the image.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPosition(int, int) - Method in class ej.mwt.util.Rectangle
Sets the position of this rectangle.
setPosition(int, int) - Method in class ej.mwt.Widget
Sets the position of this widget.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperty(String, String) - Method in class ej.microui.event.generator.GenericEventGenerator
Called at startup to configure the event generator with the specific properties set in the .microui file.
setProperty(String, String) - Method in interface ej.property.PropertyRegistry
Sets a property that maps a key to a value.
setProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
setProperty(String, String) - Method in class ej.wadapps.multisandbox.property.SharedPropertyRegistryKF
 
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
setPublishCallback(MqttPublishCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a publish callback, which is invoked when PUBACK(QOS1)/PUBREC,PUBCOMP(QOS2).
setPushedSkin(Image) - Method in class ej.fp.widget.Button
Sets the image which shows the pressed button.
setPushedSkin(Image) - Method in class ej.fp.widget.Wheel
Sets the skin to show the wheel press event.
setReadable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's read permission for this abstract pathname.
setReadable(boolean) - Method in class java.io.File
A convenience method to set the owner's read permission for this abstract pathname.
setReadOnly() - Method in class java.io.File
Marks the file or directory named by this abstract pathname so that only read operations are allowed.
setReadTimeout(int) - Method in class java.net.URLConnection
Sets the read timeout to a specified timeout, in milliseconds.
setReadTimeout(int) - Method in class sun.net.NetworkClient
Sets the read timeout.
setReadTimeout(int) - Method in class sun.net.www.protocol.http.HttpURLConnection
Sets the read timeout to a specified timeout, in milliseconds.
setReadTimeout(int) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_RCVBUF option to the specified value for this DatagramSocket.
setReceiveBufferSize(int) - Method in class java.net.ServerSocket
Sets a default proposed value for the SO_RCVBUF option for sockets accepted from this ServerSocket.
setReceiveBufferSize(int) - Method in class java.net.Socket
Sets the SO_RCVBUF option to the specified value for this Socket.
setRepeatPeriod(int) - Method in class ej.fp.widget.Joystick
Sets the repeat event period.
setRepeatPeriod(int) - Method in class ej.fp.widget.RepeatButton
Sets the repeat event period.
setRequestMethod(String) - Method in class java.net.HttpURLConnection
Set the method for the URL request, one of: GET POST HEAD OPTIONS PUT DELETE TRACE are legal, subject to protocol restrictions.
setRequestMethod(String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setRequestProperty(String, String) - Method in class java.net.URLConnection
Sets the general request property.
setRequestProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
Sets request property.
setRequestProperty(String, String) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
Sets request property.
setResult(R) - Method in class com.microej.kf.util.RunnableWithResult
 
setReuseAddress(boolean) - Method in class java.net.DatagramSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.ServerSocket
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setRightSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick RIGHT action.
setScale(int, int) - Method in class ej.microui.event.generator.Pointer
Sets a scaled area.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setShownChild(Widget) - Method in class ej.mwt.Container
Sets a child as shown.
setShownChildren() - Method in class ej.mwt.Container
Automatically declares children as shown when this container is shown.
setSize(int, int) - Method in class ej.mwt.util.Rectangle
Sets the size of this rectangle.
setSize(int, int) - Method in class ej.mwt.util.Size
Sets the size.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setSkin(Image) - Method in class ej.fp.Widget
Sets the default skin of this widget.
setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being sent.
setSoLinger(boolean, int) - Method in class java.net.Socket
Enable/disable SO_LINGER with the specified linger time in seconds.
setSoTimeout(int) - Method in class java.net.DatagramSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.ServerSocket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSoTimeout(int) - Method in class java.net.Socket
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSSLSocketFactory(SSLSocketFactory) - Method in class javax.net.ssl.HttpsURLConnection
Sets the SSLSocketFactory to be used when this instance creates sockets for secure https URL connections.
setSteps(Image[]) - Method in class ej.fp.widget.Wheel
Sets the images which simulate the wheel rotation.
setStyle(Style) - Method in class ej.mwt.Widget
Sets the style of the widget.
setStylesheet(Stylesheet) - Method in class ej.mwt.Desktop
Sets the stylesheet instance.
setSubscribeCallback(MqttSubscribeCallback) - Method in class com.cinterion.mqtt.MqttClient
Sets a subscribe callback, which is invoked when a subscription is granted or denied.
setSwipeListener(SwipeListener) - Method in class ej.widget.util.swipe.SwipeEventHandler
Sets the swipe listener.
setTabSize(int) - Method in interface ej.jsonpath.parser.CharStream
 
setTabSize(int) - Method in class ej.jsonpath.parser.SimpleCharStream
 
setTaskName(String) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
setTaskName(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Sets the task name to the given value.
setTaskName(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
setTaskName(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setText(String) - Method in class ej.widget.basic.Label
Sets the text to display on this label.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set the throwable associated with this log record.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTooltipText(String) - Method in class com.is2t.microej.workbench.std.launch.ext.ListButton
Override default tooltip text.
setTouch(boolean) - Method in class ej.fp.widget.Pointer
Configures touch or mouse mode.
setTrackLineColumn(boolean) - Method in interface ej.jsonpath.parser.CharStream
 
setTrackLineColumn(boolean) - Method in class ej.jsonpath.parser.SimpleCharStream
 
setTrafficClass(int) - Method in class java.net.DatagramSocket
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this DatagramSocket.
setTrafficClass(int) - Method in class java.net.Socket
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
setTranslation(int, int) - Method in class ej.microui.display.GraphicsContext
Sets the translation vector of this graphics context to the (x,y) vector.
setTransparentMode(boolean) - Method in interface ej.fp.Image
All drawings in transparent mode manage alpha channel for the given colors.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class ej.bon.Timer
Sets the specific handler for uncaught exceptions on this Timer instance.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
setUpSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick UP action.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
Sets the fields of the URL argument to the indicated values.
setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
Sets an application's URLStreamHandlerFactory.
setUseCaches(boolean) - Method in class java.net.URLConnection
Sets the value of the useCaches field of this URLConnection to the specified value.
setUseCaches(boolean) - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted connections are in the (default) SSL server mode, or the SSL client mode.
setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to use client (or server) mode when handshaking.
setValue(int) - Method in class com.cinterion.io.OutPort
Sets the current value of an instance of a GPIO port of output pins.
setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
Replaces the value corresponding to this entry with the specified value.
setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
Replaces the value corresponding to this entry with the specified value (optional operation).
setValue(V) - Method in interface java.util.Map.Entry
Replaces the value corresponding to this entry with the specified value (optional operation).
setVerticalAlignment(int) - Method in class ej.mwt.style.EditableStyle
Sets the vertical alignment.
setWidget(Widget) - Method in class ej.mwt.Desktop
Attaches a widget to this desktop.
setWidth(int) - Method in class ej.fp.Widget
Sets the width of widget.
setWidth(int) - Method in class ej.mwt.util.Rectangle
Sets the width.
setWidth(int) - Method in class ej.mwt.util.Size
Sets the width.
setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
Sets the work remaining for this SubMonitor instance.
setWritable(boolean, boolean) - Method in class java.io.File
Sets the owner's or everybody's write permission for this abstract pathname.
setWritable(boolean) - Method in class java.io.File
A convenience method to set the owner's write permission for this abstract pathname.
setX(int) - Method in class ej.fp.Widget
Sets the x relative coordinate of this widget.
setX(int) - Method in class ej.mwt.util.Rectangle
Sets the x coordinate.
setY(int) - Method in class ej.fp.Widget
Sets the y relative coordinate of this widget.
setY(int) - Method in class ej.mwt.util.Rectangle
Sets the y coordinate.
SEVERE - Static variable in class ej.util.message.Level
Severe.
SEVERE - Static variable in class java.util.logging.Level
SEVERE is a message level indicating a serious failure.
severe(String) - Method in class java.util.logging.Logger
Log a SEVERE message.
ShapePainter - Class in ej.drawing
The ShapePainter class offers a set of static methods to render thick shapes (with or without anti-aliasing) and polygons.
ShapePainter.Cap - Enum in ej.drawing
Defines the cap representation when drawing a line or a circle arc.
SharedPropertyFactory - Class in ej.wadapps.property
The factory that retrieves the unique instance of the SharedPropertyRegistry sets by the system.
SharedPropertyRegistry - Interface in ej.wadapps.property
Shared property registry is used to share properties between different applications.
SharedPropertyRegistryKF - Class in ej.wadapps.multisandbox.property
Implementation of shared property registry over Kernel and Features.
SharedPropertyRegistryKF() - Constructor for class ej.wadapps.multisandbox.property.SharedPropertyRegistryKF
Creates a new shared registry KF.
SharedServiceFactory - Class in ej.wadapps.service
The factory that retrieves the unique instance of the SharedServiceRegistry sets by the system.
SharedServiceRegistry - Interface in ej.wadapps.service
The shared service registry is used to share services between different applications.
SharedServiceRegistryKF - Class in ej.wadapps.multisandbox.service
Implementation of the shared service registry over Kernel and Features.
SharedServiceRegistryKF() - Constructor for class ej.wadapps.multisandbox.service.SharedServiceRegistryKF
Creates a shared service registry.
shiftLeft(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this << n).
shiftRight(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this >> n).
Short - Class in java.lang
The Short class wraps a value of primitive type short in an object.
Short(short) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the specified short value.
Short(String) - Constructor for class java.lang.Short
Constructs a newly allocated Short object that represents the short value indicated by the String parameter.
SHORT - Static variable in class java.util.Calendar
A style specifier indicating a short name, such as "Jan".
SHORT - Static variable in class java.util.TimeZone
A style specifier for getDisplayName() indicating a short name, such as "PST."
SHORT_SIZE - Static variable in class ej.bon.ByteArray
The size of a short.
ShortBuffer - Class in java.nio
a short buffer.
ShortBufferException - Exception in javax.crypto
This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
ShortBufferException() - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with no detail message.
ShortBufferException(String) - Constructor for exception javax.crypto.ShortBufferException
Constructs a ShortBufferException with the specified detail message.
ShortConverter - Class in com.microej.kf.util
ShortConverter() - Constructor for class com.microej.kf.util.ShortConverter
 
shortValue() - Method in class java.lang.Byte
Returns the value of this Byte as a short.
shortValue() - Method in class java.lang.Double
Returns the value of this Double as a short (by casting to a short).
shortValue() - Method in class java.lang.Float
Returns the value of this Float as a short (by casting to a short).
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Long
Returns the value of this Long as a short.
shortValue() - Method in class java.lang.Number
Returns the value of the specified number as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
shouldMeterInput(URL, String) - Method in interface sun.net.ProgressMeteringPolicy
Return true if metering should be turned on for a particular network input stream.
shouldMeterInput(URL, String) - Method in class sun.net.ProgressMonitor
Return true if metering should be turned on for a particular URL input stream.
SHOW_ACTIVITY - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: activity_id (string).
SHOW_ACTIVITY_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
SHOW_ACTIVITY_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
SHOW_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application_id (string).
SHOW_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
SHOW_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: none.
showYourself(boolean) - Method in class ej.fp.widget.Display
 
showYourself(boolean) - Method in class ej.fp.widget.LED
 
showYourself(boolean) - Method in class ej.fp.Widget
Called by front panel viewer to make widgets appear as if "switched on" or not.
shrink(int[], int, int) - Static method in class ej.basictool.ArrayTools
Shrinks an array by removing a number of cells at an index.
shrink(T[], int, int) - Static method in class ej.basictool.ArrayTools
Shrinks an array by removing a number of cells at an index.
shuffle(List<?>) - Static method in class java.util.Collections
Randomly permutes the specified list using a default source of randomness.
shuffle(List<?>, Random) - Static method in class java.util.Collections
Randomly permute the specified list using the specified source of randomness.
shutdown() - Method in interface java.util.concurrent.ExecutorService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in interface java.util.concurrent.ExecutorService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
SIGN - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for signing.
sign() - Method in class java.security.Signature
Returns the signature bytes of all the data updated.
sign(byte[], int, int) - Method in class java.security.Signature
Finishes the signature operation and stores the resulting signature bytes in the provided buffer outbuf, starting at offset.
Signature - Class in java.security
The Signature class is used to provide applications the functionality of a digital signature algorithm.
Signature(String) - Constructor for class java.security.Signature
Creates a Signature object for the specified algorithm.
SignatureException - Exception in java.security
This is the generic Signature exception.
SignatureException() - Constructor for exception java.security.SignatureException
Constructs a SignatureException with no detail message.
SignatureException(String) - Constructor for exception java.security.SignatureException
Constructs a SignatureException with the specified detail message.
SignatureException(String, Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified detail message and cause.
SignatureException(Throwable) - Constructor for exception java.security.SignatureException
Creates a SignatureException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SignatureSpi - Class in java.security
This class defines the Service Provider Interface (SPI) for the Signature class, which is used to provide the functionality of a digital signature algorithm.
SignatureSpi() - Constructor for class java.security.SignatureSpi
 
signum(int) - Static method in class java.lang.Integer
Returns the signum function of the specified int value.
signum(long) - Static method in class java.lang.Long
Returns the signum function of the specified long value.
signum(double) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is greater than zero, -1.0 if the argument is less than zero.
signum(float) - Static method in class java.lang.Math
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument is greater than zero, -1.0f if the argument is less than zero.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
SILVER - Static variable in class ej.microui.display.Colors
Constant for silver color.
SimpleCharStream - Class in ej.jsonpath.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing) adapted from the generated class.
SimpleCharStream(Reader, int, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class ej.jsonpath.parser.SimpleCharStream
Constructor.
SimpleDock - Class in ej.widget.container
Lays out three children vertically or horizontally.
SimpleDock(boolean) - Constructor for class ej.widget.container.SimpleDock
Creates a simple dock specifying its orientation.
SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing the same mapping as the specified entry.
SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing the same mapping as the specified entry.
SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
Creates an entry representing a mapping from the specified key to the specified value.
SimpleNode - Class in ej.jsonpath.parser
 
SimpleNode(int) - Constructor for class ej.jsonpath.parser.SimpleNode
 
SimpleNode(JSONPathCompiler, int) - Constructor for class ej.jsonpath.parser.SimpleNode
 
SimplePropertyRegistry - Class in ej.property.registry
Simple implementation of a property registry.
SimplePropertyRegistry() - Constructor for class ej.property.registry.SimplePropertyRegistry
Creates a simple property registry.
SimpleServiceLoader - Class in ej.service.loader
Service loader that creates service instance based on default service implementation class.
SimpleServiceLoader() - Constructor for class ej.service.loader.SimpleServiceLoader
Instantiates a new default service loader.
SimpleServiceRegistry - Class in ej.service.registry
Service loader that creates service instance based on default service implementation class.
SimpleServiceRegistry() - Constructor for class ej.service.registry.SimpleServiceRegistry
 
sin(double) - Static method in class ej.bon.XMath
Returns the trigonometric sine of an angle.
sin(double) - Static method in class java.lang.Math
Returns the trigonometric sine of an angle.
SineEaseInMotion - Class in ej.motion.sine
Represents a ease in motion: starts at a slow speed, then reaches and maintain a steady speed through the stop instruction.
SineEaseInMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseInMotion
Creates a ease in motion for a move from start to stop.
SineEaseInOutMotion - Class in ej.motion.sine
Represents a ease in/out motion: starts at a steady speed, then slows down to a stop.
SineEaseInOutMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseInOutMotion
Creates a ease in/out motion for a move from start to stop.
SineEaseOutMotion - Class in ej.motion.sine
Represents a ease out motion: starts at a steady speed, then slows down to a stop.
SineEaseOutMotion(int, int, long) - Constructor for class ej.motion.sine.SineEaseOutMotion
Creates a ease out motion for a move from start to stop.
SineMotionManager - Class in ej.motion.sine
Motion manager creating ease in motions.
SineMotionManager() - Constructor for class ej.motion.sine.SineMotionManager
 
singleton(T) - Static method in class java.util.Collections
Returns an immutable set containing only the specified object.
singletonList(T) - Static method in class java.util.Collections
Returns an immutable list containing only the specified object.
singletonMap(K, V) - Static method in class java.util.Collections
Returns an immutable map, mapping only the specified key to the specified value.
sinh(double) - Static method in class java.lang.Math
Returns the hyperbolic sine of a double value.
SINHALA - Static variable in class ej.microui.display.FontIdentifiers
Constant for sinhala font identifier.
size() - Method in class com.microej.kf.util.KFList
 
size() - Method in class com.microej.kf.util.KFList2
 
size() - Method in class ej.basictool.map.AbstractPackedMap
Returns the number of key-value mappings in this map.
size() - Method in class ej.basictool.map.AbstractWeakPackedMap
 
size() - Method in class ej.microui.event.EventQueue
Returns the number of elements in this list.
Size - Class in ej.mwt.util
Represents a size (width and height).
Size(int, int) - Constructor for class ej.mwt.util.Size
Creates a size specifying its values.
Size(Size) - Constructor for class ej.mwt.util.Size
Creates a size from another size.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
size() - Method in class java.util.ArrayList
Returns the number of elements in this list.
size() - Method in class java.util.BitSet
Returns the number of bits of space actually in use by this BitSet to represent bit values.
size() - Method in interface java.util.Collection
Returns the number of elements in this collection.
size() - Method in interface java.util.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.Dictionary
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class java.util.HashMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
size() - Method in interface java.util.List
Returns the number of elements in this list.
size() - Method in interface java.util.Map
Returns the number of key-value mappings in this map.
size() - Method in interface java.util.Set
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.TreeMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.TreeSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in class java.util.WeakHashMap
Returns the number of key-value mappings in this map.
size() - Method in class sun.net.www.http.ChunkedOutputStream
 
skip(long) - Method in class com.microej.kf.util.InputStreamProxy
 
skip(long) - Method in class ej.io.progress.ProgressInputStream
 
skip(long) - Method in class ej.rcommand.impl.ChunkedInputStream
 
skip(long) - Method in class ej.rcommand.impl.LimitedLengthInputStream
 
skip(long) - Method in class java.io.BufferedInputStream
See the general contract of the skip method of InputStream.
skip(long) - Method in class java.io.BufferedReader
Skips characters.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.CharArrayReader
Skips characters.
skip(long) - Method in class java.io.FileInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.FilterInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.PushbackInputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.Reader
Skips characters.
skip(long) - Method in class java.io.StringReader
Skips the specified number of characters in the stream.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
skipBytes(int) - Method in class java.io.RandomAccessFile
Attempts to skip over n bytes of input discarding the skipped bytes.
skipParameters() - Method in interface ej.rcommand.CommandReader
Skips the parameters of a command and get ready to read the following command.
skipParameters() - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
skipParameters() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
skipPast(String) - Method in class org.json.me.util.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class org.json.me.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class org.json.me.util.XML
The Character '/'.
sleep(long) - Static method in class ej.basictool.ThreadUtils
Delays the execution of the current thread.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long, int) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds plus the specified number of nanoseconds, subject to the precision and accuracy of system timers and schedulers.
sleep(long) - Method in enum java.util.concurrent.TimeUnit
Performs a Thread.sleep using this time unit.
slice() - Method in class java.nio.ByteBuffer
Creates a new byte buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.CharBuffer
Creates a new char buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.DoubleBuffer
Creates a new double buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.FloatBuffer
Creates a new float buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.IntBuffer
Creates a new int buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.LongBuffer
Creates a new long buffer whose content is a shared subsequence of this buffer's content.
slice() - Method in class java.nio.ShortBuffer
Creates a new short buffer whose content is a shared subsequence of this buffer's content.
SNI - Class in ej.sni
 
SNI() - Constructor for class ej.sni.SNI
 
SO_BINDADDR - Static variable in interface java.net.SocketOptions
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound at creation time, and so the locally bound address cannot be changed).
SO_BROADCAST - Static variable in interface java.net.SocketOptions
Sets SO_BROADCAST for a socket.
SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive probe to the peer.
SO_LINGER - Static variable in interface java.net.SocketOptions
Specify a linger-on-close timeout.
SO_OOBINLINE - Static variable in interface java.net.SocketOptions
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket input stream.
SO_RCVBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
SO_REUSEADDR - Static variable in interface java.net.SocketOptions
Sets SO_REUSEADDR for a socket.
SO_SNDBUF - Static variable in interface java.net.SocketOptions
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
SO_TIMEOUT - Static variable in interface java.net.SocketOptions
Set a timeout on blocking Socket operations:
Socket - Class in java.net
This class implements client sockets (also called just "sockets").
Socket() - Constructor for class java.net.Socket
Creates an unconnected socket, with the system-default type of SocketImpl.
Socket(String, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number on the named host.
Socket(InetAddress, int) - Constructor for class java.net.Socket
Creates a stream socket and connects it to the specified port number at the specified IP address.
Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote host on the specified remote port.
Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
Creates a socket and connects it to the specified remote address on the specified remote port.
SOCKET_CONNECT_ACTION - Static variable in class sun.net.www.http.HttpClient
 
SOCKET_RESOLVE_ACTION - Static variable in class sun.net.www.http.HttpClient
 
SocketAddress - Class in java.net
This class represents a Socket Address with no protocol attachment.
SocketAddress() - Constructor for class java.net.SocketAddress
 
SocketException - Exception in java.net
Thrown to indicate that there is an error creating or accessing a Socket.
SocketException(String) - Constructor for exception java.net.SocketException
Constructs a new SocketException with the specified detail message.
SocketException() - Constructor for exception java.net.SocketException
Constructs a new SocketException with no detail message.
SocketFactory - Class in javax.net
This class creates sockets.
SocketFactory() - Constructor for class javax.net.SocketFactory
Creates a SocketFactory.
SocketOptions - Interface in java.net
Interface of methods to get/set socket options.
SocketPermission - Class in java.net
This class represents access to a network via sockets.
SocketPermission(String, String) - Constructor for class java.net.SocketPermission
Creates a new SocketPermission object with the specified actions.
SocketTimeoutException - Exception in java.net
Signals that a timeout has occurred on a socket read or accept.
SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
Constructs a new SocketTimeoutException with a detail message.
SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
Construct a new SocketTimeoutException with no detailed message.
sort(int[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(int[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(long[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(long[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(short[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(short[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(char[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(char[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(byte[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(byte[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(float[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(float[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(double[]) - Static method in class java.util.Arrays
Sorts the specified array into ascending numerical order.
sort(double[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the array into ascending order.
sort(Object[]) - Static method in class java.util.Arrays
Sorts the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(Object[], int, int) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects into ascending order, according to the natural ordering of its elements.
sort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified array of objects according to the order induced by the specified comparator.
sort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
Sorts the specified range of the specified array of objects according to the order induced by the specified comparator.
sort(List<T>) - Static method in class java.util.Collections
Sorts the specified list into ascending order, according to the natural ordering of its elements.
sort(List<T>, Comparator<? super T>) - Static method in class java.util.Collections
Sorts the specified list according to the order induced by the specified comparator.
SortedMap<K,V> - Interface in java.util
A Map that further provides a total ordering on its keys.
SortedSet<E> - Interface in java.util
A Set that further provides a total ordering on its elements.
source - Variable in class java.util.EventObject
The object on which the Event initially occurred.
specialToken - Variable in class ej.jsonpath.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitWhitespace(String) - Static method in class sun.net.www.http.HttpClient
String.split("\\s+") <=> split()
sqrt(double) - Static method in class ej.bon.XMath
Returns the correctly rounded positive square root of a double value.
sqrt(double) - Static method in class java.lang.Math
Returns the correctly rounded positive square root of a double value.
SSL_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
SSL connect failed.
SslConfig - Class in com.cinterion.ssl
This class allows to configure an SSL connection and enumerates the configuration values.
SslConfig(short) - Constructor for class com.cinterion.ssl.SslConfig
Instantiates an SSL configuration.
SSLContext - Class in javax.net.ssl
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket factories or SSLEngines.
SSLContext() - Constructor for class javax.net.ssl.SSLContext
 
SslContextBuilder - Class in ej.net.util.ssl
Helps to create an SSL context.
SslContextBuilder() - Constructor for class ej.net.util.ssl.SslContextBuilder
Creates an SSL context builder.
SSLContextSpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the SSLContext class.
SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
 
SSLException - Exception in javax.net.ssl
Indicates some kind of error detected by an SSL subsystem.
SSLException(String) - Constructor for exception javax.net.ssl.SSLException
Constructs an exception reporting an error found by an SSL subsystem.
SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified detail message and cause.
SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
Creates a SSLException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
SSLHandshakeException - Exception in javax.net.ssl
Indicates that the client and server could not negotiate the desired level of security.
SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
SSLPermission - Class in javax.net.ssl
This class is for various network permissions.
SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission with the specified name.
SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
Creates a new SSLPermission object with the specified name.
SSLServerSocket - Class in javax.net.ssl
This class extends ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocketFactory - Class in javax.net.ssl
SSLServerSocketFactorys create SSLServerSockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
Constructor is used only by subclasses.
SSLSocket - Class in javax.net.ssl
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocketFactory - Class in javax.net.ssl
SSLSocketFactorys create SSLSockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
Constructor is used only by subclasses.
SslStorage - Class in com.cinterion.ssl
Management class for the non-volatile memory used for network security.
Stack<E> - Class in java.util
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StackOverflowError - Error in java.lang
Thrown when a stack overflow occurs because an application recurses too deeply.
StackOverflowError() - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with no detail message.
StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
Constructs a StackOverflowError with the specified detail message.
StackTraceElement - Class in java.lang
An element in a stack trace.
start() - Method in interface com.is2t.hil.StartListener
Called when the simulator is starting.
start() - Method in class ej.fp.FrontPanel
Starts the simulation.
start() - Method in class ej.fp.widget.Button
 
start() - Method in class ej.fp.widget.Display
Called by the parser after filling all the fields defined in the xml.
start() - Method in class ej.fp.widget.Joystick
 
start() - Method in class ej.fp.widget.LongButton
 
start() - Method in class ej.fp.widget.Pointer
 
start() - Method in class ej.fp.widget.RepeatButton
 
start() - Method in class ej.fp.Widget
Starts the widget.
start() - Method in class ej.fp.widget.Wheel
 
start() - Method in class ej.kf.Feature
Causes this Feature to start.
start() - Method in interface ej.kf.FeatureEntryPoint
This method is called once by the Kernel when a Feature has been newly started.
START - Static variable in class ej.microui.event.EventCommand
The "start" command constant.
START - Static variable in class ej.microui.event.generator.Command
Constant for "start" command.
start() - Static method in class ej.microui.MicroUI
Starts MicroUI.
It implies starting event serialization as well as rendering mechanisms.
This method does nothing if MicroUI is already started.
start - Variable in class ej.motion.AbstractMotion
Start value.
start() - Method in class ej.motion.AbstractMotion
 
start() - Method in interface ej.motion.Motion
Starts (or starts again) the motion.
start() - Method in class ej.motion.none.NoMotion
 
start(Timer, long) - Method in class ej.motion.util.MotionAnimator
Starts the animation on the given timer.
start(int) - Method in interface ej.motion.util.MotionListener
The motion is started.
start(int) - Method in class ej.motion.util.MotionListenerAdapter
 
start(RemoteCommandManager) - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
Creates the comm connection and adds it in the given remote command manager.
start() - Method in class ej.rcommand.impl.AbstractRemoteService
 
start() - Method in interface ej.rcommand.RemoteService
 
start() - Method in interface ej.wadapps.application.Application
Causes this application to start.
start(IProgressMonitor) - Method in interface ej.wadapps.application.Application
Causes this application to start.
start() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
start(IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
Action associated with Application.start().
START_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
START_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
START_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
startAllApplications() - Static method in class ej.wadapps.common.util.StartupHelper
Starts all the applications available in the application manager registered in the service loader.
startAllApplications(ApplicationManager) - Static method in class ej.wadapps.common.util.StartupHelper
Starts all the applications available in an application manager.
startAnimation(Animation) - Method in class ej.mwt.animation.Animator
Starts an animation.
startCommand(String) - Method in interface ej.rcommand.CommandSender
Starts a command.
startCommand(String) - Method in class ej.rcommand.impl.DynamicRemoteConnection
 
startCommand(String) - Method in class ej.rcommand.impl.StreamRemoteConnection
 
startHandshake() - Method in class ej.net.dtls.DTLSSocket
Starts an DTLS handshake on this connection.
startHandshake() - Method in class javax.net.ssl.SSLSocket
Starts an SSL handshake on this connection.
StartListener - Interface in com.is2t.hil
An interface for simulator start listeners.
startPolling() - Method in class com.cinterion.io.InPort
Starts polling of a GPIO port of input pins.
startRead() - Method in interface ej.rcommand.RemoteConnectionListener
The remote command manager starts reading the associated connection.
startReading(RemoteConnection) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Can be called once.
startReading(RemoteConnection, RemoteConnectionListener) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Can be called once.
startReading(RemoteConnection, String) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Can be called once.
startReading(RemoteConnection, String, RemoteConnectionListener) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
Can be called once.
startReading(RemoteConnection, String) - Method in interface ej.rcommand.RemoteCommandManager
Starts to read and execute the commands from the given CommandReader.
startReading(RemoteConnection, String, RemoteConnectionListener) - Method in interface ej.rcommand.RemoteCommandManager
Starts to read and execute the commands from the given CommandReader.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
startsWith(String, int) - Method in class java.lang.String
Tests if the substring of this string beginning at the specified index starts with the specified prefix.
startTime - Variable in class ej.motion.AbstractMotion
Start time.
StartupHelper - Class in ej.wadapps.common.util
Contains tools to start an application.
state - Variable in class java.security.Signature
Current state of this signature object.
STATE_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string).
STATE_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: error message (string).
STATE_APPLICATION_NOTIFY - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application id (string), application state (string).
STATE_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
Protocol: application state (string).
stateChanged(Feature, Feature.State) - Method in class com.microej.kf.util.AbstractKFList
 
stateChanged(Feature, Feature.State) - Method in interface ej.kf.FeatureStateListener
Called when the state of a Feature has changed.
stateChanged(Feature, Feature.State) - Method in class ej.wadapps.multisandbox.application.ApplicationManagerKF
 
stateChanged(Feature, Feature.State) - Method in class ej.wadapps.multisandbox.property.SharedPropertyRegistryKF
 
stateChanged(Feature, Feature.State) - Method in class ej.wadapps.multisandbox.service.SharedServiceRegistryKF
 
States - Class in ej.microui.event.generator
A states event generator is usually associated to a group of physical devices holding a position (switch, rotary wheel encoder, ...) and allows to generate events relating to them.
States(int[], int[]) - Constructor for class ej.microui.event.generator.States
Creates a states generator.
StateSelector - Class in ej.mwt.stylesheet.selector
A state selector selects from a state.
StateSelector(int) - Constructor for class ej.mwt.stylesheet.selector.StateSelector
Creates a state selector with one state.
STATIC_LEXER_ERROR - Static variable in error ej.jsonpath.parser.TokenMgrError
An attempt was made to create a second instance of a static token manager.
status(int) - Method in class ej.rest.web.AbstractResource
Check if the URLConnection has returned the specified responseCode
step(int) - Method in interface ej.motion.util.MotionListener
A new step in the motion.
step(int) - Method in class ej.motion.util.MotionListenerAdapter
 
stop() - Method in interface com.is2t.hil.NativeInterface
Allows to request the simulation stop.
stop(boolean) - Method in interface com.is2t.hil.StopListener
Called when the simulator has stopped.
stop() - Method in class ej.kf.Feature
Causes this Feature to stop.
stop() - Method in interface ej.kf.FeatureEntryPoint
This method is called once by the Kernel when a Feature is going to be unloaded.
STOP - Static variable in class ej.microui.event.EventCommand
The "stop" command constant.
STOP - Static variable in class ej.microui.event.generator.Command
Constant for "stop" command.
stop() - Static method in class ej.microui.MicroUI
Stops MicroUI.
It implies stopping any potential event serialization as well as rendering mechanisms.
This method does nothing if MicroUI is already stopped.
stop - Variable in class ej.motion.AbstractMotion
Stop value.
stop() - Method in class ej.motion.util.MotionAnimator
Stops the animation.
stop(int) - Method in interface ej.motion.util.MotionListener
The motion is finished.
stop(int) - Method in class ej.motion.util.MotionListenerAdapter
 
stop() - Method in class ej.rcommand.comm.RemoteCommandCommPopulator
Stops the reading of the comm connection and closes it.
stop() - Method in class ej.rcommand.impl.AbstractRemoteService
 
stop() - Method in interface ej.rcommand.RemoteService
 
stop() - Method in class ej.rcommand.synchronous.RemoteCommandClient
Stops the client.
stop() - Method in interface ej.wadapps.application.Application
Causes this application to stop.
stop(IProgressMonitor) - Method in interface ej.wadapps.application.Application
Causes this application to stop.
stop() - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
stop(IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.FeatureApplication
 
stop() - Method in class ej.widget.util.swipe.SwipeEventHandler
Forces the end of the animation.
STOP_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
Action associated with Application.stop().
STOP_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
STOP_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
STOP_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
stopAll() - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
 
stopAll() - Method in interface ej.rcommand.RemoteCommandManager
Stops all the connections.
stopAllApplications() - Static method in class ej.wadapps.common.util.StartupHelper
Stops all the applications available in the application manager registered in the service loader.
stopAllApplications(ApplicationManager) - Static method in class ej.wadapps.common.util.StartupHelper
Stops all the applications available in an application manager.
stopAnimation(Animation) - Method in class ej.mwt.animation.Animator
Stops an animation.
stopFeature(Feature, long) - Static method in class com.microej.kf.util.KernelSupport
KF-1.3 spec: Feature.stop() may result to STOPPED state when there are remaining references from Kernel to the Feature being killed.
stopFeature(Feature) - Static method in class com.microej.kf.util.KernelSupport
This function infinitely blocks until all Feature references are removed by the Kernel.
StopListener - Interface in com.is2t.hil
An interface for simulator stop listeners.
stopPolling() - Method in class com.cinterion.io.InPort
Stops polling of a GPIO port of input pins.
stopRead() - Method in interface ej.rcommand.RemoteConnectionListener
The remote command manager stops reading the associated connection.
stopReading(RemoteConnection) - Method in class ej.rcommand.impl.DefaultRemoteCommandManager
 
stopReading(RemoteConnection) - Method in interface ej.rcommand.RemoteCommandManager
Stops reading the commands from the given CommandReader.
Storage - Interface in ej.storage
Defines the storage mechanism.
StorageFs - Class in ej.storage.fs
Implementation of persistent storage on file system.
StorageFs() - Constructor for class ej.storage.fs.StorageFs
Creates a storage on file system.
StorageFs(String) - Constructor for class ej.storage.fs.StorageFs
Creates a storage on file system specifying the root folder where the files will be created.
StorageHeap - Class in ej.storage.heap
Implementation of not persistent storage on Java heap.
StorageHeap() - Constructor for class ej.storage.heap.StorageHeap
Creates a not persistent storage.
StorageHelper - Class in ej.storage.util
Contains tools related to storage.
StorageMessage - Class in ej.storage.util
Provides a message logger to log all messages for storage.
store(String) - Method in class ej.storage.fs.StorageFs
 
store(String) - Method in class ej.storage.heap.StorageHeap
 
store(String) - Method in interface ej.storage.Storage
Stores data that will be referenced with an ID.
store(Writer, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.
store(OutputStream, String) - Method in class java.util.Properties
Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.
stream() - Method in class ej.rest.web.AbstractResource
 
StreamConnection - Interface in ej.ecom.io
This interface defines a bidirectional connection: a connection on which an InputStream and an OutputStream can be open.
StreamConnectionNotifier - Interface in ej.ecom.io
 
streaming() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
StreamRemoteConnection - Class in ej.rcommand.impl
 
StreamRemoteConnection(InputStream, OutputStream) - Constructor for class ej.rcommand.impl.StreamRemoteConnection
 
StrictFontLoader - Class in ej.widget.util.font
Returns the font which matches exactly the font parameters.
StrictFontLoader() - Constructor for class ej.widget.util.font.StrictFontLoader
Creates a strict font loader.
StrictTypeSelector - Class in ej.mwt.stylesheet.selector
A type selector selects by checking the widget type (Java class).
StrictTypeSelector(Class<? extends Widget>) - Constructor for class ej.mwt.stylesheet.selector.StrictTypeSelector
Creates a type selector.
String - Class in java.lang
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(byte[]) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(byte[], int, int) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[], int, int, String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) - Constructor for class java.lang.String
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
String(StringBuilder) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string builder argument.
StringBuffer - Class in java.lang
A thread-safe, mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
Constructs a string buffer that contains the same characters as the specified CharSequence.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and the specified initial capacity.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer initialized to the contents of the specified string.
StringBuilder - Class in java.lang
A mutable sequence of characters.
StringBuilder() - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
Constructs a string builder that contains the same characters as the specified CharSequence.
StringBuilder(int) - Constructor for class java.lang.StringBuilder
Constructs a string builder with no characters in it and an initial capacity specified by the capacity argument.
StringBuilder(String) - Constructor for class java.lang.StringBuilder
Constructs a string builder initialized to the contents of the specified string.
StringConstant - Class in com.is2t.microej.workbench.std.launch.ext.expr
Unicode characters string
StringConstant(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.StringConstant
 
StringConverter - Class in com.microej.kf.util
StringConverter() - Constructor for class com.microej.kf.util.StringConverter
 
StringIndexOutOfBoundsException - Exception in java.lang
Thrown by String methods to indicate that an index is either negative or greater than the size of the string.
StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringLabel - Class in com.is2t.microej.workbench.std.launch.ext
Basic String based label
StringLabel(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.StringLabel
 
StringPainter - Class in ej.widget.util.render
Provides utility methods to draw strings.
stringPropertyNames() - Method in class java.util.Properties
Returns a set of keys in this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
StringReader - Class in java.io
A character stream whose source is a string.
StringReader(String) - Constructor for class java.io.StringReader
Creates a new string reader.
StringTokenizer - Class in java.util
The string tokenizer class allows an application to break a string into tokens.
StringTokenizer(String, String, boolean) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String, String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
StringTokenizer(String) - Constructor for class java.util.StringTokenizer
Constructs a string tokenizer for the specified string.
stringToValue(String) - Static method in class ej.rest.util.Tool
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class org.json.me.JSONObject
Try to convert a string into a number, boolean, or null.
stringWidth(String) - Method in class ej.microui.display.Font
Returns the width of a string when it is drawn using this font.
StringWriter - Class in java.io
A character stream that collects its output in a string buffer, which can then be used to construct a string.
StringWriter() - Constructor for class java.io.StringWriter
Create a new string writer using the default initial string-buffer size.
StringWriter(int) - Constructor for class java.io.StringWriter
Create a new string writer using the specified initial string-buffer size.
Style - Interface in ej.mwt.style
A style describes how widgets must be rendered on screen.
STYLE_BOLD - Static variable in class ej.microui.display.Font
The bold style constant.
STYLE_ITALIC - Static variable in class ej.microui.display.Font
The italic style constant.
STYLE_PLAIN - Static variable in class ej.microui.display.Font
The plain style constant.
Stylesheet - Interface in ej.mwt.stylesheet
Represents a stylesheet.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
subMap(K, boolean, K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey to toKey.
subMap(K, K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
subMap(K, boolean, K, boolean) - Method in class java.util.TreeMap
 
subMap(K, K) - Method in class java.util.TreeMap
 
submit(Callable<T>) - Method in interface java.util.concurrent.ExecutorService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable, T) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
submit(Runnable) - Method in interface java.util.concurrent.ExecutorService
Submits a Runnable task for execution and returns a Future representing that task.
SubMonitor - Class in org.eclipse.core.runtime
A progress monitor that uses a given amount of work ticks from a parent monitor.
subscribe(String, int) - Method in class com.cinterion.mqtt.MqttClient
Subscribes to a topic.
subSequence(int, int) - Method in interface java.lang.CharSequence
Returns a new CharSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.String
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuffer
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.lang.StringBuilder
Returns a new character sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class java.nio.CharBuffer
Creates a new character buffer that represents the specified subsequence of this buffer, relative to the current position.
subSet(E, boolean, E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement to toElement.
subSet(E, E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements range from fromElement, inclusive, to toElement, exclusive.
subSet(E, boolean, E, boolean) - Method in class java.util.TreeSet
 
subSet(E, E) - Method in class java.util.TreeSet
 
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.StringBuffer
Returns a new String that contains a subsequence of characters currently contained in this sequence.
substring(int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this character sequence.
substring(int, int) - Method in class java.lang.StringBuilder
Returns a new String that contains a subsequence of characters currently contained in this sequence.
substringWidth(String, int, int) - Method in class ej.microui.display.Font
Returns the width of a part of a string when it is drawn using this font.
subTask(String) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
subTask(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a subtask of the main task is beginning.
subTask(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
subTask(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
sun.net - package sun.net
 
sun.net.util - package sun.net.util
 
sun.net.www - package sun.net.www
 
sun.net.www.http - package sun.net.www.http
 
sun.net.www.protocol.http - package sun.net.www.protocol.http
 
sun.net.www.protocol.https - package sun.net.www.protocol.https
 
sun.security.x509 - package sun.security.x509
Contains classes for certificate management.
SUNDANESE - Static variable in class ej.microui.display.FontIdentifiers
Constant for sundanese font identifier.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
supportsExtendedFeatures(int) - Method in class ej.microui.event.generator.Buttons
Returns true if the button supports the extended features elapsedTime, click and doubleClick features.
supportsMulticast() - Method in class java.net.NetworkInterface
Returns whether a network interface supports multicasting or not.
SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SuppressWarnings - Annotation Type in java.lang
Indicates that the named compiler warnings should be suppressed in the annotated element (and in all program elements contained in the annotated element).
suspendCurrentJavaThread(long) - Method in interface com.is2t.hil.NativeInterface
Causes the current Java thread to pause its Java execution after the end of the current native method.
swap(List<?>, int, int) - Static method in class java.util.Collections
Swaps the elements at the specified positions in the specified list.
Swipeable - Interface in ej.widget.util.swipe
A swipeable element receives notifications from a swipe manager.
SwipeEventHandler - Class in ej.widget.util.swipe
The swipe event handler responsibility is to detect pointer events (press, drag, release) and help moving over some element(s).
SwipeEventHandler(int, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
Creates a swipe event handler on an element.
SwipeEventHandler(int, int, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
Creates a swipe event handler on a collection.
SwipeEventHandler(int, int, boolean, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
Creates a swipe event handler on a collection.
SwipeEventHandler(int[], boolean, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
Creates a swipe event handler on a collection with heterogeneous sizes.
SwipeListener - Interface in ej.widget.util.swipe
A swipe listener is notified when a swipe is started or stopped.
switchOff() - Method in class ej.gnss.GnssManager
SwitchOff Positioning polling on the system.
switchOn() - Method in class ej.gnss.GnssManager
SwitchOn Positioning polling on the system.
SwitchTo(int) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Switch to specified lex state.
SYLOTI_NAGRI - Static variable in class ej.microui.display.FontIdentifiers
Constant for syloti nagri font identifier.
synchronizedCollection(Collection<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) collection backed by the specified collection.
synchronizedList(List<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) list backed by the specified list.
synchronizedMap(Map<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) map backed by the specified map.
synchronizedSet(Set<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) set backed by the specified set.
synchronizedSortedMap(SortedMap<K, V>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
synchronizedSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns a synchronized (thread-safe) sorted set backed by the specified sorted set.
syntaxError(String) - Method in class org.json.me.JSONTokener
Make a JSONException to signal a syntax error.
syntaxError(String, Throwable) - Method in class org.json.me.JSONTokener
Make a JSONException to signal a syntax error.
SYRIAC - Static variable in class ej.microui.display.FontIdentifiers
Constant for syriac font identifier.
System - Class in java.lang
The System class contains several useful class fields and methods.
SYSTEM_APP - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
SystemPropertiesServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations using system properties.
SystemPropertiesServiceLoader() - Constructor for class ej.service.loader.SystemPropertiesServiceLoader
 
SystemPropertyLoader - Class in ej.property.loader
A property loader that searches in system properties.
SystemPropertyLoader() - Constructor for class ej.property.loader.SystemPropertyLoader
 

T

tabSize - Variable in class ej.jsonpath.parser.SimpleCharStream
 
TAGALOG - Static variable in class ej.microui.display.FontIdentifiers
Constant for tagalog font identifier.
TAGBANWA - Static variable in class ej.microui.display.FontIdentifiers
Constant for tagbanwa font identifier.
TAI_LE - Static variable in class ej.microui.display.FontIdentifiers
Constant for tai le font identifier.
TAI_THAM - Static variable in class ej.microui.display.FontIdentifiers
Constant for tai tham font identifier.
TAI_VIET - Static variable in class ej.microui.display.FontIdentifiers
Constant for tai viet font identifier.
tailMap(K, boolean) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
tailMap(K) - Method in interface java.util.NavigableMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K) - Method in interface java.util.SortedMap
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
tailMap(K, boolean) - Method in class java.util.TreeMap
 
tailMap(K) - Method in class java.util.TreeMap
 
tailSet(E, boolean) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than (or equal to, if inclusive is true) fromElement.
tailSet(E) - Method in interface java.util.NavigableSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E) - Method in interface java.util.SortedSet
Returns a view of the portion of this set whose elements are greater than or equal to fromElement.
tailSet(E, boolean) - Method in class java.util.TreeSet
 
tailSet(E) - Method in class java.util.TreeSet
 
takeLock() - Method in class ej.rcommand.impl.StreamRemoteConnection
 
TAMIL - Static variable in class ej.microui.display.FontIdentifiers
Constant for tamil font identifier.
tan(double) - Static method in class ej.bon.XMath
Returns the trigonometric tangent of an angle.
tan(double) - Static method in class java.lang.Math
Returns the trigonometric tangent of an angle.
tanh(double) - Static method in class java.lang.Math
Returns the hyperbolic tangent of a double value.
Target - Annotation Type in java.lang.annotation
Indicates the kinds of program element to which an annotation type is applicable.
TCP_CONNECT_FAILED - Static variable in interface com.cinterion.mqtt.MqttConnectCallback
TCP connect failed.
TCP_NODELAY - Static variable in interface java.net.SocketOptions
Disable Nagle's algorithm for this connection.
TEAL - Static variable in class ej.microui.display.Colors
Constant for teal color.
TELUGU - Static variable in class ej.microui.display.FontIdentifiers
Constant for telugu font identifier.
TEN - Static variable in class java.math.BigInteger
The BigInteger constant ten.
term() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
test(JSONObject) - Method in interface ej.jsonpath.parser.Predicates.Test
 
test - Variable in class ej.junit.AbstractTestWrapper
 
Test - Annotation Type in org.junit
The Test annotation tells JUnit that the public void method to which it is attached can be run as a test case.
Test.None - Class in org.junit
Default empty exception
testAfterClassMethod(String, String) - Method in class ej.junit.CheckHelperTestListener
 
testAfterClassMethod(String, String) - Method in interface ej.junit.TestListener
 
testAfterMethod(String, String) - Method in class ej.junit.CheckHelperTestListener
 
testAfterMethod(String, String) - Method in interface ej.junit.TestListener
 
testBeforeClassMethod(String, String) - Method in class ej.junit.CheckHelperTestListener
 
testBeforeClassMethod(String, String) - Method in interface ej.junit.TestListener
 
testBeforeMethod(String, String) - Method in class ej.junit.CheckHelperTestListener
 
testBeforeMethod(String, String) - Method in interface ej.junit.TestListener
 
testBit(int) - Method in class java.math.BigInteger
Returns true if and only if the designated bit is set.
testClass - Variable in class ej.junit.AbstractTestWrapper
 
testClassName - Variable in class ej.junit.AbstractTestWrapper
 
testError(String, String, long, Throwable, String) - Method in class ej.junit.CheckHelperTestListener
 
testError(String, String, long, Throwable, String) - Method in interface ej.junit.TestListener
 
testFailure(String, String, long, Throwable, String) - Method in class ej.junit.CheckHelperTestListener
 
testFailure(String, String, long, Throwable, String) - Method in interface ej.junit.TestListener
 
testFinalize(boolean) - Method in class ej.junit.AbstractTestWrapper
Called by generated subclasses to trigger test finalization, by reporting the test execution status and calling the After methods.
testInitialize(String) - Method in class ej.junit.AbstractTestWrapper
Called by generated subclasses to trigger test initialization, by instantiating the test class and calling the Before methods.
testInstance(String) - Method in class ej.junit.CheckHelperTestListener
 
testInstance(String) - Method in interface ej.junit.TestListener
 
testListener - Variable in class ej.junit.AbstractAllTestClassesWrapper
The test listener notified when the tests are executed.
testListener - Variable in class ej.junit.AbstractTestWrapper
 
TestListener - Interface in ej.junit
 
testMethod - Variable in class ej.junit.AbstractTestWrapper
 
testMethodStart - Variable in class ej.junit.AbstractTestWrapper
 
testStarted(String, String) - Method in class ej.junit.CheckHelperTestListener
 
testStarted(String, String) - Method in interface ej.junit.TestListener
 
testSuccess(String, String, long) - Method in class ej.junit.CheckHelperTestListener
 
testSuccess(String, String, long) - Method in interface ej.junit.TestListener
 
testSuiteEnded(String, int, int, int) - Method in class ej.junit.CheckHelperTestListener
 
testSuiteEnded(String, int, int, int) - Method in interface ej.junit.TestListener
 
testSuiteStarted(String) - Method in class ej.junit.CheckHelperTestListener
 
testSuiteStarted(String) - Method in interface ej.junit.TestListener
 
TestWrapper - Interface in ej.junit
 
text(JSONPathQuery) - Method in class ej.rest.web.JSONResource
Execute the given path query on the json and use the returned string as an URI expecting text/*
text(URI) - Method in class ej.rest.web.Resty
Get a plain text resource for the specified URI.
text(URI, AbstractContent) - Method in class ej.rest.web.Resty
Get a plain text resource for the specified URI by POSTing to it.
text(String) - Method in class ej.rest.web.Resty
Get a plain text resource for the specified URI.
text(String, AbstractContent) - Method in class ej.rest.web.Resty
Get a plain text resource for the specified URI by POSTing to it.
text - Variable in class ej.rest.web.TextResource
 
TextFieldOption - Class in com.is2t.microej.workbench.std.launch.ext
Text field option
TextFieldOption(ILabel, String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.TextFieldOption
Create an option based on a TextField.
TextHelper - Class in ej.widget.util.render
Provides some text facilities.
TextOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
TextOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.TextOptionValidator
 
TextResource - Class in ej.rest.web
This is a text/* representation of a resource.
TextResource(Resty.Option...) - Constructor for class ej.rest.web.TextResource
 
textToNumericFormatV4(String) - Static method in class sun.net.util.IPAddressUtil
 
textToNumericFormatV6(String) - Static method in class sun.net.util.IPAddressUtil
 
THAANA - Static variable in class ej.microui.display.FontIdentifiers
Constant for thaana font identifier.
THAI - Static variable in class ej.microui.display.FontIdentifiers
Constant for thai font identifier.
ThirdEventThread - Class in ej.fp.util
This thread is used to send an event on demand.
ThirdEventThread(ThirdEventThread.ThirdEventWidget, boolean) - Constructor for class ej.fp.util.ThirdEventThread
Creates a ThirdEventThread for the ThirdEventWidget.
ThirdEventThread.ThirdEventWidget - Interface in ej.fp.util
The ThirdEventThread requires an implementation of ThirdEventThread.ThirdEventWidget to send to event after a sleep period.
Thread - Class in java.lang
A thread is a thread of execution in a program.
Thread() - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(Runnable) - Constructor for class java.lang.Thread
Allocates a new Thread object with a specific target object whose run method is called.
Thread(Runnable, String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread(String) - Constructor for class java.lang.Thread
Allocates a new Thread object.
Thread.State - Enum in java.lang
A thread state.
Thread.UncaughtExceptionHandler - Interface in java.lang
Interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception.
ThreadFactory - Interface in java.util.concurrent
An object that creates new threads on demand.
ThreadUtils - Class in ej.basictool
Provides utility methods related to threads.
Throwable - Class in java.lang
The Throwable class is the superclass of all errors and exceptions in the Java language.
Throwable() - Constructor for class java.lang.Throwable
Constructs a new throwable with null as its detail message.
Throwable(String) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message.
Throwable(String, Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified detail message and cause.
Throwable(Throwable) - Constructor for class java.lang.Throwable
Constructs a new throwable with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
throwing(String, String, Throwable) - Method in class java.util.logging.Logger
Log a that a method is terminating by throwing an Exception.
THURSDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Thursday.
TIBETAN - Static variable in class ej.microui.display.FontIdentifiers
Constant for tibetan font identifier.
tick(long) - Method in interface ej.mwt.animation.Animation
Called regularly by an animator.
TIFINAGH - Static variable in class ej.microui.display.FontIdentifiers
Constant for tifinagh font identifier.
TiledImageBackground - Class in ej.mwt.style.background
Draws a repeated image on the background.
TiledImageBackground(Image) - Constructor for class ej.mwt.style.background.TiledImageBackground
Creates a tiled image background aligned on the top-left corner and repeated horizontally and vertically.
TiledImageBackground(Image, int, int, boolean, boolean) - Constructor for class ej.mwt.style.background.TiledImageBackground
Creates a tiled image background specifying its attributes.
time - Variable in class java.util.Calendar
The currently set time for this calendar, expressed in milliseconds after January 1, 1970, 0:00:00 GMT.
timedJoin(Thread, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Thread.join using this time unit.
timedWait(Object, long) - Method in enum java.util.concurrent.TimeUnit
Performs a timed Object.wait using this time unit.
timeout(int) - Static method in class ej.rest.web.Resty.Option
Specify the connection timeout in milliseconds.
Timeout(int) - Constructor for class ej.rest.web.Resty.Timeout
 
TimeoutException - Exception in java.util.concurrent
Exception thrown when a blocking operation times out.
TimeoutException() - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with no specified detail message.
TimeoutException(String) - Constructor for exception java.util.concurrent.TimeoutException
Constructs a TimeoutException with the specified detail message.
Timer - Class in ej.bon
A facility for threads to schedule tasks for future execution in a background thread.
Timer() - Constructor for class ej.bon.Timer
Creates a new timer.
Timer(boolean) - Constructor for class ej.bon.Timer
Creates a new timer.
TimerTask - Class in ej.bon
A task that can be scheduled for one-time or repeated execution by a Timer.
TimerTask() - Constructor for class ej.bon.TimerTask
Creates a new timer task.
TimeUnit - Enum in java.util.concurrent
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units.
TimeZone - Class in java.util
TimeZone represents a time zone offset, and also figures out daylight savings.
TimeZone() - Constructor for class java.util.TimeZone
Sole constructor.
toArray() - Method in class com.microej.kf.util.AbstractKFList
 
toArray(E[]) - Method in class com.microej.kf.util.AbstractKFList
 
toArray(ArrayList<T>) - Method in class com.microej.kf.util.AbstractKFList
Add all the elements of the collection to the given ArrayList.
toArray(ArrayList<T>) - Method in class com.microej.kf.util.KFList
 
toArray(ArrayList<T>) - Method in class com.microej.kf.util.KFList2
 
toArray() - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in class java.util.AbstractCollection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayDeque
Returns an array containing all of the elements in this deque in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.ArrayList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection.
toArray(T[]) - Method in interface java.util.Collection
Returns an array containing all of the elements in this collection; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class java.util.LinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in interface java.util.List
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in interface java.util.Set
Returns an array containing all of the elements in this set.
toArray(T[]) - Method in interface java.util.Set
Returns an array containing all of the elements in this set; the runtime type of the returned array is that of the specified array.
toArray() - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order.
toArray(T[]) - Method in class java.util.Vector
Returns an array containing all of the elements in this Vector in the correct order; the runtime type of the returned array is that of the specified array.
toBinaryString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 2.
toBinaryString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 2.
toByteArray() - Method in class java.io.ByteArrayOutputStream
Creates a newly allocated byte array.
toByteArray() - Method in class java.math.BigInteger
Returns a byte array containing the two's-complement representation of this BigInteger.
toByteArray() - Method in class java.util.BitSet
Returns a new byte array containing all the bits in this bit set.
toCharArray() - Method in class java.lang.String
Converts this string to a new character array.
toCString(String, byte[]) - Method in interface com.is2t.hil.NativeInterface
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The created C String is a NULL terminated String (ends with '\0').
toCString(String, byte[]) - Static method in class ej.sni.SNI
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The created C String is a NULL terminated String (ends with '\0').
toCString(String) - Static method in class ej.sni.SNI
Transforms a Java String into a C String.
The platform default encoding is used to transform Java characters into C characters.
The returned C String is a NULL terminated String (ends with '\0').
toDays(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to DAYS.convert(duration, this).
toDegrees(double) - Static method in class ej.bon.XMath
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toDegrees(double) - Static method in class java.lang.Math
Converts an angle measured in radians to an approximately equivalent angle measured in degrees.
toExternalForm() - Method in class java.net.URL
Constructs a string representation of this URL.
toExternalForm(URL) - Method in class java.net.URLStreamHandler
Converts a URL of a specific protocol to a String.
toHexString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 16.
toHexString(long) - Static method in class java.lang.Long
Returns a string representation of the long argument as an unsigned integer in base 16.
toHours(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to HOURS.convert(duration, this).
toJavaString(byte[]) - Method in interface com.is2t.hil.NativeInterface
Transforms a C String into a Java String, using platform default encoding.
toJavaString(byte[]) - Static method in class ej.sni.SNI
Transforms a C String into a Java String, using platform default encoding.
toJSONArray(String) - Static method in class ej.rest.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONTokener) - Static method in class ej.rest.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string, using the first row as a source of names.
toJSONArray(JSONArray, String) - Static method in class ej.rest.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(JSONArray, JSONTokener) - Static method in class ej.rest.json.CDL
Produce a JSONArray of JSONObjects from a comma delimited text string using a supplied JSONArray as the source of element names.
toJSONArray(String) - Static method in class ej.rest.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(XMLTokener) - Static method in class ej.rest.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONArray using the JsonML transform.
toJSONArray(JSONArray) - Method in class org.json.me.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(String) - Static method in class ej.rest.json.Cookie
Convert a cookie specification string into a JSONObject.
toJSONObject(String) - Static method in class ej.rest.json.CookieList
Convert a cookie list into a JSONObject.
toJSONObject(String) - Static method in class ej.rest.json.HTTP
Convert an HTTP header string into a JSONObject.
toJSONObject(XMLTokener) - Static method in class ej.rest.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(String) - Static method in class ej.rest.json.JSONML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject using the JsonML transform.
toJSONObject(JSONArray) - Method in class org.json.me.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class org.json.me.util.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface org.json.me.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
token - Variable in class ej.jsonpath.parser.JSONPathCompiler
Current token.
Token - Class in ej.jsonpath.parser
Describes the input token stream.
Token() - Constructor for class ej.jsonpath.parser.Token
No-argument constructor
Token(int) - Constructor for class ej.jsonpath.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class ej.jsonpath.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class ej.jsonpath.parser.JSONPathCompiler
Generated Token Manager.
tokenImage - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
Literal token values.
tokenImage - Variable in exception ej.jsonpath.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in ej.jsonpath.parser
Token Manager Error.
TokenMgrError() - Constructor for error ej.jsonpath.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error ej.jsonpath.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error ej.jsonpath.parser.TokenMgrError
Full Constructor.
toLongArray() - Method in class java.util.BitSet
Returns a new long array containing all the bits in this bit set.
toLowerCase(char) - Static method in class java.lang.Character
Converts the character argument to lowercase using case mapping information from the UnicodeData file.
toLowerCase() - Method in class java.lang.String
Converts all of the characters in this String to lower case using the rules of the default locale.
toMicros(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to MICROSECONDS.convert(duration, this).
toMillis(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to MILLISECONDS.convert(duration, this).
toMinutes(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to MINUTES.convert(duration, this).
toNanos(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to NANOSECONDS.convert(duration, this).
toObject() - Method in class ej.rest.web.JSONResource
Added for compatibility with Scala.
toOctalString(int) - Static method in class java.lang.Integer
Returns a string representation of the integer argument as an unsigned integer in base 8.
Tool - Class in ej.rest.util
 
Tool() - Constructor for class ej.rest.util.Tool
 
TOP - Static variable in class ej.mwt.util.Alignment
Constant for positioning on the top.
toRadians(double) - Static method in class ej.bon.XMath
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toRadians(double) - Static method in class java.lang.Math
Converts an angle measured in degrees to an approximately equivalent angle measured in radians.
toSeconds(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to SECONDS.convert(duration, this).
toss(int, int, int, float, long) - Method in class ej.motion.back.BackMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.bounce.BounceMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.circ.CircMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.cubic.CubicMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.elastic.ElasticMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.expo.ExpoMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.linear.LinearMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.none.NoMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.quad.QuadMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.quart.QuartMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.quint.QuintMotionManager
 
toss(int, int, int, float, long) - Method in class ej.motion.sine.SineMotionManager
 
TossHelper - Class in ej.motion.util
Helper to simulate quick user swipes.
toString() - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
toString() - Method in class ej.jsonpath.parser.SimpleNode
 
toString(String) - Method in class ej.jsonpath.parser.SimpleNode
 
toString() - Method in class ej.jsonpath.parser.Token
Returns the image.
toString() - Method in interface ej.kf.Principal
Gets a string representation of the X.500 distinguished name using the format defined in RFC 2253.
toString(JSONArray) - Static method in class ej.rest.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects.
toString(JSONArray, JSONArray) - Static method in class ej.rest.json.CDL
Produce a comma delimited text from a JSONArray of JSONObjects using a provided list of names.
toString(JSONObject) - Static method in class ej.rest.json.Cookie
Convert a JSONObject into a cookie specification string.
toString(JSONObject) - Static method in class ej.rest.json.CookieList
Convert a JSONObject into a cookie list.
toString(JSONObject) - Static method in class ej.rest.json.HTTP
Convert a JSONObject into an HTTP header.
toString(JSONArray) - Static method in class ej.rest.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONArray.
toString(JSONObject) - Static method in class ej.rest.json.JSONML
Reverse the JSONML transformation, making an XML text from a JSONObject.
toString() - Method in class ej.rest.web.FormContent
 
toString() - Method in class ej.rest.web.TextResource
Kinda obvious, but, yes, it parses the inputStream with the proper charset and returns the content as String
toString() - Method in class java.io.ByteArrayOutputStream
Converts the buffer's contents into a string decoding bytes using the platform's default character set.
toString() - Method in class java.io.File
Returns the pathname string of this abstract pathname.
toString() - Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in interface java.lang.annotation.Annotation
Returns a string representation of this annotation.
toString(boolean) - Static method in class java.lang.Boolean
Returns a String object representing the specified boolean.
toString() - Method in class java.lang.Boolean
Returns a String object representing this Boolean's value.
toString(byte) - Static method in class java.lang.Byte
Returns a new String object representing the specified byte.
toString() - Method in class java.lang.Byte
Returns a String object representing this Byte's value.
toString(char) - Static method in class java.lang.Character
Returns a String object representing the specified char.
toString() - Method in class java.lang.Character
Returns a String object representing this Character's value.
toString() - Method in interface java.lang.CharSequence
Returns a string containing the characters in this sequence in the same order as this sequence.
toString() - Method in class java.lang.Class
Converts the object to a string.
toString(double) - Static method in class java.lang.Double
Returns a string representation of the double argument.
toString() - Method in class java.lang.Double
Returns a string representation of this Double object.
toString() - Method in class java.lang.Enum
Returns the name of this enum constant, as contained in the declaration.
toString(float) - Static method in class java.lang.Float
Returns a string representation of the float argument.
toString() - Method in class java.lang.Float
Returns a string representation of this Float object.
toString(int) - Static method in class java.lang.Integer
Returns a String object representing the specified integer.
toString(int, int) - Static method in class java.lang.Integer
Returns a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Integer
Returns a String object representing this Integer's value.
toString(long) - Static method in class java.lang.Long
Returns a String object representing the specified long.
toString(long, int) - Static method in class java.lang.Long
Returns a string representation of the first argument in the radix specified by the second argument.
toString() - Method in class java.lang.Long
Returns a String object representing this Long's value.
toString() - Method in class java.lang.Object
Returns a string representation of the object.
toString() - Method in class java.lang.Package
Returns the string representation of this Package.
toString(short) - Static method in class java.lang.Short
Returns a new String object representing the specified short.
toString() - Method in class java.lang.Short
Returns a String object representing this Short's value.
toString() - Method in class java.lang.StackTraceElement
Returns a string representation of this stack trace element.
toString() - Method in class java.lang.String
This object (which is already a string!) is itself returned.
toString() - Method in class java.lang.StringBuffer
 
toString() - Method in class java.lang.StringBuilder
 
toString() - Method in class java.lang.Thread
Returns a string representation of this thread, including the thread's name, priority, and thread group.
toString() - Method in class java.lang.Throwable
Returns a short description of this throwable.
toString(int) - Method in class java.math.BigInteger
Returns the String representation of this BigInteger in the given radix.
toString() - Method in class java.math.BigInteger
Returns the decimal String representation of this BigInteger.
toString() - Method in class java.net.InetAddress
Converts this IP address to a String.
toString() - Method in class java.net.InetSocketAddress
Constructs a string representation of this InetSocketAddress.
toString() - Method in class java.net.InterfaceAddress
Converts this Interface address to a String.
toString() - Method in class java.net.NetworkInterface
 
toString() - Method in class java.net.ServerSocket
Returns the implementation address and implementation port of this socket as a String.
toString() - Method in class java.net.Socket
Converts this socket to a String.
toString() - Method in class java.net.URI
Returns the content of this URI as a string.
toString() - Method in class java.net.URL
Constructs a string representation of this URL.
toString() - Method in class java.net.URLConnection
Returns a String representation of this URL connection.
toString() - Method in class java.nio.ByteBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.ByteOrder
Constructs a string describing this object.
toString() - Method in class java.nio.CharBuffer
Returns a string containing the characters in this buffer.
toString() - Method in class java.nio.DoubleBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.FloatBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.IntBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.LongBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.nio.ShortBuffer
Returns a string summarizing the state of this buffer.
toString() - Method in class java.security.MessageDigest
Returns a string representation of this message digest object.
toString() - Method in class java.security.Permission
Returns a string describing this Permission.
toString() - Method in interface java.security.Principal
Returns a string representation of this principal.
toString() - Method in class java.security.Signature
Returns a string representation of this signature object, providing information that includes the state of the object and the name of the algorithm used.
toString() - Method in class java.util.AbstractCollection
Returns a string representation of this collection.
toString() - Method in class java.util.AbstractMap.SimpleEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap.SimpleImmutableEntry
Returns a String representation of this map entry.
toString() - Method in class java.util.AbstractMap
Returns a string representation of this map.
toString(long[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(int[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(short[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(char[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(byte[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(boolean[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(float[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(double[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString(Object[]) - Static method in class java.util.Arrays
Returns a string representation of the contents of the specified array.
toString() - Method in class java.util.BitSet
Returns a string representation of this bit set.
toString() - Method in class java.util.Calendar
Return a string representation of this calendar.
toString() - Method in class java.util.Date
Converts this Date object to a String of the form:
toString() - Method in class java.util.EventObject
Returns a String representation of this EventObject.
toString() - Method in class java.util.Hashtable
Returns a string representation of this Hashtable object in the form of a set of entries, enclosed in braces and separated by the ASCII characters "" (comma and space).
toString() - Method in class java.util.logging.Level
 
toString(Object) - Static method in class java.util.Objects
Returns the result of calling toString for a non-null argument and "null" for a null argument.
toString(Object, String) - Static method in class java.util.Objects
Returns the result of calling toString on the first argument if the first argument is not null and returns the second argument otherwise.
toString() - Method in class java.util.Vector
Returns a string representation of this Vector, containing the String representation of each element.
toString() - Method in class javax.security.auth.x500.X500Principal
Return a user-friendly string representation of this X500Principal.
toString() - Method in class org.json.me.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class org.json.me.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class org.json.me.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class org.json.me.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class org.json.me.JSONStringer
Return the JSON text.
toString() - Method in class org.json.me.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class org.json.me.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class org.json.me.util.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString() - Method in error org.junit.internal.ArrayComparisonFailure
Returns a short description of this throwable.
toString() - Method in class sun.net.ProgressEvent
 
toString() - Method in class sun.net.ProgressSource
 
toString() - Method in class sun.net.www.http.HttpClient
 
toString() - Method in class sun.net.www.MessageHeader
 
toString() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
totalMemory() - Static method in class ej.bon.Immortals
Returns the total amount of immortal memory.
totalMemory() - Static method in class ej.bon.Immutables
Returns the total amount of immutable memory.
totalMemory() - Method in class java.lang.Runtime
Returns the total amount of memory in the Java virtual machine.
toUpperCase(char) - Static method in class java.lang.Character
Converts the character argument to uppercase using case mapping information from the UnicodeData file.
toUpperCase() - Method in class java.lang.String
Converts all of the characters in this String to upper case using the rules of the default locale.
trackLineColumn - Variable in class ej.jsonpath.parser.SimpleCharStream
 
TransformPainter - Class in ej.drawing
The TransformPainter class offers a set of static methods to render elements (image, renderable character) with a transformation.
TransformPainter.Flip - Enum in ej.drawing
Specify the flip to apply when drawing an image.
translate(int, int) - Method in class ej.microui.display.GraphicsContext
Adds a given translation vector to the translation vector of this graphics context.
TRANSPARENT - Static variable in class ej.microui.display.GraphicsContext
Minimum opacity.
TreeMap<K,V> - Class in java.util
A Red-Black tree based NavigableMap implementation.
TreeMap() - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, using the natural ordering of its keys.
TreeMap(Comparator<? super K>) - Constructor for class java.util.TreeMap
Constructs a new, empty tree map, ordered according to the given comparator.
TreeMap(Map<? extends K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings as the given map, ordered according to the natural ordering of its keys.
TreeMap(SortedMap<K, ? extends V>) - Constructor for class java.util.TreeMap
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
TreeSet<E> - Class in java.util
A NavigableSet implementation based on a TreeMap.
TreeSet() - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the natural ordering of its elements.
TreeSet(Comparator<? super E>) - Constructor for class java.util.TreeSet
Constructs a new, empty tree set, sorted according to the specified comparator.
TreeSet(Collection<? extends E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the elements in the specified collection, sorted according to the natural ordering of its elements.
TreeSet(SortedSet<E>) - Constructor for class java.util.TreeSet
Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.
trim() - Method in class java.lang.String
Returns a copy of the string, with leading and trailing whitespace omitted.
trimNumber(String) - Static method in class org.json.me.JSONObject
Shave off trailing zeros and decimal point, if possible.
trimToSize() - Method in class java.lang.StringBuffer
Attempts to reduce storage used for the character sequence.
trimToSize() - Method in class java.lang.StringBuilder
Attempts to reduce storage used for the character sequence.
trimToSize() - Method in class java.util.ArrayList
Trims the capacity of this ArrayList instance to be the list's current size.
trimToSize() - Method in class java.util.Vector
Trims the capacity of this vector to be the vector's current size.
TRUE - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.BooleanConstant
 
TRUE - Static variable in class java.lang.Boolean
The Boolean object corresponding to the primitive value true.
TrustManager - Interface in javax.net.ssl
This is the base interface for JSSE trust managers.
TrustManagerFactory - Class in javax.net.ssl
This class acts as a factory for trust managers based on a source of trust material.
TrustManagerFactory() - Constructor for class javax.net.ssl.TrustManagerFactory
 
TrustManagerFactorySpi - Class in javax.net.ssl
This class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.
TrustManagerFactorySpi() - Constructor for class javax.net.ssl.TrustManagerFactorySpi
 
TUESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Tuesday.
turnBackward(Wheel, int) - Method in interface ej.fp.widget.Wheel.WheelListener
The specified wheel has been turned backward.
turnBackward(Wheel, int) - Method in class ej.fp.widget.Wheel.WheelListenerToCommandEvents
 
turnForward(Wheel, int) - Method in interface ej.fp.widget.Wheel.WheelListener
The specified wheel has been turned forward.
turnForward(Wheel, int) - Method in class ej.fp.widget.Wheel.WheelListenerToCommandEvents
 
TURQUOISE - Static variable in class ej.library.ui.MicroEJColors
Turquoise color.
Type - Interface in java.lang.reflect
Type is the common superinterface for all types in the Java programming language.
TypeSelector - Class in ej.mwt.stylesheet.selector
A type or subtype selector selects by checking the widget type hierarchy (Java class).
TypeSelector(Class<? extends Widget>) - Constructor for class ej.mwt.stylesheet.selector.TypeSelector
Creates a type or subtype selector.

U

UCS2Hex2Java(String) - Static method in class com.cinterion.io.ATStringConverter
Converts a string in the UCS2 hex format into a Java encoded string.
UIDrawing - Interface in ej.microui.display
This interface provides all drawing methods useful to implement MicroUI drawing native methods.
UIDrawing.UIDrawingDefault - Interface in ej.microui.display
Default implementation of UIDrawing which uses the MicroUI graphical engine's internal software drawer to perform all drawings.
UIntBoundOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
 
UIntBoundOptionValidator(String, long, boolean) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.UIntBoundOptionValidator
 
UIntOptionValidator - Class in com.is2t.microej.workbench.std.launch.ext.validator
Validate an unsigned integer option.
UIntOptionValidator(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.validator.UIntOptionValidator
 
ulp(double) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
ulp(float) - Static method in class java.lang.Math
Returns the size of an ulp of the argument.
UnaryExpression - Class in com.is2t.microej.workbench.std.launch.ext.expr
Unary Expression.
UnaryExpression(int, Expression) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.UnaryExpression
 
uncaughtException(Timer, Throwable) - Method in class ej.bon.TimerTask
Method invoked when this TimerTask terminates due to an uncaught exception thrown by TimerTask.run().
uncaughtException(Thread, Throwable) - Method in interface java.lang.Thread.UncaughtExceptionHandler
Method invoked when the given thread terminates due to the given uncaught exception.
UNDECIMBER - Static variable in class java.util.Calendar
Value of the Calendar.MONTH field indicating the thirteenth month of the year.
unescape(String) - Static method in class ej.rest.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UniformOutline - Class in ej.mwt.style.outline
Outline that have the same thickness for all edges.
UniformOutline(int) - Constructor for class ej.mwt.style.outline.UniformOutline
Creates a uniform outline specifying its thickness.
UNINITIALIZED - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has not yet been initialized.
uninstall(Feature) - Static method in class ej.kf.Kernel
Uninstalls a Feature.
uninstall(Application) - Method in interface ej.wadapps.application.ApplicationInstaller
Uninstalls an application.
uninstall(Application, IProgressMonitor) - Method in interface ej.wadapps.application.ApplicationInstaller
Uninstalls an application.
uninstall(Application, IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.ApplicationInstallerKF
 
uninstall(Application, IProgressMonitor) - Method in class ej.wadapps.multisandbox.application.PersistentApplicationInstallerKF
 
UNINSTALL_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
UNINSTALL_APPLICATION - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
UNINSTALL_APPLICATION_ERROR - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
UNINSTALL_APPLICATION_SUCCESS - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
UNIVERSAL_SELECTOR - Static variable in class ej.mwt.stylesheet.selector.UniversalSelector
Universal selector singleton to avoid creating several ones.
UniversalSelector - Class in ej.mwt.stylesheet.selector
An universal selector selects all widgets.
UNKNOWN - Static variable in interface com.microej.wadapps.rcommand.CommandConstants
 
UNKNOWN - Static variable in interface org.eclipse.core.runtime.IProgressMonitor
Constant indicating an unknown amount of work.
UNKNOWN_NAME - Static variable in interface ej.ecom.Device
This value is returned by Device.getName() when this device is unregistered and its name is unavailable.
UnknownError - Error in java.lang
Thrown when an unknown but serious exception has occurred in the Java Virtual Machine.
UnknownError() - Constructor for error java.lang.UnknownError
Constructs an UnknownError with no detail message.
UnknownError(String) - Constructor for error java.lang.UnknownError
Constructs an UnknownError with the specified detail message.
UnknownFeatureException - Exception in ej.kf
This exception is thrown if a Feature being unloaded is unknown.
UnknownFeatureException() - Constructor for exception ej.kf.UnknownFeatureException
 
UnknownHostException - Exception in java.net
Thrown to indicate that the IP address of a host could not be determined.
UnknownHostException(String) - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with the specified detail message.
UnknownHostException() - Constructor for exception java.net.UnknownHostException
Constructs a new UnknownHostException with no detail message.
unknownPermission(Permission) - Method in class com.microej.kf.util.security.KernelSecurityManager
This method is called when there is no registered delegate for this kind of Permission.
UnknownServiceException - Exception in java.net
Thrown to indicate that an unknown service exception has occurred.
UnknownServiceException() - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with no detail message.
UnknownServiceException(String) - Constructor for exception java.net.UnknownServiceException
Constructs a new UnknownServiceException with the specified detail message.
unload(Feature) - Static method in class ej.kf.Kernel
Stops a Feature and uninstalls it if its state is Feature.State.INSTALLED after Feature.stop().
unmarshal() - Method in class ej.rest.web.JSONResource
Transforming the JSON
unmodifiableCollection(Collection<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified collection.
unmodifiableList(List<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified list.
unmodifiableMap(Map<? extends K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified map.
unmodifiableSet(Set<? extends T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified set.
unmodifiableSortedMap(SortedMap<K, ? extends V>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted map.
unmodifiableSortedSet(SortedSet<T>) - Static method in class java.util.Collections
Returns an unmodifiable view of the specified sorted set.
unread(int) - Method in class java.io.PushbackInputStream
Pushes back a byte by copying it to the front of the pushback buffer.
unread(byte[], int, int) - Method in class java.io.PushbackInputStream
Pushes back a portion of an array of bytes by copying it to the front of the pushback buffer.
unread(byte[]) - Method in class java.io.PushbackInputStream
Pushes back an array of bytes by copying it to the front of the pushback buffer.
UnrecoverableEntryException - Exception in java.security
This exception is thrown if an entry in the keystore cannot be recovered.
UnrecoverableEntryException() - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with no detail message.
UnrecoverableEntryException(String) - Constructor for exception java.security.UnrecoverableEntryException
Constructs an UnrecoverableEntryException with the specified detail message, which provides more information about why this exception has been thrown.
UnrecoverableKeyException - Exception in java.security
This exception is thrown if a key in the keystore cannot be recovered.
UnrecoverableKeyException() - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with no detail message.
UnrecoverableKeyException(String) - Constructor for exception java.security.UnrecoverableKeyException
Constructs an UnrecoverableKeyException with the specified detail message, which provides more information about why this exception has been thrown.
unregister(Device) - Static method in class ej.ecom.DeviceManager
Unregisters the given device.
unregister(Class<T>, T) - Method in class ej.service.registry.SimpleServiceRegistry
 
unregister(Class<T>, T) - Method in interface ej.service.ServiceRegistry
Unregisters a service instance.
unregister(Class<T>, T) - Method in class ej.wadapps.multisandbox.service.SharedServiceRegistryKF
 
UNREGISTER_ACTION - Static variable in class ej.service.ServicePermission
unregisterSource(ProgressSource) - Method in class sun.net.ProgressMonitor
Unregister progress source when progress is finished.
UnsatisfiedLinkError - Error in java.lang
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
UnsatisfiedLinkError() - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with no detail message.
UnsatisfiedLinkError(String) - Constructor for error java.lang.UnsatisfiedLinkError
Constructs an UnsatisfiedLinkError with the specified detail message.
unsetBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to false in a bit field.
unsetBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to false in a bit field.
unsubscribe(String) - Method in class com.cinterion.mqtt.MqttClient
Unsubscribes from a topic.
UnsupportedClassVersionError - Error in java.lang
Thrown when the Java Virtual Machine attempts to read a class file and determines that the major and minor version numbers in the file are not supported.
UnsupportedClassVersionError() - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with no detail message.
UnsupportedClassVersionError(String) - Constructor for error java.lang.UnsupportedClassVersionError
Constructs a UnsupportedClassVersionError with the specified detail message.
UnsupportedEncodingException - Exception in java.io
The Character Encoding is not supported.
UnsupportedEncodingException() - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String) - Constructor for exception java.io.UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message.
UnsupportedOperationException - Exception in java.lang
Thrown to indicate that the requested operation is not supported.
UnsupportedOperationException() - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String) - Constructor for exception java.lang.UnsupportedOperationException
Constructs an UnsupportedOperationException with the specified detail message.
UnsupportedOperationException(String, Throwable) - Constructor for exception java.lang.UnsupportedOperationException
Constructs a new exception with the specified detail message and cause.
UnsupportedOperationException(Throwable) - Constructor for exception java.lang.UnsupportedOperationException
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).
unwrap(byte[], String, int) - Method in class javax.crypto.Cipher
Unwrap a previously wrapped key.
UNWRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-unwrapping mode.
unwrapKey(Object) - Method in class ej.basictool.map.AbstractPackedMap
Unwraps a wrapped key.
unwrapKey(Object) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
UP - Static variable in class ej.microui.event.EventCommand
The "up" command constant.
UP - Static variable in class ej.microui.event.generator.Command
Constant for "up" command.
update(byte) - Method in class java.security.MessageDigest
Updates the digest using the specified byte.
update(byte[], int, int) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes, starting at the specified offset.
update(byte[]) - Method in class java.security.MessageDigest
Updates the digest using the specified array of bytes.
update(byte) - Method in class java.security.Signature
Updates the data to be signed or verified by a byte.
update(byte[]) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes.
update(byte[], int, int) - Method in class java.security.Signature
Updates the data to be signed or verified, using the specified array of bytes, starting at the specified offset.
update(Observable, Object) - Method in interface java.util.Observer
This method is called whenever the observed object is changed.
update(byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[]) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte[], int, int, byte[], int) - Method in class javax.crypto.Cipher
Continues a multiple-part encryption or decryption operation (depending on how this cipher was initialized), processing another data part.
update(byte) - Method in class javax.crypto.Mac
Processes the given byte.
update(byte[]) - Method in class javax.crypto.Mac
Processes the given array of bytes.
update(byte[], int, int) - Method in class javax.crypto.Mac
Processes the first len bytes in input, starting at offset inclusive.
updateAAD(byte[]) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD).
updateAAD(byte[], int, int) - Method in class javax.crypto.Cipher
Continues a multi-part update of the Additional Authentication Data (AAD), using a subset of the provided buffer.
updateComponent(int, int) - Static method in class ej.widget.util.color.ColorHelper
Update a color component by incrementing it.
updateInit() - Static method in class com.cinterion.update.SafeUpdate
Reset the update partition, see gina_update_init() in GINA Service API.
updateInstall() - Static method in class com.cinterion.update.SafeUpdate
Trigger the upgrade process, see gina_update_install() in GINA Service API.
UpdateLineColumn(char) - Method in class ej.jsonpath.parser.SimpleCharStream
 
updateProgress(ProgressSource) - Method in class sun.net.ProgressMonitor
Progress source is updated.
updateProgress(long, long) - Method in class sun.net.ProgressSource
Update progress.
updateRelease() - Static method in class com.cinterion.update.SafeUpdate
Release the data stored in the partition and return the upgrade result, see gina_update_release() in GINA Service API.
updateStore(byte[], int, boolean) - Static method in class com.cinterion.update.SafeUpdate
Flash the Firmware to the update partition, see gina_update_store() in GINA Service API.
updateStyle() - Method in class ej.mwt.Container
Updates the style of this widget.
updateStyle() - Method in class ej.mwt.Widget
Updates the style of this widget.
URI - Class in java.net
Represents a Uniform Resource Identifier (URI) reference.
URI(String) - Constructor for class java.net.URI
Constructs a URI by parsing the given string.
URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String, String) - Constructor for class java.net.URI
Constructs a hierarchical URI from the given components.
URI(String, String, String) - Constructor for class java.net.URI
Constructs a URI from the given components.
URISyntaxException - Exception in java.net
Checked exception thrown to indicate that a string could not be parsed as a URI reference.
URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string, reason, and error index.
URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
Constructs an instance from the given input string and reason.
URL - Class in java.net
Class URL represents a Uniform Resource Locator, a pointer to a "resource" on the World Wide Web.
URL(String, String, int, String) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, and file.
URL(String, String, String) - Constructor for class java.net.URL
Creates a URL from the specified protocol name, host name, and file name.
URL(String, String, int, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL object from the specified protocol, host, port number, file , and handler.
URL(String) - Constructor for class java.net.URL
Creates a URL object from the String representation.
URL(URL, String) - Constructor for class java.net.URL
Creates a URL by parsing the given spec within a specified context.
URL(URL, String, URLStreamHandler) - Constructor for class java.net.URL
Creates a URL by parsing the given spec with the specified handler within a specified context.
url - Variable in class java.net.URLConnection
The URL represents the remote object on the World Wide Web to which this connection is opened.
url - Variable in class sun.net.www.http.HttpClient
Url being fetched.
urlConnection - Variable in class ej.rest.web.AbstractResource
 
URLConnection - Class in java.net
The abstract class URLConnection is the superclass of all classes that represent a communications link between the application and a URL.
URLConnection(URL) - Constructor for class java.net.URLConnection
Constructs a URL connection to the specified URL.
URLDecoder - Class in java.net
Utility class for HTML form decoding.
URLDecoder() - Constructor for class java.net.URLDecoder
 
URLEncoder - Class in java.net
Utility class for HTML form encoding.
URLStreamHandler - Class in java.net
The abstract class URLStreamHandler is the common superclass for all stream protocol handlers.
URLStreamHandler() - Constructor for class java.net.URLStreamHandler
 
URLStreamHandlerFactory - Interface in java.net
This interface defines a factory for URL stream protocol handlers.
useCaches - Variable in class java.net.URLConnection
If true, the protocol is allowed to use caching whenever it can.
useDaylightTime() - Method in class java.util.TimeZone
Queries if this TimeZone uses Daylight Saving Time.
USER_ERROR - Static variable in class ej.wadapps.common.util.WadappsCommonMessage
Error occurs when the framework calls user code.
USER_ERROR - Static variable in class ej.wadapps.multisandbox.util.WadappsMultiSandboxMessage
Error occurs when the framework calls user code.
userAgent - Variable in class ej.rest.web.Resty
 
userAgent - Static variable in class sun.net.www.protocol.http.HttpURLConnection
 
usingProxy() - Method in class java.net.HttpURLConnection
Indicates if the connection is going through a proxy.
usingProxy() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
usingProxy() - Method in class sun.net.www.protocol.https.HttpsURLConnectionImpl
 
UTFDataFormatException - Exception in java.io
Signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
UTFDataFormatException() - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with null as its error detail message.
UTFDataFormatException(String) - Constructor for exception java.io.UTFDataFormatException
Constructs a UTFDataFormatException with the specified detail message.
Util - Class in ej.bon
This class offers basic services for B-ON implementation.
Util() - Constructor for class ej.bon.Util
 
Util() - Constructor for class org.json.me.JSONObject.Util
 

V

VAI - Static variable in class ej.microui.display.FontIdentifiers
Constant for vai font identifier.
val - Variable in enum ej.drawing.LLDWPainter.DrawingCap
ej.drawing native internal cap representation.
val - Variable in enum ej.drawing.LLDWPainter.DrawingFlip
ej.drawing native internal flip representation.
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.IntBoundOptionValidator
 
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.IntervalOptionValidator
 
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.IntOptionValidator
 
validate(String) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.NumberOptionValidator
 
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.NumberOptionValidator
 
validate(String) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.TextOptionValidator
 
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.UIntBoundOptionValidator
 
validate(long) - Method in class com.is2t.microej.workbench.std.launch.ext.validator.UIntOptionValidator
 
validateExtraFieldId(int) - Static method in class ej.mwt.style.EditableStyle
Validates that the extra field ID is correct.
validateHorizontalAlignment(int) - Static method in class ej.mwt.util.Alignment
Validates that the given value represents a valid horizontal alignment.
validateVerticalAlignment(int) - Static method in class ej.mwt.util.Alignment
Validates that the given value represents a valid vertical alignment.
value - Variable in class ej.jsonpath.parser.SimpleNode
 
value(boolean) - Method in class org.json.me.JSONWriter
Append either the value true or the value false.
value(double) - Method in class org.json.me.JSONWriter
Append a double value.
value(long) - Method in class org.json.me.JSONWriter
Append a long value.
value(Object) - Method in class org.json.me.JSONWriter
Append an object value.
valueOf(boolean) - Static method in class com.is2t.microej.workbench.std.launch.ext.expr.BooleanConstant
 
valueOf(int) - Static method in class com.is2t.microej.workbench.std.launch.ext.expr.IntegerConstant
 
valueOf(String) - Static method in enum ej.drawing.LLDWPainter.DrawingCap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.drawing.LLDWPainter.DrawingFlip
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.drawing.ShapePainter.Cap
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.drawing.TransformPainter.Flip
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.fp.MouseListener.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.gnss.GnssManager.GnssManagerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.kf.Feature.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.kf.ResourceControlListener.StopCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.microui.display.LLUIPainter.MicroUIImageFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.microui.display.ResourceImage.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.tool.addon.AddonProcessor.ExecutionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.tool.addon.Delta.DeltaKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.tool.addon.FolderKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.tool.addon.Marker.MarkerLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum java.lang.annotation.RetentionPolicy
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class java.lang.Boolean
Returns a Boolean instance representing the specified boolean value.
valueOf(String) - Static method in class java.lang.Boolean
Returns a Boolean with a value represented by the specified string.
valueOf(byte) - Static method in class java.lang.Byte
Returns a Byte instance representing the specified byte value.
valueOf(String) - Static method in class java.lang.Byte
Returns a Byte object holding the value given by the specified String.
valueOf(String, int) - Static method in class java.lang.Byte
Returns a Byte object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(char) - Static method in class java.lang.Character
Returns a Character instance representing the specified char value.
valueOf(double) - Static method in class java.lang.Double
Returns a Double instance representing the specified double value.
valueOf(String) - Static method in class java.lang.Double
Returns a Double object holding the double value represented by the argument string s.
valueOf(Class<T>, String) - Static method in class java.lang.Enum
This method is available for compilation purpose.
valueOf(float) - Static method in class java.lang.Float
Returns a Float instance representing the specified float value.
valueOf(String) - Static method in class java.lang.Float
Returns a Float object holding the float value represented by the argument string s.
valueOf(int) - Static method in class java.lang.Integer
Returns an Integer instance representing the specified int value.
valueOf(String) - Static method in class java.lang.Integer
Returns an Integer object holding the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Integer
Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(long) - Static method in class java.lang.Long
Returns a Long instance representing the specified long value.
valueOf(String) - Static method in class java.lang.Long
Returns a Long object holding the value of the specified String.
valueOf(String, int) - Static method in class java.lang.Long
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(short) - Static method in class java.lang.Short
Returns a Short instance representing the specified short value.
valueOf(String) - Static method in class java.lang.Short
Returns a Short object holding the value given by the specified String.
valueOf(String, int) - Static method in class java.lang.Short
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument.
valueOf(boolean) - Static method in class java.lang.String
Returns the string representation of the boolean argument.
valueOf(char) - Static method in class java.lang.String
Returns the string representation of the char argument.
valueOf(char[]) - Static method in class java.lang.String
Returns the string representation of the char array argument.
valueOf(char[], int, int) - Static method in class java.lang.String
Returns the string representation of a specific subarray of the char array argument.
valueOf(double) - Static method in class java.lang.String
Returns the string representation of the double argument.
valueOf(float) - Static method in class java.lang.String
Returns the string representation of the float argument.
valueOf(int) - Static method in class java.lang.String
Returns the string representation of the int argument.
valueOf(long) - Static method in class java.lang.String
Returns the string representation of the long argument.
valueOf(Object) - Static method in class java.lang.String
Returns the string representation of the Object argument.
valueOf(String) - Static method in enum java.lang.Thread.State
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class java.math.BigInteger
Returns a BigInteger whose value is equal to that of the specified long.
valueOf(long[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given long array.
valueOf(byte[]) - Static method in class java.util.BitSet
Returns a new bit set containing all the bits in the given byte array.
valueOf(String) - Static method in enum java.util.concurrent.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum sun.net.ProgressSource.State
Returns the enum constant of this type with the specified name.
values() - Method in class ej.basictool.map.AbstractPackedMap
Returns an unmodifiable Collection view of the values contained in this map.
values() - Static method in enum ej.drawing.LLDWPainter.DrawingCap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.drawing.LLDWPainter.DrawingFlip
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.drawing.ShapePainter.Cap
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.drawing.TransformPainter.Flip
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.fp.MouseListener.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.gnss.GnssManager.GnssManagerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.kf.Feature.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.kf.ResourceControlListener.StopCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.microui.display.LLUIPainter.MicroUIImageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.microui.display.ResourceImage.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.tool.addon.AddonProcessor.ExecutionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.tool.addon.Delta.DeltaKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.tool.addon.FolderKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.tool.addon.Marker.MarkerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.annotation.RetentionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.lang.Thread.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.AbstractMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum java.util.concurrent.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class java.util.HashMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.Hashtable
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.Map
Returns a Collection view of the values contained in this map.
values() - Method in interface java.util.SortedMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.TreeMap
Returns a Collection view of the values contained in this map.
values() - Method in class java.util.WeakHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum sun.net.ProgressSource.State
Returns an array containing the constants of this enum type, in the order they are declared.
VCENTER - Static variable in class ej.mwt.util.Alignment
Constant for centering vertically.
Vector<E> - Class in java.util
The Vector class implements a growable array of objects.
Vector() - Constructor for class java.util.Vector
Constructs an empty vector so that its internal data array has size 10 and its standard capacity increment is zero.
Vector(Collection<? extends E>) - Constructor for class java.util.Vector
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Vector(int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and with its capacity increment equal to zero.
Vector(int, int) - Constructor for class java.util.Vector
Constructs an empty vector with the specified initial capacity and capacity increment.
verbose(String) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
verbose(String) - Static method in class ej.tool.addon.util.Message
 
verbose(String) - Method in interface ej.tool.addon.util.MessageLogger
 
VERIFY - Static variable in class java.security.Signature
Possible Signature.state value, signifying that this signature object has been initialized for verification.
verify(byte[]) - Method in class java.security.Signature
Verifies the passed-in signature.
verify(byte[], int, int) - Method in class java.security.Signature
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.
VerifyError - Error in java.lang
Thrown when the "verifier" detects that a class file, though well formed, contains some sort of internal inconsistency or security problem.
VerifyError() - Constructor for error java.lang.VerifyError
Constructs an VerifyError with no detail message.
VerifyError(String) - Constructor for error java.lang.VerifyError
Constructs an VerifyError with the specified detail message.
verifyUserClass(Class<?>, Class<?>, String) - Method in class ej.fp.FrontPanel
Checks if the class whose name is classname is a subclass of expected type and if this class is available in the same class loader than caller.
VERTICAL - Static variable in class ej.widget.container.LayoutOrientation
Vertical orientation.
VERTICAL_ALIGNMENT - Static variable in class ej.mwt.style.DefaultStyle
The vertical alignment of the default style.
VirtualMachineError - Error in java.lang
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
VirtualMachineError() - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with no detail message.
VirtualMachineError(String) - Constructor for error java.lang.VirtualMachineError
Constructs a VirtualMachineError with the specified detail message.
visibleBuffer - Variable in class ej.fp.widget.Display
Buffer visible on front panel viewer: contains application drawings (see Display.frameBuffer) and some post transformations like mask reduction, backlight and contrast.
visitBinaryExpression(BinaryExpression) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitBooleanConstant(BooleanConstant) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitCheckBoxSelected(CheckBoxSelected) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitComboMatchingIndexes(ComboMatchingIndexes) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitDoubleConstant(DoubleConstant) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitEnabledNode(EnabledNode) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitIntegerConstant(IntegerConstant) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitScriptConfiguration(ScriptConfiguration) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitStringConstant(StringConstant) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitUnaryExpression(UnaryExpression) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
visitVMConfiguration(VMConfiguration) - Method in interface com.is2t.microej.workbench.std.launch.ext.expr.ExpressionVisitor
 
VMConfiguration - Class in com.is2t.microej.workbench.std.launch.ext.expr
Select VM configuration name
VMConfiguration(IntegerConstant) - Constructor for class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
 
VMCSL - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
Constant for CSL VM selection
VMCSLTag - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
 
VMDBG - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
Constant for DBG VM selection
VMDBGTag - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
 
VMDefault - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
Constant for Default VM selection
VMMNT - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
Constant for MNT VM selection
VMMNTTag - Static variable in class com.is2t.microej.workbench.std.launch.ext.expr.VMConfiguration
 
VOID_RESPONSE - Static variable in class ej.rcommand.synchronous.Command
 
VoidStylesheet - Class in ej.mwt.stylesheet
Stylesheet that always returns the default style.
VoidStylesheet() - Constructor for class ej.mwt.stylesheet.VoidStylesheet
Creates a void stylesheet.

W

WadappsCommonMessage - Class in ej.wadapps.common.util
Provides a message logger to log all messages for Wadapps common.
WadappsMultiSandboxMessage - Class in ej.wadapps.multisandbox.util
Provides a message logger to log all messages for Wadapps sandboxed implementation.
wait() - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
wait(long) - Method in class java.lang.Object
Causes the current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
waitFlushCompleted() - Method in class ej.microui.display.Display
Blocks the current thread (with all its locks) until previous call Display.flush() has been processed.
wakeup() - Method in class ej.fp.util.ThirdEventThread
Wakes up the thread: it will waits during waiting period before send the third event.
warn(String) - Method in class ej.tool.addon.util.DefaultMessageLogger
 
warn(String) - Static method in class ej.tool.addon.util.Message
 
warn(String) - Method in interface ej.tool.addon.util.MessageLogger
 
WARNING - Static variable in class ej.util.message.Level
Warning.
WARNING - Static variable in class java.util.logging.Level
WARNING is a message level indicating a potential problem.
warning(String) - Method in class java.util.logging.Logger
Log a WARNING message.
WeakHashMap<K,V> - Class in java.util
Hash table based implementation of the Map interface, with weak keys.
WeakHashMap() - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the default initial capacity (16) and load factor (0.75).
WeakHashMap(int) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the default load factor (0.75).
WeakHashMap(int, float) - Constructor for class java.util.WeakHashMap
Constructs a new, empty WeakHashMap with the given initial capacity and the given load factor.
WeakHashMap(Map<? extends K, ? extends V>) - Constructor for class java.util.WeakHashMap
Constructs a new WeakHashMap with the same mappings as the specified map.
WeakHashtable - Class in ej.bon
A Hashtable implementation with weak keys.
WeakHashtable() - Constructor for class ej.bon.WeakHashtable
Constructs a new, empty weak hashtable with a default capacity and load factor.
WeakHashtable(int) - Constructor for class ej.bon.WeakHashtable
Constructs a new, empty weak hashtable with the specified initial capacity.
WeakIdentityPackedMap<K,V> - Class in ej.basictool.map
 
WeakIdentityPackedMap() - Constructor for class ej.basictool.map.WeakIdentityPackedMap
Constructs an empty map.
WeakIdentityPackedMap(WeakIdentityPackedMap<K, V>) - Constructor for class ej.basictool.map.WeakIdentityPackedMap
Constructs a map with the same mappings as the specified map.
WeakPackedMap<K,V> - Class in ej.basictool.map
 
WeakPackedMap() - Constructor for class ej.basictool.map.WeakPackedMap
Constructs an empty map.
WeakPackedMap(WeakPackedMap<K, V>) - Constructor for class ej.basictool.map.WeakPackedMap
Constructs a map with the same mappings as the specified map.
WeakReference<T> - Class in java.lang.ref
Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
WeakReference(T) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object.
WeakReference(T, ReferenceQueue<? super T>) - Constructor for class java.lang.ref.WeakReference
Creates a new weak reference that refers to the given object and is registered with the given queue.
WEDNESDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Wednesday.
WEEK_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current month.
WEEK_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the week number within the current year.
Wheel - Class in ej.fp.widget
Widget to simulate a state machine.
Wheel() - Constructor for class ej.fp.widget.Wheel
 
Wheel.WheelListener - Interface in ej.fp.widget
Interface that handle wheel events.
Wheel.WheelListenerToCommandEvents - Class in ej.fp.widget
Default implementation of Wheel.WheelListener.
WheelListenerToCommandEvents() - Constructor for class ej.fp.widget.Wheel.WheelListenerToCommandEvents
 
WHITE - Static variable in class ej.library.ui.MicroEJColors
White color.
WHITE - Static variable in class ej.microui.display.Colors
Constant for white color.
Widget - Class in ej.fp
Widget is the superclass of all the user interface objects.
Widget() - Constructor for class ej.fp.Widget
Creates a widget.
Widget - Class in ej.mwt
Widget is the superclass of all the user interface objects.
Widget() - Constructor for class ej.mwt.Widget
Creates a widget.
Widget.WidgetAttribute - Annotation Type in ej.fp
This interface describes only one attribute of the widget description.
Widget.WidgetDescription - Annotation Type in ej.fp
This interface allows a subclass of Widget to describe itself.
WidgetWithListener - Class in ej.fp.util
This extension of widget holds several methods to instanciate a listener to the widget.
WidgetWithListener() - Constructor for class ej.fp.util.WidgetWithListener
 
withHeader(String, String) - Method in class ej.rest.web.Resty
Tell Resty to send the specified header with each request done on this instance.
worked(int) - Method in class com.microej.kf.util.IProgressMonitorProxy
 
worked(int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
worked(int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
worked(int) - Method in class org.eclipse.core.runtime.SubMonitor
 
wrap(String, Font, int) - Static method in class ej.widget.util.render.TextHelper
Wraps a text in lines.
wrap(byte[], int, int) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(byte[]) - Static method in class java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(char[], int, int) - Static method in class java.nio.CharBuffer
Wraps a char array into a buffer.
wrap(char[]) - Static method in class java.nio.CharBuffer
Wraps a char array into a buffer.
wrap(CharSequence, int, int) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a buffer.
wrap(CharSequence) - Static method in class java.nio.CharBuffer
Wraps a character sequence into a buffer.
wrap(double[], int, int) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a buffer.
wrap(double[]) - Static method in class java.nio.DoubleBuffer
Wraps a double array into a buffer.
wrap(float[], int, int) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(float[]) - Static method in class java.nio.FloatBuffer
Wraps a float array into a buffer.
wrap(int[], int, int) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(int[]) - Static method in class java.nio.IntBuffer
Wraps an int array into a buffer.
wrap(long[], int, int) - Static method in class java.nio.LongBuffer
Wraps a long array into a buffer.
wrap(long[]) - Static method in class java.nio.LongBuffer
Wraps a long array into a buffer.
wrap(short[], int, int) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.
wrap(short[]) - Static method in class java.nio.ShortBuffer
Wraps a short array into a buffer.
wrap(Key) - Method in class javax.crypto.Cipher
Wrap a key.
wrap(Object) - Static method in class org.json.me.JSONObject
Wrap an object, if necessary.
WRAP_MODE - Static variable in class javax.crypto.Cipher
Constant used to initialize cipher to key-wrapping mode.
wrapKey(K) - Method in class ej.basictool.map.AbstractPackedMap
Wraps a key.
wrapKey(K) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
wrapperRunTestClass(AbstractTestWrapper) - Method in class ej.junit.AbstractAllTestClassesWrapper
Runs all the methods in the test.
WRITE - Static variable in class ej.ecom.io.Connector
Access mode WRITE.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class java.io.BufferedWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.BufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.BufferedWriter
Writes a portion of a String.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of an array of characters.
write(int) - Method in class java.io.OutputStreamWriter
Writes a single character.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of a string.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintStream
Writes the specified byte to this stream.
write(int) - Method in class java.io.PrintWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.PrintWriter
Writes A Portion of an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Writes an array of characters.
write(String, int, int) - Method in class java.io.PrintWriter
Writes a portion of a string.
write(String) - Method in class java.io.PrintWriter
Writes a string.
write(int) - Method in class java.io.RandomAccessFile
 
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(char[]) - Method in class java.io.Writer
Writes an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Writes a portion of an array of characters.
write(int) - Method in class java.io.Writer
Writes a single character.
write(String) - Method in class java.io.Writer
Writes a string.
write(String, int, int) - Method in class java.io.Writer
Writes a portion of a string.
write(Writer) - Method in class org.json.me.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class org.json.me.JSONObject
Write the contents of the JSONObject as JSON text to a writer.
write(byte[], int, int) - Method in class sun.net.www.http.ChunkedOutputStream
 
write(int) - Method in class sun.net.www.http.ChunkedOutputStream
 
write(int) - Method in class sun.net.www.http.PosterOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in class sun.net.www.http.PosterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeBits(int) - Method in interface ej.ecom.io.BitsOutput
The data to send is masked using the following formula:
val &= (1 << getLength()) - 1
writeBits(int[]) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified integer array to this output stream.
writeBits(int[], int, int) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified integer array starting at offset off to this output stream.
writeBits(short[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(short[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
writeBits(byte[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(byte[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
writeBody(CommandSender) - Method in interface ej.rcommand.RemoteNotification
Writes the body of the notification using the given command sender.
writeBody(CommandSender) - Method in class ej.rcommand.synchronous.Command
Writes the body of the command.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeContent(OutputStream) - Method in class ej.rest.web.AbstractContent
 
writeContent(OutputStream) - Method in class ej.rest.web.ChunkedContent
 
writeContent(OutputStream) - Method in class ej.rest.web.Content
 
writeContent(OutputStream) - Method in class ej.rest.web.Deletion
 
writeContent(OutputStream) - Method in class ej.rest.web.FormData
 
writeContent(OutputStream) - Method in class ej.rest.web.mime.MultipartContent
 
writeContent(OutputStream) - Method in class ej.rest.web.Replacement
 
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeHeader(OutputStream) - Method in class ej.rest.web.AbstractContent
 
writeHeader(OutputStream) - Method in class ej.rest.web.ChunkedContent
 
writeHeader(OutputStream) - Method in class ej.rest.web.Content
Used as a mime part, writing content headers
writeHeader(OutputStream) - Method in class ej.rest.web.Deletion
 
writeHeader(OutputStream) - Method in class ej.rest.web.FormData
 
writeHeader(OutputStream) - Method in class ej.rest.web.mime.MultipartContent
 
writeHeader(OutputStream) - Method in class ej.rest.web.Replacement
 
writeInt(byte[], int, int) - Static method in class ej.bon.ByteArray
Writes an int in the given byte array at the given offset respecting the endianness of the platform.
writeInt(byte[], int, int, int) - Static method in class ej.bon.ByteArray
Writes an int in the given byte array at the given offset respecting the endianness of the array.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeLong(byte[], int, long) - Static method in class ej.bon.ByteArray
Writes a long in the given byte array at the given offset respecting the endianness of the platform.
writeLong(byte[], int, long, int) - Static method in class ej.bon.ByteArray
Writes a long in the given byte array at the given offset respecting the endianness of the array.
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writePixel(byte[], int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "writePixel".
writePixel(GraphicsContext, int, int) - Static method in class ej.microui.display.Painter
Draws the pixel at the given coordinates.
writePixel(LLUIPainter.MicroUIGraphicsContext, int, int) - Method in interface ej.microui.display.UIDrawing.UIDrawingDefault
 
writePixel(LLUIPainter.MicroUIGraphicsContext, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a pixel at given position.
Writer - Class in java.io
Abstract class for writing to character streams.
Writer() - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the writer itself.
Writer(Object) - Constructor for class java.io.Writer
Creates a new character-stream writer whose critical sections will synchronize on the given object.
writer - Variable in class org.json.me.JSONWriter
The writer that will receive the output.
writeRequests(MessageHeader, PosterOutputStream) - Method in class sun.net.www.http.HttpClient
 
writeRequests(MessageHeader, PosterOutputStream, boolean) - Method in class sun.net.www.http.HttpClient
 
writeResponseBody(CommandSender) - Method in interface ej.rcommand.synchronous.Endpoint
 
writeShort(byte[], int, int) - Static method in class ej.bon.ByteArray
Writes a short in the given byte array at the given offset respecting the endianness of the platform.
writeShort(byte[], int, int, int) - Static method in class ej.bon.ByteArray
Writes a short in the given byte array at the given offset respecting the endianness of the array.
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using modified UTF-8 encoding in a machine-independent manner.
written - Variable in class java.io.DataOutputStream
The number of bytes written to the data output stream so far.
WRONG_CRC - Static variable in class com.microej.nls.BinaryNLS
Error code when binary is incompatible: wrong CRC.
WRONG_FORMAT_VERSION - Static variable in class com.microej.nls.BinaryNLS
Error code when binary is incompatible: wrong format version.
WRONG_HEADER - Static variable in class com.microej.nls.BinaryNLS
Error code when binary is incompatible: wrong header.

X

X500Principal - Class in javax.security.auth.x500
This class represents an X.500 Principal.
X500Principal(byte[]) - Constructor for class javax.security.auth.x500.X500Principal
Creates an X500Principal from a distinguished name in ASN.1 DER encoded form.
X500Principal(InputStream) - Constructor for class javax.security.auth.x500.X500Principal
Creates an X500Principal from an InputStream containing the distinguished name in ASN.1 DER encoded form.
X509Certificate - Class in java.security.cert
Abstract class for X.509 certificates.
X509Certificate() - Constructor for class java.security.cert.X509Certificate
Constructor for X.509 certificates.
X509EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo.
X509EncodedKeySpec(byte[]) - Constructor for class java.security.spec.X509EncodedKeySpec
Creates a new X509EncodedKeySpec with the given encoded key.
X509Extension - Interface in java.security.cert
Interface for an X.509 extension.
X509KeyManager - Interface in javax.net.ssl
Instances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secure socket.
X509TrustManager - Interface in javax.net.ssl
Instance of this interface manage which X509 certificates may be used to authenticate the remote side of a secure socket.
XHTMLDescription - Class in com.is2t.microej.workbench.std.launch.ext
Option description format is a light XHTML subsetwith following handled tags: Character styles: #Tag_code, #Tag_b, #Tag_i Paragraph: #Tag_br, #Tag_p References: #Tag_a
XHTMLDescription(String) - Constructor for class com.is2t.microej.workbench.std.launch.ext.XHTMLDescription
 
XHTMLDescription(String, JPFExtensionTabNode[]) - Constructor for class com.is2t.microej.workbench.std.launch.ext.XHTMLDescription
 
XMath - Class in ej.bon
This class provides advanced mathematical functions.
XML - Class in org.json.me.util
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class org.json.me.util.XML
 
XMLTokener - Class in org.json.me.util
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class org.json.me.util.XMLTokener
Construct an XMLTokener from a string.
xor(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this ^ val).
xor(BitSet) - Method in class java.util.BitSet
Performs a logical XOR of this bit set with the bit set argument.

Y

YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the year.
YELLOW - Static variable in class ej.microui.display.Colors
Constant for yellow color.
YI - Static variable in class ej.microui.display.FontIdentifiers
Constant for yi font identifier.
yield() - Static method in class java.lang.Thread
A hint to the scheduler that the current thread is willing to yield its current use of a processor.

Z

ZERO - Static variable in class java.math.BigInteger
The BigInteger constant zero.
ZONE_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the raw offset from GMT in milliseconds.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links