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 Z 

A

A_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
The a number shift in the integer.
abs() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, and whose scale is this.scale().
abs(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the absolute value of this BigDecimal, with rounding according to the context settings.
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.
AbstractCarousel - Class in ej.widget.container
The abstract carousel is a composite that contains a list of widget.
AbstractCarousel(boolean, boolean) - Constructor for class ej.widget.container.AbstractCarousel
Creates a carousel without cursor.
AbstractCarousel(boolean, boolean, PagingIndicator, boolean) - Constructor for class ej.widget.container.AbstractCarousel
Creates a carousel with a cursor that can be hidden automatically or not.
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
 
AbstractController<ConcreteNode extends Node> - Class in ej.basedriver.impl
This abstract class gives a structure and mechanisms for developers who wish to create a Controller for a protocol.
AbstractController() - Constructor for class ej.basedriver.impl.AbstractController
Create a new controller.
AbstractController(String) - Constructor for class ej.basedriver.impl.AbstractController
Create a new controller with the given protocol name which will be its HardwareDescriptor#getName().
AbstractController(String, Device) - Constructor for class ej.basedriver.impl.AbstractController
Create a new controller from a source Device.
AbstractDataReader - Class in ej.data
This abstract class provides a default implementation for the DataReader interface with the following features: Implements structured data checks mandatory by the DataReader interface (an IllegalStateException thrown on error). Defines encoding methods with suffix 0 (e.g readBoolean calls readBoolean0).
AbstractDataReader() - Constructor for class ej.data.AbstractDataReader
 
AbstractDataWriter - Class in ej.data
This abstract class provides a default implementation for the DataWriter interface with the following features: Implements structured data checks mandatory by the DataWriter interface (an IllegalStateException thrown on error). Defines encoding methods with suffix 0 (e.g writeBoolean calls writeBoolean0).
AbstractDataWriter(Flushable) - Constructor for class ej.data.AbstractDataWriter
Creates a new AbstractDataWriter that will use the given Flushable to notify the end of the data.
AbstractDataWriter() - Constructor for class ej.data.AbstractDataWriter
 
AbstractDelegateHttpsURLConnection - Class in sun.net.www.protocol.https
HTTPS URL connection support.
AbstractDelegateHttpsURLConnection(URL, Handler) - Constructor for class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
 
AbstractDisplayExtension() - Constructor for class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Must have a no-arg constructor.
AbstractDriverService - Class in ej.basedriver.util
 
AbstractDriverService() - Constructor for class ej.basedriver.util.AbstractDriverService
 
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.
AbstractEvent<D extends Device> - Class in ej.basedriver.event.impl
An abstract event type.
AbstractEvent(D) - Constructor for class ej.basedriver.event.impl.AbstractEvent
 
AbstractFontLoader - Class in ej.style.font.loader
Abstract implementation of font loader that uses a font family filter and a font size value filter.
AbstractFontLoader() - Constructor for class ej.style.font.loader.AbstractFontLoader
Creates the application font loader.
AbstractImageBackground - Class in ej.style.background
Image-based background.
AbstractImageBackground() - Constructor for class ej.style.background.AbstractImageBackground
Creates an abstract image background.
AbstractImageBackground(Image, int, boolean) - Constructor for class ej.style.background.AbstractImageBackground
Creates an abstract image background specifying its image and alignment.
AbstractJSONExpr - Class in ej.jsonpath.parser
 
AbstractJSONExpr(int) - Constructor for class ej.jsonpath.parser.AbstractJSONExpr
 
AbstractMessageLite - Class in com.google.protobuf
A partial implementation of the MessageLite interface which implements as many methods of that interface as possible in terms of other methods.
AbstractMessageLite() - Constructor for class com.google.protobuf.AbstractMessageLite
 
AbstractMessageLite.Builder<BuilderType extends AbstractMessageLite.Builder> - Class in com.google.protobuf
A partial implementation of the Message.Builder interface which implements as many methods of that interface as possible in terms of other methods.
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.
AbstractNetworkModuleFactory - Class in org.eclipse.paho.client.mqttv3.internal
 
AbstractNetworkModuleFactory() - Constructor for class org.eclipse.paho.client.mqttv3.internal.AbstractNetworkModuleFactory
 
AbstractNode<ConcreteController extends Controller> - Class in ej.basedriver.impl
This abstract class gives a structure and mechanisms for developers who wish to create a Node for a protocol.
AbstractNode(ConcreteController) - Constructor for class ej.basedriver.impl.AbstractNode
Create a new node.
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.
AbstractParser<MessageType extends MessageLite> - Class in com.google.protobuf
A partial implementation of the Parser interface which implements as many methods of that interface as possible in terms of other methods.
AbstractParser() - Constructor for class com.google.protobuf.AbstractParser
 
AbstractProfile - Class in ej.basedriver.impl
This abstract class gives a structure and mechanisms for developers who wish to create a Device for a protocol.
AbstractProfile() - Constructor for class ej.basedriver.impl.AbstractProfile
 
AbstractProgress - Class in ej.widget.basic
A progress is a widget that displays the progress of some task.
AbstractProgress(BoundedRangeModel) - Constructor for class ej.widget.basic.AbstractProgress
Creates a progress bar with the given model.
AbstractProgress(int, int, int) - Constructor for class ej.widget.basic.AbstractProgress
Creates a progress bar with a default bounded range model as model.
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.
AbstractRegistry - Class in ej.components.registry.impl
Default implementation of the bundle registry.
AbstractRegistry() - Constructor for class ej.components.registry.impl.AbstractRegistry
Creates a new registry.
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.
AbstractServiceLoader - Class in ej.components.dependencyinjection
Abstract service loader that provides a default skeleton of service loader.
AbstractServiceLoader() - Constructor for class ej.components.dependencyinjection.AbstractServiceLoader
Creates a new abstract service loader.
AbstractSlider - Class in ej.widget.basic
A slider is a widget that lets the user graphically select a value by sliding a knob within a bounded interval.
AbstractSlider(BoundedRangeModel) - Constructor for class ej.widget.basic.AbstractSlider
Creates a slider with the given model.
AbstractSlider(int, int, int) - Constructor for class ej.widget.basic.AbstractSlider
Creates a slider with a default bounded range model.
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(EventHandler<?, ?>) - Method in interface ej.basedriver.event.EventHandlerFilter
 
accept(T) - Method in class ej.style.font.filter.CompositeFilter
 
accept(T) - Method in interface ej.style.font.filter.Filter
Checks whether or not the specified element is accepted.
accept(Font) - Method in class ej.style.font.filter.FontFamilyFilter
 
accept(Font) - Method in class ej.style.font.filter.FontSizeValueFilter
 
accept(Font) - Method in class ej.style.font.filter.FontStyleFilter
 
ACCEPTED - Static variable in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
202 Accepted.
AcceptEncoding - Class in ej.hoka.http.support
Utility class for parsing Accept Encoding header in HTTP requests.
See: (RFC HTTP/1.1 RFC2616 14.3 Accept Encoding)
AcceptEncoding() - Constructor for class ej.hoka.http.support.AcceptEncoding
Creates a new instance of AcceptEncoding with a default separator (comma character ",").
AccessControlEngine<U,E,R> - Interface in ej.authz
Interface for access control.
AccessControlList - Class in ej.authz.acl
An implementation of AccessControlEngine that uses a user ID, an access mode (read, write, ...) and a Java object as resource to list all permissions per user for each resource controlled in a user-defined database.
AccessControlList() - Constructor for class ej.authz.acl.AccessControlList
Constructs the engine with an empty policy stored in the memory (PackedMap).
AccessControlList(AclDataAccess) - Constructor for class ej.authz.acl.AccessControlList
Constructs the engine with the given database.
ACCESSES - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Accesses.
AccessPointConfiguration - Class in ej.net.util.wifi
A configuration to connect to an AccessPoint.
AccessPointConfiguration(String) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
Instantiates an AccessPointConfiguration with a Service Set IDentification (SSID).
AccessPointConfiguration(AccessPoint) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
Instantiates an AccessPointConfiguration with an access point.
AccessPointConfiguration(String, String, SecurityMode) - Constructor for class ej.net.util.wifi.AccessPointConfiguration
Instantiates an AccessPointConfiguration.
AccessPointJSON - Class in com.microej.example.wifi.setup.rest.internal
A JSON view of an AccessPoint.
AccessPointJSON(AccessPoint) - Constructor for class com.microej.example.wifi.setup.rest.internal.AccessPointJSON
Instantiates an AccessPointJSON.
AccessPointJSON(String, int, SecurityMode, float, byte[]) - Constructor for class com.microej.example.wifi.setup.rest.internal.AccessPointJSON
Instantiates an AccessPointJSON.
accumulate(String, Object) - Method in class org.json.me.JSONObject
Accumulate values under a key.
ACK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ACK_FRAME - Static variable in class ej.basedriver.zwave.frame.ControlFrame
 
ACK_WAIT_PERIOD - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ACKNOWLEDGEMENT - Static variable in interface ej.widget.util.ControlCharacters
Response to an Enquiry, or an indication of successful receipt of a message.
AclDataAccess - Interface in ej.authz.acl
The interface to the database that lists all permissions.
AclEntry - Class in ej.authz.acl
List of permissions linked to a user for a specific resource.
AclEntry() - Constructor for class ej.authz.acl.AclEntry
Constructs an empty ACL entry.
AclEntry(String...) - Constructor for class ej.authz.acl.AclEntry
Constructs an ACL entry with given permitted actions.
AclEntry(AclEntry) - Constructor for class ej.authz.acl.AclEntry
Constructs a copy of the ACL entry.
aClient - Variable in class org.eclipse.paho.client.mqttv3.MqttClient
 
AclInMemoryDatabase - Class in ej.authz.acl
Implementation of AclDataAccess that stores all the permissions of the enforced policy in memory.
AclInMemoryDatabase() - Constructor for class ej.authz.acl.AclInMemoryDatabase
Constructs an empty database.
ACTIVE_THREADS - Static variable in interface com.microej.profiling.internal.Strings
ACTIVE_THREADS.
ActivitiesList - Interface in ej.wadapps.management
Holds a list of activities.
ActivitiesScheduler - Interface in ej.wadapps.management
Manages the activities lifecycle.
Activity - Interface in ej.wadapps.app
Activity is a user interface oriented service.
add(GeneratedMessageLite.GeneratedExtension<?, ?>) - Method in class com.google.protobuf.ExtensionRegistryLite
Add an extension from a lite generated file to the registry.
add(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in class com.google.protobuf.LazyStringArrayList
 
add(ByteString) - Method in interface com.google.protobuf.LazyStringList
Appends the specified element to the end of this list (optional operation).
add(ByteString) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
add(PrintableSnapshot) - Method in class com.microej.profiling.Group
Adds a snapshot.
add(String, String, Object) - Method in interface ej.authz.acl.AclDataAccess
Adds a new permission.
add(String) - Method in class ej.authz.acl.AclEntry
Adds an authorized action (read, write, ...).
add(String, String, Object) - Method in class ej.authz.acl.AclInMemoryDatabase
 
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(EventHandler, boolean) - Method in class ej.eventswatcher.EventsWatcher
Add an event handler.
add(Widget) - Method in class ej.fp.Composite
Adds the specified widget to the end of the list of children of this composite.
add(Widget) - Method in class ej.mwt.Composite
Adds the specified widget to the end of the list of children of this composite.
add(Activity) - Method in interface ej.wadapps.management.ActivitiesList
Adds an activity.
add(BackgroundService) - Method in interface ej.wadapps.management.BackgroundServicesList
Adds a background.
add(Activity) - Method in interface ej.wadapps.management.LaunchersList
Adds a launcher.
add(byte[], int, int, byte[], int, int) - Static method in class ej.websocket.util.ArraysTools
Appends two arrays into a new one.
add(Widget) - Method in class ej.widget.container.AbstractCarousel
 
add(Widget, int, int, int, int) - Method in class ej.widget.container.Canvas
Adds a widget in this composite.
add(Widget) - Method in class ej.widget.container.Flow
 
add(Widget) - Method in class ej.widget.container.Grid
 
add(Widget) - Method in class ej.widget.container.List
 
add(Widget) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
add(Widget) - Method in class ej.widget.StyledComposite
Adds the specified widget to the end of the list of children of this composite.
add(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + augend), and whose scale is max(this.scale(), augend.scale()).
add(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this + augend), with rounding according to the context settings.
add(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this + val).
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 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.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 class java.util.TreeSet
Adds the specified element to this set if it is not already present.
add(String, String) - Method in class sun.net.www.MessageHeader
Adds a key value pair to the end of the header.
ADD_NODE_ANY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_MODE_MASK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_OPTION_NETWORK_WIDE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_OPTION_NORMAL_POWER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_PARAMETERS - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_ADDING_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_ADDING_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_DONE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_FAILED - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_LEARN_READY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_NODE_FOUND - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_NOT_PRIMARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STATUS_PROTOCOL_DONE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STOP - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ADD_NODE_STOP_FAILED - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
addAdditionalHeaders(URLConnection) - Method in class ej.rest.web.Resty
Add all headers that have been set with the alwaysSend call.
addAll(Iterable<T>, Collection<? super T>) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Adds the values to the list.
addAll(Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
addAll(int, Collection<? extends String>) - Method in class com.google.protobuf.LazyStringArrayList
 
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<? 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 class java.util.TreeSet
Adds all of the elements in the specified collection to this set.
addAndCmp(FDBigInteger, FDBigInteger) - Method in class sun.misc.FDBigInteger
Compares this FDBigInteger with x + y.
addAnimationStepListener(AnimationStepListener) - Method in class ej.widget.container.transition.TransitionContainer
Adds an animation step listener.
addApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.admin.ApplicationsManager
Adds an application lifecycle listener.
addAwakeNode(ZwaveNode) - Method in class ej.basedriver.zwave.ZwaveSendThread
 
addBottom(Widget) - Method in class ej.widget.container.Dock
Docks a widget to the bottom of this composite.
addCapability(int) - Method in class android.net.NetworkRequest.Builder
The capability to add.
addCertificate(String, InputStream) - Method in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
addCertificate(String, String) - Method in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
addCertificate(String) - Method in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
addCharacteristic(BasicServerCharacteristic) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
Add a characteristic that can received write and read request.
addChild(Device) - Method in class ej.basedriver.impl.AbstractNode
Add a profile as a child of this node.
addChild(int, int, Object) - Method in class org.kxml2.kdom.Document
Adds a child at the given index position.
addChild(int, int, Object) - Method in class org.kxml2.kdom.Node
inserts the given child object of the given type at the given index.
addChild(int, Object) - Method in class org.kxml2.kdom.Node
convenience method for addChild (getChildCount (), child)
addClassSelector(String) - Method in class ej.style.util.ElementAdapter
Adds a class selector.
addClassSelector(String) - Method in class ej.widget.StyledComposite
 
addClassSelector(String) - Method in class ej.widget.StyledDesktop
 
addClassSelector(String) - Method in class ej.widget.StyledDialog
 
addClassSelector(String) - Method in class ej.widget.StyledPanel
 
addClassSelector(String) - Method in interface ej.widget.StyledRenderable
Adds a class selector.
addClassSelector(String) - Method in class ej.widget.StyledWidget
 
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.
addCloudConnector(CloudConnector) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Adds a cloud connector for the HeadlessThermostat.
addCloudConnector(HeadlessThermostat, Properties, CertificateLoader) - Static method in class com.microej.demo.thermorest.Main
Add cloud connector, AWS if all the properties has been set, MQTT otherwise.
addCloudConnectorObserver(Observer) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Add an observer to be notified when a CloudConnector is added, removed or changed.
addConfigListener(ConfigListener) - Method in interface googlecloud.iotcore.DeviceService
Adds a configuration listener notified when the config of the device changes.
addConfigListener(ConfigListener) - Method in class googlecloud.iotcore.DeviceServiceProxy
 
addConnection(Socket) - Method in class ej.hoka.tcp.TCPServer
Add a connection to the list of opened connections.
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
 
addDescriptor(BasicServerDescriptor) - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
Add a descriptor.
addDimension(int) - Method in error org.junit.internal.ArrayComparisonFailure
 
addEndpoint(RestEndpoint) - Method in class ej.hoka.auth.session.RestAuthenticatedRequestHandler
Add an endpoint to this handler.
addEndpoint(RestEndpoint) - Method in class ej.hoka.rest.RestRequestHandler
Adds an endpoint to this handler.
addEndpoint(RestEndpoint) - Method in class ej.restserver.RestartableServer
Add the endpoint.
addEndpoint(RestEndpoint) - Method in class ej.restserver.RestServer
Adds an endpoint to this server.
addEnpoints(RestartableServer) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Adds the server endpoints.
addEnpoints(RestartableServer) - Method in class com.microej.example.wifi.setup.web.WebSoftAPConnector
 
addEscapes(String) - Static method in error ej.jsonpath.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEvent(int) - Static method in class ej.fp.event.MicroUIEventGenerator
Adds an event in the queue.
addEvent(String, int) - Static method in class ej.fp.event.MicroUIEventGenerator
Constructs an event and adds it to the simulator input queue.
addEvent(int, int) - Static method in class ej.fp.event.MicroUIEventGenerator
Constructs an event and adds it to the simulator input queue.
addEventHandler(EventHandler<D, E>) - Method in class ej.basedriver.event.DeviceEventGenerator
 
addEventHandler(EventHandler<D, E>, D) - Method in class ej.basedriver.event.DeviceEventGenerator
 
addEventHandler(String, EventHandler<D, E>, D) - Method in interface ej.basedriver.EventControllerListener
Add an event handler on a specific device
addEventHandler(String, EventHandler<D, E>) - Method in interface ej.basedriver.EventControllerListener
Add an event handler for all device with the specific type.
addEventHandler(String, EventHandler<D, E>, D) - Method in class ej.basedriver.EventControllerListenerProxy
 
addEventHandler(String, EventHandler<D, E>) - Method in class ej.basedriver.EventControllerListenerProxy
 
addEventHandler(String, EventHandler<D, E>, D) - Method in class ej.basedriver.util.EcomEventControllerListener
 
addEventHandler(String, EventHandler<D, E>) - Method in class ej.basedriver.util.EcomEventControllerListener
 
addEvents(int[]) - Static method in class ej.fp.event.MicroUIEventGenerator
Adds several events in the queue.
addExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Append a value to a repeated extension.
addFilter(Filter<T>) - Method in class ej.style.font.filter.CompositeFilter
Adds a filter in this composite.
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.
addHeaderField(String, String) - Method in class ej.hoka.http.HTTPResponse
Adds a response header field.
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.
addLeft(Widget) - Method in class ej.widget.container.Dock
Docks a widget to the left of this composite.
addListener(ThermostatListener) - Method in class com.microej.demo.thermorest.model.ThermostatModel
Append a thermostat listener.
addListener(ConnectorListener) - Method in class com.microej.example.wifi.setup.SoftAPConnector
addListener(String, TopicListener) - Method in class ej.aws.iot.Thing
Adds a listener on a specified topic.
addLogger(Logger) - Method in class java.util.logging.LogManager
Add a named logger.
addNode(int, ConcreteNode) - Method in class ej.basedriver.impl.AbstractController
When a node is paired, it must be added to the controller so that the controller knows all paired nodes.
AddNodeToNetwork - Class in ej.basedriver.zwave.frame
 
addObserver(Observer) - Method in class ej.observable.Observable
Adds an observer to the set of observers for this object.
addObserver(Observer) - Method in interface ej.wadapps.management.ActivitiesList
Adds an observer to this activities list.
addObserver(Observer) - Method in interface ej.wadapps.management.ApplicationMetadataProvider
Adds an observer to this application meta-data provider.
addObserver(Observer) - Method in class ej.wadapps.management.ApplicationMetadataProviderProxy
 
addObserver(Observer) - Method in interface ej.wadapps.management.BackgroundServicesList
Adds an observer to this background services list.
addObserver(Observer) - Method in interface ej.wadapps.management.LaunchersList
Adds an observer to this launchers list.
addObserver(Observer) - Method in interface ej.wadapps.management.NotificationsManager
Adds an observer to this notifications manager.
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.
addOnClickListener(OnClickListener) - Method in class ej.widget.basic.Button
Adds a listener on the click events of the button.
addOnClickListener(OnClickListener) - Method in class ej.widget.basic.ButtonImage
Adds a listener on the click events of the button.
addOnClickListener(OnClickListener) - Method in class ej.widget.basic.Text
Adds a listener on the click events of the text.
addOnClickListener(OnClickListener) - Method in class ej.widget.composed.ButtonWrapper
Adds a listener on the click events of the button.
addOnClickListener(OnClickListener) - Method in class ej.widget.util.ButtonHelper
Adds a listener on the click events of the button.
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.
addOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.composed.ToggleWrapper
Adds a listener on the state change event of the toggle.
addOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.toggle.ToggleModel
Adds a listener on the state change event of the toggle.
addOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.util.ToggleHelper
Adds a listener on the state change event of the toggle.
addOnTextChangeListener(OnTextChangeListener) - Method in class ej.widget.basic.Text
Adds a listener on the text change events of the text.
addOnValueChangeListener(OnValueChangeListener) - Method in class ej.widget.basic.BoundedRange
Adds a listener on the value change events of the bounded range model.
addOnValueChangeListener(OnValueChangeListener) - Method in interface ej.widget.model.BoundedRangeModel
Adds a listener on the value change events of the range.
addOnValueChangeListener(OnValueChangeListener) - Method in class ej.widget.model.DefaultBoundedRangeModel
 
addPage(Page) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Adds a page in the navigation container.
addParameter(byte) - Method in class ej.basedriver.zwave.frame.RequestFrame
 
addParameter(byte) - Method in class ej.basedriver.zwave.frame.SendData
 
addPermission(String, Object, String...) - Method in class ej.authz.acl.AccessControlList
Adds a new permission for user to access resource with all actions in actions.
addProfiler(ComparableProfiler) - Static method in class com.microej.profiling.SampleProfiler
Adds a SampleProfiler to follow.
addProfilers(Collection<ComparableProfiler>) - Static method in class com.microej.profiling.SampleProfiler
Adds a collection of SampleProfiler to follow.
addProgressListener(ProgressListener) - Method in class sun.net.ProgressMonitor
Add progress listener in progress monitor.
addRequestHandler(RequestHandler) - Method in class ej.hoka.http.requesthandler.RequestHandlerComposite
Adds a RequestHandler in the list.
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.
addRequestResolver(RequestHandler) - Method in class ej.restserver.RestServer
Adds a request handler to this server.
addRight(Widget) - Method in class ej.widget.container.Dock
Docks a widget to the right of this composite.
addRule(Selector, Style) - Method in class ej.style.cascading.CascadingStylesheet
 
addRule(Selector, Style) - Method in interface ej.style.Stylesheet
Adds a rule: a style applied to the elements matching a selector.
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.
addService(BluetoothService) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Add a service to the server.
addServiceLoader(ServiceLoader) - Method in class ej.components.dependencyinjection.CompositeServiceLoader
Adds a service loader at the end of the list a service loaders used by this composite service loader.
addSession(Session) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
addSession(Session) - Method in interface ej.hoka.auth.SessionDataAccess
Adds a new session.
addStandardHeaders(URLConnection, T) - Method in class ej.rest.web.Resty
Add all standard headers (User-Agent, Accept) to the URLConnection.
addToggle(ToggleModel) - Method in class ej.widget.toggle.ToggleGroup
Adds a toggle to the group.
addTop(Widget) - Method in class ej.widget.container.Dock
Docks a widget to the top of this composite.
addTopicListener(String, TopicListener) - Method in class ej.aws.iot.pubsub.Client
Adds a topic listener on a topic.
AdjacentSiblingCombinator - Class in ej.style.selector.combinator
An adjacent sibling combinator selects by checking the element immediate sibling.
AdjacentSiblingCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.AdjacentSiblingCombinator
Creates an adjacent sibling combinator.
AdjacentSiblingCombinator(Selector...) - Constructor for class ej.style.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.
ADVERTISING_INTERVAL - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.15.
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.
agentConfiguration - Variable in class ej.data.pubsub.paho.PahoMqttAgent
Factory and configuration provider.
AliasEndpoint - Class in ej.hoka.rest.endpoint
An endpoint forwarding its requests to another RestEndpoint.
AliasEndpoint(String, RestEndpoint) - Constructor for class ej.hoka.rest.endpoint.AliasEndpoint
Instantiates a AliasEndpoint.
AliasEndpoint - Class in ej.restserver.endpoint
An endpoint forwarding its requests to another RestEndpoint.
AliasEndpoint(String, RestEndpoint) - Constructor for class ej.restserver.endpoint.AliasEndpoint
Instantiates a AliasEndpoint.
alignment - Variable in class ej.style.Style
Alignment.
ALIGNMENT_SHIFT - Static variable in class ej.style.Style
Alignment field position in bit map.
AlignmentHelper - Class in ej.style.container
Provides some alignment facilities.
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.
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.
ALREADY_CLOSE - Static variable in class ej.websocket.Messages
The websocket is already closed.
alwaysSend(String, String) - Method in class ej.rest.web.Resty
Deprecated. 
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.style.selector.combinator
An 'and' combinator selects the elements selected by all its inner selectors.
AndCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.AndCombinator
Creates an 'and' combinator.
AndCombinator(Selector...) - Constructor for class ej.style.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.
android.net - package android.net
 
animate(Page, Page, boolean) - Method in class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
Deprecated.
 
animate(Page, Page, boolean) - Method in class ej.widget.navigation.transition.HorizontalTransitionManager
Deprecated.
 
animate(Page, Page, boolean) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Animates the transition between two pages of the navigation container.
AnimatedImage - Class in ej.widget.basic
A widget that displays a sequence of images at a fixed rate.
AnimatedImage(String[], long) - Constructor for class ej.widget.basic.AnimatedImage
Creates an animated image with the path to the images to display.
AnimatedImage(String, long) - Constructor for class ej.widget.basic.AnimatedImage
Creates an animated image with the path to the images to display.
Animation - Interface in ej.animation
An animation is responsible for animating a element (usually a visual one).
AnimationListener - Interface in ej.widget.animation
An animation listener is notified when an animation is started or stopped.
AnimationListenerRegistry - Class in ej.widget.animation
The animation listener registry holds a list of animation listeners that can be notified.
AnimationListenerRegistry() - Constructor for class ej.widget.animation.AnimationListenerRegistry
 
AnimationStepListener - Interface in ej.widget.animation
An animation step listener is notified for each step of an animation.
Animator - Class in ej.animation
An animator executes animations at a fixed rate.
Animator() - Constructor for class ej.animation.Animator
Creates an animator.
answer(RestServer, HTTPRequest) - Method in class ej.restserver.EndpointHandler
 
answer(RestServer, HTTPRequest) - Method in interface ej.restserver.RequestHandler
Answers to the given HTTP request.
answer(HTTPRequest) - Method in class ej.restserver.RestSession
Answers to the given request.
ANTICLOCKWISE - Static variable in class ej.fp.event.MicroUICommand
The "anti-clockwise" command constant.
APOS - Static variable in class org.json.me.util.XML
The Character '''.
APPEARANCE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.12.
append(StringBuilder, String, float) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Appends a float value ("key":value) to a StringBuilder.
append(StringBuilder, String, int) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Appends an int value ("key":value) to a StringBuilder.
append(StringBuilder, String, String) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Appends a String value ("key":"value") to a StringBuilder.
append(StringBuilder, String, float) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
Appends a float value ("key":value) to a StringBuilder.
append(StringBuilder, String, int) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
Appends an int value ("key":value) to a StringBuilder.
append(StringBuilder, String, String) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
Appends a String value ("key":"value") to a StringBuilder.
append(byte, byte[]) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a byte array payload.
append(byte, byte) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a byte payload.
append(byte, String) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a String payload.
append(RawFrame) - Method in class ej.websocket.frame.RawFrame
Appends the payload of a frame into the current frame.
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(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.
appendJSON(StringBuilder, String, String) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Appends a JSON value ("key":json) to a StringBuilder.
appendPayload(byte, byte[], byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
Appends a new type to a payload.
appendString(StringBuilder, String) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Appends a String in double quote to a StringBuilder.
appendString(StringBuilder, String) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
Appends a String in double quote to a StringBuilder.
appendTo(Appendable) - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Appends a floating point value to an Appendable.
Application - Interface in ej.wadapps.admin
An application represents a deployment unit.
Application.State - Enum in ej.wadapps.admin
Represents an application state.
APPLICATION_FREQ_LISTENING_MODE_1000ms - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
APPLICATION_FREQ_LISTENING_MODE_250ms - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
APPLICATION_JSON - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The application JSON.
APPLICATION_NODEINFO_LISTENING - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
APPLICATION_NODEINFO_NOT_LISTENING - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
APPLICATION_NODEINFO_OPTIONAL_FUNCTIONALITY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ApplicationLifecycleListener - Interface in ej.wadapps.admin
Listen to applications lifecycle events.
ApplicationMetadata - Interface in ej.wadapps.management
Holds some information about an application.
ApplicationMetadataProvider - Interface in ej.wadapps.management
Provides the meta-data associated with an application.
ApplicationMetadataProviderProxy - Class in ej.wadapps.management
 
ApplicationMetadataProviderProxy() - Constructor for class ej.wadapps.management.ApplicationMetadataProviderProxy
 
ApplicationMetadataProxy - Class in ej.wadapps.management
 
ApplicationMetadataProxy() - Constructor for class ej.wadapps.management.ApplicationMetadataProxy
 
ApplicationOperationException - Exception in ej.wadapps.admin
Thrown to indicate that the operation called on an application has failed.
ApplicationOperationException() - Constructor for exception ej.wadapps.admin.ApplicationOperationException
Constructs a new exception with null as its detail message.
ApplicationOperationException(String, Throwable) - Constructor for exception ej.wadapps.admin.ApplicationOperationException
Constructs a new exception with the specified detail message and cause.
ApplicationOperationException(String) - Constructor for exception ej.wadapps.admin.ApplicationOperationException
Constructs a new exception with the specified detail message.
ApplicationOperationException(Throwable) - Constructor for exception ej.wadapps.admin.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).
ApplicationsManager - Interface in ej.wadapps.admin
The applications manager is responsible of the applications lifecycle.
ApplicationStoreConnectionInfo - Interface in ej.wadapps.applicationstore
This interface can be used to retrieve the status and the configuration of a remote application store connector.
ApplicationStoreConnectionInfoProxy - Class in ej.wadapps.applicationstore
 
ApplicationStoreConnectionInfoProxy() - Constructor for class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
ApplicationStoreConnections - Interface in ej.wadapps.applicationstore
This interface can be used to retrieve the list of the ApplicationStoreConnectionInfo and to register a new ApplicationStoreConnectionInfo.
ApplicationStoreConnectionsProxy - Class in ej.wadapps.applicationstore
 
ApplicationStoreConnectionsProxy() - Constructor for class ej.wadapps.applicationstore.ApplicationStoreConnectionsProxy
 
ApplicationStrings - Class in com.microej.example.wifi.setup.rest.internal
Define the strings used for the application.
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
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.background.AbstractImageBackground
 
apply(GraphicsContext, Rectangle, int) - Method in interface ej.style.background.Background
Applies the background on a graphics context.
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.background.NoBackground
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.background.PlainBackground
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.background.SimpleRoundedPlainBackground
 
apply(GraphicsContext, Rectangle, int) - Method in interface ej.style.border.Border
Applies the border on a graphics context.
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.border.ComplexRectangularBorder
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.border.ComplexRectangularColoredBorder
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.border.NoBorder
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.border.SimpleRectangularBorder
 
apply(GraphicsContext, Rectangle, int) - Method in class ej.style.border.SimpleRoundedBorder
 
apply(Rectangle, Rectangle) - Method in interface ej.style.dimension.Dimension
Applies the dimension to the given size.
apply(Rectangle, Rectangle) - Method in class ej.style.dimension.FixedDimension
 
apply(Rectangle, Rectangle) - Method in class ej.style.dimension.NoDimension
 
apply(Rectangle, Rectangle) - Method in class ej.style.dimension.RelativeDimension
 
apply(GraphicsContext, Rectangle) - Method in class ej.style.outline.ComplexOutline
 
apply(GraphicsContext, Rectangle) - Method in class ej.style.outline.EmptyOutline
 
apply(GraphicsContext, Rectangle) - Method in interface ej.style.outline.Outline
Applies the outline on a graphics context.
apply(GraphicsContext, Rectangle) - Method in class ej.style.outline.SimpleOutline
 
applyPattern(String) - Method in class java.text.SimpleDateFormat
Applies the given pattern string to this date format.
argument - Variable in class ej.hoka.http.support.ParameterizedArgument
Current argument.
arm() - Method in class ej.automaton.AutomatonManager
Starts the automaton.
arm() - Method in class ej.watchdog.internal.SimpleWatchdog
 
arm() - Method in interface ej.watchdog.Watchdog
Starts supervising.
array() - Method in class ej.json.JSONWriter
Begin appending a new array.
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
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.
arrayEnd() - Method in class ej.json.JSONReader
End an array.
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.
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).
arrayStart() - Method in class ej.json.JSONReader
Start an array.
ArraysTools - Class in ej.websocket.util
Classes providing basic tools to handle array.
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.
asIntBuffer() - Method in class java.nio.ByteBuffer
Creates a view of this byte buffer as an int buffer.
asInvalidProtocolBufferException() - Method in exception com.google.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
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.
asReadOnlyByteBuffer() - Method in class com.google.protobuf.ByteString
Constructs a read-only java.nio.ByteBuffer whose content is equal to the contents of this byte string.
asReadOnlyByteBufferList() - Method in class com.google.protobuf.ByteString
Constructs a list of read-only java.nio.ByteBuffer objects such that the concatenation of their contents is equal to the contents of this byte string.
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.
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.
ASSOCIATION_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ASSOCIATION_GROUPINGS_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ASSOCIATION_GROUPINGS_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ASSOCIATION_REMOVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ASSOCIATION_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ASSOCIATION_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
asyncOperationComplete(MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
AT - Static variable in interface com.microej.profiling.internal.Strings
AT.
at(int) - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
ATTR_START_TABLE - Static variable in class org.kxml2.wap.wml.Wml
 
ATTR_VALUE_TABLE - Static variable in class org.kxml2.wap.wml.Wml
 
attribute(String, String, String) - Method in class org.kxml2.io.KXmlSerializer
 
attribute(String, String, String) - Method in class org.kxml2.wap.WbxmlSerializer
 
attribute(String, String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write an attribute.
attributes - Variable in class org.kxml2.kdom.Element
 
AttributeSetSelector - Class in ej.style.selector
An attribute set selector selects by checking if an attribute is set.
AttributeSetSelector(String) - Constructor for class ej.style.selector.AttributeSetSelector
Creates an attribute set selector.
AttributeValueContainSelector - Class in ej.style.selector
An attribute value contain selector selects by checking that the value of an attribute contains a specific string.
AttributeValueContainSelector(String, String) - Constructor for class ej.style.selector.AttributeValueContainSelector
Creates an attribute value contain selector.
AttributeValueEndSelector - Class in ej.style.selector
An attribute value end selector selects by checking that the value of an attribute ends with a specific string.
AttributeValueEndSelector(String, String) - Constructor for class ej.style.selector.AttributeValueEndSelector
Creates an attribute value end selector.
AttributeValueListSelector - Class in ej.style.selector
An attribute value list selector selects by checking that a value is contained in an attribute.
AttributeValueListSelector(String, String) - Constructor for class ej.style.selector.AttributeValueListSelector
Creates an attribute value list selector.
AttributeValuePrefixSelector - Class in ej.style.selector
An attribute value prefix selector selects by checking that the value of an attribute equals a prefix or starts with this prefix.
AttributeValuePrefixSelector(String, String) - Constructor for class ej.style.selector.AttributeValuePrefixSelector
Creates an attribute value prefix selector.
AttributeValueSelector - Class in ej.style.selector
An attribute value selector selects by checking the value of an attribute.
AttributeValueSelector(String, String) - Constructor for class ej.style.selector.AttributeValueSelector
Creates an attribute value selector.
AttributeValueStartSelector - Class in ej.style.selector
An attribute value start selector selects by checking that the value of an attribute starts with a specific string.
AttributeValueStartSelector(String, String) - Constructor for class ej.style.selector.AttributeValueStartSelector
Creates an attribute value start selector.
attrStartTable - Static variable in class org.kxml2.wap.wv.WV
 
attrValueTable - Static variable in class org.kxml2.wap.wv.WV
 
authenticate(String) - Method in interface ej.hoka.auth.Authenticator
Authenticate using the given token.
authenticate(String) - Method in class ej.hoka.auth.SessionAuthenticator
 
AuthenticatedRequestHandler - Class in ej.hoka.auth.session
A request handler that requires the user to be authenticated using cookie-based sessions to access the sub-handlers.
AuthenticatedRequestHandler(SessionAuthenticator, String) - Constructor for class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the request handler.
Authenticator - Interface in ej.hoka.auth
Interface for authentication.
AUTO - Static variable in interface ej.basedriver.ThermostatMode
The system will automatically switch between heating and cooling when the temperature exceeds the HEAT and COOL set point types.
AUTO_CHANGEOVER - Static variable in interface ej.basedriver.ThermostatMode
Auto Changeover - heating or cooling will be activated according to the AUTO CHANGEOVER set point.
autoHide - Variable in class ej.widget.container.AbstractCarousel
Whether the cursor is hidden automatically or not.
AUTOMATIC - Static variable in interface ej.basedriver.Controller
No physical action is required on the Node to exclude it from the network.
AutomaticProfiler - Class in com.microej.profiling
Profile an InstantProfiler using a sample rate and a print rate.
AutomaticProfiler(InstantProfiler) - Constructor for class com.microej.profiling.AutomaticProfiler
Instantiates a AutomaticProfiler.
AutomaticThermostatModel - Class in com.microej.demo.thermorest.model
A thermostat model changing its temperature by 0.5° each second to reach the target temperature.
AutomaticThermostatModel() - Constructor for class com.microej.demo.thermorest.model.AutomaticThermostatModel
Instantiates an AutomaticThermostatModel.
Automaton - Interface in ej.automaton
Defines an automaton that will simulate user interaction.
AutomatonManager - Class in ej.automaton
Starts an automaton that simulates user interaction.
AutomatonManager(Automaton, long) - Constructor for class ej.automaton.AutomatonManager
Creates an automaton manager for an Automaton with a SimpleWatchdog feeds by all Events.
AutomatonManager(Automaton, long, Timer) - Constructor for class ej.automaton.AutomatonManager
Creates an automaton manager for an Automaton with a SimpleWatchdog feeds by all Events.
AUXILIARY - Static variable in interface ej.basedriver.ThermostatMode
Auxiliary/Emergency Heat.
available() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
Returns the number of available bytes to read.
available() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking.
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.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 org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream
 
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
 
AVG - Static variable in interface com.microej.profiling.internal.Strings
AVG.
AVOCADO - Static variable in class ej.library.ui.MicroEJColors
Avocado color.
awaitTermination(long, TimeUnit) - Method in class ej.util.concurrent.SingleThreadExecutor
 
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.
AWAY - Static variable in interface ej.basedriver.ThermostatMode
Away mode, e.g.
AWS_BROKER_PORT - Static variable in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Property to get the path to the aws port.
AWS_BROKER_URL - Static variable in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Property to get the path to the aws broker.
AWS_CERTIFICATE_FILE_PATH - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Property to get the path to the device's certificate.
AWS_CERTIFICATE_LIST - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Property to get the list of certificate to load.
AWS_DEVICE_ID - Static variable in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Property to get the path to the things id.
AWS_PRIVATE_KEY_FILE_PASSWORD - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Property to get the password of device's private key.
AWS_PRIVATE_KEY_FILE_PATH - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Property to get the path to the device's private key.
AWSUpload - Class in com.microej.demo.thermorest.endpoint
Endpoint to receive aws credentials..
AWSUpload(HeadlessThermostat, CertificateLoader, Properties) - Constructor for class com.microej.demo.thermorest.endpoint.AWSUpload
Instantiates an endpoint to receive aws credentials.

B

B_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
The b number shift in the integer.
BACK - Static variable in class ej.fp.event.MicroUICommand
The "back" command constant.
back() - Method in class ej.widget.basic.Text
Removes the character just before the caret.
back() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Shows the previous page.
back() - Method in class org.json.me.JSONTokener
Back up one character.
BACK_SPACE - Static variable in interface ej.widget.util.ControlCharacters
Move the cursor one position leftwards.
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.style.background
Represents the background of the elements.
background - Variable in class ej.style.Style
Background.
BACKGROUND_COLOR_SHIFT - Static variable in class ej.style.Style
Background color field position in bit map.
BACKGROUND_SHIFT - Static variable in class ej.style.Style
Background field position in bit map.
backgroundColor - Variable in class ej.style.Style
Background color.
BackgroundService - Interface in ej.wadapps.app
Service that runs in background.
BackgroundServicesList - Interface in ej.wadapps.management
Holds a list of background services.
BACKLIGHT_MAX - Static variable in class ej.fp.widget.MicroUIDisplay
Maximal value of backlight according MicroUI specification.
BACKLIGHT_MIN - Static variable in class ej.fp.widget.MicroUIDisplay
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
 
backUntil(String) - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Shows the last page shown with a URL.
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.
BANG - Static variable in class org.json.me.util.XML
The Character '!'.
Base64 - Class in java.util
This class consists exclusively of static methods for obtaining encoders and decoders for the Base64 encoding scheme.
Base64.Decoder - Class in java.util
This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
Base64.Encoder - Class in java.util
This class implements an encoder for encoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
BASIC_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
BASIC_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
BASIC_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
BASIC_TYPE_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Node is a portable controller
BASIC_TYPE_ROUTING_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Node is a slave with routing capabilities
BASIC_TYPE_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Node is a slave
BASIC_TYPE_STATIC_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Node is a static controller
BasicBluetoothServer - Class in ej.bluetooth.util.server
A bluetooth server.
BasicBluetoothServer(BluetoothAdapter, BluetoothPayloadBuilder) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
Instantiates a new BasicBluetoothServer.
BasicBluetoothServer(BluetoothAdapter, String) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
Instantiates a new BasicBluetoothServer.
BasicBluetoothServer(String) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
Instantiates a new BasicBluetoothServer with the default BluetoothAdapter.
BasicBluetoothServerService - Class in ej.bluetooth.util.server
A BluetoothService that can be notified and can forward read and write request to its characteritics.
BasicBluetoothServerService(BluetoothUuid, Type) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServerService
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.
BasicServerCharacteristic - Class in ej.bluetooth.util.server
A BluetoothCharacteristic that can be notified and receive read and write request.
BasicServerCharacteristic(BluetoothUuid, int, int) - Constructor for class ej.bluetooth.util.server.BasicServerCharacteristic
BasicServerDescriptor - Class in ej.bluetooth.util.server
A descriptor that can receive write an read request.
BasicServerDescriptor(BluetoothUuid, int) - Constructor for class ej.bluetooth.util.server.BasicServerDescriptor
Instantiates a BasicServerDescriptor.
becameActive() - Method in class ej.mwt.Panel
Notifies the panel that it is now the active panel of its desktop.
becameInactive() - Method in class ej.mwt.Panel
Notifies the panel that it is no longer the active panel of its desktop.
becomeCurrent() - Method in class ej.mwt.Desktop
 
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 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.
BELL - Static variable in interface ej.widget.util.ControlCharacters
Originally used to sound a bell on the terminal.
BIG_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting big-endian byte order.
BigDecimal - Class in java.math
Immutable, arbitrary-precision signed decimal numbers.
BigDecimal(char[], int, int) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor, while allowing a sub-array to be specified.
BigDecimal(char[], int, int, MathContext) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor, while allowing a sub-array to be specified and with rounding according to the context settings.
BigDecimal(char[]) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor.
BigDecimal(char[], MathContext) - Constructor for class java.math.BigDecimal
Translates a character array representation of a BigDecimal into a BigDecimal, accepting the same sequence of characters as the BigDecimal.BigDecimal(String) constructor and with rounding according to the context settings.
BigDecimal(String) - Constructor for class java.math.BigDecimal
Translates the string representation of a BigDecimal into a BigDecimal.
BigDecimal(String, MathContext) - Constructor for class java.math.BigDecimal
Translates the string representation of a BigDecimal into a BigDecimal, accepting the same strings as the BigDecimal.BigDecimal(String) constructor, with rounding according to the context settings.
BigDecimal(double) - Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal which is the exact decimal representation of the double's binary floating-point value.
BigDecimal(double, MathContext) - Constructor for class java.math.BigDecimal
Translates a double into a BigDecimal, with rounding according to the context settings.
BigDecimal(BigInteger) - Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal.
BigDecimal(BigInteger, MathContext) - Constructor for class java.math.BigDecimal
Translates a BigInteger into a BigDecimal rounding according to the context settings.
BigDecimal(BigInteger, int) - Constructor for class java.math.BigDecimal
Translates a BigInteger unscaled value and an int scale into a BigDecimal.
BigDecimal(BigInteger, int, MathContext) - Constructor for class java.math.BigDecimal
Translates a BigInteger unscaled value and an int scale into a BigDecimal, with rounding according to the context settings.
BigDecimal(int) - Constructor for class java.math.BigDecimal
Translates an int into a BigDecimal.
BigDecimal(int, MathContext) - Constructor for class java.math.BigDecimal
Translates an int into a BigDecimal, with rounding according to the context settings.
BigDecimal(long) - Constructor for class java.math.BigDecimal
Translates a long into a BigDecimal.
BigDecimal(long, MathContext) - Constructor for class java.math.BigDecimal
Translates a long into a BigDecimal, with rounding according to the context settings.
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 (2 numBits - 1), inclusive.
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.
BinaryState - Interface in ej.basedriver
A binary state.
BitArray - Class in ej.basedriver.zwave.util
Utility class that implements a sequence of bits.
BitArray(byte) - Constructor for class ej.basedriver.zwave.util.BitArray
Constructs a new BitArray by using the specified byte.
BitArray(byte[]) - Constructor for class ej.basedriver.zwave.util.BitArray
Constructs a new BitArray by using the specified array of bytes.
BitArray(byte[], int, int) - Constructor for class ej.basedriver.zwave.util.BitArray
Constructs a new BitArray by using the specified subarray of bytes.
BitArray(int) - Constructor for class ej.basedriver.zwave.util.BitArray
Initializes a newly created BitArray object so that it represents an bit sequence which all bits is not set.
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.
blendColors(int, int, float) - Static method in class ej.color.GradientHelper
Computes the color resulting by blending two colors with a ratio.
BluetoothPayloadBuilder - Class in ej.bluetooth.util
A builder of a bluetooth payload.
BluetoothPayloadBuilder() - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
Instatiates a payload without any data.
BluetoothPayloadBuilder(byte, byte[]) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
Instantiates a payload builder with a first value.
BluetoothPayloadBuilder(byte, byte) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a byte value.
BluetoothPayloadBuilder(byte, String) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a String value.
BluetoothPayloadUtil - Class in ej.bluetooth.util
BluetoothServicesUtil - Class in ej.bluetooth.util
Service bluetooth util.
BodyParser<T> - Interface in ej.hoka.http.body
A parser called to read the body of an HTTPRequest.
BONDI - Static variable in class ej.library.ui.MicroEJColors
Bondi color.
Border - Interface in ej.style.border
Represents the border of the elements.
border - Variable in class ej.style.Style
Border.
BORDER_COLOR_SHIFT - Static variable in class ej.style.Style
Border color field position in bit map.
BORDER_SHIFT - Static variable in class ej.style.Style
Border field position in bit map.
borderColor - Variable in class ej.style.Style
Border color.
BOTTOM - Static variable in interface ej.mwt.MWT
Constant for alignment behavior.
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.
BounceMotion - Class in ej.motion.bounce
Deprecated.
use BounceEaseOutMotion instead.
BounceMotion(int, int, long) - Constructor for class ej.motion.bounce.BounceMotion
Deprecated.
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
 
BOUNDARY - Static variable in class ej.hoka.http.body.MultiPartBodyParser
The boundary delimiter.
BoundedRange - Class in ej.widget.basic
A bounded range in an abstract widget that encapsulates a bounded range model.
BoundedRange(BoundedRangeModel) - Constructor for class ej.widget.basic.BoundedRange
Creates a bounded range with the given model.
BoundedRange(int, int, int) - Constructor for class ej.widget.basic.BoundedRange
Creates a bounded range with a default bounded range model as model.
BoundedRangeModel - Interface in ej.widget.model
Defines the data model used by components such as sliders and progress bars.
Box - Class in ej.widget.basic
A box is a widget that can be checked or unchecked.
Box() - Constructor for class ej.widget.basic.Box
 
BREAK - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded "break" stop code for unlimited arrays/maps.
BSSID - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The BSSID.
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.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.
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.
build() - Method in class android.net.NetworkRequest.Builder
Build NetworkRequest give the current set of capabilities.
build() - Method in interface com.google.protobuf.MessageLite.Builder
Constructs the message based on the state of the Builder.
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.
build() - Method in class googlecloud.iotcore.pubsub.jwt.JWTBuilder
Build a signed JWT from the added fields If issuedAt not specified default to current time.
BUILD_LEVEL - Static variable in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
buildBinaryFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
 
buildBinaryFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
See RFC6455, section 5.6.
buildCloseFrame(ReasonForClosure) - Method in class ej.websocket.frame.ClientFrameBuilder
 
buildCloseFrame(ReasonForClosure) - Method in interface ej.websocket.frame.IFrameBuilder
See RFC6455, section 7.
Builder() - Constructor for class android.net.NetworkRequest.Builder
Default constructor for Builder.
Builder() - Constructor for class com.google.protobuf.AbstractMessageLite.Builder
 
Builder() - Constructor for class com.google.protobuf.GeneratedMessageLite.Builder
 
BUILDER - Static variable in class com.microej.demo.thermorest.Messages
The message builder.
BUILDER - Static variable in class com.microej.example.wifi.setup.Messages
The message builder.
BUILDER - Static variable in class ej.hoka.log.Messages
The message builder.
BUILDER - Static variable in class ej.net.util.Messages
The message builder.
BUILDER - Static variable in class ej.net.util.wifi.Messages
The message builder.
BUILDER - Static variable in class ej.resserver.log.Messages
The message builder.
BUILDER - Static variable in class ej.websocket.Messages
The message builder.
buildEvent(String, int) - Static method in class ej.fp.event.MicroUIEventGenerator
Constructs and returns an event.
buildEvent(int, int) - Static method in class ej.fp.event.MicroUIEventGenerator
Constructs and returns an event.
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.
buildMqttClientId() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Build the specific client ID needed to connect to GCP IoT Core MQTT broker.
buildPartial() - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.
buildPingFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
 
buildPingFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
See RFC6455, section 5.5.2.
buildPongFrame(byte[]) - Method in class ej.websocket.frame.ClientFrameBuilder
 
buildPongFrame(byte[]) - Method in interface ej.websocket.frame.IFrameBuilder
See RFC6455, section 5.5.3.
buildServerAddress() - Method in class ej.aws.iot.pubsub.ConnectOptions
Builds the server address.
buildServerAddress() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
 
buildTextFrame(String) - Method in class ej.websocket.frame.ClientFrameBuilder
 
buildTextFrame(String) - Method in interface ej.websocket.frame.IFrameBuilder
See RFC6455, section 5.6.
buildTopic(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Build a topic prefixed with the device set into this builder.
BulletPagingIndicator - Class in ej.widget.basic.drawing
The bullet paging indicator is a widget that displays a set of dots following a line.
BulletPagingIndicator() - Constructor for class ej.widget.basic.drawing.BulletPagingIndicator
Creates an horizontal bullet paging indicator.
BulletPagingIndicator(boolean) - Constructor for class ej.widget.basic.drawing.BulletPagingIndicator
Creates a bullet paging indicator.
BundleActivator - Interface in ej.components.registry
Manages the life-cycle of a bundle.
BundleActivator.State - Enum in ej.components.registry
The bundle states.
BundleActivatorAdapter - Class in ej.components.registry.util
This class is a convenience to implement activators.
BundleActivatorAdapter() - Constructor for class ej.components.registry.util.BundleActivatorAdapter
 
BundleRegistry - Interface in ej.components.registry
Defines bundles registry API.
BundleRegistryHelper - Class in ej.components.registry.util
Helper class to startup a bundle registry.
BUSY - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Busy.
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 - Class in ej.widget.composed
Deprecated.
see Button
Button() - Constructor for class ej.widget.composed.Button
Deprecated.
Creates a button with an empty text.
Button(String) - Constructor for class ej.widget.composed.Button
Deprecated.
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.
ButtonEvent - Interface in ej.basedriver
Describe the possible events for a Buttons device.
ButtonHelper - Class in ej.widget.util
A button helper manages the behavior of a button: it handles pointer events, and notifies listeners when the button is clicked.
ButtonHelper(GenericListener) - Constructor for class ej.widget.util.ButtonHelper
Creates a button helper.
ButtonImage - Class in ej.widget.basic
A button image is a widget that displays an image and reacts to click events.
ButtonImage() - Constructor for class ej.widget.basic.ButtonImage
Creates a button image without source.
ButtonImage(String) - Constructor for class ej.widget.basic.ButtonImage
Creates a button image with the path to the source to display.
ButtonImage(ej.microui.display.Image) - Constructor for class ej.widget.basic.ButtonImage
Creates a button image with the source to display.
ButtonImage - Class in ej.widget.composed
Deprecated.
ButtonImage() - Constructor for class ej.widget.composed.ButtonImage
Deprecated.
Creates a button without image.
ButtonImage(String) - Constructor for class ej.widget.composed.ButtonImage
Deprecated.
Creates a button with the path to the image to display.
ButtonImage(ej.microui.display.Image) - Constructor for class ej.widget.composed.ButtonImage
Deprecated.
Creates a button with the given image to display.
ButtonListenerToButtonEvents() - Constructor for class ej.fp.widget.Button.ButtonListenerToButtonEvents
 
Buttons - Interface in ej.basedriver
Describe the capabilities of a group of buttons.
ButtonsProxy - Class in ej.basedriver
 
ButtonsProxy() - Constructor for class ej.basedriver.ButtonsProxy
 
ButtonWrapper - Class in ej.widget.composed
A button wrapper is a composite that reacts to click events.
ButtonWrapper() - Constructor for class ej.widget.composed.ButtonWrapper
Creates a button without listener.
BYTE - Static variable in interface com.microej.profiling.internal.Strings
BYTES.
byteAt(int) - Method in class com.google.protobuf.ByteString
Gets the byte at the given index.
ByteBuffer - Class in java.nio
a byte buffer.
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.
bytesDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for bytes fields.
ByteString - Class in com.google.protobuf
Immutable sequence of bytes.
ByteString.ByteIterator - Interface in com.google.protobuf
This interface extends Iterator<Byte>, so that we can return an unboxed byte.
ByteString.Output - Class in com.google.protobuf
Outputs to a ByteString instance.
byteValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a byte, checking for lost information.
byteValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a byte, checking for lost information.

C

C_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
The c number shift in the integer.
calendar - Variable in class java.text.DateFormat
The Calendar instance used for calculating the date-time fields and the instant of time.
CalibrationConstants - Class in ej.hoka.http
Configuration for HTTPServer.
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.
callbackComplete(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
callbackComplete(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
callbackComplete(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
callbackComplete(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
callbackComplete(byte[], int) - Method in interface ej.basedriver.zwave.frame.SendDataListener
 
callbackComplete(byte[], int) - Method in class ej.basedriver.zwave.ZwaveNode
 
callCurrentState(ConnectivityManager, ConnectivityManager.NetworkCallback) - Static method in class ej.net.util.connectivity.ConnectivityUtil
Checks the manager state and call the callbacks depending on it.
CAN - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
CAN_FRAME - Static variable in class ej.basedriver.zwave.frame.ControlFrame
 
canBeUsedInCloseFrame(int) - Static method in class ej.websocket.CloseCodes
Tell if can be used in a close control frame.
CANCEL - Static variable in class ej.fp.event.MicroUICommand
The "cancel" command constant.
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() - Method in class ej.net.PollerConnectivityManager
Cancels the associated timer.
cancel(String) - Method in interface ej.wadapps.management.NotificationsManager
Cancels a notification.
CANCEL - Static variable in interface ej.widget.util.ControlCharacters
Indicates that the data preceding it are in error or are to be disregarded.
cancel(boolean) - Method in interface java.util.concurrent.Future
Attempts to cancel execution of this task.
cancelAll() - Method in interface ej.wadapps.management.NotificationsManager
Cancels all notifications.
cancelAnimation() - Method in class ej.widget.container.transition.TransitionContainer
Cancels the animation (stops it and resets the context).
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.
canGoBackward() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets whether or not it is possible to go backward.
canGoBackward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
canGoBackward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
canGoBackward() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Checks whether or not there are pages in the history.
canGoBackward() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets whether or not it is possible to go backward.
canGoForward() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets whether or not it is possible to go forward.
canGoForward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
canGoForward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
canGoForward() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets whether or not it is possible to go forward.
canonicalID(String) - Static method in class sun.net.www.MessageHeader
Convert a message-id string to canonical form (strips off leading and trailing <>s)
Canvas - Class in ej.widget.container
A canvas contains widgets that can be freely arranged.
Canvas() - Constructor for class ej.widget.container.Canvas
Creates a canvas.
capacity() - Method in class java.nio.Buffer
Returns this buffer's capacity.
capture(EventGenerator, EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Captures the events generated by an event generator.
captureAll(List<? extends EventGenerator>, EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Captures the events generated by an event generator.
cardinality() - Method in class java.util.BitSet
Returns the number of bits set to true in this BitSet.
CARRIAGE_RETURN - Static variable in interface ej.widget.util.ControlCharacters
Originally used to move the cursor to column zero while staying on the same line.
CascadingStylesheet - Class in ej.style.cascading
Cascading stylesheet implementation.
CascadingStylesheet() - Constructor for class ej.style.cascading.CascadingStylesheet
Creates a new cascading stylesheet.
CATEGORY - Static variable in class com.microej.demo.thermorest.Messages
Category message.
CATEGORY - Static variable in class com.microej.example.wifi.setup.Messages
Category message.
CATEGORY - Static variable in class ej.net.util.Messages
Category message errors.
CATEGORY - Static variable in class ej.resserver.log.Messages
Category message.
CATEGORY - Static variable in class ej.websocket.Messages
Category message errors.
CATEGORY_HOKA - Static variable in class ej.hoka.log.Messages
Hoka category message.
CborConstants - Interface in ej.cbor
Constant values used by the CBOR format.
CborDecoder - Class in ej.cbor
Provides a decoder capable of handling CBOR encoded data from a InputStream.
CborDecoder(InputStream) - Constructor for class ej.cbor.CborDecoder
Creates a new CborDecoder instance.
CborEncoder - Class in ej.cbor
Provides an encoder capable of encoding data into CBOR format to a given OutputStream.
CborEncoder(OutputStream) - Constructor for class ej.cbor.CborEncoder
Creates a new CborEncoder instance.
CborType - Class in ej.cbor
Represents the various major types in CBOR, along with their .
CCC_UUID - Static variable in class ej.bluetooth.util.BluetoothServicesUtil
Client characteristic configuration.
CCCDescriptor - Class in ej.bluetooth.util.server
A Client characteristic configuration descriptor.
CCCDescriptor() - Constructor for class ej.bluetooth.util.server.CCCDescriptor
Instantiates a CCCDescriptor.
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
 
cdsect(String) - Method in class org.kxml2.io.KXmlSerializer
 
CDSECT - Static variable in class org.kxml2.kdom.Node
 
cdsect(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
CDSECT - Static variable in interface org.xmlpull.v1.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken() .
cdsect(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
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
 
CELCIUS - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
Celcius unit.
CENTER - Static variable in interface ej.mwt.MWT
Constant for alignment or direction behavior.
CERT_TYPE - Static variable in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
CertificateLoader - Interface in com.microej.demo.thermorest.cloud.aws
Loader of certificate file.
CertificateProvider - Interface in com.microej.paho.client.mqttv3
 
CertificatesHelper - Class in ej.net.util.ssl
Manages the certificates of the device.
CERTIFICATESLIST - Static variable in class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModuleFactory
 
ChainedNavigatorReference - Class in ej.widget.navigation.navigator
Deprecated.
ChainedNavigatorReference(Page[], boolean) - Constructor for class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
Creates a navigator for chained pages.
ChainedNavigatorURL - Class in ej.widget.navigation.navigator
Deprecated.
ChainedNavigatorURL(String[], boolean) - Constructor for class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
Creates a navigator for chained pages.
ChainedNavigatorURL(URLResolver, String[], boolean) - Constructor for class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
Creates a map navigation.
changeState(boolean) - Method in class ej.widget.toggle.ToggleModel
Internal method that sets the state of the toggle without check and notify the group and notify the listener.
CHANNEL - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The channel.
Character_isHighSurrogate(char) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
 
CharacterSeparatedList - Class in ej.hoka.http.support
Abstract class for implementing parsers for character separated lists.
CharacterSeparatedList(char) - Constructor for class ej.hoka.http.support.CharacterSeparatedList
Creates a new instance of CharacterSeparatedList using the character separator as the separator character.
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 class java.nio.CharBuffer
Reads the character at the given index relative to the current position.
CharBuffer - Class in java.nio
a char buffer.
CharStream - Interface in ej.jsonpath.parser
This interface describes a character stream that maintains line and column number positions of the characters.
Check - Class in ej.widget.composed
A facility to use a check that displays a text.
Check(String) - Constructor for class ej.widget.composed.Check
Creates a check with the text to display.
Check(String, String) - Constructor for class ej.widget.composed.Check
Creates a check with the text to display and its group.
checkAlignment(int) - Static method in class ej.style.container.AlignmentHelper
Checks whether an alignment bit-field is valid or not.
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).
CheckBox - Class in ej.widget.basic.drawing
Implementation of a box that represents a check box.
CheckBox() - Constructor for class ej.widget.basic.drawing.CheckBox
 
CHECKBOX_CHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The checked check box character.
CHECKBOX_UNCHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The unchecked check box character.
checkCccNIndication(byte[]) - Static method in class ej.bluetooth.util.BluetoothServicesUtil
Checks if a CCC value has indication enabled.
checkCccNotifications(byte[]) - Static method in class ej.bluetooth.util.BluetoothServicesUtil
Checks if a CCC value has notification enabled.
checkConnect(SecurityManager, String, int) - Static method in class sun.net.www.http.HttpClient
 
checked - Variable in class ej.widget.toggle.ToggleModel
The state after the last change.
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
 
checkForActivity() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
checkForActivity() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Check and send a ping if needed and check for ping timeout.
CheckHelperTestListener - Class in ej.junit
 
CheckHelperTestListener() - Constructor for class ej.junit.CheckHelperTestListener
 
checkHorizontalAlignment(int) - Static method in class ej.style.container.AlignmentHelper
Checks whether an alignment bit-field is valid horizontally or not.
checkLastTagWas(int) - Method in class com.google.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkMutable() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
 
checkNoSpaceLeft() - Method in class com.google.protobuf.CodedOutputStream
Verifies that CodedOutputStream.spaceLeft() returns zero.
checkPending(boolean) - Method in class org.kxml2.wap.WbxmlSerializer
 
checkPing(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
checkQuiesceLock() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
checkResult() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
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.style.container.AlignmentHelper
Checks whether an alignment bit-field is valid vertically or not.
CHICK - Static variable in class ej.library.ui.MicroEJColors
Chick color.
ChildCombinator - Class in ej.style.selector.combinator
A child combinator selects by checking the element direct hierarchy.
ChildCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.ChildCombinator
Creates a child combinator.
ChildCombinator(Selector...) - Constructor for class ej.style.selector.combinator.ChildCombinator
Creates a child combinator.
children - Variable in class ej.basedriver.impl.AbstractNode
List of child.
children - Variable in class ej.jsonpath.parser.SimpleNode
 
children - Variable in class org.kxml2.kdom.Node
 
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 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.
ChunkedMessageBodyInputStream - Class in ej.hoka.io
Input Stream for reading HTTP 1.1 Chunked transfer encoding data.
ChunkedMessageBodyInputStream(InputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyInputStream
Creates a new ChunkedMessageBodyInputStream using the InputStream is as the underlying data source.
ChunkedMessageBodyOutputStream - Class in ej.hoka.io
Output Stream for writing HTTP 1.1 Chunked transfer encoding data.
ChunkedMessageBodyOutputStream(OutputStream) - Constructor for class ej.hoka.io.ChunkedMessageBodyOutputStream
Creates a new instance of ChunkedMessageBodyOutputStream using the specified OutputStream as the underlying OutputStream.
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
 
ChunkedTransferCodingHandler - Class in ej.hoka.http.encoding
HTTP-1.1 chunked transfer encoding handler to read and write data in chunked encoding.
chunkLength - Variable in class java.net.HttpURLConnection
The chunk-length when using chunked encoding streaming mode for output.
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.
CircleSplashScreenshotTransitionContainer - Class in ej.widget.container.transition
A circle splash transition container grows the new widget when going forward, or shrinks the previous widget when going backward, the widget being enclosed in a circle.
CircleSplashScreenshotTransitionContainer(boolean) - Constructor for class ej.widget.container.transition.CircleSplashScreenshotTransitionContainer
Creates a circle splash transition container.
CircMotionManager - Class in ej.motion.circ
Motion manager creating ease in motions.
CircMotionManager() - Constructor for class ej.motion.circ.CircMotionManager
 
CircularProgressBar - Class in ej.widget.basic.drawing
Circular representation of a progress bar.
CircularProgressBar(BoundedRangeModel) - Constructor for class ej.widget.basic.drawing.CircularProgressBar
Creates a circular progress bar with the given model.
CircularProgressBar(int, int, int) - Constructor for class ej.widget.basic.drawing.CircularProgressBar
Creates a circular progress bar with a default bounded range as model.
classNamesLocation - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
ClassNameURLResolver - Class in ej.widget.navigation.page
The class name URL resolver resolves the URLs using reflection.
ClassNameURLResolver() - Constructor for class ej.widget.navigation.page.ClassNameURLResolver
 
ClassSelector - Class in ej.style.selector
A class selector selects from a class.
ClassSelector(String) - Constructor for class ej.style.selector.ClassSelector
Creates a class selector.
CLEAN_SESSION_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default clean session setting if one is not specified
cleanupConnection(PahoMqttContext) - Method in class ej.data.pubsub.paho.PahoMqttAgent
Free any data related to the given connection
clear() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clear() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
clear() - Method in class com.google.protobuf.LazyStringArrayList
 
clear() - Method in interface com.google.protobuf.MessageLite.Builder
Resets all fields to their default values.
clear() - Method in class com.microej.profiling.Group
Clears the snapshots.
clear() - Static method in class com.microej.profiling.SampleProfiler
Resets the register values.
clear() - Method in class ej.basictool.map.AbstractPackedMap
Removes all of the mappings from this map.
clear() - Method in class ej.style.util.EditableStyle
Clears all the attributes of the style.
clear() - Method in class ej.util.map.WeakValueHashMap
 
clear() - Method in class java.nio.Buffer
Clears this buffer.
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(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.HashSet
Removes all of the elements from this set.
clear() - Method in class java.util.LinkedList
Removes all of the elements from this list.
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 org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
Empties the token store without notifying any of the tokens.
clear() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Clears persistence, so that it no longer contains any persisted data.
clear() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
clear() - Method in class org.kxml2.kdom.Element
removes all children and attributes
clearBit(int) - Method in class ej.basedriver.zwave.util.BitArray
Clear the specified bit.
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 ej.observable.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 Observable.hasChanged() method will now return false.
clearConfigListener() - Method in class googlecloud.iotcore.Device
Stop processing config events.
clearError() - Method in class java.io.PrintWriter
Clears the error state of this stream.
clearExtension(GeneratedMessageLite.GeneratedExtension<MessageType, ?>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Clear an extension.
clearHistory() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Clears navigation history.
clearNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
clearPayload() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Clears the payload, resetting it to be empty.
clearProfilers() - Static method in class com.microej.profiling.SampleProfiler
Clears all the Profilers registered.
clearState() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
Client - Class in ej.aws.iot.pubsub
A specific AWS IoT Core client, based on Paho.
Client() - Constructor for class ej.aws.iot.pubsub.Client
 
Client - Class in googlecloud.iotcore.pubsub
A specific Google Cloud IoT Core client.
Client() - Constructor for class googlecloud.iotcore.pubsub.Client
 
CLIENT_EXPECTED_EXTENSIONS_FROM_SERVER - Static variable in class ej.websocket.CloseCodes
1010 indicates that an endpoint (client) is terminating the connection because it has expected the server to negotiate one or more extension, but the server didn't return them in the response message of the WebSocket handshake.
ClientComms - Class in org.eclipse.paho.client.mqttv3.internal
Handles client communications with the server.
ClientComms(IMqttAsyncClient, MqttClientPersistence, MqttPingSender) - Constructor for class org.eclipse.paho.client.mqttv3.internal.ClientComms
Creates a new ClientComms object, using the specified module to handle the network calls.
ClientDefaults - Class in org.eclipse.paho.client.mqttv3.internal
 
ClientDefaults() - Constructor for class org.eclipse.paho.client.mqttv3.internal.ClientDefaults
 
ClientFrameBuilder - Class in ej.websocket.frame
This build will create frames that a client can send.
ClientFrameBuilder() - Constructor for class ej.websocket.frame.ClientFrameBuilder
 
clientIsLogged() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Checks if a client has been logged.
ClientState - Class in org.eclipse.paho.client.mqttv3.internal
The core of the client, which holds the state information for pending and in-flight messages.
ClientState(MqttClientPersistence, CommsTokenStore, CommsCallback, ClientComms, MqttPingSender) - Constructor for class org.eclipse.paho.client.mqttv3.internal.ClientState
 
CLOCKWISE - Static variable in class ej.fp.event.MicroUICommand
The "clockwise" command constant.
clone() - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
clone() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
clone() - Method in interface com.google.protobuf.MessageLite.Builder
Clones the Builder.
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() - Method in class java.util.ArrayDeque
Returns a copy of this deque.
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.HashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class java.util.LinkedList
Returns a shallow copy of this LinkedList.
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 sun.net.ProgressSource
 
close() - Method in class ej.basedriver.util.CommPortConnection
 
close() - Method in enum ej.basedriver.zwave.Session
 
close() - Method in interface ej.data.pubsub.MqttContext
Closes this MqttContext, relinquishing any underlying resources.
close() - Method in class ej.data.pubsub.paho.PahoMqttAgent
Close this agent.
close() - Method in class ej.data.pubsub.paho.PahoMqttContext
 
close() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
Reads all remaining message body data and closes this input stream.
close() - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
Close this output stream.
close() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
Reads all remaining message body data and then close this input stream.
close() - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
Closes this output stream and flushes the underlying OutputStream .
close() - Method in class ej.util.logging.handler.DefaultHandler
 
CLOSE - Static variable in class ej.websocket.Messages
A close has been request.
close(ReasonForClosure) - Method in class ej.websocket.WebSocket
Close the websocket connection as described in Section 7.
close() - Method in class ej.websocket.WebSocket
Equivalent to close(new ReasonForClosure(CloseCodes.NORMAL_CLOSURE, "")).
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.CharArrayReader
Closes the stream and releases any system resources associated with it.
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.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.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.util.Formatter
Closes this formatter.
close() - Method in class java.util.logging.Handler
Close the handler and the associated resources (such as streams, connections, files).
close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Close the client Releases all resource associated with the client.
close() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Close the client Releases all resource associated with the client.
close() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
Close and tidy up.
close() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Tidy up - ensure that tokens are released as they are maintained over a disconnect / connect cycle.
close() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream
 
close() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
close() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
close() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
close() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Close the persistent store that was previously opened.
close() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
close() - Method in class org.json.me.StringWriter
Deprecated.
 
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.
CLOSE_BRACKET - Static variable in interface com.microej.profiling.internal.Strings
CLOSE_BRACKET.
CLOSE_RECT_BRACKET - Static variable in interface com.microej.profiling.internal.Strings
CLOSE_RECT_BRACKET.
CLOSE_TCP - Static variable in class ej.websocket.Messages
Close TCP connection.
CloseCodes - Class in ej.websocket
RFC6455 defined a list a status codes (section 7.4.1) and reserved code ranges (section 7.4.2).
closeIdleConnection() - Method in class sun.net.www.http.HttpClient
 
closeNodeScope(Node, int) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
closeNodeScope(Node, boolean) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
closeServer() - Method in class sun.net.NetworkClient
Close an open connection to the server.
closeServer() - Method in class sun.net.www.http.HttpClient
 
CLOUD_ERROR - Static variable in class com.microej.demo.thermorest.Messages
Error for cloud management.
CloudConnector - Class in com.microej.demo.thermorest.cloud
A cloud connector that can be added to a HeadlessThermostat.
CloudConnector() - Constructor for class com.microej.demo.thermorest.cloud.CloudConnector
 
cmp(FDBigInteger) - Method in class sun.misc.FDBigInteger
Compares the parameter with this FDBigInteger.
cmpPow52(int, int) - Method in class sun.misc.FDBigInteger
Compares this FDBigInteger with 5p5 * 2p2.
CNAME - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
CodedInputStream - Class in com.google.protobuf
Reads and decodes protocol message fields.
CodedOutputStream - Class in com.google.protobuf
Encodes and writes protocol message fields.
CodedOutputStream.OutOfSpaceException - Exception in com.google.protobuf
If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space.
Collections - Class in java.util
This class consists exclusively of static methods that operate on or return collections.
COLLON - Static variable in interface com.microej.profiling.internal.Strings
COLLON.
ColorHelper - Class in ej.color
Color utilities.
column - Variable in class ej.jsonpath.parser.SimpleCharStream
 
column - Variable in exception org.xmlpull.v1.XmlPullParserException
 
com.google.protobuf - package com.google.protobuf
 
com.microej.demo.thermorest - package com.microej.demo.thermorest
Demo mounting a Web server to handle a thermostat.
com.microej.demo.thermorest.cloud - package com.microej.demo.thermorest.cloud
This package AWS implementation of the cloud connector.
com.microej.demo.thermorest.cloud.aws - package com.microej.demo.thermorest.cloud.aws
This package contains AWS implementation of the cloud connector.
com.microej.demo.thermorest.cloud.mqtt - package com.microej.demo.thermorest.cloud.mqtt
This package contains MQTT implementation of the cloud connector.
com.microej.demo.thermorest.endpoint - package com.microej.demo.thermorest.endpoint
This package contains the management of cloud connectors.
com.microej.demo.thermorest.model - package com.microej.demo.thermorest.model
This package contains models used by the thermostat.
com.microej.demo.thermorest.util - package com.microej.demo.thermorest.util
This package contains utility classes.
com.microej.example.wifi.setup - package com.microej.example.wifi.setup
Configuration of Wi-Fi credentials using a SoftAp.
com.microej.example.wifi.setup.rest - package com.microej.example.wifi.setup.rest
Rest implementation to provide Wi-Fi credential using a SoftAp.
com.microej.example.wifi.setup.rest.endpoint - package com.microej.example.wifi.setup.rest.endpoint
Endpoints used to manage the softAp.
com.microej.example.wifi.setup.rest.internal - package com.microej.example.wifi.setup.rest.internal
Internal classes.
com.microej.example.wifi.setup.web - package com.microej.example.wifi.setup.web
Configuration of Wi-Fi credentials using a Web server.
com.microej.nls - package com.microej.nls
An implementation of NLS.
com.microej.paho.client.mqttv3 - package com.microej.paho.client.mqttv3
 
com.microej.profiling - package com.microej.profiling
This package gathers profiler.
com.microej.profiling.internal - package com.microej.profiling.internal
This package gathers internal classes used for the snapshots.
com.microej.profiling.internal.snapshot - package com.microej.profiling.internal.snapshot
This package gathers internal classes.
com.microej.profiling.profiler - package com.microej.profiling.profiler
This package gathers the different profilers.
com.microej.signature - package com.microej.signature
 
Combinator - Class in ej.style.selector.combinator
A combinator is a selector that aggregates other selectors.
Combinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.Combinator
Creates a combinator with two children.
Combinator(Selector...) - Constructor for class ej.style.selector.combinator.Combinator
Creates a combinator with several children.
COMMA - Static variable in interface com.microej.profiling.internal.Strings
COMMA.
COMMAND_CLASS_ASSOCIATION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_BASIC - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_BATTERY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_CONFIGURATION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_MANUFACTURER_SPECIFIC - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_MARK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_METER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_SENSOR_ALARM - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_SENSOR_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_SENSOR_MULTILEVEL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_SWITCH_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_THERMOSTAT_MODE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_THERMOSTAT_SETPOINT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_VERSION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
COMMAND_CLASS_WAKE_UP - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
comment(String) - Method in class org.kxml2.io.KXmlSerializer
 
COMMENT - Static variable in class org.kxml2.kdom.Node
 
comment(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
COMMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML comment was just read.
comment(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.fp.event.MicroUIButtons
Usual MicroUI Buttons generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.fp.event.MicroUICommand
Usual MicroUI Command generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.fp.event.MicroUIPointer
Usual MicroUI Pointer generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.fp.event.MicroUIStates
Usual MicroUI States generator tag used in platform configuration project (microui.xml).
COMMON_MICROUI_GENERATOR_TAG - Static variable in class ej.fp.event.MicroUITouch
Usual MicroUI Touch generator tag used in platform configuration project (microui.xml).
CommPortConnection - Class in ej.basedriver.util
 
CommPortConnection(CommPort, int) - Constructor for class ej.basedriver.util.CommPortConnection
 
comms - Variable in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
CommsCallback - Class in org.eclipse.paho.client.mqttv3.internal
Bridge between Receiver and the external API.
CommsReceiver - Class in org.eclipse.paho.client.mqttv3.internal
Receives MQTT packets from the server.
CommsReceiver(ClientComms, ClientState, CommsTokenStore, InputStream) - Constructor for class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
 
CommsSender - Class in org.eclipse.paho.client.mqttv3.internal
 
CommsSender(ClientComms, ClientState, CommsTokenStore, OutputStream) - Constructor for class org.eclipse.paho.client.mqttv3.internal.CommsSender
 
CommsTokenStore - Class in org.eclipse.paho.client.mqttv3.internal
Provides a "token" based system for storing and tracking actions across multiple threads.
CommsTokenStore(String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
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).
ComparableProfiler - Interface in com.microej.profiling.profiler
A profiler that can be compare in between two samples.
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(long, long) - Method in interface com.microej.profiling.profiler.ComparableProfiler
Compare two values, the value returned will then be used by Profiler.printValue(long).
compare(long, long) - Method in class com.microej.profiling.profiler.MemoryProfiler
 
compare(long, long) - Method in class com.microej.profiling.profiler.ThreadsProfiler
 
compare(long, long) - Method in class com.microej.profiling.profiler.TimeProfiler
 
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(BigDecimal) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified BigDecimal.
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.
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_LOCAL_NAME - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
COMPLETE_MAP - Static variable in class ej.style.Style
Map value when all fields are set.
completeContent() - Method in class ej.basedriver.zwave.frame.RequestFrame
 
completeContent() - Method in class ej.basedriver.zwave.frame.SendData
 
ComplexOutline - Class in ej.style.outline
Complex outline that has a different thickness for each edge.
ComplexOutline() - Constructor for class ej.style.outline.ComplexOutline
Creates an empty complex outline (0 pixel thickness).
ComplexOutline(int, int, int, int) - Constructor for class ej.style.outline.ComplexOutline
Creates a complex outline specifying its thickness for each edge.
ComplexRectangularBorder - Class in ej.style.border
Represents and draw a rectangular colored border.
ComplexRectangularBorder() - Constructor for class ej.style.border.ComplexRectangularBorder
Creates an empty complex rectangular border (0 pixel thickness).
ComplexRectangularBorder(int, int, int, int) - Constructor for class ej.style.border.ComplexRectangularBorder
Creates a complex rectangular border specifying its edges thickness.
ComplexRectangularColoredBorder - Class in ej.style.border
Represents and draw a rectangular colored border.
ComplexRectangularColoredBorder() - Constructor for class ej.style.border.ComplexRectangularColoredBorder
Creates an empty complex rectangular border (0 pixel thickness).
ComplexRectangularColoredBorder(int, int, int, int, int, int, int, int) - Constructor for class ej.style.border.ComplexRectangularColoredBorder
Creates a complex rectangular border specifying its edges thickness and color.
ComplexTextManager - Class in ej.style.text
Text manager implementation that manages text on multiple lines.
ComplexTextManager() - Constructor for class ej.style.text.ComplexTextManager
Creates a complex text manager with default line height.
ComplexTextManager(int) - Constructor for class ej.style.text.ComplexTextManager
Creates a complex text manager specifying its line height.
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.
Composite - Class in ej.mwt
A composite is a widget that can contain other Widget instances, following the composite pattern.
Composite() - Constructor for class ej.mwt.Composite
Creates a new composite.
Its bounds will be set to 0.
CompositeActivator - Class in ej.components.registry.util
A composite activator wraps several other activators.
CompositeActivator(BundleActivator[]) - Constructor for class ej.components.registry.util.CompositeActivator
Creates a composite activator with its list of inner activators.
CompositeFilter<T> - Class in ej.style.font.filter
A composite filter delegates the filtering to other filters.
CompositeFilter() - Constructor for class ej.style.font.filter.CompositeFilter
Creates a composite filter.
CompositePropertyLoader - Class in ej.util.property
 
CompositePropertyLoader(PropertyLoader[]) - Constructor for class ej.util.property.CompositePropertyLoader
Instantiates and fills a composite property loader with various implementations.
CompositeServiceLoader - Class in ej.components.dependencyinjection
A composite service loader contains a list a service loaders.
CompositeServiceLoader() - Constructor for class ej.components.dependencyinjection.CompositeServiceLoader
Creates a new empty composite service loader.
CompositeServiceLoader(int) - Constructor for class ej.components.dependencyinjection.CompositeServiceLoader
computeBoolSize(int, boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBoolSizeNoTag(boolean) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field.
computeBytesSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeBytesSizeNoTag(ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field.
computeChecksum() - Method in class ej.basedriver.zwave.frame.DataFrame
 
computeContentBounds(Rectangle, Style) - Static method in class ej.style.util.StyleHelper
Unwraps the different style outlines then apply the style dimension to get the content effective bounds from the global bounds.
computeContentSize(String, Font, Rectangle) - Method in class ej.style.text.ComplexTextManager
 
computeContentSize(String, Font, Rectangle) - Method in class ej.style.text.SimpleTextManager
 
computeContentSize(String, Font, Rectangle) - Method in interface ej.style.text.TextManager
Computes a text size for a font.
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.bounce.BounceMotion
Deprecated.
 
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.ease.EaseInMotion
Deprecated.
 
computeCurrentValue(long) - Method in class ej.motion.ease.EaseInOutMotion
Deprecated.
 
computeCurrentValue(long) - Method in class ej.motion.ease.EaseOutMotion
Deprecated.
 
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.elastic.ElasticMotion
Deprecated.
 
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
 
computeDoubleSize(int, double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeDoubleSizeNoTag(double) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeEnumSizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field.
computeExpectedStop(int, float, long) - Static method in class ej.motion.util.TossHelper
Computes the expected stop considering the start value and the initial speed.
computeFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field.
computeFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field.
computeFloatSize(int, float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeFloatSizeNoTag(float) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field, including tag.
computeGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a group field.
computeInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeLazyFieldMessageSetExtensionSize(int, LazyField) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an lazily parsed MessageSet extension field to the stream.
computeLazyFieldSize(int, LazyField) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message in lazy field, including tag.
computeLazyFieldSizeNoTag(LazyField) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message stored in lazy field.
computeMessageSetExtensionSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a MessageSet extension to the stream.
computeMessageSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
computeMessageSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an embedded message field.
computePercentComplete(int, int) - Method in class ej.widget.basic.AbstractSlider
Computes the percent complete according to the pointer coordinates.
computePercentComplete(int, int) - Method in class ej.widget.basic.drawing.Slider
 
computePercentComplete(int, int) - Method in class ej.widget.basic.image.ImageSlider
 
computePercentComplete(int, int) - Method in class ej.widget.basic.picto.PictoSlider
 
computePreferredSize(Rectangle, Rectangle, Style) - Static method in class ej.style.util.StyleHelper
Applies the style dimension then wraps the different style outlines to get the global bounds from the content effective bounds.
computeRawMessageSetExtensionSize(int, ByteString) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an unparsed MessageSet extension field to the stream.
computeRawVarint32Size(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field.
computeSFixed64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSFixed64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field.
ComputeShortFormatSymbols - Class in ej.util.text
Symbols computing the short format from the full length ones.
ComputeShortFormatSymbols() - Constructor for class ej.util.text.ComputeShortFormatSymbols
 
computeSInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field.
computeSInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeSInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field.
computeStop(int, int[], float, long) - Static method in class ej.motion.util.TossHelper
Chooses the nearest step as stop.
computeStringSize(int, String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeStringSizeNoTag(String) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field.
computeTagSize(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt32SizeNoTag(int) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field.
computeUInt64Size(int, long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUInt64SizeNoTag(long) - Static method in class com.google.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
computeUnknownGroupSize(int, MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.computeGroupSize(int, com.google.protobuf.MessageLite).
computeUnknownGroupSizeNoTag(MessageLite) - Static method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.computeUnknownGroupSizeNoTag(com.google.protobuf.MessageLite).
computeXLeftCorner(int, int, int, int) - Static method in class ej.style.container.AlignmentHelper
Computes the x coordinate of the left edge of an element in an area.
computeYTopCorner(int, int, int, int) - Static method in class ej.style.container.AlignmentHelper
Computes the y coordinate of the top edge of an element in an area.
concat(ByteString) - Method in class com.google.protobuf.ByteString
Concatenate the given ByteString to this one.
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.
config(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a CONFIG message.
config(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
CONFIG - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
CONFIG is a message level for static configuration messages.
config(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, if the logger is currently enabled for the given message level.
config(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
config(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
config(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
config(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
config(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
ConfigListener - Interface in googlecloud.iotcore
A configuration listener notified when the config of the device changes and at first connection.
ConfigListenerProxy - Class in googlecloud.iotcore
Proxy for ConfigListener.
ConfigListenerProxy() - Constructor for class googlecloud.iotcore.ConfigListenerProxy
 
ConfigurationManager - Interface in com.microej.example.wifi.setup
Interface used by a SoftAPConnector to load existing configuration and store successful configuration.
connect(ConnectOptions) - Method in class ej.aws.iot.pubsub.Client
Use the connection options to open a connection to the AWS IoT services.
connect() - Method in class ej.aws.iot.Thing
Connect the Thing to AWS IoT.
connect() - Method in class ej.websocket.WebSocket
Establish a connection to the server described by the URI.
connect() - Method in class googlecloud.iotcore.Device
Connect the Device to the Google Cloud IoT Core services.
connect(ConnectOptions) - Method in class googlecloud.iotcore.pubsub.Client
Use the connection options to open a connection the Google Cloud IoT Core services.
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() - 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 interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the provided connect options.
connect(Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Connects to an MQTT server using the specified options.
connect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the default options.
connect(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the specified options.
connect(MqttConnectOptions, MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
Sends a connect message and waits for an ACK or NACK.
connect() - Method in class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
Start the connect processing
connect(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect(MqttConnectOptions, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
connect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
connect(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
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.
ConnectActionListener - Class in org.eclipse.paho.client.mqttv3.internal
This class handles the connection of the AsyncClient to one of the available URLs.
ConnectActionListener(MqttAsyncClient, MqttClientPersistence, ClientComms, MqttConnectOptions, MqttToken, Object, IMqttActionListener) - Constructor for class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
 
connectComplete(MqttConnack, MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
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 org.eclipse.paho.client.mqttv3.internal.ClientState
Called when the client has successfully connected to the broker
connected() - Method in class sun.net.ProgressSource
 
CONNECTION_CLOSED - Static variable in class ej.hoka.log.Messages
The connection is closed.
CONNECTION_CLOSED_ABNORMALLY - Static variable in class ej.websocket.CloseCodes
1006 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
CONNECTION_INTERVAL - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
CONNECTION_LOST - Static variable in class ej.hoka.log.Messages
The connection is lost.
CONNECTION_TIMEOUT_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default connection timeout in seconds if one is not specified
connectionLost(Throwable) - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
connectionLost(Throwable) - Method in class ej.data.pubsub.paho.PahoMqttAgentCallback
 
connectionLost(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
This method is called when the connection to the server is lost.
connectionLost(Throwable) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
This method is called when the connection to the server is lost.
ConnectionStates - Enum in ej.websocket
RFC6455 defined several possible states for a websocket.
ConnectivityManager - Class in android.net
Class that answers queries about the state of network connectivity.
ConnectivityManager() - Constructor for class android.net.ConnectivityManager
 
ConnectivityManager.NetworkCallback - Class in android.net
Base class for NetworkRequest callbacks.
ConnectivityUtil - Class in ej.net.util.connectivity
Utilitary classes to handle connectivity manager.
ConnectOptions - Class in ej.aws.iot.pubsub
This class represents the connection options of an AWS IoT Thing, needed to connect to the platform.
ConnectOptions() - Constructor for class ej.aws.iot.pubsub.ConnectOptions
 
ConnectOptions - Class in googlecloud.iotcore.pubsub
This class provides convenience methods to help build addresses, topics and IDs in relation to Google Cloud Platform IoT Core.
ConnectOptions() - Constructor for class googlecloud.iotcore.pubsub.ConnectOptions
 
connector - Variable in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
The rest connector providing the endpoint.
ConnectorListener - Interface in com.microej.example.wifi.setup
This interface provides methods for notifying when connection events occur while connecting to an access point.
connectTimeout - Variable in class sun.net.NetworkClient
 
connectWithResult(MqttConnectOptions) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Connects to an MQTT server using the specified options.
connectWithResult(MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
contains(String) - Method in class ej.authz.acl.AclEntry
Determines if the action is authorized by this entry.
contains(T[], T) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
contains(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets whether an array contains an element or not.
contains(int, int) - Method in class ej.mwt.Panel
Gets whether or not a location (x,y) is in the panel's bounds.
contains(int, int) - Method in class ej.mwt.Widget
Gets whether or not a location (x,y) is in the widget's bounds.
contains(int, int) - Method in class ej.widget.composed.Wrapper
 
contains(int, int) - Method in class ej.widget.StyledComposite
 
contains(int, int) - Method in class ej.widget.StyledDialog
 
contains(int, int) - Method in class ej.widget.StyledPanel
 
contains(int, int) - Method in class ej.widget.StyledWidget
 
contains(Object) - Method in class java.util.ArrayDeque
Returns true if this deque 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.LinkedList
Returns true if this list contains the specified element.
contains(Object) - Method in class java.util.TreeSet
Returns true if this set contains the specified element.
containsAny(CharSequence, CharSequence) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
Checks if the CharSequence contains any character in the given set of characters.
containsAny(CharSequence, char[]) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
Checks if the CharSequence contains any character in the given set of characters.
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 ej.util.map.WeakValueHashMap
 
containsKey(Object) - Method in class java.util.TreeMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Returns whether or not data is persisted using the specified key.
containsKey(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
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 ej.util.map.WeakValueHashMap
 
containsValue(Object) - Method in class java.util.TreeMap
Returns true if this map maps one or more keys to the specified value.
content - Variable in class ej.basedriver.zwave.frame.DataFrame
 
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.
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.
ContentType - Class in ej.hoka.http.support
This class handles the HTTP Content-Type header field.
See: RFC HTTP/1.1 RFC2616 14.1 Content-Type
ContentType() - Constructor for class ej.hoka.http.support.ContentType
Empty Constructor.
ContentType(String) - Constructor for class ej.hoka.http.support.ContentType
Constructor with MIME type parameter.
ContentType(String, String) - Constructor for class ej.hoka.http.support.ContentType
Constructor with MIME type and character set parameters.
CONTRAST_MAX - Static variable in class ej.fp.widget.MicroUIDisplay
Maximal value of contrast according MicroUI specification.
CONTRAST_MIN - Static variable in class ej.fp.widget.MicroUIDisplay
Minimal value of contrast according MicroUI specification.
ControlCharacters - Interface in ej.widget.util
Represents all the control characters (the first 32 codes + SPACE and DELETE).
ControlFrame - Class in ej.basedriver.zwave.frame
 
Controller - Interface in ej.basedriver
Describe the capabilities of a Controller.
controller - Variable in class ej.basedriver.impl.AbstractNode
The node's controller.
ControllerEvent - Interface in ej.basedriver.event
 
ControllerEventGenerator - Class in ej.basedriver.event.generator.impl
 
ControllerEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.ControllerEventGenerator
 
ControllerEventProxy - Class in ej.basedriver.event
 
ControllerEventProxy() - Constructor for class ej.basedriver.event.ControllerEventProxy
 
ControllerHelper - Class in ej.basedriver.impl
 
ControllerHelper() - Constructor for class ej.basedriver.impl.ControllerHelper
 
ControllerListener - Interface in ej.basedriver
Listener on any events coming from the Controller.
ControllerProxy - Class in ej.basedriver
 
ControllerProxy() - Constructor for class ej.basedriver.ControllerProxy
 
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.
convertARGBColorToDisplayColor(int) - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Converts a ARGB color into a display color format.
convertARGBColorToDisplayColor(int) - Method in class ej.fp.widget.MicroUIDisplay
Converts an ARGB color (0xAARRGGBB) to the equivalent LCD color.
convertDisplayColorToARGBColor(int) - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Converts a display color into an ARGB color format.
convertDisplayColorToARGBColor(int) - Method in class ej.fp.widget.MicroUIDisplay
Converts a LCD color to the equivalent color in ARGB format (0xAARRGGBB).
convertFromIPv4MappedAddress(byte[]) - Static method in class sun.net.util.IPAddressUtil
 
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
 
COOKIE_NAME - Static variable in class ej.hoka.auth.session.CookieBasedSessionConfiguration
The name of the cookie used to store session ID.
CookieBasedSessionConfiguration - Class in ej.hoka.auth.session
Configuration for the cookie-based session authentication.
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
 
COOL - Static variable in interface ej.basedriver.ThermostatMode
Continuous cooling only.
copy(T[]) - Static method in class ej.basictool.ArrayTools
Copies an array.
copy(Object[], Class<T[]>) - Static method in class ej.basictool.ArrayTools
Copies an array into an array of a different type.
copy(int[]) - Static method in class ej.basictool.ArrayTools
Copies an array.
copy(T[], int) - Static method in class ej.basictool.ArrayTools
Allocates a new array of the same type than the given array, and then copy the first (pointer + 1) elements of an array.
copy(Object[], int, Class<T[]>) - Static method in class ej.basictool.ArrayTools
Allocates a new array of the given type, and then copy the first (pointer + 1) elements of an array.
copy(int[], int) - Static method in class ej.basictool.ArrayTools
Copy the (ptr + 1) elements of an array.
COPY - Static variable in class ej.fp.event.MicroUICommand
The "copy" command constant.
copy(List<? super T>, List<? extends T>) - Static method in class java.util.Collections
Copies all of the elements from one list into another.
copyFrom(byte[], int, int) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(byte[]) - Static method in class com.google.protobuf.ByteString
Copies the given bytes into a ByteString.
copyFrom(ByteBuffer, int) - Static method in class com.google.protobuf.ByteString
Copies the next size bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(ByteBuffer) - Static method in class com.google.protobuf.ByteString
Copies the remaining bytes from a java.nio.ByteBuffer into a ByteString.
copyFrom(String, String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of bytes using the named charset and returns the result as a ByteString.
copyFrom(Iterable<ByteString>) - Static method in class com.google.protobuf.ByteString
Concatenates all byte strings in the iterable and returns the result.
copyFromUtf8(String) - Static method in class com.google.protobuf.ByteString
Encodes text into a sequence of UTF-8 bytes and returns the result as a ByteString.
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.
copyTo(byte[], int) - Method in class com.google.protobuf.ByteString
Copies bytes into a buffer at the given offset.
copyTo(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Copies bytes into a buffer.
copyTo(ByteBuffer) - Method in class com.google.protobuf.ByteString
Copies bytes into a ByteBuffer.
copyToInternal(byte[], int, int, int) - Method in class com.google.protobuf.ByteString
Internal (package private) implementation of .
CORAL - Static variable in class ej.library.ui.MicroEJColors
Coral color.
COUNT - Static variable in interface com.microej.profiling.internal.Strings
COUNT.
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.CharArrayReader
The index of the end of this buffer.
count() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
CountingInputStream - Class in org.eclipse.paho.client.mqttv3.internal.wire
An input stream that counts the bytes read from it.
CountingInputStream(InputStream) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.CountingInputStream
Constructs a new CountingInputStream wrapping the supplied input stream.
countMatches(CharSequence, CharSequence) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
Counts how many times the substring appears in the larger string.
countObservers() - Method in class ej.observable.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.
CPU - Static variable in interface com.microej.profiling.internal.Strings
CPU.
CR - Static variable in class ej.hoka.http.support.CharacterSeparatedList
Carriage Return character.
create(CommPort) - Method in class ej.basedriver.util.AbstractDriverService
 
create(String) - Static method in class java.net.URI
Creates a URI by parsing the given string.
createAWSConnector(Properties, CertificateLoader) - Static method in class com.microej.demo.thermorest.Main
Creates an AWS connector.
createBinaryResource() - Method in class ej.rest.web.Resty
 
createCCC() - Static method in class ej.bluetooth.util.BluetoothServicesUtil
Creates a new Client characteristic configuration descriptor.
createClassInstance(Class<T>, String) - Static method in class ej.components.dependencyinjection.util.ServiceLoaderHelper
Gets an instance of a class, based on its name.
createContentHandler(String) - Method in interface java.net.ContentHandlerFactory
Creates a new ContentHandler to read an object from a URLStreamHandler.
createControllerListener() - Method in class ej.basedriver.util.AbstractDriverService
Create the controllerListener.
createCUD() - Static method in class ej.bluetooth.util.BluetoothServicesUtil
Creates a new CUD descriptor.
createDMParser() - Static method in class org.kxml2.wap.syncml.SyncML
 
createDMSerializer() - Static method in class org.kxml2.wap.syncml.SyncML
 
createElement(String, String) - Method in class org.kxml2.kdom.Element
Forwards creation request to parent if any, otherwise calls super.createElement.
createElement(String, String) - Method in class org.kxml2.kdom.Node
Builds a default element with the given properties.
createError(String, String) - Static method in class ej.hoka.http.HTTPResponse
Create a HTTPResponse to write the msg for the given status.
createEvent(D) - Method in class ej.basedriver.event.DeviceEventGenerator
 
createEvent(Controller) - Method in class ej.basedriver.event.generator.impl.ControllerEventGenerator
 
createEvent(DryContact) - Method in class ej.basedriver.event.generator.impl.DryContactEventGenerator
 
createEvent(MultilevelSensor) - Method in class ej.basedriver.event.generator.impl.MultilevelSensorEventGenerator
 
createEvent(Switch) - Method in class ej.basedriver.event.generator.impl.SwitchEventGenerator
 
createEvent(SwitchWithReturnState) - Method in class ej.basedriver.event.generator.impl.SwitchStateEventGenerator
 
createEvent(Thermostat) - Method in class ej.basedriver.event.generator.impl.ThermostatEventGenerator
 
createGradient(Display, int, int) - Static method in class ej.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.
createMotion(int, int) - Method in class ej.widget.container.transition.TransitionContainer
Creates a motion based on the registered motion factory and duration.
createMqttException(int) - Static method in class org.eclipse.paho.client.mqttv3.internal.ExceptionHelper
 
createMqttException(Throwable) - Static method in class org.eclipse.paho.client.mqttv3.internal.ExceptionHelper
 
createNetworkModule(String, MqttConnectOptions, String) - Method in class org.eclipse.paho.client.mqttv3.internal.MicroEJNetworkModuleFactory
 
createNetworkModule(String, MqttConnectOptions, String) - Method in class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModuleFactory
 
createNetworkModule(String, MqttConnectOptions, String) - Method in interface org.eclipse.paho.client.mqttv3.internal.NetworkModuleFactory
Factory methods to create the correct network module, based on the supplied address URI.
createNetworkModules(String, MqttConnectOptions) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Factory method to create an array of network modules, one for each of the supplied URIs
createNewArray(T[], int) - Static method in class ej.basictool.ArrayTools
Creates a new array with the same type as the given array.
createNewArray(Class<T[]>, int) - Static method in class ej.basictool.ArrayTools
Creates a new array from the given type and length.
createParser() - Static method in class org.kxml2.wap.syncml.SyncML
 
createParser() - Static method in class org.kxml2.wap.wml.Wml
Creates a WbxmlParser with the WML code pages set
createParser() - Static method in class org.kxml2.wap.wv.WV
 
createProfiles(byte, byte, byte) - Method in class ej.basedriver.zwave.ZwaveNode
Creates and add a profile.
createResponseFromStatus(String) - Static method in class ej.hoka.http.HTTPResponse
Creates a HTTPResponse with given status and empty body.
createSerializer() - Static method in class org.kxml2.wap.syncml.SyncML
 
createSerializer() - Static method in class org.kxml2.wap.wml.Wml
 
createSession() - Method in class ej.basedriver.zwave.ZwaveController
 
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.
createSocketFactory() - Method in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
Returns an SSL socket factory for TLSv1.2.
createTextResource() - Method in class ej.rest.web.Resty
 
createURLStreamHandler(String) - Method in interface java.net.URLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createWireMessage(MqttPersistable) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
createWireMessage(byte[]) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
createWireMessage(int, byte[]) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
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.
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
 
CUD_UUID - Static variable in class ej.bluetooth.util.BluetoothServicesUtil
User description.
curChar - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
 
currentString - Variable in class ej.hoka.http.support.CharacterSeparatedList
Current string being parsed.
currentToken - Variable in exception ej.jsonpath.parser.ParseException
This is the last token that has been consumed successfully.
cursor - Variable in class ej.widget.container.AbstractCarousel
The cursor.
CUT - Static variable in class ej.fp.event.MicroUICommand
The "cut" command constant.
cyclic - Variable in class ej.widget.container.AbstractCarousel
Whether the carousel is cyclic or not.

D

D_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
The d number shift in the integer.
darkenColor(int, int) - Static method in class ej.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.
DATA_LINK_ESCAPE - Static variable in interface ej.widget.util.ControlCharacters
Cause the following octets to be interpreted as raw data, not as control codes or graphic characters.
DataChannel - Interface in ej.data.channel
A channel of data.
DataChannelProvider - Interface in ej.data.channel
A DataChannel provider.
DataFrame - Class in ej.basedriver.zwave.frame
 
DataFrame(byte[]) - Constructor for class ej.basedriver.zwave.frame.DataFrame
 
DataReader - Interface in ej.data
A DataReader provides APIs for reading a structured data in streaming.
DataReaderCBOR - Class in ej.data.cbor
Implementation of a DataReader for a CBOR stream.
DataReaderCBOR(InputStream) - Constructor for class ej.data.cbor.DataReaderCBOR
Creates a new DataReader on the given InputStream.
DataReaderJSON - Class in ej.data.json
Implementation of a DataReader for a JSON stream.
DataReaderJSON(InputStream) - Constructor for class ej.data.json.DataReaderJSON
Creates a new DataReader on the given InputStream.
DataWriter - Interface in ej.data
A DataWriter provides APIs for writing a structured data in streaming.
DataWriterCBOR - Class in ej.data.cbor
Implementation of a DataWriter for a CBOR stream.
DataWriterCBOR(OutputStream) - Constructor for class ej.data.cbor.DataWriterCBOR
Creates a new DataWriter on the given OutputStream.
DataWriterJSON - Class in ej.data.json
Implementation of a DataWriter for a JSON stream.
DataWriterJSON(OutputStream) - Constructor for class ej.data.json.DataWriterJSON
Creates a new DataWriter on the given OutputStream.
DateFormat - Class in java.text
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat() - Constructor for class java.text.DateFormat
Create a new date format.
DateFormatSymbols - Class in java.text
DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols.
DEBUG - Static variable in class ej.basedriver.zwave.ZwaveController
 
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
 
Debug - Class in org.eclipse.paho.client.mqttv3.util
Utility to help debug problems with the Paho MQTT client Once initialised a call to dumpClientDebug will force any memory trace together with pertinent client and system state to the main log facility.
Debug(String, ClientComms) - Constructor for class org.eclipse.paho.client.mqttv3.util.Debug
Set the debug facility up for a specific client
debugStream - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Debug output.
DECIMAL128 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal128 format, 34 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL32 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal32 format, 7 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
DECIMAL64 - Static variable in class java.math.MathContext
A MathContext object with a precision setting matching the IEEE 754R Decimal64 format, 16 digits, and a rounding mode of HALF_EVEN, the IEEE 754R default.
decimalDigitsExact() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Indicates whether the binary to ASCII conversion was exact.
decode(InputStream, StringBuilder) - Static method in class ej.hoka.http.support.URLDecoder
Returns the character from the stream, which encode as "%ab" (single byte UTF-8) or "%ab%cd" (two byte ).
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decode(byte[]) - Method in class java.util.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into a newly-allocated output byte array.
decode(String) - Method in class java.util.Base64.Decoder
Decodes a Base64 encoded String into a newly-allocated byte array using the Base64 encoding scheme.
decode(byte[], byte[]) - Method in class java.util.Base64.Decoder
Decodes all bytes from the input byte array using the Base64 encoding scheme, writing the results into the given output byte array, starting at offset 0.
decode(ByteBuffer) - Method in class java.util.Base64.Decoder
Decodes all bytes from the input byte buffer using the Base64 encoding scheme, writing the results into a newly-allocated ByteBuffer.
decodeUTF8(DataInputStream) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Decodes a UTF-8 string from the DataInputStream provided.
decodeZigZag32(int) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class com.google.protobuf.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
decreaseStackLevel() - Method in class com.microej.profiling.internal.snapshot.ThreadInfo
Decreases the stack's level.
decrementSize(int, int) - Method in class ej.style.container.Rectangle
Decrements the size of the rectangle.
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.
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 - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_BUFFER_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
DEFAULT_CONNECT_TIMEOUT - Static variable in class sun.net.NetworkClient
 
DEFAULT_DURATION - Static variable in class ej.widget.util.SwipeEventHandler
Default animation duration.
DEFAULT_ENCODING - Static variable in class ej.restserver.RestResponse
Default content encoding for Rest response.
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_NOT_SECURE_PORT - Static variable in class ej.websocket.WebSocketURI
The default port for a ws:// URI as defined in RFC6455 (see section 3).
DEFAULT_PERIOD - Static variable in class ej.animation.Animator
The default tick period.
DEFAULT_READ_TIMEOUT - Static variable in class sun.net.NetworkClient
 
DEFAULT_SECURE_PORT - Static variable in class ej.websocket.WebSocketURI
The default port for a wss:// URI.
DEFAULT_USER_AGENT - Static variable in class ej.rest.web.Resty
 
DefaultBoundedRangeModel - Class in ej.widget.model
A generic implementation of bounded range.
DefaultBoundedRangeModel(int, int, int) - Constructor for class ej.widget.model.DefaultBoundedRangeModel
Creates a default bounded range model with the given minimum value, maximum value and initial value.
DefaultConfigurationManager - Class in com.microej.example.wifi.setup
Default implementation of a ConfigurationManager.
DefaultConfigurationManager() - Constructor for class com.microej.example.wifi.setup.DefaultConfigurationManager
Instantiates a DefaultConfigurationManager creating a basic SoftAPConfiguration with a default SSID.
DefaultConfigurationManager(SoftAPConfiguration) - Constructor for class com.microej.example.wifi.setup.DefaultConfigurationManager
Instantiates a DefaultConfigurationManager with a SoftAPConfiguration.
defaultConnectTimeout - Static variable in class sun.net.NetworkClient
 
DefaultControllerEvent - Class in ej.basedriver.event.impl
 
DefaultControllerEvent(Controller) - Constructor for class ej.basedriver.event.impl.DefaultControllerEvent
 
defaultControllerInit() - Method in class ej.basedriver.impl.AbstractController
Default Controller initialization sequence: the Controller is registered before calling AbstractController.initialize().
defaultControllerInit() - Method in class ej.basedriver.zwave.ZwaveController
 
DefaultDryContactEvent - Class in ej.basedriver.event.impl
 
DefaultDryContactEvent(DryContact) - Constructor for class ej.basedriver.event.impl.DefaultDryContactEvent
 
DefaultFontLoader - Class in ej.style.font.loader
Default implementation of font loader that always return the default font.
DefaultFontLoader() - Constructor for class ej.style.font.loader.DefaultFontLoader
 
DefaultHandler - Class in ej.util.logging.handler
This is the default handler for logging.
DefaultHandler() - Constructor for class ej.util.logging.handler.DefaultHandler
 
DefaultImageLoader - Class in ej.style.image
Default implementation of image loader that simply returns the image at the given path.
DefaultImageLoader() - Constructor for class ej.style.image.DefaultImageLoader
 
DEFAULTLIST - Static variable in class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModuleFactory
 
DefaultMessageLogger - Class in ej.tool.addon.util
 
DefaultMessageLogger(int) - Constructor for class ej.tool.addon.util.DefaultMessageLogger
 
DefaultMultilevelSensorEvent - Class in ej.basedriver.event.impl
 
DefaultMultilevelSensorEvent(MultilevelSensor) - Constructor for class ej.basedriver.event.impl.DefaultMultilevelSensorEvent
 
defaults - Variable in class java.util.Properties
A property list that contains default values for any keys not found in this property list.
DefaultServiceLoader - Class in ej.components.dependencyinjection
The default service loader allows to get service instance based on default service implementation class.
DefaultServiceLoader() - Constructor for class ej.components.dependencyinjection.DefaultServiceLoader
Instantiates a new default service loader.
defaultSoTimeout - Static variable in class sun.net.NetworkClient
 
DefaultSwitchEvent - Class in ej.basedriver.event.impl
 
DefaultSwitchEvent(Switch) - Constructor for class ej.basedriver.event.impl.DefaultSwitchEvent
 
DefaultSwitchStateEvent - Class in ej.basedriver.event.impl
 
DefaultSwitchStateEvent(SwitchWithReturnState) - Constructor for class ej.basedriver.event.impl.DefaultSwitchStateEvent
 
DefaultThermostatEvent - Class in ej.basedriver.event.impl
 
DefaultThermostatEvent(Thermostat) - Constructor for class ej.basedriver.event.impl.DefaultThermostatEvent
 
defineEntityReplacementText(String, String) - Method in class org.kxml2.io.KXmlParser
 
defineEntityReplacementText(String, String) - Method in class org.kxml2.wap.WbxmlParser
 
defineEntityReplacementText(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
DEG - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
HTML representation of a degree.
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 variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is DELETE.
delete(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
delete(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles DELETE request on this endpoint.
delete() - Static method in class ej.rest.web.Resty
Tell Resty to delete the URL content on the server, resulting in a DELETE.
delete(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.AliasEndpoint
 
delete(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.RestEndpoint
Handles DELETE request on this endpoint.
DELETE - Static variable in interface ej.widget.util.ControlCharacters
Not technically part of the C0 control character range, this was originally used to mark deleted characters on paper tape, since any character could be changed to all ones by punching holes everywhere.
deleteObserver(Observer) - Method in class ej.observable.Observable
Deletes an observer from the set of observers of this object.
deleteObserver(Observer) - Method in interface ej.wadapps.management.ActivitiesList
Deletes an observer to this activities list.
deleteObserver(Observer) - Method in interface ej.wadapps.management.ApplicationMetadataProvider
Deletes an observer to this application meta-data provider.
deleteObserver(Observer) - Method in class ej.wadapps.management.ApplicationMetadataProviderProxy
 
deleteObserver(Observer) - Method in interface ej.wadapps.management.BackgroundServicesList
Deletes an observer.
deleteObserver(Observer) - Method in interface ej.wadapps.management.LaunchersList
Deletes an observer to this launchers list.
deleteObserver(Observer) - Method in interface ej.wadapps.management.NotificationsManager
Deletes an observer.
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
 
deliveryComplete(IMqttDeliveryToken) - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
deliveryComplete(IMqttDeliveryToken) - Method in class ej.data.pubsub.paho.PahoMqttAgentCallback
 
deliveryComplete(MqttPublish) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
deliveryComplete(MqttPublish) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
deliveryComplete(IMqttDeliveryToken) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
Called when delivery for a message has been completed, and all acknowledgments have been received.
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.
DependencyInjectionHelper - Class in org.eclipse.paho.client.mqttv3.internal.dependencyinjection
Helper to retrieve instances of implementor of contract using system properties to retrieve the expected implementation to be used.
Deque<E> - Interface in java.util
A linear collection that supports element insertion and removal at both ends.
DescendantCombinator - Class in ej.style.selector.combinator
A descendant combinator selects by checking the element hierarchy.
DescendantCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.DescendantCombinator
Creates a descendant combinator.
DescendantCombinator(Selector...) - Constructor for class ej.style.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
 
descriptor - Variable in class ej.basedriver.impl.AbstractController
 
Desktop - Class in ej.mwt
A desktop is the top-level object that can be displayed on a Display.
A desktop is built for a specific Display, and that relationship cannot be modified.
A desktop may be shown or hidden, but at most one desktop is shown per Display.
Desktop() - Constructor for class ej.mwt.Desktop
Creates a new desktop on the default display.
Identical to new Desktop(Display#getDefaultDisplay()).
Desktop(Display) - Constructor for class ej.mwt.Desktop
Creates a new desktop on the specified display.
DesktopEventManagementPolicy - Class in ej.mwt
Dispatches the event received on a desktop to its children.
DesktopEventManagementPolicy(Desktop) - Constructor for class ej.mwt.DesktopEventManagementPolicy
Creates a desktop event manager.
DestinationProvider - Interface in org.eclipse.paho.client.mqttv3.internal
This interface exists to act as a common type for MqttClient and MqttMIDPClient so they can be passed to ClientComms without either client class need to know about the other.
detail - Variable in exception org.xmlpull.v1.XmlPullParserException
 
device - Variable in class ej.basedriver.event.impl.AbstractEvent
 
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 googlecloud.iotcore
This class provides a Device reification that matches the device in Google Cloud IoT Core.
Device(ConnectOptions) - Constructor for class googlecloud.iotcore.Device
Create a Device with connection information related to the Google Cloud IoT Core services.
DEVICE_CONTROL1 - Static variable in interface ej.widget.util.ControlCharacters
These four control codes are reserved for device control, with the interpretation dependent upon the device they were connected.
DEVICE_CONTROL2 - Static variable in interface ej.widget.util.ControlCharacters
 
DEVICE_CONTROL3 - Static variable in interface ej.widget.util.ControlCharacters
 
DEVICE_CONTROL4 - Static variable in interface ej.widget.util.ControlCharacters
 
DeviceEventGenerator<D extends Device,E extends Event<D>> - Class in ej.basedriver.event
 
DeviceEventGenerator(Executor) - Constructor for class ej.basedriver.event.DeviceEventGenerator
 
DeviceProxy<D extends Device> - Class in ej.basedriver
 
DeviceProxy() - Constructor for class ej.basedriver.DeviceProxy
 
deviceRegistered(<any>) - Method in class ej.basedriver.util.AbstractDriverService
 
DeviceService - Interface in googlecloud.iotcore
Service providing access to a GCP Device.
DeviceServiceProxy - Class in googlecloud.iotcore
Proxy for DeviceService.
DeviceServiceProxy() - Constructor for class googlecloud.iotcore.DeviceServiceProxy
 
deviceUnregistered(<any>) - Method in class ej.basedriver.util.AbstractDriverService
 
DiagnosticEndPoint - Class in com.microej.example.wifi.setup.rest.endpoint
The endpoint to receive a diagnostic.
DiagnosticEndPoint(RestSoftAPConnector) - Constructor for class com.microej.example.wifi.setup.rest.endpoint.DiagnosticEndPoint
Instantiates a DiagnosticEndPoint.
Dialog - Class in ej.mwt
A dialog is a specific panel that once shown is the only one that receives all input events until it is hidden.
Dialog() - Constructor for class ej.mwt.Dialog
Creates a new dialog.
DIFFERENT_TAG - Static variable in interface com.microej.profiling.internal.Strings
DIFFERENT_TAG.
DIGIT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
DIGIT19 - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
digitsRoundedUp() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Indicates whether the value was rounded up during the binary to ASCII conversion.
Dimension - Interface in ej.style.dimension
Represents a dimension constraint for an element.
dimension - Variable in class ej.style.Style
Dimension.
DIMENSION_SHIFT - Static variable in class ej.style.Style
Dimension field position in bit map.
DIRECTORY_TRAVERSAL_URI - Static variable in class ej.hoka.log.Messages
Requested URI contains "..".
disable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
Disable tracing.
disconnect() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Disconnects from the cloud.
disconnect() - Method in class ej.aws.iot.pubsub.Client
Disconnect this client from the underlying communication layer.
disconnect() - Method in class ej.aws.iot.Thing
Disconnect the Thing from AWS IoT.
disconnect() - Method in class googlecloud.iotcore.Device
Disconnect the Device from the Google Cloud IoT Core services.
disconnect() - Method in class googlecloud.iotcore.pubsub.Client
Disconnect this client from the underlying communication layer.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect(long, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server.
disconnect() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server.
disconnect(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server.
disconnect(MqttDisconnect, long, MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
disconnect(Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect(long, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnect() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnect(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
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.
disconnected(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called when the client has been disconnected from the broker.
disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long, long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Disconnects from the server forcibly to reset all the states.
disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
Disconnect the connection and reset all the states.
disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
disconnectForcibly() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnectForcibly(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disconnectForcibly(long, long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
Returns true if the two specified collections have no elements in common.
DISPLAY - Static variable in class ej.fp.event.MicroUICommand
The "display" command constant.
Display - Class in ej.fp.widget
This widget is an implementation of MicroUI widget display to be compatible with MicroEJ platform and chosen graphical engine.
Display() - Constructor for class ej.fp.widget.Display
Creates the widget display
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
 
disposeIfNotNull(Image...) - Method in class ej.fp.FrontPanel
Disposes given images.
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is as specified.
divide(BigDecimal, int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is as specified.
divide(BigDecimal, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is this.scale().
divide(BigDecimal, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose scale is this.scale().
divide(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), and whose preferred scale is (this.scale() - divisor.scale()); if the exact quotient cannot be represented (because it has a non-terminating decimal expansion) an ArithmeticException is thrown.
divide(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / divisor), with rounding according to the context settings.
divide(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigDecimal) - Method in class java.math.BigDecimal
Returns a two-element BigDecimal array containing the result of divideToIntegralValue followed by the result of remainder on the two operands.
divideAndRemainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a two-element BigDecimal array containing the result of divideToIntegralValue followed by the result of remainder on the two operands calculated with rounding according to the context settings.
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
Returns an array of two BigIntegers containing (this / val) followed by (this % val).
divideToIntegralValue(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the integer part of the quotient (this / divisor) rounded down.
divideToIntegralValue(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is the integer part of (this / divisor).
docdecl(String) - Method in class org.kxml2.io.KXmlSerializer
 
DOCDECL - Static variable in class org.kxml2.kdom.Node
 
docdecl(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML document type declaration was just read.
docdecl(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
Dock - Class in ej.widget.container
Docks its children to the left, right, top or bottom sides.
Dock() - Constructor for class ej.widget.container.Dock
Creates a dock composite.
doConnect() - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
doConnect() - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
doConnect() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Connects to the cloud.
doConnect(String, int) - Method in class sun.net.NetworkClient
Return a socket connected to the server, with any appropriate options pre-established
Document - Class in org.kxml2.kdom
The document consists of some legacy events and a single root element.
Document() - Constructor for class org.kxml2.kdom.Document
 
DOCUMENT - Static variable in class org.kxml2.kdom.Node
 
doDisconnect() - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
doDisconnect() - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
doDisconnect() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Disconnects from the cloud.
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 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
 
doNotifyAvailabilityChange(Network, boolean, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
Notify the networkCallbacks about an availability change.
doNotifyCapabilitiesChange(Network, NetworkCapabilities, ConnectivityManager.NetworkCallback[]) - Method in class android.net.ConnectivityManager
Notify the callback of a capabilities change.
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.
doPost(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.JoinEndPoint
Posts request, expecting parameters - describing the ssid.
doPost(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.ScanEndPoint
 
doPost(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
Do the post when the server is ready.
doPOSTOrPUT(URI, AbstractContent, T) - Method in class ej.rest.web.Resty
 
doPublish(String, String) - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
doPublish(String, String) - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
doPublish(String, String) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Publishes to a topic.
DOT - Static variable in interface com.microej.profiling.internal.Strings
DOT.
DOT - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
DOUBLE_PRECISION_FLOAT - Static variable in interface ej.cbor.CborConstants
Denotes a double-precision float (eight-byte IEEE 754, see #MT_FLOAT).
DoubleBuffer - Class in java.nio
a double buffer.
DoubleConsts - Class in sun.misc
This class contains additional constants documenting limits of the double type.
doubleToString(double) - Static method in class org.json.me.JSONObject
Produce a string from a double.
doubleValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a double.
doubleValue() - Method in class java.math.BigInteger
Converts this BigInteger to a double.
DOWN - Static variable in class ej.fp.event.MicroUICommand
The "down" command constant.
DOWN - Static variable in interface ej.mwt.MWT
Constant for direction behavior.
draw(GraphicsContext, Displayable) - Static method in class ej.widget.util.DrawScreenHelper
Draws the given displayable in the given graphic context.
draw(GraphicsContext, Desktop) - Static method in class ej.widget.util.DrawScreenHelper
Draws the given desktop in the given graphic context.
draw(GraphicsContext, Panel) - Static method in class ej.widget.util.DrawScreenHelper
Draws the given panel in the given graphic context.
draw(GraphicsContext, Widget) - Static method in class ej.widget.util.DrawScreenHelper
Draws the given widget in the given graphic context.
draw(GraphicsContext, Composite) - Static method in class ej.widget.util.DrawScreenHelper
Draws the given composite in the given graphic context.
DRAW_LINE - Static variable in interface com.microej.profiling.internal.Strings
DRAW_LINE.
DRAW_LINE_2 - Static variable in interface com.microej.profiling.internal.Strings
DRAW_LINE.
drawBacklight(Image) - Method in class ej.fp.widget.Display
Transforms the skin data applying an algorithm to simulate the display backlight.
drawContrast(Image) - Method in class ej.fp.widget.Display
Transforms the skin data applying an algorithm to simulate the display contrast.
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(GraphicsContext, Rectangle) - Method in class ej.style.background.AbstractImageBackground
Draws the background image.
drawImage(GraphicsContext, Rectangle) - Method in class ej.style.background.SimpleImageBackground
 
drawImage(GraphicsContext, Rectangle) - Method in class ej.style.background.TiledImageBackground
 
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.
drawPixel(int, int, int) - Method in interface ej.fp.Image
Draws a pixel at the specified coordinates and with the specified color.
drawRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Draws a rectangle with the specified bounds and the specified color.
DrawScreenHelper - Class in ej.widget.util
Utilities to take a screenshot of displayable objects.
drawSplash(GraphicsContext, Image, float, int, int, int, int) - Method in class ej.widget.container.transition.CircleSplashScreenshotTransitionContainer
 
drawSplash(GraphicsContext, Image, float, int, int, int, int) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
Draws the growing/shrinking widget.
drawString(String, int, int, int, int) - Method in interface ej.fp.Image
Draws a string with default font at specified top-left position.
drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in class ej.style.text.ComplexTextManager
 
drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in class ej.style.text.SimpleTextManager
 
drawText(GraphicsContext, String, Font, int, Rectangle, int) - Method in interface ej.style.text.TextManager
Draws text on a graphics context.
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.
DriverService - Interface in ej.basedriver.util
 
DRY - Static variable in interface ej.basedriver.ThermostatMode
Dehumidification - The system will cycle cooling in relation to the room and the DRY set point temperature in order to remove moisture from ambient.
DryContact - Interface in ej.basedriver
Describe the capabilities of a dry contact.
DryContactEvent - Interface in ej.basedriver.event
 
DryContactEventGenerator - Class in ej.basedriver.event.generator.impl
 
DryContactEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.DryContactEventGenerator
 
DryContactEventProxy - Class in ej.basedriver.event
 
DryContactEventProxy() - Constructor for class ej.basedriver.event.DryContactEventProxy
 
DryContactProxy - Class in ej.basedriver
A switch that communicates its state.
DryContactProxy() - Constructor for class ej.basedriver.DryContactProxy
 
dump(String) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
 
dump(String) - Method in class ej.jsonpath.parser.SimpleNode
 
dumpBaseDebug() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump of JVM wide debug info.
dumpClientComms() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump interesting variables from ClientComms
dumpClientDebug() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump maximum debug info.
dumpClientState() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump interesting variables from ClientState
dumpConOptions() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump Connection options
dumpMemoryTrace() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
If memory trace is being used a request is made to push it to the target handler.
dumpProperties(Properties, String) - Static method in class org.eclipse.paho.client.mqttv3.util.Debug
Return a set of properties as a formatted string
dumpSystemProperties() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump the current set of system.properties to a log record
dumpTrace() - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
 
dumpTrace() - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
dumpVersion() - Method in class org.eclipse.paho.client.mqttv3.util.Debug
Dump information that show the version of the MQTT client being used.
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.
duplicate - Variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
DuplicateFormatFlagsException - Exception in java.util
Unchecked exception thrown when duplicate flags are provided in the format specifier.
DuplicateFormatFlagsException(String) - Constructor for exception java.util.DuplicateFormatFlagsException
Constructs an instance of this class with the specified flags.
duration - Variable in class ej.motion.AbstractMotion
Duration.
DURATION - Static variable in class ej.widget.container.transition.TransitionContainer
Default transition duration.

E

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(int, int, long) - Method in class ej.motion.ease.EaseMotionManager
Deprecated.
 
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
 
EaseInMotion - Class in ej.motion.ease
Deprecated.
use QuartEaseInMotion instead.
EaseInMotion(int, int, long) - Constructor for class ej.motion.ease.EaseInMotion
Deprecated.
Creates a ease in motion for a move from start to stop.
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.ease.EaseMotionManager
Deprecated.
 
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
 
EaseInOutMotion - Class in ej.motion.ease
Deprecated.
EaseInOutMotion(int, int, long) - Constructor for class ej.motion.ease.EaseInOutMotion
Deprecated.
Creates a ease in/out motion for a move from start to stop.
EaseMotionManager - Class in ej.motion.ease
Deprecated. 
EaseMotionManager() - Constructor for class ej.motion.ease.EaseMotionManager
Deprecated.
 
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(int, int, long) - Method in class ej.motion.ease.EaseMotionManager
Deprecated.
 
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
 
EaseOutMotion - Class in ej.motion.ease
Deprecated.
use QuartEaseOutMotion instead.
EaseOutMotion(int, int, long) - Constructor for class ej.motion.ease.EaseOutMotion
Deprecated.
Creates a ease out motion for a move from start to stop.
EAST - Static variable in interface ej.mwt.MWT
Constant for alignment or direction behavior.
EcomEventControllerListener - Class in ej.basedriver.util
 
EcomEventControllerListener() - Constructor for class ej.basedriver.util.EcomEventControllerListener
 
EditableStyle - Class in ej.style.util
The attributes of an editable style can be set.
EditableStyle() - Constructor for class ej.style.util.EditableStyle
Creates an editable style.
EditableStyle(Style) - Constructor for class ej.style.util.EditableStyle
Creates an editable style from another one.
effectiveLevel - Variable in class java.util.logging.Logger
This is the real level of the logger.
EIGHT_BYTES - Static variable in interface ej.cbor.CborConstants
Denotes a eight-byte value (uint64).
EIGHT_BYTES - Static variable in class ej.cbor.ErrorMessage
 
ej.animation - package ej.animation
Animation framework.
ej.annotation - package ej.annotation
Defines annotations for static null analysis.
ej.authz - package ej.authz
 
ej.authz.acl - package ej.authz.acl
 
ej.automaton - package ej.automaton
 
ej.aws.iot - package ej.aws.iot
 
ej.aws.iot.pubsub - package ej.aws.iot.pubsub
 
ej.basedriver - package ej.basedriver
 
ej.basedriver.event - package ej.basedriver.event
 
ej.basedriver.event.generator.impl - package ej.basedriver.event.generator.impl
 
ej.basedriver.event.impl - package ej.basedriver.event.impl
 
ej.basedriver.impl - package ej.basedriver.impl
 
ej.basedriver.util - package ej.basedriver.util
 
ej.basedriver.zwave - package ej.basedriver.zwave
 
ej.basedriver.zwave.device - package ej.basedriver.zwave.device
 
ej.basedriver.zwave.frame - package ej.basedriver.zwave.frame
 
ej.basedriver.zwave.util - package ej.basedriver.zwave.util
 
ej.basictool - package ej.basictool
Miscellaneous tools.
ej.basictool.map - package ej.basictool.map
Maps with low heap footprint.
ej.bluetooth.util - package ej.bluetooth.util
 
ej.bluetooth.util.server - package ej.bluetooth.util.server
 
ej.cbor - package ej.cbor
 
ej.color - package ej.color
Color utilities.
ej.components - package ej.components
 
ej.components.dependencyinjection - package ej.components.dependencyinjection
 
ej.components.dependencyinjection.util - package ej.components.dependencyinjection.util
 
ej.components.registry - package ej.components.registry
 
ej.components.registry.impl - package ej.components.registry.impl
 
ej.components.registry.util - package ej.components.registry.util
 
ej.data - package ej.data
APIs for reading and writing a structured data.
ej.data.cbor - package ej.data.cbor
APIs for reading and writing a CBOR structured data.
ej.data.channel - package ej.data.channel
APIs for creating a generic channel and publishing structured data on it.
ej.data.json - package ej.data.json
APIs for reading and writing a JSON structured data.
ej.data.pubsub - package ej.data.pubsub
 
ej.data.pubsub.paho - package ej.data.pubsub.paho
 
ej.eventswatcher - package ej.eventswatcher
 
ej.exit - package ej.exit
 
ej.fp - package ej.fp
Contains Front Panel framework classes.
ej.fp.event - package ej.fp.event
Contains MicroUI classes to send input events.
ej.fp.util - package ej.fp.util
Contains some util classes.
ej.fp.widget - package ej.fp.widget
Contains MicroUI widgets classes.
ej.giml.annotation - package ej.giml.annotation
 
ej.hoka.auth - package ej.hoka.auth
Authentication classes to be used with Hoka's HTTPServer.
ej.hoka.auth.session - package ej.hoka.auth.session
Utility classes to quickly setup authentication using cookie-based sessions.
ej.hoka.http - package ej.hoka.http
Base HTTP handling classes.
ej.hoka.http.body - package ej.hoka.http.body
Classes used to manage the body of a HTTPRequest.
ej.hoka.http.encoding - package ej.hoka.http.encoding
Classes used to manage encoding and transfer-coding of HTTP streams.
ej.hoka.http.requesthandler - package ej.hoka.http.requesthandler
Classes used to process a HTTPRequest and produce a HTTP Response.
ej.hoka.http.support - package ej.hoka.http.support
Encoding and types supported by Hoka.
ej.hoka.io - package ej.hoka.io
Streams used for IO.
ej.hoka.log - package ej.hoka.log
Logger management.
ej.hoka.rest - package ej.hoka.rest
This package gather classes used for exposing a REST API.
ej.hoka.rest.endpoint - package ej.hoka.rest.endpoint
This package gather implementations of standard endpoints.
ej.hoka.tcp - package ej.hoka.tcp
Base IP elements.
ej.io.progress - package ej.io.progress
 
ej.json - package ej.json
 
ej.jsonpath.parser - package ej.jsonpath.parser
 
ej.junit - package ej.junit
 
ej.library.ui - package ej.library.ui
Packaging gathering UI classes.
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 MWT library classes.
ej.net - package ej.net
 
ej.net.util - package ej.net.util
Utilitary functions for net management.
ej.net.util.connectivity - package ej.net.util.connectivity
Utilitary functions for Connectivity Manager.
ej.net.util.ssl - package ej.net.util.ssl
 
ej.net.util.wifi - package ej.net.util.wifi
Utilitary functions for Wi-Fi management.
ej.nls - package ej.nls
Native language support.
ej.observable - package ej.observable
 
ej.resserver.log - package ej.resserver.log
Logger management.
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.restserver - package ej.restserver
This package gather classes used for a rest server.
ej.restserver.endpoint - package ej.restserver.endpoint
This package gather implementations of standard endpoints.
ej.style - package ej.style
Base package containing the styling basic items.
ej.style.background - package ej.style.background
Outlines implementations drawing a background.
ej.style.border - package ej.style.border
Border definition and default implementations.
ej.style.cascading - package ej.style.cascading
Cascading stylesheet implementation.
ej.style.container - package ej.style.container
Containers utilities.
ej.style.dimension - package ej.style.dimension
Dimension definition and default implementations.
ej.style.font - package ej.style.font
Font profile definition.
ej.style.font.filter - package ej.style.font.filter
Font filter definition, default implementations and associated utilities.
ej.style.font.loader - package ej.style.font.loader
Font loader definition and default implementations.
ej.style.image - package ej.style.image
Image loader definition and default implementation.
ej.style.outline - package ej.style.outline
Outline definition and default implementations.
ej.style.registry - package ej.style.registry
Element registry definition.
ej.style.selector - package ej.style.selector
Default selectors implementations.
ej.style.selector.combinator - package ej.style.selector.combinator
Default combinators implementations.
ej.style.text - package ej.style.text
Text manager definition and default implementations.
ej.style.util - package ej.style.util
Styling utilities.
ej.tool.addon - package ej.tool.addon
 
ej.tool.addon.util - package ej.tool.addon.util
 
ej.util.concurrent - package ej.util.concurrent
 
ej.util.firmwareupdate - package ej.util.firmwareupdate
 
ej.util.logging.handler - package ej.util.logging.handler
 
ej.util.map - package ej.util.map
 
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.util.property - package ej.util.property
 
ej.util.text - package ej.util.text
 
ej.wadapps.admin - package ej.wadapps.admin
Contains applications administration tools.
ej.wadapps.app - package ej.wadapps.app
Contains interfaces that the application developer can implement.
ej.wadapps.applicationstore - package ej.wadapps.applicationstore
 
ej.wadapps.management - package ej.wadapps.management
Contains application management tools and registries to declare ej.wadapps.app implementations.
ej.wadapps.property - package ej.wadapps.property
Contains shared registry services.
ej.wadapps.registry - package ej.wadapps.registry
Contains shared registry services.
ej.wadapps.registry.util - package ej.wadapps.registry.util
 
ej.wadapps.storage - package ej.wadapps.storage
Contains storage services.
ej.watchdog - package ej.watchdog
 
ej.watchdog.internal - package ej.watchdog.internal
 
ej.websocket - package ej.websocket
This package gather the classes managing WebSocket.
ej.websocket.frame - package ej.websocket.frame
This package gathers the classes handling the frames of a WebSocket.
ej.websocket.http - package ej.websocket.http
This package gathers the classes used for the http connection.
ej.websocket.util - package ej.websocket.util
This package gathers the util classes.
ej.widget - package ej.widget
Stylized widgets framework.
ej.widget.animation - package ej.widget.animation
Animation life cycle.
ej.widget.basic - package ej.widget.basic
Basic widgets.
ej.widget.basic.drawing - package ej.widget.basic.drawing
Basic drawn widgets.
ej.widget.basic.image - package ej.widget.basic.image
Basic widgets represented with images.
ej.widget.basic.picto - package ej.widget.basic.picto
Basic widgets represented with pictos.
ej.widget.composed - package ej.widget.composed
Widgets composed with other widgets.
ej.widget.container - package ej.widget.container
Set of containers with specific layouts.
ej.widget.container.transition - package ej.widget.container.transition
Set of containers that allow to do transitions between two widgets.
ej.widget.listener - package ej.widget.listener
Listeners used in widgets.
ej.widget.model - package ej.widget.model
Models used in widgets.
ej.widget.navigation - package ej.widget.navigation
Navigation framework base classes.
ej.widget.navigation.navigator - package ej.widget.navigation.navigator
Navigators implementations.
ej.widget.navigation.page - package ej.widget.navigation.page
Pages framework and URL resolver.
ej.widget.navigation.stack - package ej.widget.navigation.stack
Pages stack management.
ej.widget.navigation.transition - package ej.widget.navigation.transition
Transition manager implementations.
ej.widget.toggle - package ej.widget.toggle
Toggle models.
ej.widget.util - package ej.widget.util
Widgets utilities.
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.
ElasticMotion - Class in ej.motion.elastic
Deprecated.
ElasticMotion(int, int, long) - Constructor for class ej.motion.elastic.ElasticMotion
Deprecated.
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 - Annotation Type in ej.giml.annotation
An annotation to tag element (i.e.
Element - Interface in ej.style
Represents an element.
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.
Element - Class in org.kxml2.kdom
In order to create an element, please use the createElement method instead of invoking the constructor directly.
Element() - Constructor for class org.kxml2.kdom.Element
 
ELEMENT - Static variable in class org.kxml2.kdom.Node
 
ElementAdapter - Class in ej.style.util
Convenient and simple implementation of an element.
ElementAdapter() - Constructor for class ej.style.util.ElementAdapter
Creates an element adapter without parent.
ElementAdapter(Element) - Constructor for class ej.style.util.ElementAdapter
Creates an element adapter.
elementAt(int) - Method in interface ej.widget.navigation.stack.PageStack
Gets the page at an index.
elementAt(int) - Method in class ej.widget.navigation.stack.PageStackReference
 
elementAt(int) - Method in class ej.widget.navigation.stack.PageStackURL
 
ElementAttribute - Annotation Type in ej.giml.annotation
An annotation to tag constructor parameters, in order to declare them as GIML attributes of their parent GIML tag.
ElementChild - Annotation Type in ej.giml.annotation
An annotation to tag methods that add child to the enclosing GIML element.
ElementConstructor - Annotation Type in ej.giml.annotation
An annotation to tag the constructor to use to instantiate the enclosing GIML element.
ElementRegistry - Class in ej.style.registry
The element registry matches elements with IDs (string).
ElementRequiredAttribute - Annotation Type in ej.giml.annotation
An annotation to tag constructor parameters, in order to declare them as required GIML attributes of their parent GIML tag.
ElementSetter - Annotation Type in ej.giml.annotation
An annotation to declare a GIML attribute, based on setter method.
EMPTY - Static variable in class com.google.protobuf.ByteString
Empty ByteString.
EMPTY - Static variable in class com.google.protobuf.LazyStringArrayList
 
EMPTY - Static variable in interface ej.mwt.MWT
Constant equals to -1.
EMPTY_ARRAY - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
EMPTY_ARRAY.
EMPTY_ELEMENT_ARRAY - Static variable in interface ej.style.Element
Empty element array.
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_OBJECT - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
EMPTY_OBJECT.
EMPTY_OUTLINE - Static variable in class ej.style.outline.EmptyOutline
Empty outline singleton to avoid creating several ones.
EMPTY_SET - Static variable in class java.util.Collections
The empty set (immutable).
EMPTY_URI - Static variable in class ej.hoka.log.Messages
URI is empty.
EMPTY_URI - Static variable in class ej.resserver.log.Messages
URI is empty.
EmptyCatalog - Class in org.eclipse.paho.client.mqttv3.internal
 
EmptyCatalog() - Constructor for class org.eclipse.paho.client.mqttv3.internal.EmptyCatalog
 
emptyEnumeration() - Static method in class java.util.Collections
Returns an enumeration that has no elements.
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).
EmptyOutline - Class in ej.style.outline
An outline that is empty.
emptySet() - Static method in class java.util.Collections
Returns the empty set (immutable).
enable_tracing() - Method in class ej.jsonpath.parser.JSONPathCompiler
Enable tracing.
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.
encode(byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array into a newly-allocated byte array using the Base64 encoding scheme.
encode(byte[], byte[]) - Method in class java.util.Base64.Encoder
Encodes all bytes from the specified byte array using the Base64 encoding scheme, writing the resulting bytes to the given output byte array, starting at offset 0.
encode(ByteBuffer) - Method in class java.util.Base64.Encoder
Encodes all remaining bytes from the specified byte buffer into a newly-allocated ByteBuffer using the Base64 encoding scheme.
encodeMBI(long) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
encodeMessageId() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
encodePayload(MqttMessage) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
encodeToString(byte[]) - Method in class java.util.Base64.Encoder
Encodes the specified byte array into a String using the Base64 encoding scheme.
encodeUTF8(DataOutputStream, String) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Encodes a String given into UTF-8, before writing this to the DataOutputStream the length of the encoded string is encoded into two bytes and then written to the DataOutputStream.
encodeZigZag32(int) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class com.google.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
encoding - Static variable in class sun.net.NetworkClient
 
encodings - Variable in class ej.hoka.http.support.AcceptEncoding
Array of QualityArguments.
end() - Method in class ej.data.AbstractDataReader
This method is called when the data has been fully read, giving a "finalization" hook to the implementation.
end() - Method in class ej.data.AbstractDataWriter
This method is called when the data has been fully written, giving a "finalization" hook to the implementation.
end() - Method in class org.json.me.JSONTokener
 
END - Static variable in interface org.kxml2.wap.Wbxml
 
END_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
Logical end of the xml document.
END_LEAF_SYMBOL - Static variable in interface com.microej.profiling.internal.Strings
END_LEAF_SYMBOL.
END_OF_LINE - Static variable in class ej.hoka.http.HTTPConstants
The "end of line" CR + LF.
END_OF_MEDIUM - Static variable in interface ej.widget.util.ControlCharacters
Intended as means of indicating on paper or magnetic tapes that the end of the usable portion of the tape had been reached.
END_OF_TEXT - Static variable in interface ej.widget.util.ControlCharacters
Often used as a "break" character (Ctrl-C) to interrupt or terminate a program or process.
END_OF_TRANSMISSION - Static variable in interface ej.widget.util.ControlCharacters
Used on Unix to signal end-of-file condition on, or to log out from a terminal.
END_OF_TRANSMISSION_BLOCK - Static variable in interface ej.widget.util.ControlCharacters
Indicates the end of a transmission block of data when data are divided into such blocks for transmission purposes.
END_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endArray() - Method in class ej.json.JSONWriter
End an array.
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.
endDocument() - Method in class org.kxml2.io.KXmlSerializer
 
endDocument() - Method in class org.kxml2.wap.WbxmlSerializer
 
endDocument() - Method in interface org.xmlpull.v1.XmlSerializer
Finish writing.
endLine - Variable in class ej.jsonpath.parser.Token
The line number of the last character of this Token.
endObject() - Method in class ej.json.JSONWriter
End an object.
endObject() - Method in class org.json.me.JSONWriter
End an object.
endParse() - Method in class ej.hoka.http.support.CharacterSeparatedList
End instructions of the string parsing.
endParse() - Method in class ej.hoka.http.support.ContentType
IS2T-API Canonises the MIME type.
Endpoint - Interface in ej.websocket
An Endpoint knows how to handle high level websocket events.
EndpointAdapter - Class in ej.websocket.util
An Endpoint with a default behaviour doing nothing.
EndpointAdapter() - Constructor for class ej.websocket.util.EndpointAdapter
 
EndpointHandler - Class in ej.restserver
An endpoint handler handles GET, POST, PUT and DELETE operations on server endpoints.
EndpointHandler() - Constructor for class ej.restserver.EndpointHandler
 
endTag(String, String) - Method in class org.kxml2.io.KXmlSerializer
 
endTag(String, String) - Method in class org.kxml2.wap.WbxmlSerializer
 
endTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Write end tag.
ENERGY_COOL - Static variable in interface ej.basedriver.ThermostatMode
Energy Saving Cooling (usually higher than normal set point) - cooling will be activated according to the ENERGY COOL set point.
ENERGY_HEAT - Static variable in interface ej.basedriver.ThermostatMode
Energy Saving Heating (usually lower than normal set point) - heating will be activated according to the ENERGY HEAT set point.
EnglishDateFormatSymbols - Class in ej.util.text
Symbols using English language.
EnglishDateFormatSymbols() - Constructor for class ej.util.text.EnglishDateFormatSymbols
Instantiating the English format symbols.
enqueudEvent(int) - Method in class ej.fp.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.
enqueue(RequestFrame) - Method in class ej.basedriver.zwave.ZwaveSendThread
 
ENQUIRY - Static variable in interface ej.widget.util.ControlCharacters
Signal intended to trigger a response at the receiving end, to see if it is still present.
enter(String) - Static method in class com.microej.profiling.SampleProfiler
Enters a new code block.
enter(String, Group) - Static method in class com.microej.profiling.SampleProfiler
Enters a new code block.
enter(Group) - Static method in class com.microej.profiling.SampleProfiler
Enters a new code block.
entity - Static variable in class org.json.me.util.XMLTokener
The table of entity values.
ENTITY - Static variable in interface org.kxml2.wap.Wbxml
 
ENTITY_REF - Static variable in class org.kxml2.kdom.Node
 
ENTITY_REF - Static variable in interface org.xmlpull.v1.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
entityRef(String) - Method in class org.kxml2.io.KXmlSerializer
 
entityRef(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
entityRef(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
entrySet() - Method in class ej.util.map.WeakValueHashMap
 
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.
enumeration(Collection<T>) - Static method in class java.util.Collections
Returns an enumeration over the specified collection.
EOF - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
End of File.
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 android.net.NetworkCapabilities
 
equals(Object) - Method in class android.net.NetworkRequest
 
equals(Object) - Method in class com.google.protobuf.ByteString
 
equals(Object) - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
equals(Object) - Method in class ej.basedriver.zwave.ZwaveNode
 
equals(Object) - Method in class ej.basictool.map.AbstractPackedMap
Compares the specified object with this map for equality.
equals(Object) - Method in class ej.cbor.CborType
 
equals(Object) - Method in class ej.style.background.AbstractImageBackground
 
equals(Object) - Method in class ej.style.background.PlainBackground
 
equals(Object) - Method in class ej.style.background.SimpleImageBackground
 
equals(Object) - Method in class ej.style.background.SimpleRoundedPlainBackground
 
equals(Object) - Method in class ej.style.background.TiledImageBackground
 
equals(Object) - Method in class ej.style.border.ComplexRectangularBorder
 
equals(Object) - Method in class ej.style.border.ComplexRectangularColoredBorder
 
equals(Object) - Method in class ej.style.border.SimpleRectangularBorder
 
equals(Object) - Method in class ej.style.border.SimpleRoundedBorder
 
equals(Object) - Method in class ej.style.dimension.FixedDimension
 
equals(Object) - Method in class ej.style.dimension.RelativeDimension
 
equals(Object) - Method in class ej.style.font.FontProfile
 
equals(Object) - Method in class ej.style.outline.ComplexOutline
 
equals(Object) - Method in class ej.style.outline.SimpleOutline
 
equals(Object) - Method in class ej.style.selector.AttributeSetSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValueContainSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValueEndSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValueListSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValuePrefixSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValueSelector
 
equals(Object) - Method in class ej.style.selector.AttributeValueStartSelector
 
equals(Object) - Method in class ej.style.selector.ClassSelector
 
equals(Object) - Method in class ej.style.selector.combinator.Combinator
 
equals(Object) - Method in class ej.style.selector.EvenChildSelector
 
equals(Object) - Method in class ej.style.selector.FirstChildSelector
 
equals(Object) - Method in class ej.style.selector.IDSelector
 
equals(Object) - Method in class ej.style.selector.InstanceSelector
 
equals(Object) - Method in class ej.style.selector.LastChildSelector
 
equals(Object) - Method in class ej.style.selector.NotSelector
 
equals(Object) - Method in class ej.style.selector.NthChildSelector
 
equals(Object) - Method in class ej.style.selector.OddChildSelector
 
equals(Object) - Method in class ej.style.selector.StateSelector
 
equals(Object) - Method in class ej.style.selector.TypeNameSelector
 
equals(Object) - Method in class ej.style.selector.TypeOrSubtypeSelector
 
equals(Object) - Method in class ej.style.selector.TypeSelector
 
equals(Object) - Method in class ej.style.selector.UniversalSelector
 
equals(Object) - Method in class ej.style.Style
 
equals(Object) - Method in class ej.style.text.ComplexTextManager
 
equals(Object) - Method in class ej.style.text.SimpleTextManager
 
equals(Object) - Method in class java.math.BigDecimal
Compares this BigDecimal with the specified Object for equality.
equals(Object) - Method in class java.math.BigInteger
Compares this BigInteger with the specified Object for equality.
equals(Object) - Method in class java.math.MathContext
Compares this MathContext with the specified Object 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(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, 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 sun.net.www.protocol.https.HttpsURLConnectionImpl
 
equalsAny(CharSequence, CharSequence[]) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
Checks if the CharSequence equals any character in the given set of characters.
error - Variable in enum ej.basedriver.zwave.Session
 
error() - Method in enum ej.basedriver.zwave.Session
 
ERROR - Static variable in interface ej.mwt.MWT
Constant equals to -1.
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_CHECKING_VALUE - Static variable in class com.microej.example.wifi.setup.Messages
Could not access a value.
ERROR_COULD_NOT_GET_IP - Static variable in class ej.net.util.Messages
Error while getting IP.
ERROR_COULD_NOT_JOIN_AP - Static variable in class ej.net.util.wifi.Messages
Access Popublic static final int not joined.
ERROR_DURING_LEAVE - Static variable in class ej.net.util.wifi.Messages
Could not leave an AccessPoint.
ERROR_DURING_UNMOUNT - Static variable in class ej.net.util.wifi.Messages
Error during unmount.
ERROR_FAILED_TO_JOIN - Static variable in class com.microej.example.wifi.setup.Messages
Failed to join the network.
ERROR_FAILED_TO_MOUNT - Static variable in class com.microej.example.wifi.setup.Messages
Failed to mount the network.
ERROR_FAILED_TO_SCAN - Static variable in class com.microej.example.wifi.setup.Messages
Could not scan.
ERROR_FAILED_TO_UNMOUNT - Static variable in class com.microej.example.wifi.setup.Messages
Failed to unmount the network.
ERROR_NO_INTERFACE - Static variable in class ej.net.util.Messages
No interface found.
ERROR_NO_WIFI_MANAGER - Static variable in class ej.net.util.wifi.Messages
No Wi-Fi manager.
ERROR_NTP_REQUEST - Static variable in class ej.net.util.Messages
Could not get ntp time.
ERROR_PARAMETER - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
"{\"Error\":\"Parameter ".
ERROR_SSID_NULL - Static variable in class ej.net.util.wifi.Messages
SSID is null.
ERROR_START_SERVER - Static variable in class com.microej.example.wifi.setup.Messages
Could not start the server.
ERROR_TIMEOUT - Static variable in class ej.net.util.wifi.Messages
Timeout.
ERROR_UNKNOWN - Static variable in class com.microej.demo.thermorest.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class com.microej.example.wifi.setup.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class ej.hoka.log.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class ej.net.util.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class ej.net.util.wifi.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class ej.resserver.log.Messages
Unknown error.
ERROR_UNKNOWN - Static variable in class ej.websocket.Messages
Unknown error.
ErrorMessage - Class in ej.cbor
 
ErrorMessage() - Constructor for class ej.cbor.ErrorMessage
 
ErrorMessageCode - Class in ej.cbor
 
ErrorMessageCode() - Constructor for class ej.cbor.ErrorMessageCode
 
ErrorMessageString - Class in ej.cbor
 
ErrorMessageString() - Constructor for class ej.cbor.ErrorMessageString
 
errorOnMessageReceivedCallback(Throwable, PahoMqttContext, String, MqttMessage) - Method in interface ej.data.pubsub.paho.MqttAgentConfiguration
Method called when an error occurs while calling a listener MqttListener.messageReceived(String, DataReader).
ESC - Static variable in class ej.fp.event.MicroUICommand
The "escape" command constant.
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 - Static variable in interface ej.widget.util.ControlCharacters
The Esc key on the keyboard will cause this character to be sent on most systems.
escape(String) - Static method in class org.json.me.util.XML
Replace special characters with XML escapes:
eval(Object) - Method in class ej.jsonpath.parser.JSONPathCompiler.JSONPathExpr
 
EVEN_CHILD_SELECTOR - Static variable in class ej.style.selector.EvenChildSelector
Even child selector singleton to avoid creating several ones.
EvenChildSelector - Class in ej.style.selector
An even child selector selects by checking if an element is at an even position in its parent (1, 3, 5,…).
EvenChildSelector() - Constructor for class ej.style.selector.EvenChildSelector
Creates an even child selector.
Event<D extends Device> - Interface in ej.basedriver.event
An abstract event type.
EventControllerListener - Interface in ej.basedriver
 
EventControllerListenerProxy - Class in ej.basedriver
 
EventControllerListenerProxy() - Constructor for class ej.basedriver.EventControllerListenerProxy
 
EventHandler<D extends Device,E extends Event<D>> - Interface in ej.basedriver.event
 
EventHandlerFilter - Interface in ej.basedriver.event
 
EventHandlerProxy<D extends Device,E extends Event<D>> - Class in ej.basedriver.event
 
EventHandlerProxy() - Constructor for class ej.basedriver.event.EventHandlerProxy
 
EventProxy<D extends Device> - Class in ej.basedriver.event
An abstract event type.
EventProxy() - Constructor for class ej.basedriver.event.EventProxy
 
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.
EventsFeeder - Class in ej.watchdog
EventsFeeder feeds a watchdog when events are generated by all registered event generators.
EventsFeeder(Watchdog) - Constructor for class ej.watchdog.EventsFeeder
Generates activities from all the given generators.
EventsWatcher - Class in ej.eventswatcher
A events watcher forwards events generated by an event generator to a list of event handlers.
EventsWatcher(EventGenerator) - Constructor for class ej.eventswatcher.EventsWatcher
Creates an events watcher.
EventsWatcherAggregator - Class in ej.eventswatcher
An events watcher aggregator groups several EventsWatchers.
EventsWatcherAggregator() - Constructor for class ej.eventswatcher.EventsWatcherAggregator
Creates an events watcher aggregator.
ExactComparisonCriteria - Class in org.junit.internal
 
ExactComparisonCriteria() - Constructor for class org.junit.internal.ExactComparisonCriteria
 
ExceptionHelper - Class in org.eclipse.paho.client.mqttv3.internal
Utility class to help create exceptions of the correct type.
exclude() - Method in interface ej.basedriver.Node
Exclude this node.
exclude() - Method in class ej.basedriver.NodeProxy
 
exclude() - Method in class ej.basedriver.zwave.ZwaveNode
 
EXCLUSION - Static variable in interface ej.basedriver.Controller
A controller in that mode can exclude a new device.
exclusionStart() - Method in interface ej.basedriver.Controller
Starts the exclusion mode.
exclusionStart() - Method in class ej.basedriver.ControllerProxy
 
exclusionStart() - Method in class ej.basedriver.impl.AbstractController
 
exclusionStart(RequestFrameListener) - Static method in class ej.basedriver.zwave.frame.RemoveNodeToNetwork
 
exclusionStart() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
exclusionStartController() - Method in class ej.basedriver.impl.AbstractController
Start the exclusion phase.
exclusionStartController() - Method in class ej.basedriver.zwave.ZwaveController
 
exclusionStop() - Method in interface ej.basedriver.Controller
Stops the exclusion mode.
exclusionStop() - Method in class ej.basedriver.ControllerProxy
 
exclusionStop() - Method in class ej.basedriver.impl.AbstractController
 
exclusionStop(RequestFrameListener) - Static method in class ej.basedriver.zwave.frame.RemoveNodeToNetwork
 
exclusionStop() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
exclusionStopController() - Method in class ej.basedriver.impl.AbstractController
Stop the exclusion phase.
exclusionStopController() - Method in class ej.basedriver.zwave.ZwaveController
 
execute(AddonProcessor.ExecutionKind, JavaProject, List<Delta>, File) - Method in interface ej.tool.addon.AddonProcessor
Runs this processor.
execute(Runnable) - Method in class ej.util.concurrent.SingleThreadExecutor
 
execute(InputStream) - Method in interface ej.wadapps.admin.ApplicationsManager
Decodes and executes an application management command.
execute(InputStream, IProgressMonitor) - Method in interface ej.wadapps.admin.ApplicationsManager
Decodes and executes an application management command.
execute(Runnable) - Method in interface java.util.concurrent.Executor
Executes the given command at some time in the future.
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 interface ej.wadapps.storage.Storage
Tests whether a data exists for this ID.
exit(String) - Static method in class com.microej.profiling.SampleProfiler
Exits a code block.
exit(Group) - Static method in class com.microej.profiling.SampleProfiler
Exits a code block.
exit(String, Group) - Static method in class com.microej.profiling.SampleProfiler
Exits a code block.
exit() - Method in interface ej.exit.ExitHandler
Asks to exit from the application.
EXIT - Static variable in class ej.fp.event.MicroUICommand
The "exit" command constant.
ExitHandler - Interface in ej.exit
An exit handler allows to exit from an application.
EXP - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
EXP_BIAS - Static variable in class sun.misc.DoubleConsts
Bias used in representing a double exponent.
EXP_BIAS - Static variable in class sun.misc.FloatConsts
Bias used in representing a float exponent.
EXP_BIT_MASK - Static variable in class sun.misc.DoubleConsts
Bit mask to isolate the exponent field of a double.
EXP_BIT_MASK - Static variable in class sun.misc.FloatConsts
Bit mask to isolate the exponent field of a float.
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.
expectIntegerType(int) - Method in class ej.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
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
 
EXT_0 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_1 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_2 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_I_0 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_I_1 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_I_2 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_T_0 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_T_1 - Static variable in interface org.kxml2.wap.Wbxml
 
EXT_T_2 - Static variable in interface org.kxml2.wap.Wbxml
 
ExtendableBuilder() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
ExtendableMessage() - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
ExtendableMessage(GeneratedMessageLite.ExtendableBuilder<MessageType, ?>) - Constructor for class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
EXTENDED_LENGTH_MAX_VALUE - Static variable in interface ej.websocket.frame.IFrameBuilder
The maximum length for an extended payload (7+16 bits).
ExtensionRegistryLite - Class in com.google.protobuf
Equivalent to ExtensionRegistry but supports only "lite" types.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Called by subclasses to check if all extensions are initialized.
extensionsAreInitialized() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to check if all extensions are initialized.
extensionsSerializedSize() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to compute the size of extensions.
extensionsSerializedSizeAsMessageSet() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
ExtraMetadata - Interface in ej.wadapps.management
Represents an extra metadata.
ExtraMetadataProxy - Class in ej.wadapps.management
 
ExtraMetadataProxy() - Constructor for class ej.wadapps.management.ExtraMetadataProxy
 

F

Factory() - Constructor for class ej.restserver.RestSession.Factory
 
FadeScreenshotTransitionContainer - Class in ej.widget.container.transition
A fade transition container makes widgets appear or disappear smoothly by using a fade in or fade out effect.
FadeScreenshotTransitionContainer() - Constructor for class ej.widget.container.transition.FadeScreenshotTransitionContainer
 
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
 
failedLoginResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
Constructs the response upon failed login.
failedLogoutResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
Constructs the response upon failed logout.
FALSE - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded boolean false value (encoded as "simple value": #MT_SIMPLE).
FAN - Static variable in interface ej.basedriver.ThermostatMode
Fan only - cycle fan to circulate air.
FARENHEIGHT - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
Farenheight unit.
FDBigInteger - Class in sun.misc
A simple big integer package specifically for floating point base conversion.
FDBigInteger(long, char[], int, int) - Constructor for class sun.misc.FDBigInteger
Constructs an FDBigInteger from a starting value and some decimal digits.
fDelta - Variable in class org.junit.internal.InexactComparisonCriteria
 
FEATURE_PROCESS_DOCDECL - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface org.xmlpull.v1.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_VALIDATION - Static variable in interface org.xmlpull.v1.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 sepcification are reported.
features - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
feed() - Method in class ej.watchdog.internal.SimpleWatchdog
Feeds the watchdog.
feed() - Method in interface ej.watchdog.Watchdog
Notifies that an activity occurs.
FIELD_ACCEPT_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) accept-encoding.
FIELD_CONNECTION - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) connection.
FIELD_CONNECTION_VALUE_CLOSE - Static variable in class ej.hoka.http.HTTPConstants
Value for HTTP header field "Connection" (close).
FIELD_CONNECTION_VALUE_KEEP_ALIVE - Static variable in class ej.hoka.http.HTTPConstants
Value for HTTP header field "Connection" (keep-alive).
FIELD_CONTENT_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) content-encoding.
FIELD_CONTENT_LENGTH - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) content-length.
FIELD_CONTENT_TYPE - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) content-type.
FIELD_COOKIES - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) cookie.
FIELD_IF_NONE_MATCH - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) if-none-match.
FIELD_TRANSFER_ENCODING - Static variable in class ej.hoka.http.HTTPConstants
HTTP header field (in lower case) transfer-encoding.
FILE_SEPARATOR - Static variable in interface ej.widget.util.ControlCharacters
Can be used as delimiters to mark fields of data structures.
FilePropertiesServiceLoader - Class in ej.components.dependencyinjection
Service loader that retrieves services implementations from a property file.
FilePropertiesServiceLoader(String) - Constructor for class ej.components.dependencyinjection.FilePropertiesServiceLoader
Creates a new file properties service loader.
FileRegistry - Class in ej.components.registry.impl
Registry that loads the bundles from a file.
FileRegistry() - Constructor for class ej.components.registry.impl.FileRegistry
Creates a file registry.
FileRegistry(String) - Constructor for class ej.components.registry.impl.FileRegistry
Creates a file registry specifying the path to the file containing the list of bundles.
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
 
FillCarousel - Class in ej.widget.container
A fill carousel is a composite that contains a list of widget.
FillCarousel(boolean, boolean) - Constructor for class ej.widget.container.FillCarousel
Creates a fill carousel without cursor.
FillCarousel(boolean, boolean, PagingIndicator, boolean) - Constructor for class ej.widget.container.FillCarousel
Creates a fill carousel with a cursor that can be hidden automatically or not.
fillOval(int, int, int, int, int) - Method in interface ej.fp.Image
Fills an oval bounded by the specified rectangle with the specified color.
fillRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Fills a rectangle with the specified bounds and the specified color.
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.
fillTransparentRectangle(int, int, int, int, int) - Method in interface ej.fp.Image
Fills a transparent rectangle (force to turn this image as transparent image).
Filter<T> - Interface in ej.style.font.filter
Represents a filter on a given argument.
filter(Filter<Font>, Font[]) - Static method in class ej.style.font.filter.FontFilterHelper
Filters the given fonts from the given filter.
filterAndAddHeaders(String[], Map<String, List<String>>) - Method in class sun.net.www.MessageHeader
 
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.
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.MicroUIDisplay
 
finalizeConfiguration() - Method in class ej.fp.widget.MicroUILED
 
finalizeConfiguration() - Method in class ej.fp.widget.Pointer
 
finalizeConfiguration() - Method in class ej.fp.widget.Wheel
 
findLiteExtensionByNumber(ContainingType, int) - Method in class com.google.protobuf.ExtensionRegistryLite
Find an extension by containing type and field number.
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.
findValueByNumber(int) - Method in interface com.google.protobuf.Internal.EnumLiteMap
 
fine(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a FINE message.
fine(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
FINE - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
FINE is a message level providing tracing information.
fine(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, if the logger is currently enabled for the given message level.
fine(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
fine(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
 
fine(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
fine(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
fine(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finer(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a FINER message.
finer(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
FINER - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
FINER indicates a fairly detailed tracing message.
finer(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, if the logger is currently enabled for the given message level.
finer(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
finer(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
 
finer(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finer(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finer(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finest(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a FINEST message.
finest(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
FINEST - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
FINEST indicates a highly detailed tracing message.
finest(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, if the logger is currently enabled for the given message level.
finest(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Trace a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
finest(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
 
finest(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finest(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finest(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
finish() - Method in interface ej.util.firmwareupdate.FirmwareProgrammer
Finishes the firmware update procedure.
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.
fireActionEvent(MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
An action has completed - if a completion listener has been set on the token then invoke it with the outcome of the action.
FirmwareProgrammer - Interface in ej.util.firmwareupdate
This interface provides methods to program a new firmware on the device.
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.style.selector.FirstChildSelector
First child selector singleton to avoid creating several ones.
FirstChildSelector - Class in ej.style.selector
A first child selector selects by checking if an element is the first child of its parent.
FirstChildSelector() - Constructor for class ej.style.selector.FirstChildSelector
Creates a first child selector.
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
 
fit(Element) - Method in class ej.style.selector.AttributeSetSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValueContainSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValueEndSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValueListSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValuePrefixSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValueSelector
 
fit(Element) - Method in class ej.style.selector.AttributeValueStartSelector
 
fit(Element) - Method in class ej.style.selector.ClassSelector
 
fit(Element) - Method in class ej.style.selector.combinator.AdjacentSiblingCombinator
 
fit(Element) - Method in class ej.style.selector.combinator.AndCombinator
 
fit(Element) - Method in class ej.style.selector.combinator.ChildCombinator
 
fit(Element) - Method in class ej.style.selector.combinator.DescendantCombinator
 
fit(Element) - Method in class ej.style.selector.combinator.GeneralSiblingCombinator
 
fit(Element) - Method in class ej.style.selector.combinator.OrCombinator
 
fit(Element) - Method in class ej.style.selector.EvenChildSelector
 
fit(Element) - Method in class ej.style.selector.FirstChildSelector
 
fit(Element) - Method in interface ej.style.Selector
Checks whether or not the given element fits this selector.
fit(Element) - Method in class ej.style.selector.IDSelector
 
fit(Element) - Method in class ej.style.selector.InstanceSelector
 
fit(Element) - Method in class ej.style.selector.LastChildSelector
 
fit(Element) - Method in class ej.style.selector.NotSelector
 
fit(Element) - Method in class ej.style.selector.NthChildSelector
 
fit(Element) - Method in class ej.style.selector.OddChildSelector
 
fit(Element) - Method in class ej.style.selector.StateSelector
 
fit(Element) - Method in class ej.style.selector.TypeNameSelector
 
fit(Element) - Method in class ej.style.selector.TypeOrSubtypeSelector
 
fit(Element) - Method in class ej.style.selector.TypeSelector
 
fit(Element) - Method in class ej.style.selector.UniversalSelector
 
FIVE - Static variable in class sun.misc.FDBigInteger
 
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.style.dimension
Dimension with fixed width and/or height.
FixedDimension() - Constructor for class ej.style.dimension.FixedDimension
Creates a fixed dimension without constraint.
FixedDimension(int, int) - Constructor for class ej.style.dimension.FixedDimension
Creates a fixed dimension with constraints.
FLAG_BR_EDR_NOT_SUPPORTED - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
BR/EDR not supported.
FLAG_LE_BR_EDR_CONTROLLER - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Simultaneous LE and BR/EDR, Controller.
FLAG_LE_BR_EDR_HOST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Simultaneous LE and BR/EDR, Host.
FLAG_LE_GENERAL_DISC_MODE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
LE General Discoverable Mode.
FLAG_LE_LIMITED_DISC_MODE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
LE Limited Discoverable Mode.
FLAGS - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
FLAGS_LE_ONLY_GENERAL_DISC_MODE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
LE General Discoverable Mode, BR/EDR not supported.
FLAGS_LE_ONLY_LIMITED_DISC_MODE - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
LE Limited Discoverable Mode, BR/EDR not supported.
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.
FloatBuffer - Class in java.nio
a float buffer.
FloatConsts - Class in sun.misc
This class contains additional constants documenting limits of the float type.
FloatingDecimal - Class in sun.misc
A class for converting between ASCII and decimal representations of a single or double precision floating point number.
FloatingDecimal() - Constructor for class sun.misc.FloatingDecimal
 
FloatingDecimal.BinaryToASCIIConverter - Interface in sun.misc
A converter which can process single or double precision floating point values into an ASCII String representation.
floatValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a float.
floatValue() - Method in class java.math.BigInteger
Converts this BigInteger to a float.
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 its children in rows or columns.
Flow() - Constructor for class ej.widget.container.Flow
Creates a horizontal flow composite.
Flow(boolean) - Constructor for class ej.widget.container.Flow
Creates a flow composite specifying its orientation.
flush() - Method in class com.google.protobuf.CodedOutputStream
Flushes the stream and forces any buffered bytes to be written.
flush() - Method in class ej.data.pubsub.paho.MqttPacketOutputStream
 
flush(int, int, int, int) - Method in class ej.fp.widget.Display
 
flush() - Method in class ej.fp.widget.MicroUIDisplay
Flushes the entire display.
flush(int, int, int, int) - Method in class ej.fp.widget.MicroUIDisplay
Flushes a part of the display limited by specified bounds.
flush() - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
Writes the pending data and flush underlying stream.
flush() - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
Flushes the underlying output stream.
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.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.PrintWriter
Flushes the stream.
flush() - Method in class java.io.StringWriter
Flush the stream.
flush() - Method in class java.util.Formatter
Flushes this formatter.
flush() - Method in class java.util.logging.Handler
Flush any buffered output.
flush() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
flush() - Method in class org.json.me.StringWriter
Deprecated.
 
flush() - Method in class org.kxml2.io.KXmlSerializer
 
flush() - Method in class org.kxml2.wap.WbxmlSerializer
ATTENTION: flush cannot work since Wbxml documents require buffering.
flush() - Method in interface org.xmlpull.v1.XmlSerializer
Write all pending output to the stream.
flush() - Method in class sun.net.www.http.ChunkedOutputStream
 
flushable - Variable in class ej.data.AbstractDataWriter
Flushable flushed when the end of the data has been written.
FolderKind - Enum in ej.tool.addon
An enumeration of possible kind of folders.
FONT_PROFILE_SHIFT - Static variable in class ej.style.Style
Font profile field position in bit map.
FontFamilyFilter - Class in ej.style.font.filter
Implementation that filters fonts on their descriptor.
FontFamilyFilter(String) - Constructor for class ej.style.font.filter.FontFamilyFilter
Creates a font filter that filters font on the given font family.
FontFilterHelper - Class in ej.style.font.filter
Provides some font facilities.
FontLoader - Interface in ej.style.font.loader
A font loader is responsible for loading the fonts.
FontProfile - Class in ej.style.font
A font profile represents a font with a family, a size and a style.
FontProfile() - Constructor for class ej.style.font.FontProfile
Creates a font profile.
FontProfile(String, FontProfile.FontSize, int) - Constructor for class ej.style.font.FontProfile
Creates a font profile specifying its attributes.
FontProfile(String, int, int) - Constructor for class ej.style.font.FontProfile
Creates a font profile specifying its attributes.
fontProfile - Variable in class ej.style.Style
Font profile.
FontProfile.FontSize - Enum in ej.style.font
Font sizes.
FontSizeValueFilter - Class in ej.style.font.filter
Implementation that filters fonts on their size.
FontSizeValueFilter(int) - Constructor for class ej.style.font.filter.FontSizeValueFilter
Creates a font filter that filters font on the given size.
FontStyleFilter - Class in ej.style.font.filter
Implementation that filters fonts on their size.
FontStyleFilter(int) - Constructor for class ej.style.font.filter.FontStyleFilter
Creates a font filter that filters font on the given style.
FOREGROUND_COLOR_SHIFT - Static variable in class ej.style.Style
Foreground color field position in bit map.
foregroundColor - Variable in class ej.style.Style
Foreground color.
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.
FORM_FEED - Static variable in interface ej.widget.util.ControlCharacters
On printers, load the next page.
format(Date) - Method in class java.text.DateFormat
Formats a Date into a date/time string.
format(Date) - Method in class java.text.SimpleDateFormat
 
format(String, Object...) - Method in class java.util.Formatter
Writes a formatted string to this object's destination using the specified format string and arguments.
FormatFlagsConversionMismatchException - Exception in java.util
Unchecked exception thrown when a conversion and flag are incompatible.
FormatFlagsConversionMismatchException(String, char) - Constructor for exception java.util.FormatFlagsConversionMismatchException
Constructs an instance of this class with the specified flag and conversion.
FormattedFloatingDecimal - Class in sun.misc
 
Formatter - Class in java.util
An interpreter for printf-style format strings.
Formatter() - Constructor for class java.util.Formatter
Constructs a new formatter.
Formatter(Appendable) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified destination.
Formatter(PrintStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified print stream.
Formatter(OutputStream) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream.
Formatter(OutputStream, String) - Constructor for class java.util.Formatter
Constructs a new formatter with the specified output stream and charset.
FormatterClosedException - Exception in java.util
Unchecked exception thrown when the formatter has been closed.
FormatterClosedException() - Constructor for exception java.util.FormatterClosedException
Constructs an instance of this class.
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
 
forward - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
true if going forward, false otherwise.
FOUR_BYTES - Static variable in interface ej.cbor.CborConstants
Denotes a four-byte value (uint32).
FOUR_BYTES - Static variable in class ej.cbor.ErrorMessage
 
FPS - Static variable in interface com.microej.profiling.internal.Strings
FPS.
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 MicroUIDisplay.flush() in double buffer mode or during application rendering in simple buffer mode.
FRAMERATE - Static variable in interface com.microej.profiling.internal.Strings
FRAMERATE.
FrameScanner - Class in ej.websocket.frame
A FrameScanner keeps reading the InputStream (which is supposed to be the input stream of a WebSocket.
FrameScanner(InputStream) - Constructor for class ej.websocket.frame.FrameScanner
Create a new FrameScanner for the given InputStream.
FREE - Static variable in interface com.microej.profiling.internal.Strings
FREE.
frequency(Collection<?>, Object) - Static method in class java.util.Collections
Returns the number of elements in the specified collection equal to the specified object.
FrontPanel - Class in ej.fp
This is the super class of the front panel engines.
FrontPanel() - Constructor for class ej.fp.FrontPanel
 
FULL - Static variable in class java.text.DateFormat
Constant for full style pattern.
FULL_POWER - Static variable in interface ej.basedriver.ThermostatMode
SPEED UP / FULL POWER heating or cooling mode will be activated when temperature exceeds FULL POWER set point.
FUNC_ID_APPLICATION_COMMAND_HANDLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_MEMORY_GET_ID - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_SERIAL_API_GET_CAPABILITIES - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_SERIAL_API_GET_INIT_DATA - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_SERIAL_API_SOFT_RESET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_ADD_NODE_TO_NETWORK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_GET_NODE_PROTOCOL_INFO - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_REMOVE_NODE_FROM_NETWORK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_SEND_DATA - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FUNC_ID_ZW_SEND_DATA_ABORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
FURNACE - Static variable in interface ej.basedriver.ThermostatMode
Cycle fan to circulate air - heating or cooling will be activated according to the FURNACE set point.
Future<V> - Interface in java.util.concurrent
A Future represents the result of an asynchronous computation.

G

gainFocus() - Method in class ej.mwt.Widget
Notifies the widget that it is now the focus owner of its panel.
gainFocus() - Method in class ej.widget.basic.Text
 
gainFocus() - Method in class ej.widget.composed.ToggleWrapper
 
gainFocus() - Method in class ej.widget.StyledComposite
 
gainFocus() - Method in class ej.widget.StyledWidget
 
gcd(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is the greatest common divisor of abs(this) and abs(val).
GeneralSiblingCombinator - Class in ej.style.selector.combinator
A general sibling combinator selects by checking the element sibling.
GeneralSiblingCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.GeneralSiblingCombinator
Creates a general sibling combinator.
GeneralSiblingCombinator(Selector...) - Constructor for class ej.style.selector.combinator.GeneralSiblingCombinator
Creates a general sibling combinator.
generate(StringBuilder) - Method in class ej.hoka.http.support.AcceptEncoding
Not implemented.
generate(StringBuilder) - Method in class ej.hoka.http.support.CharacterSeparatedList
Generates a String representation.
generate(StringBuilder) - Method in class ej.hoka.http.support.ContentType
Appends the current character set to the StringBuffer sb in the following form: ;charset=<character-set-string>.
generate(StringBuilder) - Method in class ej.hoka.http.support.ParameterizedArgument
Appends the current argument to the StringBuffer sb.
generateCallback() - Static method in class ej.basedriver.zwave.frame.RequestFrame
 
generateClientId() - Static method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Returns a randomly generated client identifier based on the the fixed prefix (paho) and the system time.
generateClientId() - Static method in class org.eclipse.paho.client.mqttv3.MqttClient
Returns a randomly generated client identifier based on the current user's login name and the system time.
GeneratedMessageLite - Class in com.google.protobuf
Lite version of GeneratedMessage.
GeneratedMessageLite() - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite(GeneratedMessageLite.Builder) - Constructor for class com.google.protobuf.GeneratedMessageLite
 
GeneratedMessageLite.Builder<MessageType extends GeneratedMessageLite,BuilderType extends GeneratedMessageLite.Builder> - Class in com.google.protobuf
 
GeneratedMessageLite.ExtendableBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>> - Class in com.google.protobuf
Lite equivalent of GeneratedMessage.ExtendableBuilder.
GeneratedMessageLite.ExtendableMessage<MessageType extends GeneratedMessageLite.ExtendableMessage<MessageType>> - Class in com.google.protobuf
Lite equivalent of GeneratedMessage.ExtendableMessage.
GeneratedMessageLite.ExtendableMessage.ExtensionWriter - Class in com.google.protobuf
Used by subclasses to serialize extensions.
GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageLite.ExtendableMessage> - Interface in com.google.protobuf
Lite equivalent of com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder.
GeneratedMessageLite.GeneratedExtension<ContainingType extends MessageLite,Type> - Class in com.google.protobuf
Lite equivalent to GeneratedMessage.GeneratedExtension.
generateExpiration() - Method in class ej.hoka.auth.SessionAuthenticator
Generates the expiration date using the current real time.
generateParseException() - Method in class ej.jsonpath.parser.JSONPathCompiler
Generate ParseException.
generateSessionID() - Method in class ej.hoka.auth.SessionAuthenticator
Generates a new session ID encoded in base64.
GENERIC_TYPE_GENERIC_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Device class Generic Controller
GENERIC_TYPE_SENSOR_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Binary Sensor
GENERIC_TYPE_STATIC_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Static Controller
GENERIC_TYPE_SWITCH_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Binary Switch
GENERIC_TYPE_THERMOSTAT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Thermostat
GenericListener - Interface in ej.widget.util
A listener is notified when the model it is associated with changed.
get(int) - Method in class com.google.protobuf.LazyStringArrayList
 
get(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
get(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.demo.thermorest.endpoint.ThermostatEndPoint
 
get(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.DiagnosticEndPoint
 
get(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
 
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(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
 
get(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
 
GET - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is GET.
get(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
get(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
 
get(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles GET request on this endpoint.
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(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.AliasEndpoint
 
get(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.ResourceRestEndpoint
 
get(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.RestEndpoint
Handles GET request on this endpoint.
get(Object) - Method in class ej.util.map.WeakValueHashMap
 
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.AbstractSequentialList
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() - 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(int) - Method in class java.util.LinkedList
Returns the element at the specified position in this list.
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() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
This returns the next piece of work, ie message, for the CommsSender to send over the network.
get(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Gets the specified data out of the persistent store.
get(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
get() - Method in class org.eclipse.paho.client.mqttv3.util.MicroEJSystemProperties
 
get() - Method in interface org.eclipse.paho.client.mqttv3.util.SystemProperties
Gets the system properties.
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.
getAbsoluteX() - Method in class ej.fp.Widget
Gets the absolute x coordinate of this widget.
getAbsoluteX() - Method in class ej.mwt.Widget
Gets the absolute x coordinate of the widget.
getAbsoluteX(int) - Method in class ej.mwt.Widget
Gets the absolute x coordinate computed from the given x coordinate relative to the widget.
getAbsoluteY() - Method in class ej.fp.Widget
Gets the absolute y coordinate of this widget.
getAbsoluteY() - Method in class ej.mwt.Widget
Gets the absolute y coordinate of the widget.
getAbsoluteY(int) - Method in class ej.mwt.Widget
Gets the absolute y coordinate computed from the given y coordinate relative to 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.
getAcceptEncodingHandler(String) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Returns the most suitable IHTTPEncodingHandler to match the encodings described in Accept-Encoding header.
getAccesses() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Gets the access point in cache.
getAccessPoint() - Method in class ej.net.util.wifi.AccessPointConfiguration
Gets the accessPoint.
getAccumulatedConsumption() - Method in interface ej.basedriver.PowerMeter
Get the accumulated power consumption in Watts / hour (positive integer).
getAccumulatedConsumption() - Method in class ej.basedriver.PowerMeterProxy
 
getAccumulatedConsumption() - Method in class ej.basedriver.zwave.device.ZwavePowerMeter
 
getActionCallback() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Return the async listener for this token.
getActionCallback() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getActionCallback() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getActiveNetwork() - Method in class android.net.ConnectivityManager
Returns a Network object corresponding to the currently active default data network.
getActiveNetworkInfo() - Method in class android.net.ConnectivityManager
Returns details about the currently active default data network.
getActivePanel() - Method in class ej.mwt.Desktop
Gets this desktop's active panel.
getActivities() - Method in interface ej.wadapps.management.ActivitiesList
Gets all registered activities.
getActivity() - Method in interface ej.wadapps.app.Notification
Gets the associated activity.
getActual() - Method in error org.junit.ComparisonFailure
Returns the actual string value
getAdditionalHeaders() - Method in class ej.rest.web.Resty
 
getAdditionalInfo() - Method in class ej.cbor.CborType
 
getAdvertisingThreshold() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Gets the advertisingThreshold.
getAlias(int) - Method in interface com.microej.paho.client.mqttv3.CertificateProvider
Returns the alias of the certificate at the specified index.
getAlias(int) - Method in class org.eclipse.paho.client.mqttv3.internal.security.ResourceCertificates
 
getAlignment() - Method in class ej.style.background.AbstractImageBackground
Gets the alignment.
getAlignment() - Method in class ej.style.Style
Gets the content alignment.
getAllHeaders() - Method in class ej.websocket.http.HttpResponse
 
getAllNetworks() - Method in class android.net.ConnectivityManager
Returns an array of all Network currently tracked by the framework.
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
 
getAmPmString(int) - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAmPmStrings() - Method in class java.text.DateFormatSymbols
Gets ampm strings.
getAnonymousLogger() - Static method in class java.util.logging.Logger
Each call to this method creates a new Logger.
getAPConfiguration() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the configurationAP.
getApplication(Object) - Method in interface ej.wadapps.admin.ApplicationsManager
Gets the application that owns the given object.
getApplicationIdentifier() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the application identifier.
getApplicationIdentifier() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getApplicationMetadata(Application) - Method in interface ej.wadapps.management.ApplicationMetadataProvider
Returns the meta-data of the given application or null if the application has not meta-data.
getApplicationMetadata(Application) - Method in class ej.wadapps.management.ApplicationMetadataProviderProxy
 
getArgument() - Method in class ej.hoka.http.support.ParameterizedArgument
Returns current argument.
getArgumentClass() - Method in exception java.util.IllegalFormatConversionException
Returns the class of the mismatched argument.
getAttribute(String) - Method in interface ej.style.Element
Gets the value of an attribute.
getAttribute(String) - Method in class ej.style.util.ElementAdapter
 
getAttribute(String) - Method in class ej.widget.StyledComposite
 
getAttribute(String) - Method in class ej.widget.StyledDesktop
 
getAttribute(String) - Method in class ej.widget.StyledDialog
 
getAttribute(String) - Method in class ej.widget.StyledPanel
 
getAttribute(String) - Method in class ej.widget.StyledWidget
 
getAttributeCount() - Method in class org.kxml2.io.KXmlParser
 
getAttributeCount() - Method in class org.kxml2.kdom.Element
Returns the number of attributes of this element.
getAttributeCount() - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeCount() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeName(int) - Method in class org.kxml2.io.KXmlParser
 
getAttributeName(int) - Method in class org.kxml2.kdom.Element
 
getAttributeName(int) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeName(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeNamespace(int) - Method in class org.kxml2.io.KXmlParser
 
getAttributeNamespace(int) - Method in class org.kxml2.kdom.Element
 
getAttributeNamespace(int) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeNamespace(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributePrefix(int) - Method in class org.kxml2.io.KXmlParser
 
getAttributePrefix(int) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int) - Method in class org.kxml2.io.KXmlParser
 
getAttributeType(int) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeType(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int) - Method in class org.kxml2.io.KXmlParser
 
getAttributeValue(String, String) - Method in class org.kxml2.io.KXmlParser
 
getAttributeValue(int) - Method in class org.kxml2.kdom.Element
 
getAttributeValue(String, String) - Method in class org.kxml2.kdom.Element
 
getAttributeValue(int) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeValue(String, String) - Method in class org.kxml2.wap.WbxmlParser
 
getAttributeValue(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the given attributes value.
getAttributeValue(String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
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.
getAvailableLocales() - Method in class com.microej.nls.BinaryNLS
 
getAvailableLocales() - Method in interface ej.nls.NLS
Gets the list of available locales.
getAwakeNodes() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
getBackground() - Method in class ej.style.Style
Gets the background.
getBackgroundColor() - Method in class ej.style.Style
Gets the background color.
getBackgroundServices() - Method in interface ej.wadapps.management.BackgroundServicesList
Gets all registered background services.
getBacklight() - Method in class ej.fp.widget.MicroUIDisplay
Returns the backlight of the display.
getBase() - Static method in class com.microej.profiling.profiler.TimeProfiler
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.
getBlue(int) - Static method in class ej.color.ColorHelper
Gets a color blue component.
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.style.Style
Gets the border.
getBorderColor() - Method in class ej.style.Style
Gets the border color.
getBottom() - Method in class ej.style.border.ComplexRectangularBorder
Gets the bottom thickness.
getBottom() - Method in class ej.style.outline.ComplexOutline
Gets the bottom thickness.
getBounds(int, int, String, Font, Rectangle, int) - Method in class ej.style.text.ComplexTextManager
 
getBounds(int, int, String, Font, Rectangle, int) - Method in class ej.style.text.SimpleTextManager
 
getBounds(int, int, String, Font, Rectangle, int) - Method in interface ej.style.text.TextManager
Gets the bounds surrounding a part of the text.
getBuffer() - Method in class java.io.StringWriter
Return the string buffer itself.
getByte(byte, byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
Gets the byte of a type from the payload.
getBytes() - Method in class ej.basedriver.zwave.frame.DataFrame
 
getBytes() - Method in class ej.basedriver.zwave.util.BitArray
Returns this sequence of bits into an array of bytes.
getBytes(byte, byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
Gets the value of a type from the payload.
getBytes() - Method in class ej.websocket.frame.RawFrame
Note: this is not a copy of the internal representation.
getByteString(int) - Method in class com.google.protobuf.LazyStringArrayList
 
getByteString(int) - Method in interface com.google.protobuf.LazyStringList
Returns the element at the specified position in this list as a ByteString.
getByteString(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getBytesUntilLimit() - Method in class com.google.protobuf.CodedInputStream
Returns the number of bytes to be read before the current limit.
getCalendar() - Method in class java.text.DateFormat
Gets the calendar associated with this date/time formatter.
getCapabilities() - Method in class android.net.NetworkCapabilities
Gets the capabilities.
getCapabilities() - Method in class ej.net.Network
Gets the capabilities.
getCapabilities(InetAddress) - Method in class ej.net.PollerConnectivityManager
Gets the capabilities of a network.
getCapabilities() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the WifiCapability.
getCaret() - Method in class ej.widget.basic.Text
Gets the caret position in the text.
getCause() - Method in class ej.tool.addon.Marker
Gets the cause carried by this marker.
getCenter() - Method in class ej.widget.container.SimpleDock
Gets the center widget of this composite.
getCertificate(int) - Method in interface com.microej.paho.client.mqttv3.CertificateProvider
Returns the content of the certificate at the specified index.
getCertificate(int) - Method in class org.eclipse.paho.client.mqttv3.internal.security.ResourceCertificates
 
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.
getCharset() - Method in class ej.hoka.http.support.ContentType
Returns the optional charset.
getCheckboxCheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the checked check box.
getCheckboxUncheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the unchecked check box.
getChecked() - Method in class ej.widget.toggle.ToggleGroup
Gets the button group's checked toggle, or null if no toggle is checked.
getCheckedImagePath() - Method in class ej.widget.basic.image.ImageCheck
 
getCheckedImagePath() - Method in class ej.widget.basic.image.ImageRadio
 
getCheckedImagePath() - Method in class ej.widget.basic.image.ImageSwitch
 
getCheckedImagePath() - Method in class ej.widget.basic.image.ImageToggle
Gets the path of the image corresponding to the checked state of the toggle.
getCheckedPicto() - Method in class ej.widget.basic.picto.PictoCheck
 
getCheckedPicto() - Method in class ej.widget.basic.picto.PictoRadio
 
getCheckedPicto() - Method in class ej.widget.basic.picto.PictoSwitch
 
getCheckedPicto() - Method in class ej.widget.basic.picto.PictoToggle
Gets the picto corresponding to the checked state of the toggle.
getChild(int) - Method in interface ej.style.Element
Gets the child element at an index.
getChild(int) - Method in class ej.style.util.ElementAdapter
 
getChild(int) - Method in class ej.widget.StyledComposite
 
getChild(int) - Method in class ej.widget.StyledDesktop
 
getChild(int) - Method in class ej.widget.StyledDialog
 
getChild(int) - Method in class ej.widget.StyledPanel
 
getChild(int) - Method in class ej.widget.StyledWidget
 
getChild(int) - Method in class org.kxml2.kdom.Node
Returns the child object at the given index.
getChildCount() - Method in class org.kxml2.kdom.Node
Returns the number of child objects
getChildren() - Method in class ej.basedriver.DeviceProxy
 
getChildren() - Method in class ej.basedriver.impl.AbstractController
 
getChildren() - Method in class ej.basedriver.impl.AbstractNode
 
getChildren() - Method in class ej.basedriver.impl.AbstractProfile
 
GetChildren(Node, Class<D>) - Static method in class ej.basedriver.impl.ControllerHelper
 
getChildrenCount() - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
getChildrenCount() - Method in interface ej.style.Element
Gets the number of children of this element.
getChildrenCount() - Method in class ej.style.util.ElementAdapter
 
getChildrenCount() - Method in class ej.widget.StyledComposite
 
getChildrenCount() - Method in class ej.widget.StyledDesktop
 
getChildrenCount() - Method in class ej.widget.StyledDialog
 
getChildrenCount() - Method in class ej.widget.StyledPanel
 
getChildrenCount() - Method in class ej.widget.StyledWidget
 
getChildrenElements() - Method in interface ej.style.Element
Gets the children elements.
getChildrenElements() - Method in class ej.style.util.ElementAdapter
 
getChildrenElements() - Method in class ej.widget.StyledComposite
 
getChildrenElements() - Method in class ej.widget.StyledDesktop
 
getChildrenElements() - Method in class ej.widget.StyledDialog
 
getChildrenElements() - Method in class ej.widget.StyledPanel
 
getChildrenElements() - Method in class ej.widget.StyledWidget
 
getChunkedTransferCodingHandler() - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Return the IHTTPEncodingHandler corresponding to chunked transfer coding.
getClasspath() - Method in interface ej.tool.addon.JavaProject
Gets this project classpath.
getClassSelectors() - Method in class ej.style.util.ElementAdapter
Gets an array containing all the class selectors of this element.
getClient() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the MQTT client that is responsible for processing the asynchronous action
getClient() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getClient() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getClient() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getClientId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the client ID used by this client.
getClientId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the client ID used by this client.
getClientId() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getClientId() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getClientState() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getCloseCode() - Method in class ej.websocket.ReasonForClosure
Get the close code.
getCloseReason() - Method in class ej.websocket.ReasonForClosure
Get the close reason (may be an empty string).
getCloudConnectors() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Gets the cloud connectors.
getColor(int, int, int) - Static method in class ej.color.ColorHelper
Gets the color from red, green and blue components.
getColorBottom() - Method in class ej.style.border.ComplexRectangularColoredBorder
Gets the bottom color.
getColorLeft() - Method in class ej.style.border.ComplexRectangularColoredBorder
Gets the left color.
getColorRight() - Method in class ej.style.border.ComplexRectangularColoredBorder
Gets the right color.
getColorTop() - Method in class ej.style.border.ComplexRectangularColoredBorder
Gets the top color.
getColumn() - Method in interface ej.jsonpath.parser.CharStream
Deprecated.
getColumn() - Method in class ej.jsonpath.parser.SimpleCharStream
Deprecated.
getColumnNumber() - Method in class org.kxml2.io.KXmlParser
 
getColumnNumber() - Method in class org.kxml2.wap.WbxmlParser
 
getColumnNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getCompiler() - Method in class ej.rest.web.JSONPathQuery
 
getConfigurationManager() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Gets the configuration manager.
getConnectionsInfos() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnections
Returns the list of registered ApplicationStoreConnectionInfo.
getConnectionsInfos() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionsProxy
 
getConnectionTimeout() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the connection timeout value.
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
 
getConOptions() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getContainingTypeDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Default instance of the type being extended, used to identify that type.
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.widget.navigation.Navigator
Deprecated.
Gets the contents bounds for a child page.
getContentBounds() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets the bounds of a child page.
getContentBounds() - Method in class ej.widget.StyledWidget
Gets the content bounds of this widget.
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
 
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
 
getContrast() - Method in class ej.fp.widget.MicroUIDisplay
Returns the contrast of the display.
getController() - Method in class ej.basedriver.impl.AbstractNode
Get the controller to which this device is connected.
getController() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
getController() - Method in class ej.basedriver.zwave.ZwaveSession
 
getController() - Method in class ej.mwt.Desktop
 
getConversion() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible conversion.
getConversion() - Method in exception java.util.IllegalFormatConversionException
Returns the inapplicable conversion.
getConversion() - Method in exception java.util.UnknownFormatConversionException
Returns the unknown conversion.
getCookie(String) - Method in class ej.hoka.http.HTTPRequest
Return the cookie of the request with given name.
getCookies() - Method in class ej.hoka.http.HTTPRequest
Returns the cookies of the request.
getCornerRadius() - Method in class ej.style.background.SimpleRoundedPlainBackground
Gets the corner radius.
getCounter() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.CountingInputStream
Returns the number of bytes read since the last reset.
getCurrentApplication() - Method in interface ej.wadapps.admin.ApplicationsManager
Gets the context application.
getCurrentLocale() - Method in class com.microej.nls.BinaryNLS
 
getCurrentLocale() - Method in interface ej.nls.NLS
Gets the current locale.
getCurrentPage() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets the current page.
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.
getCurrentState() - Method in interface ej.components.registry.BundleRegistry
Gets the current state of the registry.
getCurrentState() - Method in class ej.components.registry.impl.AbstractRegistry
 
getCurrentState() - Method in class ej.websocket.WebSocket
 
getCurrentURL() - Method in class ej.widget.navigation.page.Page
Gets the current URL of the page.
getCurrentValue() - Method in class com.microej.profiling.profiler.HeapProfiler
 
getCurrentValue() - Method in class com.microej.profiling.profiler.ImmortalsProfiler
 
getCurrentValue() - Method in interface com.microej.profiling.profiler.Profiler
Gets the current value.
getCurrentValue() - Method in class com.microej.profiling.profiler.ThreadsProfiler
 
getCurrentValue() - Method in class com.microej.profiling.profiler.TimeProfiler
 
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.color.LightHelper
Gets the darkest of two colors.
getData(int) - Static method in class ej.fp.event.MicroUIEventGenerator
Returns the data component of the event.
getDateFormatSymbols() - Method in class java.text.SimpleDateFormat
Gets a copy of the date and time format symbols of this date format.
getDateInstance() - Static method in class java.text.DateFormat
Gets the date formatter with the default formatting style.
getDateInstance(int) - Static method in class java.text.DateFormat
Gets the date formatter with the given formatting style.
getDateTimeInstance() - Static method in class java.text.DateFormat
Gets the date/time formatter with the default formatting style.
getDateTimeInstance(int, int) - Static method in class java.text.DateFormat
Gets the date/time formatter with the given date and time formatting styles.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getDebug() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Return a debug object that can be used to help solve problems.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Return a debug object that can be used to help solve problems.
getDebug() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
getDecimalExponent() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Retrieves the decimal exponent most closely corresponding to this value.
getDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the Basic type base64 encoding scheme.
getDefault() - Static method in class ej.cbor.ErrorMessage
Gets the default instance of ErrorMessage.
getDefault() - Static method in class sun.net.ProgressMonitor
Return default ProgressMonitor.
getDefaultAllowUserInteraction() - Static method in class java.net.URLConnection
Returns the default value of the allowUserInteraction field.
getDefaultInstanceForType() - Method in class com.google.protobuf.GeneratedMessageLite.Builder
 
getDefaultInstanceForType() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Get an instance of the type with no fields set.
getDefaultKeyManagers(CertificateLoader, Properties) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the key managers, generated based on properties :
- "aws.device.private.key.password": password of the password of device's private key.
- "aws.device.private.key.path": path to the device's private key file.
- "aws.device.certificate.path": path to the device's certificate file.
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
 
getDefaultRequestProperty(String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
getDefaultSSLSocketFactory() - Static method in class javax.net.ssl.HttpsURLConnection
Gets the default static SSLSocketFactory that is inherited by new instances of this class.
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.
getDepth() - Method in class org.kxml2.io.KXmlParser
 
getDepth() - Method in class org.kxml2.io.KXmlSerializer
 
getDepth() - Method in class org.kxml2.wap.WbxmlParser
 
getDepth() - Method in class org.kxml2.wap.WbxmlSerializer
 
getDepth() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current depth of the element.
getDepth() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the current depth of the element.
getDescription() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the application description.
getDescription() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getDescriptor() - Method in class ej.basedriver.DeviceProxy
 
getDescriptor() - Method in class ej.basedriver.impl.AbstractController
 
getDescriptor() - Method in class ej.basedriver.zwave.device.ZwaveDevice
 
getDescriptor() - Method in class ej.basedriver.zwave.ZwaveNode
 
getDesktop() - Method in class ej.mwt.Panel
Gets the desktop on which the panel is shown.
getDesktop() - Method in class ej.widget.StyledDialog
 
getDesktop() - Method in class ej.widget.StyledPanel
 
getDetail() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getDevice() - Method in interface ej.basedriver.event.Event
 
getDevice() - Method in class ej.basedriver.event.EventProxy
 
getDevice() - Method in class ej.basedriver.event.impl.AbstractEvent
 
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).
getDeviceIdentifier() - Method in interface ej.wadapps.admin.Product
Gets the device identifier.
getDeviceReferenceIdentifier() - Method in interface ej.wadapps.admin.Product
Gets the device reference identifier.
getDevices() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Gets the devices.
getDigits(char[]) - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Retrieves the value as an array of digits.
getDimension() - Method in class ej.style.Style
Gets the dimension.
getDisplayHeight() - Method in class ej.fp.widget.MicroUIDisplay
Gets the display height.
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.
getDisplayWidth() - Method in class ej.fp.widget.MicroUIDisplay
Gets the display width.
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() - 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.
getDrawingBuffer() - Method in class ej.fp.widget.Display
 
getDrawingBuffer() - Method in class ej.fp.widget.MicroUIDisplay
Gets the buffer where performing the drawings.
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
 
getDuration() - Method in class ej.widget.container.transition.TransitionContainer
Gets the animation duration.
getElement(int) - Method in class org.kxml2.kdom.Node
returns the element at the given index.
getElement(String, String) - Method in class org.kxml2.kdom.Node
Returns the element with the given namespace and name.
getEmptyRegistry() - Static method in class com.google.protobuf.ExtensionRegistryLite
Get the unmodifiable singleton empty instance.
getEncodedLength() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteInteger
Returns the number of bytes read when decoding this MBI.
getEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme.
getEncoding() - Method in class org.kxml2.kdom.Document
returns "#document"
getEncodingHandler(String) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Return the IHTTPEncodingHandler corresponding to the given encoding.
getEncodings() - Method in class ej.hoka.http.support.AcceptEncoding
Returns the previously parsed array of QualityArguments.
getEnd() - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Gets the end snapshot.
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.
getEndpoint() - Method in class ej.hoka.rest.endpoint.AliasEndpoint
Gets the endpoint.
getEndpoint() - Method in class ej.restserver.endpoint.AliasEndpoint
Gets the endpoint.
getEndpoint() - Method in class ej.websocket.WebSocket
 
getEndpoints() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Gets the additional endpoints.
getEndpoints() - Method in class ej.restserver.RestServer
Gets the list of active endpoints.
getEntry(String, Object) - Method in interface ej.authz.acl.AclDataAccess
Gets the AclEntry (the permissions) concerning a given pair of user and resource.
getEntry(String, Object) - Method in class ej.authz.acl.AclInMemoryDatabase
 
getEra(int) - Method in class java.text.DateFormatSymbols
Gets era strings.
getEras() - Method in class java.text.DateFormatSymbols
Gets era strings.
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.
getEventHandler() - Method in class ej.mwt.Desktop
 
getEventHandler() - Method in class ej.mwt.Panel
 
getEventHandler() - Method in interface ej.mwt.Renderable
Gets the event handler.
getEventHandler() - Method in class ej.mwt.Widget
 
getEventQueue() - Method in class ej.fp.Device
Gets the input events queue.
getEventType() - Method in class org.kxml2.io.KXmlParser
 
getEventType() - Method in class org.kxml2.wap.WbxmlParser
 
getEventType() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getException() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns an exception providing more detail if an operation failed.
getException() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getException() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getExclusionMode() - Method in interface ej.basedriver.Controller
Return The supported exclusion mode.
getExclusionMode() - Method in class ej.basedriver.ControllerProxy
 
getExclusionMode() - Method in class ej.basedriver.zwave.ZwaveController
 
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.
getExtendedLength() - Method in class ej.websocket.frame.RawFrame
Get the extended length of the frame.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get one element of a repeated extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get one element of a repeated extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the value of an extension.
getExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get one element of a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Get the number of elements in a repeated extension.
getExtensionCount(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Get the number of elements in a repeated extension.
getExtraMetadatasList() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the list of extra metadatas for this application.
getExtraMetadatasList() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getFamily() - Method in class ej.style.font.FontProfile
Gets the font family.
getFeature(String) - Method in class org.kxml2.io.KXmlParser
 
getFeature(String) - Method in class org.kxml2.io.KXmlSerializer
 
getFeature(String) - Method in class org.kxml2.wap.WbxmlParser
 
getFeature(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
getFeature(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current value of the given feature.
getFeature(String) - Method in class org.xmlpull.v1.XmlPullParserFactory
Return the current value of the feature with given name.
getFeature(String) - Method in interface org.xmlpull.v1.XmlSerializer
Return the current value of the feature with given name.
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.
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).
getFIN() - Method in class ej.websocket.frame.RawFrame
FIN is a bit.
getFirmwareIdentifier() - Method in interface ej.wadapps.admin.Product
Gets the firmware identifier.
getFirmwareVersion() - Method in interface ej.wadapps.admin.Product
Gets the firmware version.
getFirst() - Method in class ej.widget.container.SimpleDock
Gets the first widget of this composite.
getFirst() - Method in class ej.widget.container.Split
Gets the first widget of this composite.
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(Node, Class<D>) - Static method in class ej.basedriver.impl.ControllerHelper
 
getFirstHostAddress() - Static method in class ej.net.util.NetUtil
Gets the the first host address of a valid (connected and not loopback) interface.
getFirstHostAddress(NetworkInterface) - Static method in class ej.net.util.NetUtil
Gets the first host address of a valid (connected and not loopback) interface.
getFlags() - Method in exception java.util.DuplicateFormatFlagsException
Returns the set of flags which contains a duplicate flag.
getFlags() - Method in exception java.util.FormatFlagsConversionMismatchException
Returns the incompatible flag.
getFlags() - Method in exception java.util.IllegalFormatFlagsException
Returns the set of flags which contains an illegal combination.
getFlags() - Method in exception java.util.UnknownFormatFlagsException
Returns the set of flags which contains an unknown flag.
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.
getFocus() - Method in class ej.mwt.Composite
Gets the widget that is the focus owner or that owns (recursively) the focus owner in this composite.
getFocus() - Method in class ej.mwt.Panel
Gets the widget that is the focus owner of this panel.
getFocusIndex() - Method in class ej.mwt.Composite
Gets the index of the widget that is the focus owner or that is (recursively) the focus owner parent in the composite.
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(FontProfile) - Method in class ej.style.font.loader.AbstractFontLoader
 
getFont(FontProfile) - Method in interface ej.style.font.loader.FontLoader
Gets the MicroUI font matching the given font profile.
getFont(Style) - Static method in class ej.style.util.StyleHelper
Utility method to get the font matching a front profile from a style using the font loader.
getFont(FontProfile) - Static method in class ej.style.util.StyleHelper
Utility method to get the font matching a font profile using the font loader.
getFontHeight(FontProfile) - Method in class ej.style.font.loader.AbstractFontLoader
Gets the expected font height in pixels for the given font profile.
getFontHeight(FontProfile) - Method in class ej.style.font.loader.DefaultFontLoader
 
getFontProfile() - Method in class ej.style.Style
Gets the font profile.
getForegroundColor() - Method in class ej.style.Style
Gets the foreground color.
getFormatSpecifier() - Method in exception java.util.MissingFormatArgumentException
Returns the unmatched format specifier.
getFormatSpecifier() - Method in exception java.util.MissingFormatWidthException
Returns the format specifier which does not have a width.
getFragment() - Method in class java.net.URI
Returns the decoded fragment component of this URI.
getFrame() - Method in class ej.websocket.frame.FrameScanner
Get a complete frame from the input stream.
getFrames() - Method in class ej.widget.basic.AnimatedImage
Gets the frames.
getFrontPanel() - Static method in class ej.fp.FrontPanel
Gets the unique instance of the front panel engine.
getFunctionId() - Method in class ej.basedriver.zwave.frame.DataFrame
 
getGlobal() - Static method in class java.util.logging.Logger
Get the logger with the name Logger.GLOBAL_LOGGER_NAME.
getGrantedQos() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the granted QoS list from a suback
getGrantedQos() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getGrantedQos() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSuback
 
getGrantedQos() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getGreen(int) - Static method in class ej.color.ColorHelper
Gets a color green component.
getGroup() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the group.
getGroup() - Method in class ej.widget.toggle.ToggleModel
Gets the group which contains the toggle button.
getHeader() - Method in class ej.hoka.http.HTTPRequest
Returns all HTTP header fields of the request.
getHeader() - Method in class ej.hoka.http.HTTPResponse
Returns the response header.
getHeader(String) - Method in class ej.websocket.http.HttpResponse
 
getHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
getHeaderBytes() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getHeaderBytes() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getHeaderBytes() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the header bytes in an array.
getHeaderField(String) - Method in class ej.hoka.http.HTTPRequest
Returns the header field value associated to the given header field name.
getHeaderField(String) - Method in class ej.hoka.http.HTTPResponse
Returns the header field value associated to the given header field key.
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.
getHeaderLength() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getHeaderLength() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getHeaderLength() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the length of the header.
getHeaderNamesInList() - Method in class sun.net.www.MessageHeader
Returns list of header names in a comma separated list
getHeaderOffset() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getHeaderOffset() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getHeaderOffset() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the offset of the header within the byte array returned by MqttPersistable.getHeaderBytes().
getHeaders() - Method in class ej.hoka.http.body.HTTPPart
Gets the headers.
getHeaders() - Method in class sun.net.www.MessageHeader
 
getHeaders(String[]) - Method in class sun.net.www.MessageHeader
 
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.mwt.Desktop
Returns the height of this desktop: it is equal to the height of its associated display.
getHeight() - Method in class ej.mwt.Panel
 
getHeight() - Method in interface ej.mwt.Renderable
Gets the height of this renderable.
getHeight() - Method in class ej.mwt.Widget
 
getHeight() - Method in class ej.style.container.Rectangle
Gets the height.
getHeight() - Method in interface ej.wadapps.management.ImageInfo
Gets the image height.
getHeight() - Method in class ej.wadapps.management.ImageInfoProxy
 
getHistorySize() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Gets the navigation history size.
getHomeId() - Method in class ej.basedriver.zwave.ZwaveController
 
getHost() - Method in class ej.websocket.WebSocketURI
Get the host (hostname or IP address).
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.
getHostName(String) - Method in class org.eclipse.paho.client.mqttv3.internal.AbstractNetworkModuleFactory
 
getHttpStatusCode() - Method in exception ej.websocket.ServerException
Get the the HTTP status code returned by the server.
getIconsList() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the list of icons for this application.
getIconsList() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getId() - Method in class ej.basedriver.zwave.ZwaveController
 
getID() - Method in interface ej.data.channel.DataChannelProvider
Returns the identifier of the provider.
getId() - Method in interface ej.data.pubsub.MqttAgent
Returns the identifier of the agent.
getId() - Method in class ej.data.pubsub.paho.PahoMqttAgent
 
getID() - Method in class ej.fp.widget.Button
Gets the button identifier (equals to its label).
getID() - Method in class ej.fp.widget.MicroUILED
Gets the LED identifier (equals to its label).
getId() - Method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Returns the internal ID of the ChunkedTransferCodingHandler.
getId() - Method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns the internal ID of the IdentityEncodingHandler.
getId() - Method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Returns an internal ID of this encoding handler.
getId() - Method in interface ej.hoka.http.encoding.IHTTPEncodingHandler
Returns the name of the supported encoding.
getId() - Method in interface ej.hoka.http.encoding.IHTTPTransferCodingHandler
Returns the supported encoding id.
getId() - Method in interface ej.jsonpath.parser.Node
 
getId() - Method in class ej.jsonpath.parser.SimpleNode
 
getId() - Method in interface ej.tool.addon.AddonProcessor
Gets the ID of this processor.
getID() - Method in interface ej.wadapps.app.Activity
Gets the activity identifier.
getIdentifier() - Method in interface ej.wadapps.admin.Application
Gets the application identifier.
getIdentifier() - Method in interface ej.wadapps.management.ExtraMetadata
Gets the identifier of this extra metadata.
getIdentifier() - Method in class ej.wadapps.management.ExtraMetadataProxy
 
getIdentifier() - Method in interface ej.wadapps.management.ImageInfo
Gets the image identifier.
getIdentifier() - Method in class ej.wadapps.management.ImageInfoProxy
 
getIdentityTransferCodingHandler() - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Return the IHTTPEncodingHandler corresponding to identity transfer coding (i.e.
getIds() - Method in interface ej.wadapps.storage.Storage
Returns all IDs of the stored data.
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() - Method in class ej.style.background.AbstractImageBackground
Gets the image.
getImage(String) - Method in class ej.style.image.DefaultImageLoader
 
getImage(String) - Method in interface ej.style.image.ImageLoader
Gets the MicroUI image matching the given path.
getImage(String) - Static method in class ej.style.util.StyleHelper
Utility method to get the image from a style using the image loader.
getImage() - Method in interface ej.wadapps.management.ImageInfo
Gets the image content.
getImage() - Method in class ej.wadapps.management.ImageInfoProxy
 
getImage() - Method in class ej.widget.composed.ButtonImage
Deprecated.
Gets the image contained in the button.
getImplementation(Class) - Static method in class org.eclipse.paho.client.mqttv3.internal.dependencyinjection.DependencyInjectionHelper
Returns an object assignable to the given contract.
getImplementationName(String) - Method in class ej.components.dependencyinjection.AbstractServiceLoader
Gets the implementation class name for the given key.
getImplementationName(String) - Method in class ej.components.dependencyinjection.FilePropertiesServiceLoader
 
getImplementationName(String) - Method in class ej.components.dependencyinjection.MetaInfServiceLoader
 
getImplementationName(String) - Method in class ej.components.dependencyinjection.SystemPropertiesServiceLoader
 
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(int, int, String, Font, Rectangle, int) - Method in class ej.style.text.ComplexTextManager
 
getIndex(int, int, String, Font, Rectangle, int) - Method in class ej.style.text.SimpleTextManager
 
getIndex(int, int, String, Font, Rectangle, int) - Method in interface ej.style.text.TextManager
Gets the index of the character at a location.
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.
getInitialColor() - Method in class ej.fp.widget.Display
Gets the initial color of the display.
GetInitialData - Class in ej.basedriver.zwave.frame
 
GetInitialData(RequestFrameListener) - Constructor for class ej.basedriver.zwave.frame.GetInitialData
 
getInitialStateValue(int, int) - Static method in class ej.fp.event.MicroUIStates
Gets the state initial value (startup value).
getInput() - Method in exception java.net.URISyntaxException
Returns the input string.
getInputEncoding() - Method in class org.kxml2.io.KXmlParser
 
getInputEncoding() - Method in class org.kxml2.wap.WbxmlParser
 
getInputEncoding() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the input encoding if known, null otherwise.
getInputStream() - Method in class java.net.URLConnection
Returns an input stream that reads from this open connection.
getInputStream() - Method in interface org.eclipse.paho.client.mqttv3.internal.NetworkModule
 
getInputStream() - Method in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
 
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
 
getInstalledApplications() - Method in interface ej.wadapps.admin.ApplicationsManager
Gets all installed applications.
getInstance() - Static method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Factory method to create an instance of ChunkedTransferCodingHandler.
getInstance() - Static method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns an instance of IdentityEncodingHandler.
getInstance() - Static method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Returns an instance of IdentityTransferCodingHandler.
getInstance() - Static method in class java.text.DateFormat
Get a default date/time formatter that uses the SHORT style for both the date and the time.
getInstance() - Static method in class java.text.DateFormatSymbols
Gets the DateFormatSymbols instance in English.
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
 
getInstantConsumption() - Method in interface ej.basedriver.PowerMeter
Get the instant power consumption in Watts (positive integer).
getInstantConsumption() - Method in class ej.basedriver.PowerMeterProxy
 
getInstantConsumption() - Method in class ej.basedriver.zwave.device.ZwavePowerMeter
 
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.
getIntensity() - Method in class ej.fp.widget.LED
 
getIntensity() - Method in class ej.fp.widget.MicroUILED
Gets the intensity of this led.
getInterface(String) - Static method in class ej.net.util.NetUtil
Checks if a specific network interface is found.
getInterfaceName() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the interfaceName.
getIntProperty(int, int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a int value in a bit field.
getItemsCount() - Method in class ej.widget.basic.PagingIndicator
Gets the number of items.
getIvyModule() - Method in interface ej.tool.addon.JavaProject
Gets the path to the project Ivy module file.
getJavaType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
getJoined() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Gets the cached joined.
getJoinedAccessPoint() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the joined access.
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.
getJwt() - Method in class googlecloud.iotcore.Device
Gets the JSON Web Token once connected.
getJwt() - Method in class googlecloud.iotcore.pubsub.Client
Gets the JSON Web Token once connected.
getJWT() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Build a JSON Web Token suitable for Google Cloud IoT Core communication.
getKeepAlive() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getKeepAlive() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
getKeepAliveInterval() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the "keep alive" interval.
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingResp
 
getKey() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Returns a key associated with the message.
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(CertificateLoader, String, String, String) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the key managers.
getKeyManagers(String, Certificate, byte[]) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the key managers.
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).
getLabel() - Method in class ej.widget.composed.Button
Deprecated.
Gets the label contained in the button.
getLabel() - Method in class ej.widget.composed.Toggle
Gets the label contained in the toggle.
getLast() - Method in class ej.widget.container.SimpleDock
Gets the last widget of this composite.
getLast() - Method in class ej.widget.container.Split
Gets the last widget of this composite.
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.
getLastEventButtonId() - Method in interface ej.basedriver.Buttons
Return the button id associated with the last event.
getLastEventButtonId() - Method in class ej.basedriver.ButtonsProxy
 
getLastEventType() - Method in interface ej.basedriver.Buttons
Return the last event.
getLastEventType() - Method in class ej.basedriver.ButtonsProxy
 
getLastknownMode() - Method in interface ej.basedriver.Thermostat
Gets the last known mode.
getLastknownMode() - Method in class ej.basedriver.ThermostatProxy
 
getLastknownMode() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
getLastKnownState() - Method in interface ej.basedriver.DryContact
Get the last known state of this device.
getLastKnownState() - Method in class ej.basedriver.DryContactProxy
 
getLastKnownState() - Method in interface ej.basedriver.SwitchWithReturnState
Get the last known state of this device.
getLastKnownState() - Method in class ej.basedriver.SwitchWithReturnStateProxy
 
getLastKnownState() - Method in class ej.basedriver.zwave.device.ZwaveDryContact
 
getLastKnownState() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
getLastKnownValue() - Method in interface ej.basedriver.MultilevelSensor
Get the last known value of this device.
getLastKnownValue() - Method in class ej.basedriver.MultilevelSensorProxy
 
getLastKnownValue() - Method in interface ej.basedriver.ThermostatMode
Gets the last known value.
getLastKnownValue() - Method in class ej.basedriver.ThermostatModeProxy
 
getLastKnownValue() - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
getLastKnownValue() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
getLauncher() - Method in interface ej.wadapps.management.ActivitiesScheduler
Gets the current activities launcher.
getLaunchers() - Method in interface ej.wadapps.management.LaunchersList
Gets all registered launchers.
getLeft() - Method in class ej.style.border.ComplexRectangularBorder
Gets the left thickness.
getLeft() - Method in class ej.style.outline.ComplexOutline
Gets the left thickness.
getLength() - Method in class ej.hoka.http.HTTPResponse
Returns the length (in bytes) of the response data or -1 if the length is unknown.
getLength() - Method in class ej.websocket.frame.RawFrame
A frame has a field called payload length.
getLevel() - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Gets the level.
getLevel() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the stacks level.
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.color.LightHelper
Gets the light level of a color.
getLightestColor(int, int) - Static method in class ej.color.LightHelper
Gets the lightest of two colors.
getLine() - Method in interface ej.jsonpath.parser.CharStream
Deprecated.
getLine() - Method in class ej.jsonpath.parser.SimpleCharStream
Deprecated.
getLine() - Method in class ej.tool.addon.Marker
Gets the line number in the file pointed by this marker.
getLineHeight() - Method in class ej.style.text.ComplexTextManager
Gets the line height.
getLineNumber() - Method in class org.kxml2.io.KXmlParser
 
getLineNumber() - Method in class org.kxml2.wap.WbxmlParser
 
getLineNumber() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception org.xmlpull.v1.XmlPullParserException
 
getListener() - Method in interface ej.basedriver.Controller
Get the ControllerListener attached to this controller.
getListener() - Method in class ej.basedriver.ControllerProxy
 
getListener() - Method in class ej.basedriver.impl.AbstractController
 
getListener() - Method in class ej.fp.widget.Button
Gets the widget listener.
getListener() - Method in class ej.fp.widget.Pointer
Gets the widget listener.
getListener() - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Gets the listener to call back on state change.
getListeners() - Method in class com.microej.demo.thermorest.model.ThermostatModel
Gets the listeners.
getLocalizedMessage(int) - Method in class org.eclipse.paho.client.mqttv3.internal.EmptyCatalog
 
getLocalizedMessage(int) - Method in class org.eclipse.paho.client.mqttv3.internal.MessageCatalog
 
getLocalTopicPrefix() - Method in interface ej.data.pubsub.MqttContext
Returns the topic prefix to use to publish data sandboxed within the current account.
getLocalTopicPrefix() - Method in interface ej.data.pubsub.paho.MqttAgentConfiguration
Returns the topic prefix to use to publish data sandboxed within the current account.
getLocalTopicPrefix() - Method in class ej.data.pubsub.paho.PahoMqttContext
 
getLocation() - Method in exception java.net.HttpRetryException
Returns the value of the Location header field if the error resulted from redirection.
getLogger() - Method in class ej.basedriver.zwave.ZwaveController
 
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.
getLogger(String, String, String) - Method in interface org.eclipse.paho.client.mqttv3.logging.InternalLoggerFactory
Find or create a logger for a named package/class.
getLogger(String, String) - Static method in class org.eclipse.paho.client.mqttv3.logging.LoggerFactory
Find or create a logger for a named package/class.
getLogger(String, String, String) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
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.
getLoggingProperty(String) - Method in interface org.eclipse.paho.client.mqttv3.logging.InternalLoggerFactory
When run in JSR47, this allows access to the properties in the logging.properties file.
getLoggingProperty(String) - Static method in class org.eclipse.paho.client.mqttv3.logging.LoggerFactory
When run in JSR47, this allows access to the properties in the logging.properties file.
getLoggingProperty(String) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
getLogManager() - Static method in class java.util.logging.LogManager
Returns the LogManager object.
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.
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).
getMajorType() - Method in class ej.cbor.CborType
 
getManager() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Gets the Wi-Fi manager.
getMantissa() - Method in class sun.misc.FormattedFloatingDecimal
 
getMargin() - Method in class ej.style.Style
Gets the margin.
getMASK() - Method in class ej.websocket.frame.RawFrame
MASK is a bit.
getMaskingKey() - Method in class ej.websocket.frame.RawFrame
Masking key is an optional field of the websocket protocol.
getMaximum() - Method in class ej.widget.basic.BoundedRange
Gets the bounded range's maximum value from the model.
getMaximum() - Method in class ej.widget.basic.drawing.Scrollbar
Gets the max step.
getMaximum() - Method in interface ej.widget.model.BoundedRangeModel
Gets the range maximum.
getMaximum() - Method in class ej.widget.model.DefaultBoundedRangeModel
 
getMemory(long, long, boolean) - Static method in class com.microej.profiling.profiler.MemoryProfiler
Computes the used or free memory.
getMessage(int) - Method in class com.microej.nls.BinaryNLS
 
getMessage(int, String) - Method in class com.microej.nls.BinaryNLS
 
getMessage() - Method in exception ej.hoka.http.encoding.UnsupportedHTTPEncodingException
 
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 class ej.tool.addon.Marker
Gets the message carried by this marker.
getMessage() - Method in interface ej.wadapps.app.Notification
Gets the notification message.
getMessage() - Method in exception java.net.URISyntaxException
Returns a string describing the parse error.
getMessage() - Method in exception java.util.DuplicateFormatFlagsException
 
getMessage() - Method in exception java.util.FormatFlagsConversionMismatchException
 
getMessage() - Method in exception java.util.IllegalFormatConversionException
 
getMessage() - Method in exception java.util.IllegalFormatFlagsException
 
getMessage() - Method in exception java.util.IllegalFormatPrecisionException
 
getMessage() - Method in exception java.util.IllegalFormatWidthException
 
getMessage() - Method in class java.util.logging.LogRecord
Get the raw log message.
getMessage() - Method in exception java.util.MissingFormatArgumentException
 
getMessage() - Method in exception java.util.MissingFormatWidthException
 
getMessage() - Method in exception java.util.UnknownFormatConversionException
 
getMessage() - Method in exception java.util.UnknownFormatFlagsException
 
getMessage() - Method in interface org.eclipse.paho.client.mqttv3.IMqttDeliveryToken
Returns the message associated with this token.
getMessage(int) - Static method in class org.eclipse.paho.client.mqttv3.internal.MessageCatalog
 
getMessage() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getMessage() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getMessage() - Method in class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
Returns the message associated with this token.
getMessage() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns the detail message for this exception.
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.
getMessageDefaultInstance() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
If the extension is an embedded message, this is the default instance of that type.
getMessageId() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the message ID of the message that is associated with the token.
getMessageID() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getMessageId() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage
 
getMessageId() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Returns the MQTT message ID.
getMessageId() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttAck
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRel
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
 
getMessageInfo() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Sub-classes should override this to encode the message info.
getMethod() - Method in class ej.hoka.http.HTTPRequest
Returns the request method as an integer value which is one of HTTPRequest.POST, HTTPRequest.GET, HTTPRequest.PUT or HTTPRequest.DELETE.
getMethod() - Method in class sun.net.ProgressEvent
Return method associated with URL.
getMethod() - Method in class sun.net.ProgressSource
Return method of URL.
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.
getMimeDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the MIME type base64 decoding scheme.
getMimeEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme.
getMimeEncoder(int, byte[]) - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the MIME type base64 encoding scheme with specified line length and line separators.
getMimeType() - Method in class ej.hoka.http.HTTPResponse
Returns the MIME-TYPE of the response.
getMIMEType() - Method in class ej.hoka.http.support.ContentType
Returns the canonized MIME type (converted to lower case).
getMIMEType(String) - Static method in class ej.hoka.http.support.MIMEUtils
Returns the MIME type from the name of the URI (file extension).
getMimetype() - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Gets the mimetype.
getMimetype() - Method in class ej.restserver.endpoint.ResourceRestEndpoint
Gets the mimetype.
getMinimum() - Method in class ej.widget.basic.BoundedRange
Gets the bounded range's minimum value from the model.
getMinimum() - Method in interface ej.widget.model.BoundedRangeModel
Gets the range minimum.
getMinimum() - Method in class ej.widget.model.DefaultBoundedRangeModel
 
getMissingFields() - Method in exception com.google.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getMode() - Method in class ej.basedriver.event.impl.DefaultThermostatEvent
Gets the mode.
getMode() - Method in interface ej.basedriver.event.ThermostatEvent
Gets the current mode.
getMode() - Method in class ej.basedriver.event.ThermostatEventProxy
 
getMode(Integer) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
getModeId() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
Gets the modeId.
getModel() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Gets the associated model.
getMonth(int) - Method in class java.text.DateFormatSymbols
Gets month strings.
getMonths() - Method in class java.text.DateFormatSymbols
Gets month strings.
getMostContrastingColor(int) - Static method in class ej.color.LightHelper
Gets the color that best contrasts against a given color.
getMostContrastingColor(int, int, int) - Static method in class ej.color.LightHelper
Gets the color that best contrasts against a given color.
getMotionFactory() - Method in class ej.widget.container.transition.TransitionContainer
Gets the motion factory.
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.
getMqttContextSubscribedTo(String) - Method in class ej.data.pubsub.paho.PahoMqttAgent
Returns the MqttContext that are subscribed to the given topic.
getMqttVersion() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the MQTT version.
getName() - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
getName() - Method in class com.microej.demo.thermorest.cloud.CloudConnector
Gets the listener name, can be null.
getName() - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
getName() - Method in class com.microej.profiling.Group
Gets the name.
getName() - Method in class com.microej.profiling.profiler.MemoryProfiler
 
getName() - Method in interface com.microej.profiling.profiler.Profiler
Gets the profiler's name.
getName() - Method in class com.microej.profiling.profiler.ThreadsProfiler
 
getName() - Method in class com.microej.profiling.profiler.TimeProfiler
 
getName() - Method in class ej.basedriver.DeviceProxy
 
getName() - Method in class ej.basedriver.impl.AbstractController
 
getName() - Method in class ej.basedriver.impl.PropertiesDescriptor
 
getName() - Method in class ej.basedriver.zwave.device.ZwaveDevice
 
getName() - Method in class ej.basedriver.zwave.ZwaveNode
 
getName(int) - Static method in class ej.cbor.CborType
Returns a descriptive string for the given major type.
getName() - Method in interface ej.data.channel.DataChannel
Returns the name of the channel.
getName() - Method in class ej.fp.Device
Gets the name of the device.
getName() - Method in class ej.hoka.tcp.TCPServer
Returns the name of this TCPServer.
getName() - Method in class ej.jsonpath.parser.AbstractJSONExpr
 
getName() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the application name.
getName() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getName() - Method in class ej.websocket.http.Header
 
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 org.eclipse.paho.client.mqttv3.MqttTopic
Returns the name of the queue or topic.
getName() - Method in class org.kxml2.io.KXmlParser
 
getName() - Method in class org.kxml2.io.KXmlSerializer
 
getName() - Method in class org.kxml2.kdom.Document
 
getName() - Method in class org.kxml2.kdom.Element
returns the (local) name of the element
getName() - Method in class org.kxml2.wap.WbxmlParser
 
getName() - Method in class org.kxml2.wap.WbxmlSerializer
 
getName() - Method in interface org.xmlpull.v1.XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the name of the current element as set by startTag().
getNamespace(String) - Method in class org.kxml2.io.KXmlParser
 
getNamespace() - Method in class org.kxml2.io.KXmlParser
 
getNamespace() - Method in class org.kxml2.io.KXmlSerializer
 
getNamespace() - Method in class org.kxml2.kdom.Element
returns the namespace of the element
getNamespace(String) - Method in class org.kxml2.wap.WbxmlParser
 
getNamespace() - Method in class org.kxml2.wap.WbxmlParser
 
getNamespace() - Method in class org.kxml2.wap.WbxmlSerializer
 
getNamespace(String) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespace() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI of the current element.
getNamespace() - Method in interface org.xmlpull.v1.XmlSerializer
Returns the namespace URI of the current element as set by startTag().
getNamespaceCount(int) - Method in class org.kxml2.io.KXmlParser
 
getNamespaceCount() - Method in class org.kxml2.kdom.Element
returns the number of declared namespaces, NOT including parent elements
getNamespaceCount(int) - Method in class org.kxml2.wap.WbxmlParser
 
getNamespaceCount(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int) - Method in class org.kxml2.io.KXmlParser
 
getNamespacePrefix(int) - Method in class org.kxml2.kdom.Element
 
getNamespacePrefix(int) - Method in class org.kxml2.wap.WbxmlParser
 
getNamespacePrefix(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace prefixe for the given position in the namespace stack.
getNamespaceUri(int) - Method in class org.kxml2.io.KXmlParser
 
getNamespaceUri(String) - Method in class org.kxml2.kdom.Element
returns the namespace for the given prefix
getNamespaceUri(int) - Method in class org.kxml2.kdom.Element
 
getNamespaceUri(int) - Method in class org.kxml2.wap.WbxmlParser
 
getNamespaceUri(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNavigator() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets the navigator.
getNbBitsPerPixel() - Method in class ej.fp.widget.MicroUIDisplay
Gets the number of bits per pixel the display use.
getNbButtons() - Method in interface ej.basedriver.Buttons
Return the number of buttons.
getNbButtons() - Method in class ej.basedriver.ButtonsProxy
 
getNetworkCapabilities(Network) - Method in class android.net.ConnectivityManager
Get the NetworkCapabilities for the given Network.
getNetworkInfo(Network) - Method in class android.net.ConnectivityManager
Returns connection status information about a particular Network.
getNetworkInterface() - Method in class ej.net.Network
Gets the network Interface.
getNetworkInterface(String) - Method in class ej.net.PollerConnectivityManager
Isolate for testing.
getNetworkInterfaces() - Method in class ej.net.PollerConnectivityManager
Isolate for testing.
getNetworkModuleIndex() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getNetworkModules() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getNewHttpClient(URL, int) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
getNewHttpClient(URL, int) - Method in class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
 
getNewKeyStore() - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Create a new Key store.
getNext(int, int) - Method in class ej.mwt.Composite
Gets the next widget in the focus order following the direction.
getNextPage() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
getNextPage() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
getNextPage() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets the next page.
getNextPage() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets the next page.
getNextStreamConnection() - Method in class ej.hoka.tcp.TCPServer
Get the next Socket to process.
getNextToken() - Method in class ej.jsonpath.parser.JSONPathCompiler
Get the next Token.
getNextToken() - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Get the next Token.
getNode(int) - Method in class ej.basedriver.impl.AbstractController
Get a particular node paired to this controller.
getNode() - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
getNode() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
getNode() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
getNode() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
getNode() - Method in class ej.basedriver.zwave.frame.SendData
 
getNode() - Method in interface ej.basedriver.zwave.frame.SendDataListener
 
getNode() - Method in class ej.basedriver.zwave.ZwaveNode
 
getNodeUid() - Method in class ej.basedriver.zwave.ZwaveNode
Gets the node unique id.
getNormalizationBias() - Method in class sun.misc.FDBigInteger
Retrieves the normalization bias of the FDBigIntger.
getNotifications() - Method in interface ej.wadapps.management.NotificationsManager
Gets all active notifications.
getNtpTime() - Method in class android.net.SntpClient
Returns the time computed from the NTP transaction.
getNtpTimeReference() - Method in class android.net.SntpClient
Returns the reference clock value (value of SystemClock.elapsedRealtime()) corresponding to the NTP time.
getNumber() - Method in class com.google.protobuf.GeneratedMessageLite.GeneratedExtension
Get the field number.
getNumber() - Method in interface com.google.protobuf.Internal.EnumLite
 
getNumberOfColors() - Method in class ej.fp.widget.MicroUIDisplay
Gets the number of colors that can be represented on the device.
getNumberRetransmission() - Method in class ej.basedriver.zwave.frame.RequestFrame
 
getObservers() - Method in class ej.observable.Observable
Gets all observers of this observable object.
getOpcode() - Method in class ej.websocket.frame.RawFrame
Opcode is 4 bits.
getOutputStream() - Method in class java.net.URLConnection
Returns an output stream that writes to this connection.
getOutputStream() - Method in interface org.eclipse.paho.client.mqttv3.internal.NetworkModule
 
getOutputStream() - Method in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
 
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
 
getOutstandingDelTokens() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
getOutstandingTokens() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
getPadding() - Method in class ej.style.Style
Gets the padding.
getPanel() - Method in class ej.mwt.Widget
Gets the panel of this widget or null if the widget is not in a panel.
getPanels() - Method in class ej.mwt.Desktop
Gets the list of the panels being shown on this desktop.
getParameters() - Method in class ej.hoka.http.HTTPRequest
Returns the query parameters as Map.
getParent() - Method in class ej.basedriver.DeviceProxy
 
getParent() - Method in class ej.basedriver.impl.AbstractController
 
getParent() - Method in class ej.basedriver.impl.AbstractNode
 
getParent() - Method in class ej.basedriver.zwave.device.ZwaveDevice
 
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.
getParent() - Method in class java.util.logging.Logger
Get the parent of this logger.
getParent() - Method in class org.kxml2.kdom.Element
Returns the parent node of this element
getParentElement() - Method in interface ej.style.Element
Gets the parent element.
getParentElement() - Method in class ej.style.util.ElementAdapter
 
getParentElement() - Method in class ej.widget.StyledComposite
 
getParentElement() - Method in class ej.widget.StyledDesktop
 
getParentElement() - Method in class ej.widget.StyledDialog
 
getParentElement() - Method in class ej.widget.StyledPanel
 
getParentElement() - Method in class ej.widget.StyledWidget
 
getParserForType() - Method in class com.google.protobuf.GeneratedMessageLite
 
getParserForType() - Method in interface com.google.protobuf.MessageLite
Gets the parser for a message of the same type as this message.
getPassphrase() - Method in class ej.net.util.wifi.AccessPointConfiguration
Gets the passphrase.
getPassword() - Method in class ej.widget.basic.Password
Gets the text of the password not hidden.
getPassword() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the password to use for the connection.
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.
getPayload() - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
Gets the payload, this is not a copy of the payload.
getPayload(boolean) - Method in class ej.websocket.frame.RawFrame
The payload (= 'real' data) of this frame.
getPayload() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
getPayload() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getPayload() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
 
getPayload() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
 
getPayload() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Sub-classes should override this method to supply the payload bytes.
getPayload() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns the payload as a byte array.
getPayloadBytes() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getPayloadBytes() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getPayloadBytes() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the payload bytes in an array.
getPayloadLength() - Method in class ej.websocket.frame.RawFrame
Gets the payload length.
getPayloadLength() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getPayloadLength() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getPayloadLength() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getPayloadLength() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the length of the payload.
getPayloadOffset() - Method in class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
 
getPayloadOffset() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
getPayloadOffset() - Method in interface org.eclipse.paho.client.mqttv3.MqttPersistable
Returns the offset of the payload within the byte array returned by MqttPersistable.getPayloadBytes().
getPendingDeliveryTokens() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the delivery tokens for any outstanding publish operations.
getPendingDeliveryTokens() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the delivery tokens for any outstanding publish operations.
getPendingDeliveryTokens() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getPendingDeliveryTokens() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getPendingDeliveryTokens() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getPercent() - Method in class ej.widget.basic.PagingIndicator
Gets the percent of the selection.
getPercentComplete() - Method in class ej.widget.basic.BoundedRange
Gets the percent complete for the bounded range.
getPercentComplete() - Method in interface ej.widget.model.BoundedRangeModel
Gets the percent complete for the range.
getPercentComplete() - Method in class ej.widget.model.DefaultBoundedRangeModel
 
getPeriod() - Method in class ej.animation.Animator
Gets the period.
getPeriod() - Method in interface ej.automaton.Automaton
Gets the period to schedule the automaton at.
getPeriod() - Method in class ej.widget.basic.AnimatedImage
Gets the period.
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
 
getPixels(int[]) - Method in interface ej.fp.Image
Gets all the pixels of the image.
getPlaceHolder() - Method in class ej.widget.basic.Text
Gets the place holder.
getPort() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Gets the server port.
getPort() - Method in class ej.websocket.WebSocketURI
Get the port of the host.
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.
getPort(String, int) - Method in class org.eclipse.paho.client.mqttv3.internal.AbstractNetworkModuleFactory
 
getPositionDescription() - Method in class org.kxml2.io.KXmlParser
 
getPositionDescription() - Method in class org.kxml2.wap.WbxmlParser
 
getPositionDescription() - Method in interface org.xmlpull.v1.XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrecision() - Method in class java.math.MathContext
Returns the precision setting.
getPrecision() - Method in exception java.util.IllegalFormatPrecisionException
Returns the precision
getPreferredHeight() - Method in class ej.mwt.Panel
Returns the preferred height of the panel.
getPreferredHeight() - Method in class ej.mwt.Widget
Gets the preferred height of the widget.
getPreferredOutputFolderKind() - Method in interface ej.tool.addon.AddonProcessor
Gets the preferred output folder kind of this processor.
getPreferredWidth() - Method in class ej.mwt.Panel
Returns the preferred width of the panel.
getPreferredWidth() - Method in class ej.mwt.Widget
Gets the preferred width of the widget.
getPrefix() - Method in class org.kxml2.io.KXmlParser
 
getPrefix(String, boolean) - Method in class org.kxml2.io.KXmlSerializer
 
getPrefix() - Method in class org.kxml2.wap.WbxmlParser
 
getPrefix(String, boolean) - Method in class org.kxml2.wap.WbxmlSerializer
 
getPrefix() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the prefix of the current element.
getPrefix(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Return namespace that corresponds to given prefix If there is no prefix bound to this namespace return null but if generatePrefix is false then return generated prefix.
getPreviousPage() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
getPreviousPage() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
getPreviousPage() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets the previous page.
getPreviousPage() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
 
getPreviousPage() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Gets the previous page.
getPrintRate() - Method in class com.microej.profiling.AutomaticProfiler
Gets the print rate.
getPrintStream() - Method in class ej.fp.FrontPanel
Gets the output streams where print the traces.
getProfiler() - Method in class com.microej.profiling.AutomaticProfiler
Gets the profiler.
getProfiler() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the profiler.
getProgress() - Method in class sun.net.ProgressEvent
Return current progress value.
getProgress() - Method in class sun.net.ProgressSource
Return current progress.
getProgressBarHorizontalPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the horizontal progress bar.
getProgressBarVerticalPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the vertical progress bar.
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(Properties, String) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets a property from a property file, if not found tries the System.getProperty(String)
getProperty(String) - Method in class ej.basedriver.impl.PropertiesDescriptor
 
getProperty(String) - Method in class ej.util.property.CompositePropertyLoader
 
getProperty(String, String) - Method in class ej.util.property.CompositePropertyLoader
 
getProperty(String) - Method in interface ej.util.property.PropertyLoader
Searches for the property with the specified key.
getProperty(String, String) - Method in interface ej.util.property.PropertyLoader
Searches for the property with the specified key.
getProperty(String) - Method in class ej.util.property.SystemPropertyLoader
 
getProperty(String, String) - Method in class ej.util.property.SystemPropertyLoader
 
getProperty(String) - Method in interface ej.wadapps.admin.Application
Gets an application property.
getProperty(String) - Method in class ej.wadapps.property.SharedProperties
 
getProperty(String, String) - Method in class ej.wadapps.property.SharedProperties
 
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.
getProperty(String) - Method in class org.kxml2.io.KXmlParser
 
getProperty(String) - Method in class org.kxml2.io.KXmlSerializer
 
getProperty(String) - Method in class org.kxml2.wap.WbxmlParser
 
getProperty(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
getProperty(String) - Method in interface org.xmlpull.v1.XmlPullParser
Look up the value of a property.
getProperty(String) - Method in interface org.xmlpull.v1.XmlSerializer
Look up the value of a property.
getPropertyNames() - Method in class ej.basedriver.impl.PropertiesDescriptor
 
getPropertyValues() - Method in class ej.basedriver.impl.PropertiesDescriptor
 
getProtocol() - Method in class java.net.URL
Gets the protocol name of this URL.
getProtocolVersion() - Method in class ej.websocket.http.StatusLine
 
getPushedSkin() - Method in class ej.fp.widget.Button
Gets the skin which shows the button as pressed.
getQos() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns the quality of service for this message.
getQuality() - Method in class ej.hoka.http.support.QualityArgument
Returns the quality value of this argument.
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.
getQueue() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
getRadioButtonCheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the checked radio button.
getRadioButtonUncheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the unchecked radio button.
getRadius() - Method in class ej.style.border.SimpleRoundedBorder
Gets the border radius.
getRatio() - Method in class ej.widget.container.Split
Gets the ratio.
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.
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.
getReasonCode() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns the reason code for this exception.
getReasonPhrase() - Method in class ej.websocket.http.StatusLine
 
getRed(int) - Static method in class ej.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 com.microej.profiling.internal.snapshot.PrintablePair
Gets the PrintableSnapshot used as reference.
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.
getRegistry() - Static method in class ej.components.registry.util.BundleRegistryHelper
Gets the registry declared as provider of the bundle registry service.
getRelativeX(int) - Method in class ej.mwt.Widget
Gets the x coordinate relative to the widget computed from the given absolute x coordinate.
getRelativeY(int) - Method in class ej.mwt.Widget
Gets the y coordinate relative to the widget computed from the given absolute y coordinate.
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
 
getRequestResolvers() - Method in class ej.restserver.RestServer
Gets the list of active request handlers.
getResourceAsStream() - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Gets the resource to serve as an input stream.
getResourceAsStream() - Method in class ej.restserver.endpoint.ResourceRestEndpoint
Gets the resource to serve as an input stream.
getResourceAsStream(String) - Method in interface ej.wadapps.admin.Application
Gets an input stream for reading the specified resource from the application.
getResourceName() - Method in class ej.websocket.WebSocketURI
Get the resource name, that is the name of the remote websocket endpoint.
getResourceResponse() - Method in class ej.hoka.rest.endpoint.GzipResourceEndpoint
 
getResourceResponse() - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Gets the resource to serve as an HTTP response.
getResourceResponse() - Method in class ej.restserver.endpoint.GzipResourceEndpoint
 
getResourceResponse() - Method in class ej.restserver.endpoint.ResourceRestEndpoint
Gets the resource to serve as an HTTP response.
getResponse() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the response wire message
getResponse() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getResponse() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
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
 
getReturnCode() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
getRight() - Method in class ej.style.border.ComplexRectangularBorder
Gets the right thickness.
getRight() - Method in class ej.style.outline.ComplexOutline
Gets the right thickness.
getRoot() - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Gets the root of this handler.
getRoot() - Method in class org.kxml2.kdom.Element
Returns the root node, determined by ascending to the all parents un of the root element.
getRootElement() - Method in class org.kxml2.kdom.Document
returns the root element of this document.
getRoundingMode() - Method in class java.math.MathContext
Returns the roundingMode setting.
getRoundTripTime() - Method in class android.net.SntpClient
Returns the round trip time of the NTP transaction
getRSV() - Method in class ej.websocket.frame.RawFrame
RSV are 3 bits.
getRuleStyle(Selector) - Method in class ej.style.cascading.CascadingStylesheet
 
getRuleStyle(Selector) - Method in interface ej.style.Stylesheet
Gets the style associated with a selector.
getSample() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the sample's value.
getSamplingRate() - Method in class com.microej.profiling.AutomaticProfiler
Gets the sampling rate.
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.
getScreenshotsList() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the list of screenshots for this application.
getScreenshotsList() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getSecond() - Method in class com.microej.profiling.internal.snapshot.PrintablePair
Gets the second PrintableSnapshot.
getSecurityMode() - Method in class ej.net.util.wifi.AccessPointConfiguration
Gets the security mode.
getSecurityMode(String) - Static method in class ej.net.util.wifi.SecurityUtil
Gets the SecurityMode value from its String name.
getSecurityModeText(SecurityMode) - Static method in class ej.net.util.wifi.SecurityUtil
Gets the text value of a security mode.
getSelectedIndex() - Method in class ej.widget.container.AbstractCarousel
Gets the currently selected widget index.
getSelectedItem() - Method in class ej.widget.basic.PagingIndicator
Gets the selected item.
getSelection() - Method in class ej.widget.basic.Text
Gets the part of the text that is selected.
getSelectionEnd() - Method in class ej.widget.basic.Text
Gets the end index of the selection.
getSelectionStart() - Method in class ej.widget.basic.Text
Gets the start index of the selection.
getSendStackTraceOnException() - Method in class ej.hoka.http.HTTPServer
Returns whether or not the server sends the stack trace of thrown exceptions.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number of the LogRecord.
getSerializedSize() - Method in interface com.google.protobuf.MessageLite
Get the number of bytes required to encode this message.
getServerDescriptors() - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
Gets the server descriptor.
getServerHost() - Method in class ej.aws.iot.pubsub.ConnectOptions
Gets the serverHost.
getServerHost() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Gets the serverHost.
getServerPort() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Gets the server port.
getServerPort() - Method in class ej.aws.iot.pubsub.ConnectOptions
Gets the serverPort.
getServerPort() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Gets the serverPort.
getServerURI() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Returns the address of the server used by this client.
getServerURI() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Returns the address of the server used by this client, as a URI.
getServerURI() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
getServerURI() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getServerURIs() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Return a list of serverURIs the client may connect to
getService(Class<T>) - Method in class ej.components.dependencyinjection.AbstractServiceLoader
 
getService(Class<T>, Class<? extends T>) - Method in class ej.components.dependencyinjection.AbstractServiceLoader
 
getService(Class<T>, boolean) - Method in class ej.components.dependencyinjection.AbstractServiceLoader
 
getService(Class<T>, Class<? extends T>, boolean) - Method in class ej.components.dependencyinjection.AbstractServiceLoader
 
getService(Class<T>) - Method in class ej.components.dependencyinjection.CompositeServiceLoader
 
getService(Class<T>, Class<? extends T>) - Method in class ej.components.dependencyinjection.CompositeServiceLoader
 
getService(Class<T>, boolean) - Method in class ej.components.dependencyinjection.CompositeServiceLoader
 
getService(Class<T>, Class<? extends T>, boolean) - Method in class ej.components.dependencyinjection.CompositeServiceLoader
 
getService(Class<T>) - Method in class ej.components.dependencyinjection.DefaultServiceLoader
 
getService(Class<T>, Class<? extends T>) - Method in class ej.components.dependencyinjection.DefaultServiceLoader
 
getService(Class<T>, boolean) - Method in class ej.components.dependencyinjection.DefaultServiceLoader
 
getService(Class<T>, Class<? extends T>, boolean) - Method in class ej.components.dependencyinjection.DefaultServiceLoader
 
getService(Class<T>) - Method in class ej.components.dependencyinjection.RegistryServiceLoader
 
getService(Class<T>, Class<? extends T>) - Method in class ej.components.dependencyinjection.RegistryServiceLoader
 
getService(Class<T>, boolean) - Method in class ej.components.dependencyinjection.RegistryServiceLoader
 
getService(Class<T>, Class<? extends T>, boolean) - Method in class ej.components.dependencyinjection.RegistryServiceLoader
 
getService(Class<T>) - Method in interface ej.components.dependencyinjection.ServiceLoader
Gets the instance of the given service.
getService(Class<T>, Class<? extends T>) - Method in interface ej.components.dependencyinjection.ServiceLoader
Gets the registered implementation for the given service.
getService(Class<T>, boolean) - Method in interface ej.components.dependencyinjection.ServiceLoader
Gets the registered implementation for the given service.
getService(Class<T>, Class<? extends T>, boolean) - Method in interface ej.components.dependencyinjection.ServiceLoader
Gets the registered implementation for the given service.
getService(Class<T>) - Method in class ej.components.registry.impl.AbstractRegistry
 
getService(Class<T>) - Method in interface ej.components.ServiceProvider
Gets the instance of the given service.
getService(Class<T>) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
getService(Class<T>, boolean) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
getService(Class<T>, Class<? extends T>) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
getService(Class<T>, Class<? extends T>, boolean) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
getServiceLoader() - Static method in class ej.components.dependencyinjection.ServiceLoaderFactory
Gets a service loader unique instance.
getSession() - Method in class ej.basedriver.zwave.frame.AddNodeToNetwork
 
getSession() - Method in class ej.basedriver.zwave.frame.GetInitialData
 
getSession() - Method in class ej.basedriver.zwave.frame.MemoryGetID
 
getSession() - Method in class ej.basedriver.zwave.frame.NodeProtocolInfo
 
getSession() - Method in class ej.basedriver.zwave.frame.RemoveNodeToNetwork
 
getSession() - Method in class ej.basedriver.zwave.frame.RequestFrame
 
getSession() - Method in class ej.basedriver.zwave.frame.SendData
 
getSession() - Method in class ej.basedriver.zwave.frame.SoftReset
 
getSessionByID(String) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
getSessionByID(String) - Method in interface ej.hoka.auth.SessionDataAccess
Retrieves the active session with given session ID.
getSessionByUser(String) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
getSessionByUser(String) - Method in interface ej.hoka.auth.SessionDataAccess
Retrieves the active session of the given user.
getSessionID(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Retrieves the session ID from the cookies of the request.
getSessionID(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
Retrieves the session ID from the cookies of the request.
getSessionPresent() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the session present flag from a connack
getSessionPresent() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getSessionPresent() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
getSessionPresent() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getSharedProperties() - Static method in class ej.wadapps.property.SharedPropertiesFactory
Gets the global SharedProperties.
getSharedRegistry() - Static method in class ej.wadapps.registry.SharedRegistryFactory
Gets the global registry.
getSharedTopicPrefix() - Method in interface ej.data.pubsub.MqttContext
Returns the topic prefix to use to publish data shared with other accounts.
getSharedTopicPrefix() - Method in interface ej.data.pubsub.paho.MqttAgentConfiguration
Returns the topic prefix to use to publish data shared with other accounts.
getSharedTopicPrefix() - Method in class ej.data.pubsub.paho.PahoMqttContext
 
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.
getShortMonth(int) - Method in class ej.util.text.ComputeShortFormatSymbols
 
getShortMonth(int) - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortMonths() - Method in class ej.util.text.ComputeShortFormatSymbols
 
getShortMonths() - Method in class java.text.DateFormatSymbols
Gets short month strings.
getShortWeekday(int) - Method in class ej.util.text.ComputeShortFormatSymbols
 
getShortWeekday(int) - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getShortWeekdays() - Method in class ej.util.text.ComputeShortFormatSymbols
 
getShortWeekdays() - Method in class java.text.DateFormatSymbols
Gets short weekday strings.
getSize() - Method in interface com.microej.paho.client.mqttv3.CertificateProvider
Returns the number of certificates provides by this provider.
getSize() - Method in class ej.basedriver.zwave.util.Queue
Returns the numbers of elements in this queue.
getSize() - Method in class ej.style.font.FontProfile
Gets the font size.
getSize() - Method in class org.eclipse.paho.client.mqttv3.internal.security.ResourceCertificates
 
getSizeValue() - Method in class ej.style.font.FontProfile
Gets the font size value.
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
 
getSliderCursorPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the slider cursor.
getSliderHorizontalBarPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the slider horizontal bar.
getSliderVerticalBarPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the slider vertical bar.
getSocketFactory() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the socket factory that will be used when connecting, or null if one has not been set.
getSoftAPConfiguration() - Method in interface com.microej.example.wifi.setup.ConfigurationManager
Gets the SoftAPConfiguration to use for the Soft AP.
getSoftAPConfiguration() - Method in class com.microej.example.wifi.setup.DefaultConfigurationManager
 
getSoftAPConfiguration() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the softAPConfiguration.
getSource() - Method in class ej.widget.basic.Image
Gets the displayed source of the image.
getSource() - Method in class ej.widget.composed.ButtonImage
Deprecated.
Gets the image displayed by this button.
getSpecificity() - Method in class ej.style.selector.AttributeSetSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValueContainSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValueEndSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValueListSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValuePrefixSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValueSelector
 
getSpecificity() - Method in class ej.style.selector.AttributeValueStartSelector
 
getSpecificity() - Method in class ej.style.selector.ClassSelector
 
getSpecificity() - Method in class ej.style.selector.combinator.Combinator
 
getSpecificity() - Method in class ej.style.selector.EvenChildSelector
 
getSpecificity() - Method in class ej.style.selector.FirstChildSelector
 
getSpecificity() - Method in interface ej.style.Selector
Gets the selector specificity.
getSpecificity() - Method in class ej.style.selector.IDSelector
 
getSpecificity() - Method in class ej.style.selector.InstanceSelector
 
getSpecificity() - Method in class ej.style.selector.LastChildSelector
 
getSpecificity() - Method in class ej.style.selector.NotSelector
 
getSpecificity() - Method in class ej.style.selector.NthChildSelector
 
getSpecificity() - Method in class ej.style.selector.OddChildSelector
 
getSpecificity(int, int, int, int) - Static method in class ej.style.selector.SpecificityHelper
Computes the specificity for the given four numbers a, b, c and d.
getSpecificity() - Method in class ej.style.selector.StateSelector
 
getSpecificity() - Method in class ej.style.selector.TypeNameSelector
 
getSpecificity() - Method in class ej.style.selector.TypeOrSubtypeSelector
 
getSpecificity() - Method in class ej.style.selector.TypeSelector
 
getSpecificity() - Method in class ej.style.selector.UniversalSelector
 
getSSID() - Method in class ej.net.util.wifi.AccessPointConfiguration
Gets the Service Set IDentification (SSID).
getSslContext(Properties, CertificateLoader) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the SSL Context for AWS.
getSslContext(KeyManager[], TrustManager[]) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the SSL Context for AWS.
getSslContext() - Method in class ej.aws.iot.pubsub.ConnectOptions
Gets the sslContext.
getSslContext() - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Gets the sslContext.
getSSLProperties() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the SSL properties for the connection.
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
 
getStandalone() - Method in class org.kxml2.kdom.Document
 
getStart() - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Gets the base snapshot.
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 com.microej.example.wifi.setup.rest.RestSoftAPConnector
Gets the server state.
getState() - Method in interface ej.basedriver.Controller
Returns the actual state on the controller.
getState() - Method in class ej.basedriver.ControllerProxy
 
getState() - Method in interface ej.basedriver.event.ControllerEvent
 
getState() - Method in class ej.basedriver.event.ControllerEventProxy
 
getState() - Method in interface ej.basedriver.event.DryContactEvent
 
getState() - Method in class ej.basedriver.event.DryContactEventProxy
 
getState() - Method in class ej.basedriver.event.impl.DefaultControllerEvent
 
getState() - Method in class ej.basedriver.event.impl.DefaultDryContactEvent
 
getState() - Method in class ej.basedriver.event.impl.DefaultSwitchStateEvent
 
getState() - Method in interface ej.basedriver.event.SwitchStateEvent
 
getState() - Method in class ej.basedriver.event.SwitchStateEventProxy
 
getState() - Method in class ej.basedriver.impl.AbstractController
 
getState() - Method in interface ej.wadapps.admin.Application
Returns the current application state.
getState() - Method in class sun.net.ProgressEvent
Return state.
getState() - Method in class sun.net.ProgressSource
Return state.
getStatus() - Method in class ej.hoka.http.HTTPResponse
Returns the response status.
getStatusCode() - Method in class ej.websocket.http.StatusLine
 
getStatusLine() - Method in class ej.websocket.http.HttpResponse
 
getStop(int, int) - Method in class ej.widget.container.transition.FadeScreenshotTransitionContainer
 
getStop(int, int) - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
Gets the stop value of the motion.
getStop(int, int) - Method in class ej.widget.container.transition.SlideScreenshotTransitionContainer
 
getStop(int, int) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
 
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
 
getString(byte, byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
Gets the string value of a type from the payload.
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(Element) - Method in class ej.style.cascading.CascadingStylesheet
 
getStyle() - Method in class ej.style.font.FontProfile
Gets the font style.
getStyle(Element) - Method in interface ej.style.Stylesheet
Gets the style for the given element.
getStyle() - Method in class ej.style.util.ElementAdapter
Gets the current style of the element.
getStyle() - Method in class ej.widget.StyledComposite
 
getStyle() - Method in class ej.widget.StyledDesktop
 
getStyle() - Method in class ej.widget.StyledDialog
 
getStyle() - Method in class ej.widget.StyledPanel
 
getStyle() - Method in interface ej.widget.StyledRenderable
Gets the current style of the renderable.
getStyle() - Method in class ej.widget.StyledWidget
 
getStylesheet() - Static method in class ej.style.util.StyleHelper
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.
getSupportedModes() - Method in interface ej.basedriver.Thermostat
Gets the modes managed by the thermostat.
getSupportedModes() - Method in class ej.basedriver.ThermostatProxy
 
getSupportedModes() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
getSwitchCheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the checked switch.
getSwitchUncheckedPath() - Method in interface ej.widget.basic.image.ImageTheme
Gets the path of the image corresponding to the unchecked switch.
getTabSize() - Method in interface ej.jsonpath.parser.CharStream
 
getTabSize() - Method in class ej.jsonpath.parser.SimpleCharStream
 
getTag() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the tag.
getTag() - Method in interface ej.wadapps.app.Notification
Gets the notification tag.
getTagFieldNumber(int) - Static method in class com.google.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTargetTemperature() - Method in class com.microej.demo.thermorest.model.ThermostatModel
Gets the target temperature.
getTemperature() - Method in class com.microej.demo.thermorest.model.ThermostatModel
Gets the temperature.
getTestClass() - Method in class ej.junit.AbstractAllTestClassesWrapper
 
getTestClass() - Method in class ej.junit.AbstractTestWrapper
 
getTestClass() - Method in interface ej.junit.TestWrapper
 
getText() - Method in class ej.widget.basic.Label
Gets the displayed text of this label.
getText() - Method in class ej.widget.basic.Password
 
getText() - Method in class ej.widget.basic.Text
Gets the full text of the text field.
getText() - Method in class ej.widget.composed.Button
Deprecated.
Gets the text displayed by this button.
getText() - Method in class ej.widget.composed.Toggle
Gets the text displayed by this toggle.
getText() - Method in class org.kxml2.io.KXmlParser
 
getText(int) - Method in class org.kxml2.kdom.Node
Returns the text node with the given index or null if the node with the given index is not a text node.
getText() - Method in class org.kxml2.wap.WbxmlParser
 
getText() - Method in interface org.xmlpull.v1.XmlPullParser
Returns the text content of the current event as String.
getTextCharacters(int[]) - Method in class org.kxml2.io.KXmlParser
 
getTextCharacters(int[]) - Method in class org.kxml2.wap.WbxmlParser
 
getTextCharacters(int[]) - Method in interface org.xmlpull.v1.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getTextLength() - Method in class ej.widget.basic.Text
Gets the full text length of the text field.
getTextManager() - Method in class ej.style.Style
Gets the text manager.
getThickness() - Method in class ej.style.border.SimpleRectangularBorder
Gets the thickness.
getThickness() - Method in class ej.style.border.SimpleRoundedBorder
Gets the thickness.
getThickness() - Method in class ej.style.outline.SimpleOutline
Gets the thickness.
getThingId() - Method in class ej.aws.iot.pubsub.ConnectOptions
Gets the thingId.
getThread() - Method in class com.microej.profiling.internal.snapshot.ThreadInfo
Gets the Thread.
getThread() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
Returns the thread used by this callback.
getThrown() - Method in class java.util.logging.LogRecord
Get the throwable associated with this log record, if any.
getTimeInstance() - Static method in class java.text.DateFormat
Gets the time formatter with the default formatting style.
getTimeInstance(int) - Static method in class java.text.DateFormat
Gets the time formatter with the given formatting style.
getTimeToWait() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Return the maximum time to wait for an action to complete.
getToggle() - Method in class ej.widget.composed.ToggleWrapper
Gets the toggle.
getToggle() - Method in class ej.widget.util.ToggleHelper
Gets the toggle.
getToggles() - Method in class ej.widget.toggle.ToggleGroup
Gets the toggles list.
getToken(int) - Method in class ej.jsonpath.parser.JSONPathCompiler
Get the specific Token.
getToken(MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
Based on the message type that has just been received return the associated token from the token store or null if one does not exist.
getToken(String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
getTop() - Method in class ej.style.border.ComplexRectangularBorder
Gets the top thickness.
getTop() - Method in class ej.style.outline.ComplexOutline
Gets the top thickness.
getTopic(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Get a topic object which can be used to publish messages.
getTopic(String) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
getTopic(String) - Method in interface org.eclipse.paho.client.mqttv3.internal.DestinationProvider
 
getTopic(String) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Get a topic object which can be used to publish messages.
getTopic(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
getTopicName() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getTopics() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns the topic string(s) for the action being tracked by this token.
getTopics() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getTopics() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getTotal() - Method in class com.microej.profiling.profiler.HeapProfiler
 
getTotal() - Method in class com.microej.profiling.profiler.ImmortalsProfiler
 
getTotal() - Method in class com.microej.profiling.profiler.MemoryProfiler
Gets the total memory available.
getTotalBytesRead() - Method in class com.google.protobuf.CodedInputStream
The total bytes read up to the current position.
getTrackLineColumn() - Method in interface ej.jsonpath.parser.CharStream
 
getTrackLineColumn() - Method in class ej.jsonpath.parser.SimpleCharStream
 
getTransferCodingHandler(String) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Return the IHTTPEncodingHandler corresponding to the given encoding.
getTransitionManager() - Method in class ej.widget.navigation.Navigator
Deprecated.
Gets the transition manager.
getTransparentImage(byte) - Method in interface ej.fp.Image
Gets a transparent image of the image.
getTreeDepth() - Method in class com.google.protobuf.ByteString
Return the depth of the tree representing this ByteString, if any, whose root is this node.
getTrustManagers(CertificateLoader, Properties) - Static method in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
Gets the trust managers, generated based on the property :
- "aws.certificate.list": a list of certificate to load separated by comma.
getType() - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Gets the type.
getType() - Method in class com.microej.profiling.internal.snapshot.Snapshot
Gets the type of snapshot.
getType() - Method in class com.microej.profiling.profiler.HeapProfiler
 
getType() - Method in class com.microej.profiling.profiler.ImmortalsProfiler
 
getType() - Method in class com.microej.profiling.profiler.MemoryProfiler
Gets the type of memory.
getType() - Method in interface ej.basedriver.ThermostatMode
Gets the name of the mode.
getType() - Method in class ej.basedriver.ThermostatModeProxy
 
getType() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
getType() - Method in class ej.basedriver.zwave.frame.DataFrame
 
getType(int) - Static method in class ej.fp.event.MicroUIEventGenerator
Returns the type (i.e.
getType() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Returns the type of the message.
getType(int) - Method in class org.kxml2.kdom.Node
Returns the type of the child at the given index.
getUncheckedImagePath() - Method in class ej.widget.basic.image.ImageCheck
 
getUncheckedImagePath() - Method in class ej.widget.basic.image.ImageRadio
 
getUncheckedImagePath() - Method in class ej.widget.basic.image.ImageSwitch
 
getUncheckedImagePath() - Method in class ej.widget.basic.image.ImageToggle
Gets the path of the image corresponding to the unchecked state of the toggle.
getUncheckedPicto() - Method in class ej.widget.basic.picto.PictoCheck
 
getUncheckedPicto() - Method in class ej.widget.basic.picto.PictoRadio
 
getUncheckedPicto() - Method in class ej.widget.basic.picto.PictoSwitch
 
getUncheckedPicto() - Method in class ej.widget.basic.picto.PictoToggle
Gets the picto corresponding to the unchecked state of the toggle.
getUnderlyingElements() - Method in class com.google.protobuf.LazyStringArrayList
 
getUnderlyingElements() - Method in interface com.google.protobuf.LazyStringList
Returns an unmodifiable List of the underlying elements, each of which is either a String or its equivalent UTF-8 encoded ByteString.
getUnderlyingElements() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
getUnfinishedMessage() - Method in exception com.google.protobuf.InvalidProtocolBufferException
Returns the unfinished message attached to the exception, or null if no message is attached.
getUnit() - Method in class com.microej.demo.thermorest.model.ThermostatModel
Gets the unit.
getUnmodifiable() - Method in class com.google.protobuf.ExtensionRegistryLite
Returns an unmodifiable view of the registry.
getURI() - Method in class ej.hoka.http.HTTPRequest
Returns the request URI.
getURI() - Method in class ej.hoka.rest.RestEndpoint
Gets this endpoint URI.
getURI() - Method in class ej.restserver.RestEndpoint
Gets this endpoint URI.
getURI() - Method in class ej.websocket.WebSocket
 
getUrl() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnectionInfo
Returns the URL of the application store or null if not defined or not accessible.
getUrl() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
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
 
getUrlDecoder() - Static method in class java.util.Base64
Returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme.
getUrlEncoder() - Static method in class java.util.Base64
Returns a Base64.Encoder that encodes using the URL and Filename safe type base64 encoding scheme.
getURLFile() - Method in class sun.net.www.http.HttpClient
 
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
 
getUserClass(Class<?>, Class<?>, String) - Method in class ej.fp.FrontPanel
Gets the class whose name is classname.
getUserContext() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Retrieve the context associated with an action.
getUserContext() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getUserContext() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
getUserEmail() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnectionInfo
Returns the e-mail address of the user connected to the application store or null if not defined or not accessible.
getUserEmail() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
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.
getUserName() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnectionInfo
Returns the user name used to connect to the application store or null if not defined or not accessible.
getUserName() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
getUserName() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the user name to use for the connection.
getValue() - Method in class ej.basedriver.event.impl.DefaultMultilevelSensorEvent
 
getValue(ThermostatMode) - Method in class ej.basedriver.event.impl.DefaultThermostatEvent
 
getValue() - Method in interface ej.basedriver.event.MultilevelSensorEvent
 
getValue() - Method in class ej.basedriver.event.MultilevelSensorEventProxy
 
getValue(ThermostatMode) - Method in interface ej.basedriver.event.ThermostatEvent
Gets the value for a specific mode.
getValue(ThermostatMode) - Method in class ej.basedriver.event.ThermostatEventProxy
 
getValue() - Method in class ej.jsonpath.parser.Token
An optional attribute value of the Token.
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 interface ej.wadapps.management.ExtraMetadata
Gets the value of this extra metadata.
getValue() - Method in class ej.wadapps.management.ExtraMetadataProxy
 
getValue() - Method in class ej.websocket.http.Header
 
getValue() - Method in class ej.widget.basic.BoundedRange
Gets the bounded range's current value from the model.
getValue() - Method in class ej.widget.basic.drawing.Scrollbar
Gets the current value.
getValue() - Method in interface ej.widget.model.BoundedRangeModel
Gets the current value.
getValue() - Method in class ej.widget.model.DefaultBoundedRangeModel
 
getValue() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteInteger
Returns the value of this MBI.
getValue(int) - Method in class sun.net.www.MessageHeader
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingResp
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubAck
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubComp
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRec
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRel
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSuback
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubAck
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
 
getVariableHeader() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
getVersion() - Method in class ej.hoka.http.HTTPRequest
Returns the HTTP version request.
getVersion() - Method in interface ej.wadapps.admin.Application
Gets the application version.
getVersion() - Method in interface ej.wadapps.management.ApplicationMetadata
Gets the application version.
getVersion() - Method in class ej.wadapps.management.ApplicationMetadataProxy
 
getVisibilityLevel() - Method in class ej.widget.basic.drawing.Scrollbar
From GraphicsContext#TRANSPARENT (hidden) to GraphicsContext#OPAQUE (fully visible).
getWakeupQueue() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
getWapCode() - Method in class org.kxml2.wap.WbxmlParser
Returns the token ID for start tags or the event type for wap proprietary events such as OPAQUE.
getWapExtensionData() - Method in class org.kxml2.wap.WbxmlParser
 
getWatchdog() - Method in class ej.automaton.AutomatonManager
Returns the watchdog of this automaton manager.
getWeekday(int) - Method in class java.text.DateFormatSymbols
Gets weekday strings.
getWeekdays() - Method in class java.text.DateFormatSymbols
Gets weekday strings.
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(int) - Method in class ej.mwt.Composite
Gets the widget at the specified position in this composite.
getWidget() - Method in class ej.mwt.Panel
Gets the widget attached to this panel.
getWidget(int) - Method in class ej.widget.container.List
 
getWidgetAt(int, int) - Method in class ej.mwt.Composite
Returns the child widget that is at the specified location.
getWidgetAt(int, int) - Method in class ej.mwt.Panel
Returns the child widget at the specified location.
getWidgetAt(int, int) - Method in class ej.mwt.Widget
Gets the widget at the specified location.
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.
getWidgets() - Method in class ej.mwt.Composite
Gets the list of children in this composite.
getWidgets() - Method in class ej.widget.container.List
 
getWidgetsCount() - Method in class ej.mwt.Composite
Gets the number of children in this composite.
getWidgetsCount() - Method in class ej.widget.container.List
 
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.mwt.Desktop
Returns the width of this desktop: it is equal to the width of its associated display.
getWidth() - Method in class ej.mwt.Panel
 
getWidth() - Method in interface ej.mwt.Renderable
Gets the width of this renderable.
getWidth() - Method in class ej.mwt.Widget
 
getWidth() - Method in class ej.style.container.Rectangle
Gets the width.
getWidth() - Method in interface ej.wadapps.management.ImageInfo
Gets the image width.
getWidth() - Method in class ej.wadapps.management.ImageInfoProxy
 
getWidth() - Method in exception java.util.IllegalFormatWidthException
Returns the width
getWifiInterface() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the wifi Interface.
getWifiManager() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets the Wi-FI manager used.
getWillDestination() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the topic to be used for last will and testament (LWT).
getWillMessage() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns the message to be sent as last will and testament (LWT).
getWireMessage() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
getWireType() - Method in enum com.google.protobuf.WireFormat.FieldType
 
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.mwt.Desktop
Returns the x coordinate of this desktop, which is always 0.
getX() - Method in class ej.mwt.Panel
 
getX() - Method in interface ej.mwt.Renderable
Gets the x coordinate of this renderable, relative to its parent.
getX() - Method in class ej.mwt.Widget
 
getX() - Method in class ej.style.container.Rectangle
Gets the x coordinate.
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.mwt.Desktop
Returns the y coordinate of this desktop, which is always 0.
getY() - Method in class ej.mwt.Panel
 
getY() - Method in interface ej.mwt.Renderable
Gets the y coordinate of this renderable, relative to its parent.
getY() - Method in class ej.mwt.Widget
 
getY() - Method in class ej.style.container.Rectangle
Gets the y coordinate.
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
This is a name for the global logger.
goBackward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
goBackward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
goBackward() - Method in class ej.widget.navigation.Navigator
Deprecated.
Shows the previous page.
goBackward() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
 
goBackward() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Shows the previous page.
goForward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorReference
Deprecated.
 
goForward() - Method in class ej.widget.navigation.navigator.ChainedNavigatorURL
Deprecated.
 
goForward() - Method in class ej.widget.navigation.Navigator
Deprecated.
Shows the next page.
goForward() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Shows the next page.
GOING_AWAY - Static variable in class ej.websocket.CloseCodes
1001 indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.
googlecloud.iotcore - package googlecloud.iotcore
A higher level API using Device concepts from Google Cloud IoT Core.
googlecloud.iotcore.pubsub - package googlecloud.iotcore.pubsub
A MQTT client for Google Cloud Platform IoT Core.
googlecloud.iotcore.pubsub.jwt - package googlecloud.iotcore.pubsub.jwt
JSON Web Token utilities.
goTo(int) - Method in class ej.widget.container.AbstractCarousel
Selects a widget from its index.
goTo(int, long) - Method in class ej.widget.container.AbstractCarousel
Animates the selection of a widget from its index.
goToNext() - Method in class ej.widget.container.AbstractCarousel
Selects the next widget.
goToNext(int) - Method in class ej.widget.container.AbstractCarousel
Animates the selection of the next widget.
goToPrevious() - Method in class ej.widget.container.AbstractCarousel
Selects the previous widget.
goToPrevious(int) - Method in class ej.widget.container.AbstractCarousel
Animates the selection of the previous widget.
goToSleep() - Method in class ej.fp.util.ThirdEventThread
Sleeps the thread.
GradientHelper - Class in ej.color
Gradient utilities.
Grid - Class in ej.widget.container
Lays out its children in a grid.
Grid() - Constructor for class ej.widget.container.Grid
Creates a horizontal grid composite.
Grid(boolean, int) - Constructor for class ej.widget.container.Grid
Creates a grid composite specifying its orientation and number of widgets per line/column (depending on the orientation chosen via the horizontal parameter).
Group - Class in com.microej.profiling
A group of sampling used to gets the statistics values on a SampleProfiler.
Group(String) - Constructor for class com.microej.profiling.Group
Instantiates a Group.
GROUP_SEPARATOR - Static variable in interface ej.widget.util.ControlCharacters
GROUPS - Static variable in interface com.microej.profiling.internal.Strings
GROUPS.
GT - Static variable in class org.json.me.util.XML
The Character '>'.
GZIP_FILE_EXTENSION - Static variable in class ej.hoka.rest.endpoint.GzipResourceEndpoint
Gzip file extension.
GZIP_FILE_EXTENSION - Static variable in class ej.restserver.endpoint.GzipResourceEndpoint
Gzip file extension.
GzipResourceEndpoint - Class in ej.hoka.rest.endpoint
A static resource end-point to serve gzip files.
GzipResourceEndpoint(String, String) - Constructor for class ej.hoka.rest.endpoint.GzipResourceEndpoint
Creates a static gzip resource end-point that responds to given URI and serves given resource.
GzipResourceEndpoint(String, String, String) - Constructor for class ej.hoka.rest.endpoint.GzipResourceEndpoint
Creates a static gzip resource end-point that responds to given URI and serves given resource.
GzipResourceEndpoint - Class in ej.restserver.endpoint
A static resource end-point to serve gzip files.
GzipResourceEndpoint(String, String) - Constructor for class ej.restserver.endpoint.GzipResourceEndpoint
Creates a static gzip resource end-point that responds to given URI and serves given resource.
GzipResourceEndpoint(String, String, String) - Constructor for class ej.restserver.endpoint.GzipResourceEndpoint
Creates a static gzip resource end-point that responds to given URI and serves given resource.

H

HALF_PRECISION_FLOAT - Static variable in interface ej.cbor.CborConstants
Denotes a half-precision float (two-byte IEEE 754, see #MT_FLOAT).
halt() - Method in class ej.basedriver.zwave.ZwaveReceiveThread
 
halt() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
handle(ZwaveController, DataFrame) - Static method in class ej.basedriver.zwave.Handlers
Handle a controller frame.
handleError(E) - Method in interface ej.basedriver.event.EventHandler
 
handleError(E) - Method in class ej.basedriver.event.EventHandlerProxy
 
handleEvent(E) - Method in interface ej.basedriver.event.EventHandler
 
handleEvent(E) - Method in class ej.basedriver.event.EventHandlerProxy
 
handleEvent(int) - Method in class ej.eventswatcher.EventsWatcher
 
handleEvent(int) - Method in class ej.mwt.Composite
Called by the system if a child of this composite is the owner of the focus of the active panel (recursively) and have not consumed the specified event.
handleEvent(int) - Method in class ej.mwt.Desktop
Called by the system if no widget nor panel in the focused hierarchy has consumed the event.
handleEvent(int) - Method in class ej.mwt.DesktopEventManagementPolicy
 
handleEvent(int) - Method in class ej.mwt.Panel
Called by the system if this is the active panel and if no widget in the hierarchy of the focused widget has consumed the event.
handleEvent(int) - Method in interface ej.mwt.Renderable
Called by the system when an event occurred.
Pointer related events are sent to the pointed renderable.
handleEvent(int) - Method in class ej.mwt.Widget
Called by the system if the widget is the owner of the focus of the active panel.
handleEvent(int) - Method in class ej.watchdog.EventsFeeder
 
handleEvent(int) - Method in class ej.widget.basic.AbstractSlider
 
handleEvent(int) - Method in class ej.widget.basic.Button
 
handleEvent(int) - Method in class ej.widget.basic.ButtonImage
 
handleEvent(int) - Method in class ej.widget.basic.Text
 
handleEvent(int) - Method in class ej.widget.composed.ButtonWrapper
 
handleEvent(int) - Method in class ej.widget.composed.ToggleWrapper
 
handleEvent(int) - Method in class ej.widget.container.AbstractCarousel
 
handleEvent(int) - Method in class ej.widget.container.Scroll
 
handleEvent(int) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
handleEvent(int) - Method in class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
Deprecated.
 
handleEvent(int) - Method in class ej.widget.navigation.transition.HorizontalTransitionManager
Deprecated.
 
handleEvent(int) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Handles an event that occurs on the navigation container.
handleEvent(int) - Method in class ej.widget.util.ButtonHelper
 
handleEvent(int) - Method in class ej.widget.util.SwipeEventHandler
 
handleEvent(int) - Method in class ej.widget.util.ToggleHelper
 
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
 
handleRequest(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.AddNodeToNetwork
 
handleRequest(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.RemoveNodeToNetwork
 
handleRequest(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.RequestFrame
 
handleRequest(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.SendData
 
handleResponse(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.GetInitialData
 
handleResponse(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.MemoryGetID
 
handleResponse(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.NodeProtocolInfo
 
handleResponse(ZwaveController, DataFrame) - Method in class ej.basedriver.zwave.frame.RequestFrame
 
Handlers - Class in ej.basedriver.zwave
Handlers for the data.
Handlers() - Constructor for class ej.basedriver.zwave.Handlers
 
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.
hasBacklight() - Method in class ej.fp.widget.Display
Overrides default behavior: backlight is always available on a pixalated display.
hasBacklight() - Method in class ej.fp.widget.MicroUIDisplay
Returns true if the display holds a backlight.
hasCapability(int) - Method in class android.net.NetworkCapabilities
Tests for the presence of a capability on this instance.
hasChanged() - Method in class ej.observable.Observable
Gets whether or not this object has changed.
hasClassSelector(String) - Method in interface ej.style.Element
Gets whether or not the element has the given class selector.
hasClassSelector(String) - Method in class ej.style.util.ElementAdapter
 
hasClassSelector(String) - Method in class ej.widget.StyledComposite
 
hasClassSelector(String) - Method in class ej.widget.StyledDesktop
 
hasClassSelector(String) - Method in class ej.widget.StyledDialog
 
hasClassSelector(String) - Method in class ej.widget.StyledPanel
 
hasClassSelector(String) - Method in class ej.widget.StyledWidget
 
hasExtendedLength() - Method in class ej.websocket.frame.RawFrame
Tell whether this frame has an extended length field.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Check if a singular extension is present.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Check if a singular extension is present.
hasExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>) - Method in interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
Check if a singular extension is present.
hasFocus() - Method in class ej.mwt.Widget
Gets whether or not this widget is the focus owner of its panel and its panel is the active one.
hash(Object...) - Static method in class java.util.Objects
Generates a hash code for a sequence of input values.
hashCode() - Method in class android.net.NetworkCapabilities
 
hashCode() - Method in class android.net.NetworkRequest
 
hashCode() - Method in class com.google.protobuf.ByteString
Return a non-zero hashCode depending only on the sequence of bytes in this ByteString.
hashCode() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
hashCode() - Method in class ej.basictool.map.AbstractPackedMap
Returns the hash code value for this map.
hashCode() - Method in class ej.cbor.CborType
 
hashCode() - Method in class ej.style.background.AbstractImageBackground
 
hashCode() - Method in class ej.style.background.PlainBackground
 
hashCode() - Method in class ej.style.background.SimpleImageBackground
 
hashCode() - Method in class ej.style.background.SimpleRoundedPlainBackground
 
hashCode() - Method in class ej.style.background.TiledImageBackground
 
hashCode() - Method in class ej.style.border.ComplexRectangularBorder
 
hashCode() - Method in class ej.style.border.ComplexRectangularColoredBorder
 
hashCode() - Method in class ej.style.border.SimpleRectangularBorder
 
hashCode() - Method in class ej.style.border.SimpleRoundedBorder
 
hashCode() - Method in class ej.style.dimension.FixedDimension
 
hashCode() - Method in class ej.style.dimension.RelativeDimension
 
hashCode() - Method in class ej.style.font.FontProfile
 
hashCode() - Method in class ej.style.outline.ComplexOutline
 
hashCode() - Method in class ej.style.outline.SimpleOutline
 
hashCode() - Method in class ej.style.selector.AttributeSetSelector
 
hashCode() - Method in class ej.style.selector.AttributeValueContainSelector
 
hashCode() - Method in class ej.style.selector.AttributeValueEndSelector
 
hashCode() - Method in class ej.style.selector.AttributeValueListSelector
 
hashCode() - Method in class ej.style.selector.AttributeValuePrefixSelector
 
hashCode() - Method in class ej.style.selector.AttributeValueSelector
 
hashCode() - Method in class ej.style.selector.AttributeValueStartSelector
 
hashCode() - Method in class ej.style.selector.ClassSelector
 
hashCode() - Method in class ej.style.selector.combinator.Combinator
 
hashCode() - Method in class ej.style.selector.EvenChildSelector
 
hashCode() - Method in class ej.style.selector.FirstChildSelector
 
hashCode() - Method in class ej.style.selector.IDSelector
 
hashCode() - Method in class ej.style.selector.InstanceSelector
 
hashCode() - Method in class ej.style.selector.LastChildSelector
 
hashCode() - Method in class ej.style.selector.NotSelector
 
hashCode() - Method in class ej.style.selector.NthChildSelector
 
hashCode() - Method in class ej.style.selector.OddChildSelector
 
hashCode() - Method in class ej.style.selector.StateSelector
 
hashCode() - Method in class ej.style.selector.TypeNameSelector
 
hashCode() - Method in class ej.style.selector.TypeOrSubtypeSelector
 
hashCode() - Method in class ej.style.selector.TypeSelector
 
hashCode() - Method in class ej.style.selector.UniversalSelector
 
hashCode() - Method in class ej.style.Style
 
hashCode() - Method in class ej.style.text.ComplexTextManager
 
hashCode() - Method in class ej.style.text.SimpleTextManager
 
hashCode() - Method in class java.math.BigDecimal
Returns the hash code for this BigDecimal.
hashCode() - Method in class java.math.BigInteger
Returns the hash code for this BigInteger.
hashCode() - Method in class java.math.MathContext
Returns the hash code for this MathContext.
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(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(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 sun.net.www.protocol.https.HttpsURLConnectionImpl
 
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).
hasInternet() - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Checks whether the call back had been called for Internet.
hasMoreElements() - Method in class ej.data.AbstractDataReader
 
hasMoreElements() - Method in interface ej.data.DataReader
Tells whether the current collection has more elements.
hasMoreElements() - Method in class java.util.StringTokenizer
Returns the same value as the hasMoreTokens method.
hasMoreElements0() - Method in class ej.data.AbstractDataReader
 
hasMoreElements0() - Method in class ej.data.cbor.DataReaderCBOR
 
hasMoreElements0() - Method in class ej.data.json.DataReaderJSON
 
hasMoreTokens() - Method in class java.util.StringTokenizer
Tests if there are more tokens available from this tokenizer's string.
hasRemaining() - Method in class java.nio.Buffer
Tells whether there are any elements between the current position and the limit.
hasValidOpcode() - Method in class ej.websocket.frame.RawFrame
Test the opcode of this frame against possible opcodes provided by RFC6455.
HCENTER - Static variable in interface ej.mwt.MWT
Constant for alignment behavior.
Header - Class in ej.websocket.http
HTTP header field as described by RFC 2616, section 6.2.
HeadlessThermostat - Class in com.microej.demo.thermorest
A thermostat using a HTTP server providing a web view to manage the a thermostat.
HeadlessThermostat() - Constructor for class com.microej.demo.thermorest.HeadlessThermostat
Instantiates an HeadlessThermostat with a ThermostatModel available by the ServiceLoader.
HeadlessThermostat(ThermostatModel) - Constructor for class com.microej.demo.thermorest.HeadlessThermostat
Instantiates a HeadlessThermostat with a specific ThermostatModel.
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
 
HEAP - Static variable in interface com.microej.profiling.internal.Strings
HEAP.
HeapProfiler - Class in com.microej.profiling.profiler
Profile the heap memory usage.
HeapProfiler() - Constructor for class com.microej.profiling.profiler.HeapProfiler
Instantiates a MemoryProfiler.
HEAT - Static variable in interface ej.basedriver.ThermostatMode
Continuous heating only.
HELP - Static variable in class ej.fp.event.MicroUICommand
The "help" command constant.
hide() - Method in class ej.mwt.Panel
Requests the panel be hidden.
hide(Activity) - Method in interface ej.wadapps.management.ActivitiesScheduler
Asks to hide an activity.
hide() - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
hide() - Method in class ej.widget.basic.drawing.Scrollbar
Hides the scrollbar.
hide() - Method in class ej.widget.basic.PagingIndicator
Hides the scroll indicator.
hideNotify() - Method in class ej.mwt.Composite
This method is called as soon as the renderable is hidden.
hideNotify() - Method in class ej.mwt.Desktop
The desktop is hidden from its display.
hideNotify() - Method in class ej.mwt.Panel
This method is called as soon as the renderable is hidden.
hideNotify() - Method in interface ej.mwt.Renderable
This method is called as soon as the renderable is hidden.
hideNotify() - Method in class ej.mwt.Widget
 
hideNotify() - Method in class ej.widget.basic.AbstractProgress
 
hideNotify() - Method in class ej.widget.basic.AnimatedImage
 
hideNotify() - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
hideNotify() - Method in class ej.widget.basic.drawing.Scrollbar
 
hideNotify() - Method in class ej.widget.basic.Password
 
hideNotify() - Method in class ej.widget.basic.Text
 
hideNotify() - Method in class ej.widget.container.AbstractCarousel
 
hideNotify() - Method in class ej.widget.container.Scroll
 
hideNotify() - Method in class ej.widget.container.transition.TransitionContainer
 
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
 
HIGHLIGHT_SYMBOL - Static variable in interface com.microej.profiling.internal.Strings
HIGHLIGHT_SYMBOL.
HistorizedNavigator - Class in ej.widget.navigation.navigator
Deprecated.
HistorizedNavigator() - Constructor for class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Creates a historized navigator with a class name URL resolver and a pages stack with references.
HistorizedNavigator(URLResolver, PageStack) - Constructor for class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Creates a historized navigator.
HORIZONTAL - Static variable in interface ej.mwt.MWT
Constant for alignment or orientation behavior.
horizontal - Variable in class ej.widget.basic.drawing.Slider
The orientation of the slider.
horizontal - Variable in class ej.widget.container.AbstractCarousel
Whether the carousel is horizontal or not.
horizontal - Variable in class ej.widget.container.Flow
Lay out direction.
HORIZONTAL_TAB - Static variable in interface ej.widget.util.ControlCharacters
Position to the next character tab stop.
HorizontalScreenshotTransitionManager - Class in ej.widget.navigation.transition
Deprecated.
HorizontalScreenshotTransitionManager() - Constructor for class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
Deprecated.
 
HorizontalTransitionManager - Class in ej.widget.navigation.transition
Deprecated.
HorizontalTransitionManager() - Constructor for class ej.widget.navigation.transition.HorizontalTransitionManager
Deprecated.
 
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.
HSCROLL - Static variable in interface ej.mwt.MWT
Constant for scrolling behavior.
HT - Static variable in class ej.hoka.http.support.CharacterSeparatedList
Horizontal TAB character.
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_METHOD_DELETE - Static variable in class ej.hoka.http.HTTPConstants
HTTP DELETE method token as String.
HTTP_METHOD_GET - Static variable in class ej.hoka.http.HTTPConstants
HTTP GET method token as String.
HTTP_METHOD_POST - Static variable in class ej.hoka.http.HTTPConstants
HTTP POST method token as String.
HTTP_METHOD_PUT - Static variable in class ej.hoka.http.HTTPConstants
HTTP PUT method token as String.
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_RESPONSE - Static variable in class ej.hoka.log.Messages
A response has been sent.
HTTP_SEE_OTHER - Static variable in class java.net.HttpURLConnection
HTTP Status-Code 303: See Other.
HTTP_SERVER_ERROR - Static variable in class java.net.HttpURLConnection
Deprecated.
it is misplaced and shouldn't have existed.
HTTP_STATUS_BADREQUEST - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 400: the request is not valid.
HTTP_STATUS_FORBIDDEN - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 403: the client doesn't have the permission to access the requested URL.
HTTP_STATUS_INTERNALERROR - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 500: the server has encountered an error while generating the response.
HTTP_STATUS_MEDIA_TYPE - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 415: the requested resource type is not supported.
HTTP_STATUS_METHOD - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 405: the HTTP request method (GET/POST/PUT/DELETE) is not allowed on the server for the requested URI.
HTTP_STATUS_NOTACCEPTABLE - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 406: the client cannot handle the data returned in the HTTP response.
HTTP_STATUS_NOTFOUND - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 404: the requested URL has not been found.
HTTP_STATUS_NOTIMPLEMENTED - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 501: the HTTP request method is not implemented.
HTTP_STATUS_NOTMODIFIED - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 304: the requested resources hasn't been modified since the last time.
HTTP_STATUS_OK - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 200: the response has been found and correctly sent.
HTTP_STATUS_REDIRECT - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 301: the requested URL redirected to another URL.
HTTP_STATUS_REQUESTTIMEOUT - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 408: the client initiated the connection but didn't send the request (idle connection).
HTTP_STATUS_UNAUTHORIZED - Static variable in class ej.hoka.http.HTTPConstants
HTTP code 401: the requested resources require valid authentication credentials.
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.
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
 
HTTPConstants - Class in ej.hoka.http
Constants for HTTP statuses, methods and header fields.
HTTPEncodingRegistry - Class in ej.hoka.http.encoding
Class that stores a register of available encoding and transfer coding handlers.
HTTPEncodingRegistry() - Constructor for class ej.hoka.http.encoding.HTTPEncodingRegistry
HTTPPart - Class in ej.hoka.http.body
A part of a multipart HTTP request.
HTTPRequest - Class in ej.hoka.http
Represents a HTTP Request.
HTTPRequest(InputStream, HTTPEncodingRegistry) - Constructor for class ej.hoka.http.HTTPRequest
Constructs a new instance of HTTPRequest.
HTTPResponse - Class in ej.hoka.http
Represents a HTTP Response.
HTTPResponse() - Constructor for class ej.hoka.http.HTTPResponse
Creates an empty HTTPResponse.
HTTPResponse(byte[]) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the given byte array as response data.
HTTPResponse(InputStream) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the given InputStream as the response data.
HTTPResponse(InputStream, int) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the given InputStream as the response data.
HTTPResponse(String) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the given String as response data.
HTTPResponse(String, String) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the String data as response data and the encoding.
HTTPResponse(String, String, InputStream) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the InputStream body as response data.
HTTPResponse(String, String, String) - Constructor for class ej.hoka.http.HTTPResponse
Creates a new HTTPResponse using the String body as response data.
HttpResponse - Class in ej.websocket.http
HTTP Response as described by RFC 2616, section 6.
HttpResponse(InputStream) - Constructor for class ej.websocket.http.HttpResponse
Read the input stream until a complete HTTP response is formed.
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.
HTTPServer - Class in ej.hoka.http
HTTP Server.
HTTPServer(int, int, int) - Constructor for class ej.hoka.http.HTTPServer
Constructs the underlying TCPServer and the HTTP server that manage jobs to handle the connections from the TCPServer.
HTTPServer(int, int, int, RequestHandler) - Constructor for class ej.hoka.http.HTTPServer
Constructs the underlying TCPServer and the HTTP server that manage jobs to handle the connections from the TCPServer with requestHandler.
HTTPServer(int, int, int, RequestHandler, ServerSocketFactory) - Constructor for class ej.hoka.http.HTTPServer
Constructs the underlying TCPServer and the HTTP server that manage jobs to handle the connections from the TCPServer with requestHandler.
HTTPServer(int, int, int, RequestHandler, ServerSocketFactory, int) - Constructor for class ej.hoka.http.HTTPServer
Constructs the underlying TCPServer and the HTTP server that manage jobs to handle the connections from the TCPServer with requestHandler.
HTTPServer(TCPServer, int, RequestHandler) - Constructor for class ej.hoka.http.HTTPServer
Constructs a HTTP server that manage jobs to handle the connections from tcpServer with requestHandler.
HTTPServer(TCPServer, int, RequestHandler, HTTPEncodingRegistry) - Constructor for class ej.hoka.http.HTTPServer
Constructs a HTTP server that manage jobs to handle the connections from tcpServer with requestHandler.
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.

I

id - Variable in class ej.jsonpath.parser.SimpleNode
 
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.
IdentityEncodingHandler - Class in ej.hoka.http.encoding
HTTP-1.1 Identity encoding handler.
IdentityMessageBodyInputStream - Class in ej.hoka.io
Identity input stream.
IdentityMessageBodyInputStream(InputStream, int) - Constructor for class ej.hoka.io.IdentityMessageBodyInputStream
Creates a new instance of IdentityMessageBodyInputStream with the InputStream is with the predefined length bodyLength.
IdentityMessageBodyOutputStream - Class in ej.hoka.io
Identity output stream.
IdentityMessageBodyOutputStream(OutputStream) - Constructor for class ej.hoka.io.IdentityMessageBodyOutputStream
Creates a new instance of IdentityMessageBodyOutputStream using the OutputStream as the underlying OutputStream to write the data to.
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.
IdentityTransferCodingHandler - Class in ej.hoka.http.encoding
Identity transfer coding handler.
IDSelector - Class in ej.style.selector
An ID selector selects by checking if the element is registered in ElementRegistry.
IDSelector(String) - Constructor for class ej.style.selector.IDSelector
Creates an ID selector.
IFrameBuilder - Interface in ej.websocket.frame
An IFrameBuilder knows how to create different kind of frames.
IGNORABLE_WHITESPACE - Static variable in class org.kxml2.kdom.Node
 
IGNORABLE_WHITESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
Ignorable whitespace was just read.
ignorableWhitespace(String) - Method in class org.kxml2.io.KXmlSerializer
 
ignorableWhitespace(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
ignorableWhitespace(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
Ignore - Annotation Type in org.junit
Sometimes you want to temporarily disable a test or a group of tests.
IHTTPEncodingHandler - Interface in ej.hoka.http.encoding
Interface for defining HTTP encoding handlers.
IHTTPTransferCodingHandler - Interface in ej.hoka.http.encoding
Interface for defining HTTP transfer coding handlers.
IllegalFormatConversionException - Exception in java.util
Unchecked exception thrown when the argument corresponding to the format specifier is of an incompatible type.
IllegalFormatConversionException(char, Class<?>) - Constructor for exception java.util.IllegalFormatConversionException
Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
IllegalFormatException - Exception in java.util
Unchecked exception thrown when a format string contains an illegal syntax or a format specifier that is incompatible with the given arguments.
IllegalFormatFlagsException - Exception in java.util
Unchecked exception thrown when an illegal combination flags is given.
IllegalFormatFlagsException(String) - Constructor for exception java.util.IllegalFormatFlagsException
Constructs an instance of this class with the specified flags.
IllegalFormatPrecisionException - Exception in java.util
Unchecked exception thrown when the precision is a negative value other than -1, the conversion does not support a precision, or the value is otherwise unsupported.
IllegalFormatPrecisionException(int) - Constructor for exception java.util.IllegalFormatPrecisionException
Constructs an instance of this class with the specified precision.
IllegalFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is a negative value other than -1 or is otherwise unsupported.
IllegalFormatWidthException(int) - Constructor for exception java.util.IllegalFormatWidthException
Constructs an instance of this class with the specified width.
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.widget.basic
A widget that displays an image.
Image() - Constructor for class ej.widget.basic.Image
Creates an image without source.
Image(String) - Constructor for class ej.widget.basic.Image
Creates an image with the path to the source to display.
Image(ej.microui.display.Image) - Constructor for class ej.widget.basic.Image
Creates an image with the source to display.
ImageCheck - Class in ej.widget.basic.image
A check box using some images to render.
ImageCheck() - Constructor for class ej.widget.basic.image.ImageCheck
 
ImageInfo - Interface in ej.wadapps.management
Represents an image information.
ImageInfoProxy - Class in ej.wadapps.management
 
ImageInfoProxy() - Constructor for class ej.wadapps.management.ImageInfoProxy
 
ImageLoader - Interface in ej.style.image
An image loader is responsible for loading the images.
ImageProgress - Class in ej.widget.basic.image
A progress using some images to render.
ImageProgress(BoundedRangeModel) - Constructor for class ej.widget.basic.image.ImageProgress
Creates a progress with the given model.
ImageProgress(int, int, int) - Constructor for class ej.widget.basic.image.ImageProgress
Creates a progress with a default bounded range as model.
ImageRadio - Class in ej.widget.basic.image
A radio button using some images to render.
ImageRadio() - Constructor for class ej.widget.basic.image.ImageRadio
 
ImageSlider - Class in ej.widget.basic.image
A slider using some images to render.
ImageSlider(BoundedRangeModel) - Constructor for class ej.widget.basic.image.ImageSlider
Creates a horizontal slider with the given model.
ImageSlider(int, int, int) - Constructor for class ej.widget.basic.image.ImageSlider
Creates a horizontal slider with a default bounded range model.
ImageSwitch - Class in ej.widget.basic.image
A switch using some images to render.
ImageSwitch() - Constructor for class ej.widget.basic.image.ImageSwitch
 
ImageTheme - Interface in ej.widget.basic.image
Define the paths of the images to use for the widgets rendered with some images.
ImageToggle - Class in ej.widget.basic.image
A toggle using some images to render.
ImageToggle() - Constructor for class ej.widget.basic.image.ImageToggle
 
IMMORTAL - Static variable in interface com.microej.profiling.internal.Strings
IMMORTAL.
ImmortalsProfiler - Class in com.microej.profiling.profiler
Profile the immortalls memory usage.
ImmortalsProfiler() - Constructor for class com.microej.profiling.profiler.ImmortalsProfiler
 
IMqttActionListener - Interface in org.eclipse.paho.client.mqttv3
Implementors of this interface will be notified when an asynchronous action completes.
IMqttAsyncClient - Interface in org.eclipse.paho.client.mqttv3
Enables an application to communicate with an MQTT server using non-blocking methods.
IMqttClient - Interface in org.eclipse.paho.client.mqttv3
Enables an application to communicate with an MQTT server using using blocking methods.
IMqttDeliveryToken - Interface in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the delivery of a message.
IMqttToken - Interface in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the completion of an asynchronous task.
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
 
INCLUSION - Static variable in interface ej.basedriver.Controller
A controller in that mode can include a new device.
inclusionStart() - Method in interface ej.basedriver.Controller
Start the inclusion mode.
inclusionStart() - Method in class ej.basedriver.ControllerProxy
 
inclusionStart() - Method in class ej.basedriver.impl.AbstractController
 
inclusionStart(RequestFrameListener) - Static method in class ej.basedriver.zwave.frame.AddNodeToNetwork
 
inclusionStart() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
inclusionStartController() - Method in class ej.basedriver.impl.AbstractController
Start the inclusion phase.
inclusionStartController() - Method in class ej.basedriver.zwave.ZwaveController
 
inclusionStop() - Method in interface ej.basedriver.Controller
Stop the inclusion mode.
inclusionStop() - Method in class ej.basedriver.ControllerProxy
 
inclusionStop() - Method in class ej.basedriver.impl.AbstractController
 
inclusionStop(RequestFrameListener) - Static method in class ej.basedriver.zwave.frame.AddNodeToNetwork
 
inclusionStop() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
inclusionStopController() - Method in class ej.basedriver.impl.AbstractController
Stop the inclusion phase.
inclusionStopController() - Method in class ej.basedriver.zwave.ZwaveController
 
increaseStackLevel() - Method in class com.microej.profiling.internal.snapshot.ThreadInfo
Increases the stack's level.
incrementSize(int, int) - Method in class ej.style.container.Rectangle
Increments the size of the rectangle.
indeterminateTick() - Method in class ej.widget.basic.AbstractProgress
Indeterminate animation tick.
indeterminateTick() - Method in class ej.widget.basic.drawing.CircularProgressBar
 
indeterminateTick() - Method in class ej.widget.basic.drawing.ProgressBar
 
indeterminateTick() - Method in class ej.widget.basic.picto.PictoProgress
 
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(String, String, int) - Method in class org.kxml2.kdom.Node
Performs search for an element with the given namespace and name, starting at the given start index.
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.
InexactComparisonCriteria - Class in org.junit.internal
 
InexactComparisonCriteria(double) - Constructor for class org.junit.internal.InexactComparisonCriteria
 
InexactComparisonCriteria(float) - Constructor for class org.junit.internal.InexactComparisonCriteria
 
INFINITE_LENGHT_TEXT_STRING_NOT_SUPPORTED - Static variable in class ej.cbor.ErrorMessage
 
INFINITE_LENGTH_BYTE_STRING_NOT_SUPPORTED - Static variable in class ej.cbor.ErrorMessage
 
info(String) - Method in interface ej.basedriver.zwave.util.Logger
Log an INFO message.
info(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
INFO - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
INFO is a message level for informational messages.
info(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, if the logger is currently enabled for the given message level.
info(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
info(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
info(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
info(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
info(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
init(Resty) - Method in class ej.rest.web.Resty.Option
Callback from Resty when the option is set on the Resty instance.
init(ClientComms) - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Initial method.
init(ClientComms) - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
init() - Method in class org.kxml2.kdom.Element
called when all properties are set, but before children are parsed.
INITIAL_CAPACITY - Static variable in class ej.util.map.WeakValueHashMap
Default initial map capacity.
initialize() - Method in class ej.basedriver.impl.AbstractController
Request all known nodes and profiles.
initialize() - Method in class ej.basedriver.zwave.ZwaveController
 
initialize() - Method in interface ej.components.registry.BundleActivator
Initializes the bundle.
initialize() - Method in class ej.components.registry.impl.AbstractRegistry
 
initialize() - Method in class ej.components.registry.util.BundleActivatorAdapter
 
initialize() - Method in class ej.components.registry.util.CompositeActivator
Initializes the inner activators.
initialize() - Method in interface ej.util.firmwareupdate.FirmwareProgrammer
Initializes a firmware update procedure.
initialize(int) - Method in interface ej.util.firmwareupdate.FirmwareProgrammer
Initializes a firmware update procedure.
initialize(int, int, Widget, Widget, boolean) - Method in interface ej.widget.animation.AnimationStepListener
An animation is starting with the given properties.
initializeNbParameters(int) - Method in class ej.hoka.http.support.ContentType
Does nothing.
initializeNbParameters(int) - Method in class ej.hoka.http.support.ParameterizedArgument
Initialize the number of parameters to read for this argument.
initializeNbParameters(int) - Method in class ej.hoka.http.support.QualityArgument
Sets the quality value to 1 if nbTokens equals to 0.
initializeNbTokens(int) - Method in class ej.hoka.http.support.AcceptEncoding
Sets the size of the array for storing parsed QualityArguments.
initializeNbTokens(int) - Method in class ej.hoka.http.support.CharacterSeparatedList
Set the number of tokens to read.
initializeNbTokens(int) - Method in class ej.hoka.http.support.ParameterizedArgument
Initialize the number of tokens.
initNetwork() - Static method in class com.microej.demo.thermorest.Main
Wait for the network, set the current time using NTP.
initSign(byte[]) - Method in interface com.microej.signature.Signer
Initialize this object for signing.
InMemorySessionDataAccess - Class in ej.hoka.auth
A SessionDataAccess implementation that uses PackedMap to map user ID to session ID, session ID to user ID and session ID to session expiration.
InMemorySessionDataAccess() - Constructor for class ej.hoka.auth.InMemorySessionDataAccess
 
input_stream - Variable in class ej.jsonpath.parser.JSONPathCompilerTokenManager
 
INPUT_STREAM_CANNOT_BE_NULL - Static variable in class ej.cbor.ErrorMessage
 
inputStream - Variable in class ej.jsonpath.parser.SimpleCharStream
 
inputStream - Variable in class ej.rest.web.AbstractResource
 
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(char) - Method in class ej.widget.basic.Password
 
insert(String) - Method in class ej.widget.basic.Text
Inserts a string in the text field at the caret position.
insert(char) - Method in class ej.widget.basic.Text
Inserts a character in the text field at the caret position.
insertRange(byte[], int, int) - Static method in class ej.websocket.util.ArraysTools
Inserts a range of data in an array.
install() - Method in interface ej.wadapps.admin.Application
Deprecated.
install(IProgressMonitor) - Method in interface ej.wadapps.admin.Application
Deprecated.
install(InputStream, String, String) - Method in interface ej.wadapps.admin.ApplicationsManager
Installs an application from the given input stream.
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.
InstanceSelector - Class in ej.style.selector
An instance selector selects by checking the element id (Java instance).
InstanceSelector(Element) - Constructor for class ej.style.selector.InstanceSelector
Creates an instance selector.
InstantProfiler - Interface in com.microej.profiling.profiler
A profiler that can be used to get instant value.
IntBuffer - Class in java.nio
an int buffer.
INTEGER - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
Internal - Class in com.google.protobuf
The classes contained within are used internally by the Protocol Buffer library and generated message implementations.
Internal() - Constructor for class com.google.protobuf.Internal
 
Internal.EnumLite - Interface in com.google.protobuf
Interface for an enum value or value descriptor, to be used in FieldSet.
Internal.EnumLiteMap<T extends Internal.EnumLite> - Interface in com.google.protobuf
Interface for an object which maps integers to Internal.EnumLites.
InternalLoggerFactory - Interface in org.eclipse.paho.client.mqttv3.logging
 
internalTok - Variable in class org.eclipse.paho.client.mqttv3.MqttToken
A reference to the the class that provides most of the implementation of the MqttToken.
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
 
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.
INTERVAL - Static variable in interface com.microej.profiling.internal.Strings
INTERVAL.
intValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to 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.
intValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to an int, checking for lost information.
intValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to an int, checking for lost information.
INVALID_ARRAY_LENGHT - Static variable in class ej.cbor.ErrorMessage
 
INVALID_CLOSE_CODE - Static variable in class ej.websocket.Messages
The close code is not valid.
INVALID_CONNECTION - Static variable in class ej.websocket.Messages
Invalid connection field.
INVALID_FRAME - Static variable in class ej.websocket.Messages
We received an invalid frame.
INVALID_INCOMING_DATA_TYPE - Static variable in class ej.websocket.CloseCodes
1003 indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g., an endpoint that understands only text data MAY send this if it receives a binary message).
INVALID_LENGTH - Static variable in class ej.websocket.Messages
Payload length cannot be greater than 125.
INVALID_LEXICAL_STATE - Static variable in error ej.jsonpath.parser.TokenMgrError
Tried to change to an invalid lexical state.
INVALID_MAJOR_TYPE - Static variable in class ej.cbor.ErrorMessage
 
INVALID_MAP_LENGHT - Static variable in class ej.cbor.ErrorMessage
 
INVALID_PARAMETER - Static variable in class com.microej.demo.thermorest.Messages
Invalid parameters.
INVALID_SEC_WEBSOCKET_ACCEPT - Static variable in class ej.websocket.Messages
Missing Sec-WebSocket-Accept header.
INVALID_SEQUENCE - Static variable in class ej.websocket.Messages
An invalid sequence of fragmented frame arrived.
INVALID_STATUS - Static variable in class ej.websocket.Messages
The status code is invalid.
INVALID_UPGRADE - Static variable in class ej.websocket.Messages
Invalid upgrade field.
INVALID_UTF8 - Static variable in class ej.websocket.Messages
We received an UTF8 frame that has an unvalid payload.
invalidate() - Method in class ej.mwt.Panel
Declares that this panel needs to be laid out.
invalidate() - Method in class ej.mwt.Widget
Declares that the panel containing this widget needs to be laid out.
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.
InvalidProtocolBufferException - Exception in com.google.protobuf
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception com.google.protobuf.InvalidProtocolBufferException
 
invokeAll(Collection<? extends Callable<T>>) - Method in class ej.util.concurrent.SingleThreadExecutor
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ej.util.concurrent.SingleThreadExecutor
 
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 class ej.util.concurrent.SingleThreadExecutor
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class ej.util.concurrent.SingleThreadExecutor
 
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.
ioException() - Method in class java.util.Formatter
Returns the IOException last thrown by this formatter's Appendable.
IotCoreException - Exception in ej.aws.iot.pubsub
A specific exception relating to Google Cloud IoT Core services communication errors.
IotCoreException(String) - Constructor for exception ej.aws.iot.pubsub.IotCoreException
Constructor
IotCoreException(Throwable) - Constructor for exception ej.aws.iot.pubsub.IotCoreException
Constructor
IotCoreException - Exception in googlecloud.iotcore.pubsub
A specific exception relating to Google Cloud IoT Core services communication errors.
IotCoreException(String) - Constructor for exception googlecloud.iotcore.pubsub.IotCoreException
 
IotCoreException(Throwable) - Constructor for exception googlecloud.iotcore.pubsub.IotCoreException
 
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.
IS_REQUIRED - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
" is required.\"}".
isAbsolute() - Method in class java.net.URI
Tells whether or not this URI is absolute.
isAccessible(Panel) - Method in class ej.mwt.Desktop
Checks whether or not a panel is accessible to the user.
isActive() - Method in class ej.mwt.Panel
Gets whether or not the panel is the active one on its desktop.
isAdjustedToChild() - Method in class ej.mwt.Panel
Gets whether this panel is adjusted to its child or not.
isAdjustedToChild() - Method in class ej.widget.composed.Wrapper
Gets whether the wrapper is adjusted to its child.
isAnimating() - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
Gets whether the transition container is doing the transition or not.
isAnimationRunning() - Static method in class ej.widget.animation.AnimationListenerRegistry
Gets whether or not an animation is running.
isAtEnd() - Method in class com.google.protobuf.CodedInputStream
Returns true if the stream has reached the end of the input.
isAttributeDefault(int) - Method in class org.kxml2.io.KXmlParser
 
isAttributeDefault(int) - Method in class org.kxml2.wap.WbxmlParser
 
isAttributeDefault(int) - Method in interface org.xmlpull.v1.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isAuthenticated() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnectionInfo
Returns true if we are authenticated on the application store, false otherwise.
isAuthenticated() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
isAuthorized(U, E, R) - Method in interface ej.authz.AccessControlEngine
Computes whether or not the user can, in the environment, access the resource.
isAuthorized(String, String, Object) - Method in class ej.authz.acl.AccessControlList
 
isAvailable() - Method in class ej.net.Network
Checks whether the network is available.
isAwake() - Method in class ej.basedriver.zwave.ZwaveNode
 
isBalanced() - Method in class com.google.protobuf.ByteString
Return true if this ByteString is literal (a leaf node) or a flat-enough tree in the sense of RopeByteString.
isBiggerPrinted(long, long) - Method in class com.microej.profiling.profiler.MemoryProfiler
 
isBiggerPrinted(long, long) - Method in interface com.microej.profiling.profiler.Profiler
Checks whether a value will appear bigger than another once printed.
isBiggerPrinted(long, long) - Method in class com.microej.profiling.profiler.ThreadsProfiler
 
isBiggerPrinted(long, long) - Method in class com.microej.profiling.profiler.TimeProfiler
 
isBreakAllowed() - Method in class ej.cbor.CborType
 
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.
isChecked() - Method in class ej.widget.basic.Box
Gets whether or not the box is checked.
isChecked() - Method in class ej.widget.composed.ToggleWrapper
Gets whether or not the toggle button is checked.
isChecked() - Method in class ej.widget.toggle.ToggleModel
Gets whether or not the toggle button is checked.
isChecked() - Method in class ej.widget.util.ToggleHelper
Gets whether or not the toggle button is checked.
isClassAvailable(String) - Static method in class org.eclipse.paho.client.mqttv3.internal.ExceptionHelper
Returns whether or not the specified class is available to the current class loader.
isCleanSession() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
isCleanSession() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Returns whether the client and server should remember state for the client across reconnects.
isClosed() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
isColor() - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Returns whether the display provides color.
isColor() - Method in class ej.fp.widget.MicroUIDisplay
Tells whether the display offers color.
isComplete() - Method in class ej.style.Style
Checks whether or not the style is complete.
isComplete() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Returns whether or not the action has finished.
isComplete() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
isComplete() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
isCompletePending() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
isConnected() - Method in class android.net.NetworkInfo
Indicates whether network connectivity exists and it is possible to establish connections and pass data.
isConnected() - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
isConnected() - Method in class com.microej.demo.thermorest.cloud.CloudConnector
Checks whether the listener is connected.
isConnected() - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
isConnected() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
 
isConnected() - Method in class ej.aws.iot.pubsub.Client
Returns the state of the connection.
isConnected() - Method in class ej.aws.iot.Thing
Check if the thing is connected.
isConnected() - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Checks whether the call back had been called for connection.
isConnected(InetAddress) - Static method in class ej.net.util.NetUtil
Checks whether an InetAddress is connected to a network.
isConnected() - Method in class ej.net.util.wifi.WifiNetworkManager
Checks if the Wi-FI is connected to network.
isConnected() - Method in class googlecloud.iotcore.Device
Check if the device is connected.
isConnected() - Method in class googlecloud.iotcore.pubsub.Client
 
isConnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Determines if this client is currently connected to the server.
isConnected() - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Determines if this client is currently connected to the server.
isConnected() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
isConnected() - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
isConnected() - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
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.
isConnecting() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
isControlFrame() - Method in class ej.websocket.frame.RawFrame
Tell whether this frame is a control frame or not.
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.
isDisconnected() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
isDisconnecting() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
isDone() - Method in interface java.util.concurrent.Future
Returns true if this task completed.
isDoubleBuffered() - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Returns whether the display uses an underlying double buffer (either hardware or software).
isDoubleBuffered() - Method in class ej.fp.widget.MicroUIDisplay
Returns if the display uses an underlying double buffer (either hardware or software).
isDuplicate() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns whether or not this message might be a duplicate of one which has already been received.
isEagerlyParseMessageSets() - Static method in class com.google.protobuf.ExtensionRegistryLite
 
isEmpty() - Method in class com.google.protobuf.ByteString
Returns true if the size is 0, false otherwise.
isEmpty() - Method in class ej.basictool.map.AbstractPackedMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class ej.util.map.WeakValueHashMap
 
isEmpty() - Method in class ej.widget.basic.Text
Gets whether or not the text is empty.
isEmpty() - Method in interface ej.widget.navigation.stack.PageStack
Gets whether the stack is empty or not.
isEmpty() - Method in class ej.widget.navigation.stack.PageStackReference
 
isEmpty() - Method in class ej.widget.navigation.stack.PageStackURL
 
isEmpty() - Method in class java.util.ArrayDeque
Returns true if this deque 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 class java.util.HashSet
Returns true if this set contains no elements.
isEmpty() - Method in class java.util.TreeSet
Returns true if this set contains no elements.
isEmpty(CharSequence) - Static method in class org.eclipse.paho.client.mqttv3.util.Strings
Checks if a CharSequence is empty ("") or null.
isEmptyElementTag() - Method in class org.kxml2.io.KXmlParser
 
isEmptyElementTag() - Method in class org.kxml2.wap.WbxmlParser
 
isEmptyElementTag() - Method in interface org.xmlpull.v1.XmlPullParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isEnabled() - Method in class ej.mwt.Widget
Gets whether or not this widget is enabled.
isEqualType(CborType) - Method in class ej.cbor.CborType
Determines whether the major type of a given CborType equals the major type of this CborType.
isEqualType(int) - Method in class ej.cbor.CborType
Determines whether the major type of a given byte value (representing an encoded CborType) equals the major type of this CborType.
isError() - Method in class com.microej.demo.thermorest.cloud.CloudConnector
Checks whether the connector is in error state.
isExceptional() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Indicates whether the value is either infinite or not a number.
isExpired() - Method in class ej.hoka.auth.Session
Checks whether the session has expired or not.
isFillColor() - Method in class ej.style.background.AbstractImageBackground
Gets whether or not the remaining area is filled with the background color.
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.bounce.BounceMotion
Deprecated.
 
isFinished(int) - Method in class ej.motion.elastic.AbstractElasticMotion
 
isFinished(int) - Method in class ej.motion.elastic.ElasticEaseOutMotion
 
isFinished(int) - Method in class ej.motion.elastic.ElasticMotion
Deprecated.
 
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.
isGlobal() - Method in class ej.hoka.rest.RestEndpoint
Returns whether or not this endpoint is global, which means it can process sub-endpoints.
isHorizontal() - Method in class ej.widget.basic.drawing.Scrollbar
 
isHorizontal() - Method in class ej.widget.basic.PagingIndicator
Gets whether the paging indicator is horizontal or not.
isHorizontal() - Method in class ej.widget.container.Split
Gets whether the composite is horizontal or not.
isHorizontalRepeat() - Method in class ej.style.background.TiledImageBackground
Gets whether the image is repeated horizontally or not.
isIndeterminate() - Method in class ej.widget.basic.AbstractProgress
Gets whether or not the progress bar is in an indeterminate state.
isInit() - Method in class ej.net.util.wifi.WifiNetworkManager
Checks if the Wi-FI Manager is initialized.
isInitialised() - Method in class ej.net.Network
Checks whether the network is initialised.
isInitialized() - Method in interface com.google.protobuf.MessageLiteOrBuilder
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
isInState(State) - Method in interface ej.style.Element
Gets whether or not the element is in the given state.
isInState(State) - Method in class ej.style.util.ElementAdapter
 
isInState(State) - Method in class ej.widget.basic.Box
 
isInState(State) - Method in class ej.widget.basic.Button
 
isInState(State) - Method in class ej.widget.basic.ButtonImage
 
isInState(State) - Method in class ej.widget.basic.Text
 
isInState(State) - Method in class ej.widget.composed.ButtonWrapper
 
isInState(State) - Method in class ej.widget.composed.ToggleWrapper
 
isInState(State) - Method in class ej.widget.StyledComposite
 
isInState(State) - Method in class ej.widget.StyledDesktop
 
isInState(State) - Method in class ej.widget.StyledDialog
 
isInState(State) - Method in class ej.widget.StyledPanel
 
isInState(State) - Method in class ej.widget.StyledWidget
 
isInUse() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
isIPv4LiteralAddress(String) - Static method in class sun.net.util.IPAddressUtil
 
isIPv6LiteralAddress(String) - Static method in class sun.net.util.IPAddressUtil
 
isLightColor(int) - Static method in class ej.color.LightHelper
Gets whether a color is light or dark.
isListening() - Method in class ej.basedriver.zwave.ZwaveNode
 
isLoggable(Level) - Method in class java.util.logging.Logger
Check if a message of the given level would be logged by this Logger.
isLoggable(int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Check if a message of the given level would actually be logged by this logger.
isLoggable(int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
isMasked() - Method in class ej.websocket.frame.RawFrame
A convenient method to test whether the frame is masked or not.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
Returns whether or not this message needs to include a message ID.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
Returns whether or not this message needs to include a message ID.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
Returns whether or not this message needs to include a message ID.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
Returns false as message IDs are not required for MQTT PINGREQ messages.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingResp
Returns whether or not this message needs to include a message ID.
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
isMessageIdRequired() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Returns whether or not this message needs to include a message ID.
isNamespaceAware() - Method in class org.xmlpull.v1.XmlPullParserFactory
Indicates whether or not the factory is configured to produce parsers which are namespace aware (it simply set feature XmlPullParser.FEATURE_PROCESS_NAMESPACES to true or false).
isNegative() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Indicates the sign of the value.
isNotified() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
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.
isPackable() - Method in enum com.google.protobuf.WireFormat.FieldType
 
isPacked() - Method in class ej.mwt.Panel
Deprecated.
isPresent() - Method in class ej.net.Network
Gets the isPresent.
isPressed() - Method in class ej.widget.util.ButtonHelper
Gets whether the button is pressed or not.
isPressed() - Method in class ej.widget.util.ToggleHelper
Gets the pressed.
isQuiesced() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
isReachable() - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnectionInfo
Returns true if the application store is reachable, false otherwise.
isReachable() - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionInfoProxy
 
isReadOnly() - Method in class java.nio.Buffer
Tells whether or not this buffer is read-only.
isReady() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Checks whether the listener is ready to be connected.
isReady() - Method in class ej.basedriver.zwave.ZwaveNode
 
isReceiving() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
Returns the receiving state.
isRetained() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns whether or not this message should be/was retained by the server.
isRetryable() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
 
isRetryable() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
 
isRetryable() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
isRevealed() - Method in class ej.widget.basic.Password
Gets whether or not the password is revealed.
isRunning() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
 
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
 
isSamePage(String, String) - Method in class ej.widget.navigation.page.ClassNameURLResolver
 
isSamePage(String, String) - Method in interface ej.widget.navigation.page.URLResolver
Gets whether or not two URLs refer to the same page.
isSecure() - Method in class ej.websocket.WebSocketURI
Tell if the websocket is secured or not.
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.
isSetAlignment() - Method in class ej.style.Style
Checks whether or not the alignment of the style is set.
isSetBackground() - Method in class ej.style.Style
Checks whether or not the background of the style is set.
isSetBackgroundColor() - Method in class ej.style.Style
Checks whether or not the background color of the style is set.
isSetBorder() - Method in class ej.style.Style
Checks whether or not the border of the style is set.
isSetBorderColor() - Method in class ej.style.Style
Checks whether or not the border color of the style is set.
isSetDimension() - Method in class ej.style.Style
Checks whether or not the dimension of the style is set.
isSetFontProfile() - Method in class ej.style.Style
Checks whether or not the font profile of the style is set.
isSetForegroundColor() - Method in class ej.style.Style
Checks whether or not the foreground color of the style is set.
isSetMargin() - Method in class ej.style.Style
Checks whether or not the margin of the style is set.
isSetPadding() - Method in class ej.style.Style
Checks whether or not the padding of the style is set.
isSetTextManager() - Method in class ej.style.Style
Checks whether or not the text manager of the style is set.
isShown() - Method in class ej.mwt.Panel
Gets whether or not the panel is shown on a shown desktop.
isShown() - Method in interface ej.mwt.Renderable
Gets whether or not this renderable is shown on a display.
isShown() - Method in class ej.mwt.Widget
Gets whether or not the widget is shown on a shown panel.
isShownCaret() - Method in class ej.widget.basic.Text
Gets whether the caret is currently shown or not.
isShutdown() - Method in class ej.util.concurrent.SingleThreadExecutor
 
isShutdown() - Method in interface java.util.concurrent.ExecutorService
Returns true if this executor has been shut down.
isSoftAPEnabled() - Method in class ej.net.util.wifi.WifiNetworkManager
Checks if the Wi-FI is has enabled the softAP.
isStarted() - Method in interface ej.basedriver.Controller
Returns true if the controller is started, false otherwise.
isStarted() - Method in class ej.basedriver.ControllerProxy
 
isStarted() - Method in class ej.basedriver.impl.AbstractController
Returns true if the controller is started, false otherwise.
isStopped() - Method in class ej.basedriver.zwave.util.Queue
Returns true if this queue is stopped.
isStopped() - Method in class ej.hoka.tcp.TCPServer
Returns true if the TCPServer is stopped.
isTerminated() - Method in class ej.util.concurrent.SingleThreadExecutor
 
isTerminated() - Method in interface java.util.concurrent.ExecutorService
Returns true if all tasks have completed following shut down.
isText(int) - Method in class org.kxml2.kdom.Node
 
isTouch() - Method in class ej.fp.widget.Pointer
Tells if pointer is a touch panel or a mouse.
isTransparent() - Method in class ej.mwt.Panel
Gets whether this panel is transparent or not.
isTransparent() - Method in class ej.mwt.Widget
Gets whether this widget is transparent or not.
isTransparent() - Method in class ej.style.background.AbstractImageBackground
 
isTransparent() - Method in interface ej.style.background.Background
Tells whether or not the background is transparent.
isTransparent() - Method in class ej.style.background.NoBackground
 
isTransparent() - Method in class ej.style.background.PlainBackground
 
isTransparent() - Method in class ej.style.background.SimpleRoundedPlainBackground
 
isTransparent() - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
 
isTransparent() - Method in class ej.widget.StyledComposite
 
isTransparent() - Method in class ej.widget.StyledDialog
 
isTransparent() - Method in class ej.widget.StyledPanel
 
isTransparent() - Method in class ej.widget.StyledWidget
 
isValid() - Method in class ej.basedriver.zwave.frame.DataFrame
 
isValid() - Method in class ej.mwt.Panel
Gets whether this panel is valid.
isValid() - Method in class ej.mwt.Widget
Gets whether this widget is valid.
isValid() - Method in class ej.websocket.frame.RawFrame
Tell whether is valid or not, according to the RFC6455.
isValid(byte[], int, int) - Static method in class ej.websocket.util.UTF8Validator
Checks the validity of UTF8 array of bytes.
isValidating() - Method in class org.xmlpull.v1.XmlPullParserFactory
Indicates whether or not the factory is configured to produce parsers which validate the XML content during parse.
isValidInetAdress(InetAddress) - Static method in class ej.net.util.NetUtil
Checks whether an IP is not loopback nor zero.
isValidUtf8() - Method in class com.google.protobuf.ByteString
Tells whether this ByteString represents a well-formed UTF-8 byte sequence, such that the original bytes can be converted to a String object and then round tripped back to bytes without loss.
isValidUtf8(ByteString) - Static method in class com.google.protobuf.Internal
Helper called by generated code to determine if a byte array is a valid UTF-8 encoded string such that the original bytes can be converted to a String object and then back to a byte array round tripping the bytes without loss.
isVerticalRepeat() - Method in class ej.style.background.TiledImageBackground
Gets whether the image is repeated vertically or not.
isVisible() - Method in class ej.mwt.Widget
Gets whether this widget is visible or not.
isWhitespace() - Method in class org.kxml2.io.KXmlParser
 
isWhitespace() - Method in class org.kxml2.wap.WbxmlParser
 
isWhitespace() - Method in interface org.xmlpull.v1.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
iterator() - Method in class com.google.protobuf.ByteString
Return a ByteString.ByteIterator over the bytes in the ByteString.
iterator() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
iterator() - Method in class ej.fp.Composite
Gets an iterator over the composite children widgets in proper sequence.
iterator() - Method in class ej.mwt.Composite
Gets an iterator over the composite children widgets in proper sequence.
iterator() - Method in class ej.widget.container.List
 
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 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() - Method in interface java.util.NavigableSet
Returns an iterator over the elements in this set, in ascending order.
iterator() - Method in class java.util.TreeSet
Returns an iterator over the elements in this set in ascending order.
iterator() - Method in class org.json.me.JSONArray
 

J

java.io - package java.io
 
java.math - package java.math
 
java.net - package java.net
 
java.nio - package java.nio
 
java.text - package java.text
 
java.util - package java.util
 
java.util.concurrent - package java.util.concurrent
 
java.util.logging - package java.util.logging
 
JAVA_THREAD - Static variable in interface com.microej.profiling.internal.Strings
JAVA_THREAD.
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.net.ssl - package javax.net.ssl
 
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(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Joins an AccessPoint, if the join fail, mount a SoftAP.
join(String) - Method in class org.json.me.JSONArray
Make a string from the contents of this JSONArray.
joinAccessPoint(int) - Method in class ej.net.util.wifi.WifiNetworkManager
Joins the access point configuration selected.
joinAccessPoint(AccessPoint, String, int) - Method in class ej.net.util.wifi.WifiNetworkManager
Joins a specific AccessPoint.
joinAccessPoint(String, String, SecurityMode, int) - Method in class ej.net.util.wifi.WifiNetworkManager
Joins a particular Access Point.
JOINED - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Joined.
JoinEndPoint - Class in com.microej.example.wifi.setup.rest.endpoint
A join endpoint, expecting a POST request.
JoinEndPoint(RestSoftAPConnector) - Constructor for class com.microej.example.wifi.setup.rest.endpoint.JoinEndPoint
Instantiates a JoinEndPoint.
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
 
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 ej.json
The JSONException is thrown by the JSON.org classes then things are amiss.
JSONException(String) - Constructor for exception ej.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception ej.json.JSONException
Constructs a JSONException with the specified cause.
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.
JSONHelper - Class in com.microej.example.wifi.setup.rest.internal
Helper to create a JSON string.
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
 
JSONReader - Class in ej.json
A JSONReader takes a source InputStream and extracts characters and tokens from it.
JSONReader(InputStream) - Constructor for class ej.json.JSONReader
Construct a JSONReader from an InputStream.
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).
JSONStringBuilder - Class in com.microej.demo.thermorest.util
Helper to create a JSON string.
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 ej.json
JSONWriter provides a quick and convenient way of producing JSON text.
JSONWriter(OutputStream) - Constructor for class ej.json.JSONWriter
Make a fresh JSONWriter.
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.
JWTBuilder - Class in googlecloud.iotcore.pubsub.jwt
Build a JSON Web Token compliant with Google Cloud IoT Core services.
JWTBuilder() - Constructor for class googlecloud.iotcore.pubsub.jwt.JWTBuilder
 

K

KEEP_ALIVE_INTERVAL_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default keep alive interval in seconds if one is not specified
key(String) - Method in class ej.json.JSONWriter
Append a key.
KEY - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
KEY - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
KEY - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
KEY - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
KEY - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingResp
 
key(String) - Method in class org.json.me.JSONWriter
Append a key.
KEY_CHARSET - Static variable in class ej.hoka.http.support.ContentType
The string "charset".
keys() - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Returns an Enumeration over the keys in this persistent data store.
keys() - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
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 ej.util.map.WeakValueHashMap
 
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 org.json.me.JSONObject
Get a set of keys of the JSONObject.
keysValues - Variable in class ej.basictool.map.AbstractPackedMap
Keys and values of the map.
kind - Variable in class ej.jsonpath.parser.Token
An integer that describes the kind of this token.
KXmlParser - Class in org.kxml2.io
A simple, pull based XML parser.
KXmlParser() - Constructor for class org.kxml2.io.KXmlParser
 
KXmlSerializer - Class in org.kxml2.io
 
KXmlSerializer() - Constructor for class org.kxml2.io.KXmlSerializer
 

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.
lap(String) - Static method in class com.microej.profiling.SampleProfiler
Enters a new lap.
LAP_SYMBOL - Static variable in interface com.microej.profiling.internal.Strings
LAP_SYMBOL.
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.style.selector.LastChildSelector
Last child selector singleton to avoid creating several ones.
LastChildSelector - Class in ej.style.selector
A last child selector selects by checking if an element is the last child of its parent.
LastChildSelector() - Constructor for class ej.style.selector.LastChildSelector
Creates a last child selector.
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(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.
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
 
LaunchersList - Interface in ej.wadapps.management
Holds a list of launchers.
LazyStringArrayList - Class in com.google.protobuf
An implementation of LazyStringList that wraps an ArrayList.
LazyStringArrayList() - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(LazyStringList) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringArrayList(List<String>) - Constructor for class com.google.protobuf.LazyStringArrayList
 
LazyStringList - Interface in com.google.protobuf
An interface extending List<String> that also provides access to the items of the list as UTF8-encoded ByteString objects.
LEAD - Static variable in interface ej.mwt.MWT
Constant for direction behavior.
leaveAccessPoint() - Method in class ej.net.util.wifi.WifiNetworkManager
Leaves the joined Access Point.
LED - Class in ej.fp.widget
This widget is an implementation of MicroUI widget LED to be compatible with MicroEJ platform.
LED() - Constructor for class ej.fp.widget.LED
 
LEFT - Static variable in class ej.fp.event.MicroUICommand
The "left" command constant.
LEFT - Static variable in interface ej.mwt.MWT
Constant for alignment behavior.
left(String, int, char) - Static method in class org.eclipse.paho.client.mqttv3.util.Debug
Left justify a string.
leftInplaceSub(FDBigInteger) - Method in class sun.misc.FDBigInteger
Subtracts the supplied FDBigInteger subtrahend from this FDBigInteger.
leftShift(int) - Method in class sun.misc.FDBigInteger
Shifts this FDBigInteger to the left.
legacyType - Variable in class android.net.NetworkRequest
Set for legacy requests and the default.
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.
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.
LF - Static variable in class ej.hoka.http.support.CharacterSeparatedList
Line feed character.
lightenColor(int, int) - Static method in class ej.color.LightHelper
Gets a lightened version of a color.
LightHelper - Class in ej.color
Color utilities regarding lightness.
limit(int) - Method in class ej.widget.util.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.
line - Variable in class ej.jsonpath.parser.SimpleCharStream
 
LINE_BREAK - Static variable in interface com.microej.profiling.internal.Strings
LINE BREAK.
LINE_FEED - Static variable in interface ej.widget.util.ControlCharacters
On typewriters, printers, and some terminal emulators, moves the cursor down one row without affecting its column position.
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
 
link() - Method in interface ej.components.registry.BundleActivator
Prepares the bundle.
link() - Method in class ej.components.registry.impl.AbstractRegistry
 
link() - Method in class ej.components.registry.util.BundleActivatorAdapter
 
link() - Method in class ej.components.registry.util.CompositeActivator
Links the inner activators.
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 - Class in ej.widget.container
Lays out its children in a list.
List() - Constructor for class ej.widget.container.List
Creates a horizontal list composite.
List(boolean) - Constructor for class ej.widget.container.List
Creates a list composite specifying its orientation.
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(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.
ListCarousel - Class in ej.widget.container
A list carousel is a composite that contains a list of widget.
ListCarousel(boolean, boolean) - Constructor for class ej.widget.container.ListCarousel
Creates a list carousel without cursor.
ListCarousel(boolean, boolean, PagingIndicator, boolean) - Constructor for class ej.widget.container.ListCarousel
Creates a list carousel with a cursor that can be hidden automatically or not.
listener - Variable in class ej.basedriver.impl.AbstractController
The listener to notify when devices are included in and excluded from the network managed by this controller, when an error occurs when communicating with a device, when there is an event on device.
listener - Variable in class ej.basedriver.zwave.frame.RequestFrame
 
listener - Variable in class ej.data.pubsub.paho.PahoMqttContext
The MqttListener called when data is received.
listIterator(int) - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
listIterator(int) - Method in class java.util.AbstractSequentialList
Returns a list iterator over the elements in this list (in proper sequence).
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.
LITERAL - Static variable in interface org.kxml2.wap.Wbxml
 
LITERAL_A - Static variable in interface org.kxml2.wap.Wbxml
 
LITERAL_AC - Static variable in interface org.kxml2.wap.Wbxml
 
LITERAL_C - Static variable in interface org.kxml2.wap.Wbxml
 
literalOrNumber() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
LITTLE_ENDIAN - Static variable in class java.nio.ByteOrder
Constant denoting little-endian byte order.
LITTLE_ENDIAN_32_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class com.google.protobuf.CodedOutputStream
 
load(String) - Method in interface ej.wadapps.storage.Storage
Returns the data stored with a specific ID or null if there is none.
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.
loadAPConfiguration() - Method in interface com.microej.example.wifi.setup.ConfigurationManager
Loads the AccessPointConfiguration to connect to if any available.
loadAPConfiguration() - Method in class com.microej.example.wifi.setup.DefaultConfigurationManager
 
loadBundle(String) - Static method in class ej.components.registry.util.BundleRegistryHelper
Loads a bundle from a class name.
loadBundles() - Method in class ej.components.registry.impl.AbstractRegistry
Gets the loaded bundles.
loadBundles() - Method in class ej.components.registry.impl.FileRegistry
 
loadCertificate(String) - Method in interface com.microej.demo.thermorest.cloud.aws.CertificateLoader
Load a certificate.
loadCertificate(String) - Method in class com.microej.demo.thermorest.cloud.aws.ResourceCertificateLoader
 
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.
location() - Method in class ej.rest.web.AbstractResource
Get the location header as URI.
log(String) - Method in class ej.net.PollerConnectivityManager
Logs a message.
log(String, Throwable) - Method in class ej.net.PollerConnectivityManager
Logs a message and a throwable.
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(boolean) - Static method in class ej.websocket.Messages
 
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.
log(int, String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
log(int, String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
LOGGER - Static variable in class com.microej.demo.thermorest.Messages
The message logger.
LOGGER - Static variable in class com.microej.example.wifi.setup.Messages
The message logger.
Logger - Interface in ej.basedriver.zwave.util
 
LOGGER - Static variable in class ej.hoka.log.Messages
The message logger.
LOGGER - Static variable in class ej.net.util.Messages
The message logger.
LOGGER - Static variable in class ej.net.util.wifi.Messages
The message logger.
LOGGER - Static variable in class ej.resserver.log.Messages
The message logger.
LOGGER - Static variable in class ej.websocket.Messages
The 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.
Logger - Interface in org.eclipse.paho.client.mqttv3.logging
A Logger object is used to send log and trace messages to a platform specific logging implementation.
LoggerFactory - Class in org.eclipse.paho.client.mqttv3.logging
A factory that returns a logger for use by the MQTT client.
LoggerFactory() - Constructor for class org.eclipse.paho.client.mqttv3.logging.LoggerFactory
 
login(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
Checks the credentials in the request.
login(String) - Method in class ej.hoka.auth.SessionAuthenticator
Creates a new session with the given user identifier.
LoginEndpoint - Class in ej.hoka.auth.session
RestEndpoint that logs in users using cookie-based sessions.
LoginEndpoint(String, SessionAuthenticator) - Constructor for class ej.hoka.auth.session.LoginEndpoint
Constructs the endpoint at given URI.
LogManager - Class in java.util.logging
There is one LogManager object in an application.
LogManager() - Constructor for class java.util.logging.LogManager
Protected constructor.
logout(String) - Method in class ej.hoka.auth.SessionAuthenticator
Removes the session identified by sessionID from the active sessions.
LogoutEndpoint - Class in ej.hoka.auth.session
RestEndpoint that logs out users using cookie-based sessions.
LogoutEndpoint(String, SessionAuthenticator) - Constructor for class ej.hoka.auth.session.LogoutEndpoint
Constructs the endpoint at given URI.
logReceiveAck() - Method in interface ej.basedriver.zwave.util.ZwaveLogger
 
logReceiveAck() - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
logReceiveCan() - Method in interface ej.basedriver.zwave.util.ZwaveLogger
 
logReceiveCan() - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
logReceiveFrame(byte[]) - Method in interface ej.basedriver.zwave.util.Logger
 
logReceiveFrame(byte[]) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
logReceiveNak() - Method in interface ej.basedriver.zwave.util.ZwaveLogger
 
logReceiveNak() - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
logSendAck() - Method in interface ej.basedriver.zwave.util.ZwaveLogger
 
logSendAck() - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
logSendFrame(int, byte[]) - Method in interface ej.basedriver.zwave.util.Logger
 
logSendFrame(int, byte[]) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
logSendNak() - Method in interface ej.basedriver.zwave.util.ZwaveLogger
 
logSendNak() - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
LONG - Static variable in class java.text.DateFormat
Constant for long style pattern.
LONG_PRESSED - Static variable in interface ej.basedriver.ButtonEvent
The "long pressed" action (button pressed for a "long" time).
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
 
longValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a long.
longValue() - Method in class java.math.BigInteger
Converts this BigInteger to a long.
longValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a long, checking for lost information.
longValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a long, checking for lost information.
LOOP_DETECTED - Static variable in error ej.jsonpath.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
lostFocus() - Method in class ej.mwt.Widget
Notifies the widget that it is no longer the focus owner of its panel.
lostFocus() - Method in class ej.widget.basic.Text
 
lostFocus() - Method in class ej.widget.composed.ToggleWrapper
 
lostFocus() - Method in class ej.widget.StyledComposite
 
lostFocus() - Method in class ej.widget.StyledWidget
 
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
 
LOWLIGHT_SYMBOL - Static variable in interface com.microej.profiling.internal.Strings
LOWLIGHT_SYMBOL.
LT - Static variable in class org.json.me.util.XML
The Character '<'.

M

Main - Class in com.microej.demo.thermorest
Entry point of the demo, adding a default cloud connection then starting the server.
Main() - Constructor for class com.microej.demo.thermorest.Main
 
main(String[]) - Static method in class com.microej.demo.thermorest.Main
Entry Point.
Main - Class in com.microej.example.wifi.setup.rest
Example of usage of a RestSoftAPConnector.
Main() - Constructor for class com.microej.example.wifi.setup.rest.Main
 
main(String[]) - Static method in class com.microej.example.wifi.setup.rest.Main
Entry Point.
Main - Class in com.microej.example.wifi.setup.web
Entry point.
Main() - Constructor for class com.microej.example.wifi.setup.web.Main
 
main(String[]) - Static method in class com.microej.example.wifi.setup.web.Main
Entry Point.
makeCccValue(boolean, boolean) - Static method in class ej.bluetooth.util.BluetoothServicesUtil
Makes a CCC value.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Used by parsing constructors in generated classes.
makeExtensionsImmutable() - Method in class com.google.protobuf.GeneratedMessageLite
Used by parsing constructors in generated classes.
makeImmutable() - Method in class sun.misc.FDBigInteger
Makes this FDBigInteger immutable.
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.
MANUAL - Static variable in interface ej.basedriver.Controller
A physical action is on the Node to exclude it from the network.
MANUFACTURER_DATA - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
map - Variable in class ej.style.Style
Bit map for set fields.
mapEnd() - Method in class ej.json.JSONReader
End a map.
mapFileExtensionToMIMEType(String, String) - Static method in class ej.hoka.http.support.MIMEUtils
Define a mapping between a file extension and a MIME-Type.
The mapping is defined only if the given file extension isn't already mapped to a MIME-Type.
mapStart() - Method in class ej.json.JSONReader
Start a map.
margin - Variable in class ej.style.Style
Margin.
MARGIN_SHIFT - Static variable in class ej.style.Style
Margin field position in bit map.
mark(int) - Method in class ej.io.progress.ProgressInputStream
 
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(int) - Method in class java.io.CharArrayReader
Marks the present position in the stream.
mark(int) - Method in class java.io.PushbackInputStream
Marks the current position in this input 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.
markComplete(MqttWireMessage, MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
Mark the token as complete and ready for users to be notified.
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 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.CharArrayReader
Tells whether this stream supports the mark() operation, which it does.
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.StringReader
Tells whether this stream supports the mark() operation, which it does.
match(HTTPRequest) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Determines whether or not the request matches this handler.
MathContext - Class in java.math
Immutable objects which encapsulate the context settings which describe certain rules for numerical operators, such as those implemented by the BigDecimal class.
MathContext(int) - Constructor for class java.math.MathContext
Constructs a new MathContext with the specified precision and the HALF_UP rounding mode.
MathContext(int, RoundingMode) - Constructor for class java.math.MathContext
Constructs a new MathContext with a specified precision and rounding mode.
MathContext(String) - Constructor for class java.math.MathContext
Constructs a new MathContext from a string.
MAX - Static variable in interface com.microej.profiling.internal.Strings
MAX.
max(BigDecimal) - Method in class java.math.BigDecimal
Returns the maximum of this BigDecimal and val.
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_EXPONENT - Static variable in class sun.misc.DoubleConsts
Maximum exponent a finite double number may have.
MAX_EXPONENT - Static variable in class sun.misc.FloatConsts
Maximum exponent a finite float number may have.
MAX_INTENSITY - Static variable in class ej.fp.widget.MicroUILED
Maximal value of intensity according MicroUI specification.
MAX_MSG_SIZE - Static variable in class org.eclipse.paho.client.mqttv3.internal.ClientDefaults
 
MAX_RETRANSMISSION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
MAX_VALUE - Static variable in class sun.misc.DoubleConsts
 
MAX_VALUE - Static variable in class sun.misc.FloatConsts
 
maxNextCharInd - Variable in class ej.jsonpath.parser.SimpleCharStream
 
MEDIUM - Static variable in class java.text.DateFormat
Constant for medium style pattern.
MemoryGetID - Class in ej.basedriver.zwave.frame
 
MemoryGetID(RequestFrameListener) - Constructor for class ej.basedriver.zwave.frame.MemoryGetID
 
MemoryPersistence - Class in org.eclipse.paho.client.mqttv3.persist
Persistence that uses memory In cases where reliability is not required across client or device restarts memory this memory peristence can be used.
MemoryPersistence() - Constructor for class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
MemoryProfiler - Class in com.microej.profiling.profiler
Profile the memory usage.
MemoryProfiler() - Constructor for class com.microej.profiling.profiler.MemoryProfiler
 
MemoryProfiler.MemoryType - Enum in com.microej.profiling.profiler
The type of memory.
MENU - Static variable in class ej.fp.event.MicroUICommand
The "menu" command constant.
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeDelimitedFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(InputStream), but does not read until EOF.
mergeDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
mergeExtensionFields(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
 
mergeFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[]) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractMessageLite.Builder
 
mergeFrom(MessageType) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
All subclasses implement this.
mergeFrom(CodedInputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parses a message of this type from the input and merges it with this message.
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Like MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.
mergeFrom(ByteString) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[]) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse data as a message of this type and merge it with the message being built.
mergeFrom(InputStream) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.MessageLite.Builder
Parse a message of this type from input and merge it with the message being built.
mergeHeader(InputStream) - Method in class sun.net.www.MessageHeader
Parse and merge a MIME header from an input stream.
mergeStyle(Style) - Method in class ej.widget.StyledComposite
 
mergeStyle(Style) - Method in class ej.widget.StyledDesktop
 
mergeStyle(Style) - Method in class ej.widget.StyledDialog
 
mergeStyle(Style) - Method in class ej.widget.StyledPanel
 
mergeStyle(Style) - Method in interface ej.widget.StyledRenderable
Merges a style with the style of this renderable.
mergeStyle(Style) - Method in class ej.widget.StyledWidget
 
Message - Class in ej.tool.addon.util
Logging utility class.
message - Variable in class org.eclipse.paho.client.mqttv3.internal.Token
 
MESSAGE_TO_BIG - Static variable in class ej.websocket.CloseCodes
1009 indicates that an endpoint is terminating the connection because it has received a message that is too big for it to process.
MESSAGE_TYPE_CONNACK - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_CONNECT - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_DISCONNECT - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PINGREQ - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PINGRESP - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PUBACK - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PUBCOMP - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PUBLISH - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PUBREC - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_PUBREL - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_SUBACK - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_SUBSCRIBE - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_UNSUBACK - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MESSAGE_TYPE_UNSUBSCRIBE - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
messageArrived(String, MqttMessage) - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
messageArrived(String, MqttMessage) - Method in class ej.data.pubsub.paho.PahoMqttAgentCallback
 
messageArrived(MqttPublish) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
This method is called when a message arrives on a topic.
messageArrived(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.MqttCallback
This method is called when a message arrives from the server.
messageAt(int, Object...) - Method in class ej.cbor.ErrorMessage
Generates String for a specified error code.
messageAt(int, Object...) - Method in class ej.cbor.ErrorMessageCode
 
messageAt(int, Object...) - Method in class ej.cbor.ErrorMessageString
 
MessageBuilder - Interface in ej.util.message
A message builder builds simple messages based on integer IDs to avoid using Strings.
MessageCatalog - Class in org.eclipse.paho.client.mqttv3.internal
Catalog of human readable error messages.
MessageCatalog() - Constructor for class org.eclipse.paho.client.mqttv3.internal.MessageCatalog
 
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
 
MessageLite - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message objects.
MessageLite.Builder - Interface in com.google.protobuf
Abstract interface implemented by Protocol Message builders.
MessageLiteOrBuilder - Interface in com.google.protobuf
Base interface for methods common to MessageLite and MessageLite.Builder to provide type equivalency.
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.
messageReceived(String, DataReader) - Method in interface ej.data.pubsub.MqttListener
Called when a message was received on the given topic.
Messages - Class in com.microej.demo.thermorest
Gather the messages.
Messages - Class in com.microej.example.wifi.setup
Gather the messages.
Messages - Class in ej.hoka.log
Gathers the messages.
Messages - Class in ej.net.util
Gather error messages.
Messages - Class in ej.net.util.wifi
Gather error messages.
Messages - Class in ej.resserver.log
Gather the messages.
Messages - Class in ej.websocket
Gather error messages.
MetaInfServiceLoader - Class in ej.components.dependencyinjection
 
MetaInfServiceLoader() - Constructor for class ej.components.dependencyinjection.MetaInfServiceLoader
Creates a new META-INF properties service loader.
METER_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
METER_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
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.
MicroEJInternalLoggerFactory - Class in org.eclipse.paho.client.mqttv3.logging
 
MicroEJInternalLoggerFactory() - Constructor for class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
MicroEJNetworkModuleFactory - Class in org.eclipse.paho.client.mqttv3.internal
 
MicroEJNetworkModuleFactory() - Constructor for class org.eclipse.paho.client.mqttv3.internal.MicroEJNetworkModuleFactory
 
MicroEJSSLNetworkModule - Class in org.eclipse.paho.client.mqttv3.internal
A network module for connecting over SSL.
MicroEJSSLNetworkModule(SSLSocketFactory, String, int, String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModule
Constructs a new SSLNetworkModule using the specified host and port.
MicroEJSSLNetworkModuleFactory - Class in org.eclipse.paho.client.mqttv3.internal
 
MicroEJSSLNetworkModuleFactory() - Constructor for class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModuleFactory
 
MicroEJSSLSocketFactoryFactory - Class in org.eclipse.paho.client.mqttv3.internal.security
An SSLSocketFactoryFactory provides a socket factory and a server socket factory that then can be used to create SSL client sockets or SSL server sockets.
MicroEJSSLSocketFactoryFactory() - Constructor for class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
MicroEJSystemProperties - Class in org.eclipse.paho.client.mqttv3.util
 
MicroEJSystemProperties() - Constructor for class org.eclipse.paho.client.mqttv3.util.MicroEJSystemProperties
 
MicroUIButtons - Class in ej.fp.event
This class holds all methods to send MicroUI Button events to MicroUI application.
MicroUICommand - Class in ej.fp.event
This class holds all methods to send MicroUI Command events to MicroUI application.
MicroUIDisplay - Class in ej.fp.widget
This widget holds all methods required by MicroUI implementation to be compatible with the MicroUI graphical engine.
MicroUIDisplay() - Constructor for class ej.fp.widget.MicroUIDisplay
Creates a widget display compatible with MicroUI implementation.
MicroUIDisplay.AbstractDisplayExtension - Class in ej.fp.widget
The abstract base class for display extensions.
MicroUIEventGenerator - Class in ej.fp.event
This class provides some methods to create internal MicroUI events which target the MicroUI EventGenerator event generator implementation.
MicroUIGeneric - Class in ej.fp.event
This class holds all methods to send MicroUI generic events to MicroUI application.
MicroUILED - Class in ej.fp.widget
This widget holds all methods required by MicroUI implementation to be compatible with the MicroUI LEDs engine.
MicroUILED() - Constructor for class ej.fp.widget.MicroUILED
Creates a widget LED compatible with MicroUI implementation.
MicroUIPointer - Class in ej.fp.event
This class holds all methods to send MicroUI Pointer events to MicroUI application.
MicroUIStates - Class in ej.fp.event
This class holds all methods to send MicroUI States events to MicroUI application.
MicroUITouch - Class in ej.fp.event
This class holds all methods to send MicroUI Touch events to MicroUI application.
mime - Variable in class ej.rest.web.Content
 
MIME_CSS - Static variable in class ej.hoka.http.support.MIMEUtils
CSS code MIME type.
MIME_DEFAULT_BINARY - Static variable in class ej.hoka.http.support.MIMEUtils
Binary code MIME type.
MIME_FORM_ENCODED_DATA - Static variable in class ej.hoka.http.support.MIMEUtils
Form Encoded Data MIME type.
MIME_GIF - Static variable in class ej.hoka.http.support.MIMEUtils
GIF files MIME type.
MIME_HTML - Static variable in class ej.hoka.http.support.MIMEUtils
HTML code MIME type.
MIME_JPEG - Static variable in class ej.hoka.http.support.MIMEUtils
JPEG files MIME type.
MIME_JS - Static variable in class ej.hoka.http.support.MIMEUtils
JavaScript code MIME type.
MIME_MULTIPART_FORM_ENCODED_DATA - Static variable in class ej.hoka.http.support.MIMEUtils
Multipart Form Encoded Data MIME type.
MIME_PLAINTEXT - Static variable in class ej.hoka.http.support.MIMEUtils
Standard text MIME type.
MIME_PNG - Static variable in class ej.hoka.http.support.MIMEUtils
PNG files MIME type.
MIME_XML - Static variable in class ej.hoka.http.support.MIMEUtils
XML code MIME type.
MIMEUtils - Class in ej.hoka.http.support
Utilities for handling the MIME-Type header field.
MIN - Static variable in interface com.microej.profiling.internal.Strings
MIN.
min(BigDecimal) - Method in class java.math.BigDecimal
Returns the minimum of this BigDecimal and val.
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_EXPONENT - Static variable in class sun.misc.DoubleConsts
Minimum exponent a normalized double number may have.
MIN_EXPONENT - Static variable in class sun.misc.FloatConsts
Minimum exponent a normalized float number may have.
MIN_INTENSITY - Static variable in class ej.fp.widget.MicroUILED
Minimal value of intensity according MicroUI specification.
MIN_NORMAL - Static variable in class sun.misc.DoubleConsts
A constant holding the smallest positive normal value of type double, 2-1022.
MIN_NORMAL - Static variable in class sun.misc.FloatConsts
A constant holding the smallest positive normal value of type float, 2-126.
MIN_SUB_EXPONENT - Static variable in class sun.misc.DoubleConsts
The exponent the smallest positive double subnormal value would have if it could be normalized.
MIN_SUB_EXPONENT - Static variable in class sun.misc.FloatConsts
The exponent the smallest positive float subnormal value would have if it could be normalized.
MIN_VALUE - Static variable in class sun.misc.DoubleConsts
 
MIN_VALUE - Static variable in class sun.misc.FloatConsts
 
MINUS - Static variable in interface com.microej.profiling.internal.Strings
MINUS.
MISSING_BINARY - Static variable in class com.microej.nls.BinaryNLS
Error code when binary is missing.
MissingFormatArgumentException - Exception in java.util
Unchecked exception thrown when there is a format specifier which does not have a corresponding argument or if an argument index refers to an argument that does not exist.
MissingFormatArgumentException(String) - Constructor for exception java.util.MissingFormatArgumentException
Constructs an instance of this class with the unmatched format specifier.
MissingFormatWidthException - Exception in java.util
Unchecked exception thrown when the format width is required.
MissingFormatWidthException(String) - Constructor for exception java.util.MissingFormatWidthException
Constructs an instance of this class with the specified format specifier.
mod(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this mod m).
mode - Variable in class ej.json.JSONWriter
The current mode.
mode - Variable in class org.json.me.JSONWriter
The current mode.
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).
MOIST - Static variable in interface ej.basedriver.ThermostatMode
Humidification - Moist Air, heating or cooling will be activated according to the MOIST set point.
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.
mountSoftAccessPoint() - Method in class ej.net.util.wifi.WifiNetworkManager
Mounts a Soft Access Point.
mountSoftAccessPoint(SoftAPConfiguration) - Method in class ej.net.util.wifi.WifiNetworkManager
Mounts a Soft Access Point.
mountSoftAP() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Mounts the SoftAp.
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.style.container.Rectangle
Shifts the location of the rectangle.
move(String, String) - Method in interface ej.wadapps.storage.Storage
Changes the ID of a data.
movePointLeft(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the left.
movePointRight(int) - Method in class java.math.BigDecimal
Returns a BigDecimal which is equivalent to this one with the decimal point moved n places to the right.
moveTo(int) - Method in class ej.widget.util.SwipeEventHandler
Moves to a position.
moveTo(int, long) - Method in class ej.widget.util.SwipeEventHandler
Animates the move to a position.
moveWidget(Widget, boolean, int, boolean, int) - Method in class ej.widget.container.AbstractCarousel
Moves a widget when scrolling.
MOZILLA - Static variable in class ej.rest.web.Resty
 
MQTT_CLIENT_MSG_CAT - Static variable in class org.eclipse.paho.client.mqttv3.logging.LoggerFactory
Default message catalog.
MQTT_VERSION_3_1 - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
MQTT_VERSION_3_1_1 - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
MQTT_VERSION_DEFAULT - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
The default MqttVersion is 3.1.1 first, dropping back to 3.1 if that fails
MqttAck - Class in org.eclipse.paho.client.mqttv3.internal.wire
Abstract super-class of all acknowledgement messages.
MqttAck(byte) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttAck
 
MqttAgent - Interface in ej.data.pubsub
An agent connected to a MQTT broker.
MqttAgentConfiguration - Interface in ej.data.pubsub.paho
Configuration class used by PahoMqttAgent to createDataReader and DataWriter for specific MQTT topics, get the topics and notify errors.
MqttAsyncClient - Class in org.eclipse.paho.client.mqttv3
Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background.
MqttAsyncClient(String, String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Create an MqttAsyncClient that is used to communicate with an MQTT server.
MqttAsyncClient(String, String, MqttClientPersistence) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
MqttAsyncClient(String, String, MqttClientPersistence, MqttPingSender) - Constructor for class org.eclipse.paho.client.mqttv3.MqttAsyncClient
Create an MqttAsyncClient that is used to communicate with an MQTT server.
MqttCallback - Interface in org.eclipse.paho.client.mqttv3
Enables an application to be notified when asynchronous events related to the client occur.
mqttClient - Variable in class ej.data.pubsub.paho.PahoMqttAgent
The MQTT Client used to publish/subscribe to the topics
MqttClient - Class in org.eclipse.paho.client.mqttv3
Lightweight client for talking to an MQTT server using methods that block until an operation completes.
MqttClient(String, String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttClient
Create an MqttClient that can be used to communicate with an MQTT server.
MqttClient(String, String, MqttClientPersistence) - Constructor for class org.eclipse.paho.client.mqttv3.MqttClient
Create an MqttClient that can be used to communicate with an MQTT server.
MqttClientPersistence - Interface in org.eclipse.paho.client.mqttv3
Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified.
MqttConnack - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT CONNACK.
MqttConnack(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
MqttConnect - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT CONNECT message.
MqttConnect(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
Constructor for an on the wire MQTT connect message
MqttConnect(String, int, boolean, int, String, char[], MqttMessage, String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
MqttConnectOptions - Class in org.eclipse.paho.client.mqttv3
Holds the set of options that control how the client connects to a server.
MqttConnectOptions() - Constructor for class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Constructs a new MqttConnectOptions object using the default values.
MqttContext - Interface in ej.data.pubsub
An MQTT context with its own subscriptions to an MQTT broker.
MqttDeliveryToken - Class in org.eclipse.paho.client.mqttv3
Provides a mechanism to track the delivery progress of a message.
MqttDeliveryToken() - Constructor for class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
MqttDeliveryToken(String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
MqttDisconnect - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT DISCONNECT message.
MqttDisconnect() - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
MqttDisconnect(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttDisconnect
 
MqttException - Exception in org.eclipse.paho.client.mqttv3
Thrown if an error occurs communicating with the server.
MqttException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified code as the underlying reason.
MqttException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified Throwable as the underlying reason.
MqttException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttException
Constructs a new MqttException with the specified Throwable as the underlying reason.
MqttInputStream - Class in org.eclipse.paho.client.mqttv3.internal.wire
An MqttInputStream lets applications read instances of MqttWireMessage.
MqttInputStream(ClientState, InputStream) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream
 
MqttListener - Interface in ej.data.pubsub
Listener called when a message is received for an MqttContext.
MqttMessage - Class in org.eclipse.paho.client.mqttv3
An MQTT message holds the application payload and options specifying how the message is to be delivered The message includes a "payload" (the body of the message) represented as a byte[].
MqttMessage() - Constructor for class org.eclipse.paho.client.mqttv3.MqttMessage
Constructs a message with an empty payload, and all other values set to defaults.
MqttMessage(byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.MqttMessage
Constructs a message with the specified byte array as a payload, and all other values set to defaults.
MqttOutputStream - Class in org.eclipse.paho.client.mqttv3.internal.wire
An MqttOutputStream lets applications write instances of MqttWireMessage.
MqttOutputStream(ClientState, OutputStream) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
MqttPacketOutputStream - Class in ej.data.pubsub.paho
OutputStream for MQTT packet with a flush method that sends the packet.
MqttPacketOutputStream(String, IMqttAsyncClient, int, boolean) - Constructor for class ej.data.pubsub.paho.MqttPacketOutputStream
 
MqttPersistable - Interface in org.eclipse.paho.client.mqttv3
Represents an object used to pass data to be persisted across the MqttClientPersistence interface.
MqttPersistableWireMessage - Class in org.eclipse.paho.client.mqttv3.internal.wire
 
MqttPersistableWireMessage(byte) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
 
MqttPersistenceException - Exception in org.eclipse.paho.client.mqttv3
This exception is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data.
MqttPersistenceException() - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException
MqttPersistenceException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified code as the underlying reason.
MqttPersistenceException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified Throwable as the underlying reason.
MqttPersistenceException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Constructs a new MqttPersistenceException with the specified Throwable as the underlying reason.
MqttPersistentData - Class in org.eclipse.paho.client.mqttv3.internal
 
MqttPersistentData(String, byte[], int, int, byte[], int, int) - Constructor for class org.eclipse.paho.client.mqttv3.internal.MqttPersistentData
Construct a data object to pass across the MQTT client persistence interface.
MqttPingReq - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PINGREQ message.
MqttPingReq() - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
MqttPingReq(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingReq
 
MqttPingResp - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PINGRESP.
MqttPingResp(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPingResp
 
MqttPingSender - Interface in org.eclipse.paho.client.mqttv3
Represents an object used to send ping packet to MQTT broker every keep alive interval.
MqttPubAck - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PUBACK message.
MqttPubAck(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubAck
 
MqttPubAck(MqttPublish) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubAck
 
MqttPubComp - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PUBCOMP message.
MqttPubComp(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubComp
 
MqttPubComp(MqttPublish) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubComp
 
MqttPubComp(int) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubComp
 
MqttPublish - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT SEND message.
MqttPublish(String, MqttMessage) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
MqttPublish(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
Constructs a new MqttPublish object.
MqttPubRec - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PUBREC message.
MqttPubRec(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRec
 
MqttPubRec(MqttPublish) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRec
 
MqttPubRel - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT PUBREL message.
MqttPubRel(MqttPubRec) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRel
Createa a pubrel message based on a pubrec
MqttPubRel(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRel
Creates a pubrel based on a pubrel set of bytes read fro the network
MqttReceivedMessage - Class in org.eclipse.paho.client.mqttv3.internal.wire
 
MqttReceivedMessage() - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage
 
MqttSecurityException - Exception in org.eclipse.paho.client.mqttv3
Thrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration.
MqttSecurityException(int) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified code as the underlying reason.
MqttSecurityException(Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified Throwable as the underlying reason.
MqttSecurityException(int, Throwable) - Constructor for exception org.eclipse.paho.client.mqttv3.MqttSecurityException
Constructs a new MqttSecurityException with the specified code and Throwable as the underlying reason.
MqttSuback - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT SUBACK.
MqttSuback(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttSuback
 
MqttSubscribe - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT SUBSCRIBE message.
MqttSubscribe(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
Constructor for an on the wire MQTT subscribe message
MqttSubscribe(String[], int[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
Constructor for an on the wire MQTT subscribe message
MqttToken - Class in org.eclipse.paho.client.mqttv3
Provides a mechanism for tracking the completion of an asynchronous action.
MqttToken() - Constructor for class org.eclipse.paho.client.mqttv3.MqttToken
 
MqttToken(String) - Constructor for class org.eclipse.paho.client.mqttv3.MqttToken
 
MqttTopic - Class in org.eclipse.paho.client.mqttv3
Represents a topic destination, used for publish/subscribe messaging.
MqttTopic(String, ClientComms) - Constructor for class org.eclipse.paho.client.mqttv3.MqttTopic
 
MqttUnsubAck - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT UNSUBACK.
MqttUnsubAck(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubAck
 
MqttUnsubscribe - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT UNSUBSCRIBE message.
MqttUnsubscribe(String[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
Constructs an MqttUnsubscribe
MqttUnsubscribe(byte, byte[]) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
Constructor for an on the wire MQTT un-subscribe message
MqttWireMessage - Class in org.eclipse.paho.client.mqttv3.internal.wire
An on-the-wire representation of an MQTT message.
MqttWireMessage(byte) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
MS - Static variable in interface com.microej.profiling.internal.Strings
MS.
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".
msgId - Variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
multBy10() - Method in class sun.misc.FDBigInteger
Multiplies this FDBigInteger by 10.
multByPow52(int, int) - Method in class sun.misc.FDBigInteger
Multiplies this FDBigInteger by 5p5 * 2p2.
MULTI - Static variable in interface ej.mwt.MWT
Constant for multiplicity.
MULTI_LEVEL_WILDCARD - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Multi-level wildcard The number sign (#) is a wildcard character that matches any number of levels within a topic.
MULTI_LEVEL_WILDCARD_PATTERN - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Multi-level wildcard pattern(/#)
MultiByteArrayInputStream - Class in org.eclipse.paho.client.mqttv3.internal.wire
 
MultiByteArrayInputStream(byte[], int, int, byte[], int, int) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteArrayInputStream
 
MultiByteInteger - Class in org.eclipse.paho.client.mqttv3.internal.wire
Represents a Multi-Byte Integer (MBI), as defined by the MQTT V3 specification.
MultiByteInteger(long) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteInteger
 
MultiByteInteger(long, int) - Constructor for class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteInteger
 
MultilevelSensor - Interface in ej.basedriver
Describe the capabilities of a Multilevel Sensor.
MultilevelSensorEvent - Interface in ej.basedriver.event
 
MultilevelSensorEventGenerator - Class in ej.basedriver.event.generator.impl
 
MultilevelSensorEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.MultilevelSensorEventGenerator
 
MultilevelSensorEventProxy - Class in ej.basedriver.event
 
MultilevelSensorEventProxy() - Constructor for class ej.basedriver.event.MultilevelSensorEventProxy
 
MultilevelSensorProxy - Class in ej.basedriver
Describe the capabilities of a Multilevel Sensor.
MultilevelSensorProxy() - Constructor for class ej.basedriver.MultilevelSensorProxy
 
MultilevelValue - Interface in ej.basedriver
A sensor value.
MultiPartBodyParser - Class in ej.hoka.http.body
MultiPartBodyParser() - Constructor for class ej.hoka.http.body.MultiPartBodyParser
 
MultiPartBodyParser.MultiPartBody - Class in ej.hoka.http.body
Class representing the collection of HTTPPart in the request.
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
 
MultipartStringsParser - Class in ej.hoka.http.body
A body parser for MIMEUtils.MIME_MULTIPART_FORM_ENCODED_DATA that parse parts as strings.
MultipartStringsParser() - Constructor for class ej.hoka.http.body.MultipartStringsParser
 
MULTIPLE_START_FORBIDDEN - Static variable in class ej.hoka.log.Messages
Multiple start is forbidden.
multiply(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this × multiplicand), and whose scale is (this.scale() + multiplicand.scale()).
multiply(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this × multiplicand), with rounding according to the context settings.
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
MWT - Interface in ej.mwt
This class defines standard flags to use in bit-fields.

N

NAK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
NAK_FRAME - Static variable in class ej.basedriver.zwave.frame.ControlFrame
 
NAME - Static variable in interface com.microej.profiling.internal.Strings
NAME.
name - Variable in class org.kxml2.kdom.Element
 
names() - Method in class org.json.me.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
namespace - Variable in class org.kxml2.kdom.Element
 
NaN - Static variable in class sun.misc.DoubleConsts
 
NaN - Static variable in class sun.misc.FloatConsts
 
nativeOrder() - Static method in class java.nio.ByteOrder
Retrieves the native byte order of the underlying platform.
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.
Navigator - Class in ej.widget.navigation
Deprecated.
Navigator() - Constructor for class ej.widget.navigation.Navigator
Deprecated.
 
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.BigDecimal
Returns a BigDecimal whose value is (-this), and whose scale is this.scale().
negate(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (-this), with rounding according to the context settings.
negate() - Method in class java.math.BigInteger
Returns a BigInteger whose value is (-this).
NEGATIVE_ACKNOWLEDGEMENT - Static variable in interface ej.widget.util.ControlCharacters
Sent by a station as a negative response to the station with which the connection has been set up.
NEGATIVE_INFINITY - Static variable in class sun.misc.DoubleConsts
 
NEGATIVE_INFINITY - Static variable in class sun.misc.FloatConsts
 
NET_CAPABILITY_INTERNET - Static variable in class android.net.NetworkCapabilities
Indicates that this network should be able to reach the internet.
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.
NetUtil - Class in ej.net.util
Utilitary functions about net.
Network - Class in android.net
Identifies a Network.
Network() - Constructor for class android.net.Network
 
Network - Class in ej.net
A network.
Network(String) - Constructor for class ej.net.Network
Instantiates a Network.
NetworkCallback() - Constructor for class android.net.ConnectivityManager.NetworkCallback
 
NetworkCapabilities - Class in android.net
This class represents the capabilities of a network.
NetworkCapabilities() - Constructor for class android.net.NetworkCapabilities
Instantiates a NetworkCapabilities without capabilities.
NetworkCapabilities(int[]) - Constructor for class android.net.NetworkCapabilities
Instantiates a NetworkCapabilities.
networkCapabilities - Variable in class android.net.NetworkRequest
The NetworkCapabilities that define this request.
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
 
NetworkInfo - Class in android.net
Describes the status of a network interface.
NetworkInfo() - Constructor for class android.net.NetworkInfo
 
NetworkModule - Interface in org.eclipse.paho.client.mqttv3.internal
 
NetworkModuleFactory - Interface in org.eclipse.paho.client.mqttv3.internal
 
NetworkRequest - Class in android.net
NetworkRequest.Builder - Class in android.net
Builder used to create NetworkRequest objects.
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_CONNECTION - Static variable in class ej.hoka.log.Messages
A new connection arrived.
newBinaryNLS(String, int) - Static method in class com.microej.nls.BinaryNLS
Decodes a binary NLS file for the given interface.
newBuilderForType() - Method in interface com.google.protobuf.MessageLite
Constructs a new builder for a message of the same type as this message.
newChannel(String) - Method in interface ej.data.channel.DataChannelProvider
Creates a new DataChannel with the given name.
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.
newCodedInput() - Method in class com.google.protobuf.ByteString
Creates a CodedInputStream which can be used to read the bytes.
newDataReader(InputStream, String) - Method in interface ej.data.pubsub.paho.MqttAgentConfiguration
Creates a DataReader for the given topic.
newDataWriter(OutputStream, String) - Method in interface ej.data.pubsub.paho.MqttAgentConfiguration
Creates a DataWriter for the given topic.
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).
newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newHTTPSession(HTTPServer) - Method in class ej.restserver.RestSession.Factory
 
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.
newInput() - Method in class com.google.protobuf.ByteString
Creates an InputStream which can be used to read the bytes.
newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given InputStream.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
Create a new CodedInputStream wrapping the given byte array slice.
newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream.
newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream wrapping the given OutputStream with a given buffer size.
newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array.
newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
Create a new CodedOutputStream that writes directly to the given byte array slice.
newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
Construct a new, empty instance.
newInstance() - Static method in class org.xmlpull.v1.XmlPullParserFactory
Create a new instance of a PullParserFactory that can be used to create XML pull parsers (see class description for more details).
newInstance(String, Class) - Static method in class org.xmlpull.v1.XmlPullParserFactory
 
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.
newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
 
newMqttContext() - Method in interface ej.data.pubsub.MqttAgent
Creates a new MqttContext.
newMqttContext() - Method in class ej.data.pubsub.paho.PahoMqttAgent
 
newOutput(int) - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output with the given initial capacity.
newOutput() - Static method in class com.google.protobuf.ByteString
Creates a new ByteString.Output.
newParameter(int, int, int, int, int) - Method in class ej.hoka.http.support.ContentType
Checks if the key value (from index startKey to index stopKey) equals to "charset" and updates the internally stored charset to the value extracted from index startValue to index stopValue from the CharacterSeparatedList.currentString.
newParameter(int, int, int, int, int) - Method in class ej.hoka.http.support.ParameterizedArgument
Reads a new parameter.
newParameter(int, int, int, int, int) - Method in class ej.hoka.http.support.QualityArgument
Sets the quality value.
newPublication() - Method in interface ej.data.channel.DataChannel
Requests a new publication to this channel and returns its associated data writer.
newPublication(String) - Method in interface ej.data.pubsub.MqttContext
Requests a new publication to the given topic and returns its associated data writer.
newPublication(String, int, boolean) - Method in interface ej.data.pubsub.MqttContext
Requests a new publication to the given topic and returns its associated data writer.
newPublication(String) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
newPublication(String, int, boolean) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
newPullParser() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Pull Parser using the currently configured factory features.
newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newScreenshot - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
The screenshot of the new widget.
newSerializer() - Method in class org.xmlpull.v1.XmlPullParserFactory
Creates a new instance of a XML Serializer.
newSetFromMap(Map<E, Boolean>) - Static method in class java.util.Collections
Returns a set backed by the specified map.
newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType) - Static method in class com.google.protobuf.GeneratedMessageLite
For use by generated code only.
newThread(Runnable) - Method in interface java.util.concurrent.ThreadFactory
Constructs a new Thread.
newToken(int, int, int) - Method in class ej.hoka.http.support.AcceptEncoding
Parses the indexth QualityArgument from the index start to the index stop.
newToken(int, int, int) - Method in class ej.hoka.http.support.CharacterSeparatedList
Read a new token between the given start and stop index and set its id.
newToken(int, int, int) - Method in class ej.hoka.http.support.ParameterizedArgument
Adds a new token to the array of tokens.
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
 
newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
Construct an UninitializedMessageException reporting missing fields in the given message.
newUserInstance(Class<?>, Class<T>, String) - Method in class ej.fp.FrontPanel
Instanciates the class whose name is classname.
newWidget - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
The new widget to show.
newWidgetImage() - Method in class ej.fp.widget.Display
Creates a new image with the same size than widget (not display size).
NEXT - Static variable in class ej.fp.event.MicroUICommand
The "next" command constant.
next - Variable in class ej.jsonpath.parser.Token
A reference to the next regular (non-special) token from the input stream.
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.
next() - Method in class org.kxml2.io.KXmlParser
 
next() - Method in class org.kxml2.wap.WbxmlParser
 
next() - Method in interface org.xmlpull.v1.XmlPullParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
An alternative to Iterator.next() that returns an unboxed primitive byte.
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.
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.
nextKey() - Method in class ej.json.JSONReader
Get the next key as String.
nextMeta() - Method in class org.json.me.util.XMLTokener
Returns the next XML meta token.
nextPart() - Method in class ej.hoka.http.body.MultiPartBodyParser.MultiPartBody
Consumes the input stream from the request to get the next HTTPPart available.
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.
nextTag() - Method in class org.kxml2.io.KXmlParser
 
nextTag() - Method in class org.kxml2.wap.WbxmlParser
 
nextTag() - Method in interface org.xmlpull.v1.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextText() - Method in class org.kxml2.io.KXmlParser
 
nextText() - Method in class org.kxml2.wap.WbxmlParser
 
nextText() - Method in interface org.xmlpull.v1.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
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.
nextToken() - Method in class org.kxml2.io.KXmlParser
 
nextToken() - Method in class org.kxml2.wap.WbxmlParser
 
nextToken() - Method in interface org.xmlpull.v1.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
nextValue() - Method in class ej.json.JSONReader
Get the next value.
nextValue() - Method in class org.json.me.JSONTokener
Get the next value.
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.style.background.NoBackground
No background singleton to avoid creating several ones.
NO_BORDER - Static variable in class ej.style.border.NoBorder
No border singleton to avoid creating several ones.
NO_DIMENSION - Static variable in class ej.style.dimension.NoDimension
NoDimension singleton to avoid creating several ones.
NO_INFO - Static variable in interface com.microej.profiling.internal.Strings
NO_INFO.
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_NAMESPACE - Static variable in interface org.xmlpull.v1.XmlPullParser
This constant represents the default namespace (empty string "")
NO_PAYLOAD - Static variable in class ej.cbor.ErrorMessage
 
NO_STATUS_PROVIDED - Static variable in class ej.websocket.CloseCodes
1005 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
NO_TAG - Static variable in interface com.microej.profiling.internal.Strings
NO_TAG.
NoBackground - Class in ej.style.background
A transparent background.
NoBorder - Class in ej.style.border
A transparent border.
Node - Interface in ej.basedriver
Describe the capabilities of a a node.
node - Variable in class ej.basedriver.zwave.device.ZwaveDevice
 
Node - Interface in ej.jsonpath.parser
 
Node - Class in org.kxml2.kdom
A common base class for Document and Element, also used for storing XML fragments.
Node() - Constructor for class org.kxml2.kdom.Node
 
NODE_BROADCAST - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
broadcast
nodeArity() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
nodeCreated() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
nodeid - Variable in class ej.basedriver.zwave.ZwaveNode
Id of the node.
NodeProtocolInfo - Class in ej.basedriver.zwave.frame
 
NodeProtocolInfo(RequestFrameListener, ZwaveNode) - Constructor for class ej.basedriver.zwave.frame.NodeProtocolInfo
 
NodeProxy - Class in ej.basedriver
 
NodeProxy() - Constructor for class ej.basedriver.NodeProxy
 
nodes - Variable in class ej.basedriver.impl.AbstractController
List of the nodes known by this controller.
NoDimension - Class in ej.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
 
NONE - Static variable in interface ej.mwt.MWT
Constant equals to zero used to put and check that no flags are set.
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.
NORMAL_CLOSURE - Static variable in class ej.websocket.CloseCodes
1000 indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.
normalize() - Method in class java.net.URI
Normalizes this URI's path.
NORTH - Static variable in interface ej.mwt.MWT
Constant for alignment or direction behavior.
noSpace(String) - Static method in class ej.rest.util.Tool
Throw an exception if the string contains whitespace.
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_EQUAL - Static variable in interface com.microej.profiling.internal.Strings
NOT_EQUAL
NOT_EXIT - Static variable in interface com.microej.profiling.internal.Strings
NOT_EXIT.
NOT_FIN - Static variable in class ej.websocket.Messages
This is not a fin frame.
NOT_WELL_FORMED_CBOR_INTEGER - Static variable in class ej.cbor.ErrorMessage
 
Notification - Interface in ej.wadapps.app
User notification.
NotificationCallback - Interface in ej.bluetooth.util.server
A notification callback.
NotificationsManager - Interface in ej.wadapps.management
A notification manager holds incoming notifications until they are cancelled.
notify(Notification) - Method in interface ej.wadapps.management.NotificationsManager
Posts a notification.
notifyAnimationStepListeners(int, int, Widget, Widget, boolean) - Method in class ej.widget.container.transition.TransitionContainer
Notifies the registered animation step listeners with the given values.
notifyAnimationStepListeners(int) - Method in class ej.widget.container.transition.TransitionContainer
Notifies the registered animation step listeners with the given values.
notifyComplete() - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
notifyComplete() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
notifyComplete() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
notifyComplete() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
notifyComplete() - Method in class ej.basedriver.zwave.frame.RequestFrame
 
notifyComplete() - Method in interface ej.basedriver.zwave.frame.RequestFrameListener
 
notifyComplete() - Method in class ej.basedriver.zwave.ZwaveController
 
notifyComplete() - Method in class ej.basedriver.zwave.ZwaveNode
 
notifyComplete(MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called when waiters and callbacks have processed the message.
notifyComplete() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
Notifies this token that a response message (an ACK or NACK) has been received.
notifyDevices(BasicServerCharacteristic) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Notifies the devices that are register to a characteristics.
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.frame.RequestFrame
 
notifyError(RequestFrameListener.RequestFrameError) - Method in interface ej.basedriver.zwave.frame.RequestFrameListener
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.ZwaveController
 
notifyError(RequestFrameListener.RequestFrameError) - Method in class ej.basedriver.zwave.ZwaveNode
 
notifyNetworkCallbacks(boolean) - Method in class android.net.ConnectivityManager
notifyNetworkCallbacks(Network, boolean) - Method in class android.net.ConnectivityManager
Notifies a network availability change.
notifyNetworkCallbacks(Network, NetworkCapabilities) - Method in class android.net.ConnectivityManager
Notifies a network capability change.
notifyObservers() - Method in class ej.observable.Observable
If this object has changed, as indicated by the Observable.hasChanged() method, then notify all of its observers and then call the Observable.clearChanged() method to indicate that this object has no longer changed.
notifyOnClickListeners() - Method in class ej.widget.util.ButtonHelper
Notifies the listeners that a click event happened.
notifyOnStart(String) - Static method in class ej.widget.animation.AnimationListenerRegistry
Notifies all the animation listeners that an animation is started.
notifyOnStateChangeListener(boolean) - Method in class ej.widget.toggle.ToggleModel
Notifies the listeners that a state change event happened.
notifyOnStop(String) - Static method in class ej.widget.animation.AnimationListenerRegistry
Notifies all the animation listeners that an animation is stopped.
notifyQueueLock() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
notifyReader() - Method in class ej.basedriver.zwave.util.Queue
 
notifyReceivedAck(MqttAck) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called by the CommsReceiver when an ack has arrived.
notifyReceivedBytes(int) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
notifyReceivedMsg(MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called by the CommsReceiver when a message has been received.
notifyResult(MqttWireMessage, MqttToken, MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
notifySent(MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called by the CommsSender when a message has been sent
notifySent() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
Notifies this token that the associated message has been sent (i.e.
notifySentBytes(int) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
COMMENTED OUT AS NO LONGER USED.
NoTransitionContainer - Class in ej.widget.container.transition
A no transition container switch directly the widgets without any animation.
NoTransitionContainer() - Constructor for class ej.widget.container.transition.NoTransitionContainer
Creates a no transition container.
NotSelector - Class in ej.style.selector
A not selector selects every element that is not selected by its wrapped selector.
NotSelector(Selector) - Constructor for class ej.style.selector.NotSelector
Creates a not selector.
NS - Static variable in interface com.microej.profiling.internal.Strings
NS.
NthChildSelector - Class in ej.style.selector
A nth child selector selects by checking if an element is the nth child of its parent.
NthChildSelector(int) - Constructor for class ej.style.selector.NthChildSelector
Creates a nth child selector.
NTP_ATTEMPTS_PROPERTY - Static variable in class ej.net.util.NtpUtil
Property to set the NTP attempts.
NTP_DEFAULT_ATTEMPTS - Static variable in class ej.net.util.NtpUtil
Default NTP attempts.
NTP_DEFAULT_PORT - Static variable in class ej.net.util.NtpUtil
Default ntp port.
NTP_DEFAULT_SERVER - Static variable in class ej.net.util.NtpUtil
Default NTP url.
NTP_DEFAULT_TIMEOUT - Static variable in class ej.net.util.NtpUtil
Default NTP timeout.
NTP_PORT_PROPERTY - Static variable in class ej.net.util.NtpUtil
Property to set the NTP port.
NTP_TIMEOUT_PROPERTY - Static variable in class ej.net.util.NtpUtil
Property to set the NTP timeout.
NTP_URL_PROPERTY - Static variable in class ej.net.util.NtpUtil
Property to set the NTP URL.
NtpUtil - Class in ej.net.util
Utilitary functions to update the local time of the board..
NULL - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded null value (encoded as "simple value": #MT_SIMPLE).
NULL - Static variable in class ej.json.JSONReader
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
NULL - Static variable in interface ej.widget.util.ControlCharacters
Originally used to allow gaps to be left on paper tape for edits.
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.
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.
numberOfColors() - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Gets the number of colors that can be represented on the device.
numberOfLeadingZeros(long) - Static method in class sun.misc.FloatingDecimal
Returns the number of zero bits preceding the highest-order ("leftmost") one-bit in the two's complement binary representation of the specified long value.
numberOfTrailingZeros(long) - Static method in class sun.misc.FloatingDecimal
Returns the number of zero bits following the lowest-order ("rightmost") one-bit in the two's complement binary representation of the specified long value.
numberToString(Object) - Static method in class org.json.me.JSONObject
Produce a string from a Number.
NumberUtil - Class in ej.basedriver.zwave.util
 

O

object() - Method in class ej.json.JSONWriter
Begin appending a new object.
object() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
object() - Method in class ej.rest.web.JSONResource
Parse and return JSON 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 ej.observable
This class represents an observable object, or "data" in the model-view paradigm.
Observable() - Constructor for class ej.observable.Observable
Constructs an observable with no observers.
Observer - Interface in ej.observable
An observer in notified when the object it observes is changed.
ODD_CHILD_SELECTOR - Static variable in class ej.style.selector.OddChildSelector
Odd child selector singleton to avoid creating several ones.
OddChildSelector - Class in ej.style.selector
An odd child selector selects by checking if an element is at an odd position in its parent (0, 2, 4,…).
OddChildSelector() - Constructor for class ej.style.selector.OddChildSelector
Creates an odd child selector.
OFF - Static variable in interface ej.basedriver.BinaryState
The state is off.
off() - Method in interface ej.basedriver.Switch
Change the switch state to off.
off() - Method in class ej.basedriver.SwitchProxy
 
off() - Method in class ej.basedriver.SwitchWithReturnStateProxy
 
OFF - Static variable in interface ej.basedriver.ThermostatMode
System is OFF.
off() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
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 - Static variable in class com.microej.profiling.profiler.HeapProfiler
Sets the memory offset.
ON - Static variable in interface ej.basedriver.BinaryState
The state is on.
on() - Method in interface ej.basedriver.Switch
Change the switch state to on.
on() - Method in class ej.basedriver.SwitchProxy
 
on() - Method in class ej.basedriver.SwitchWithReturnStateProxy
 
on() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
onAdvertisementCompleted(BluetoothAdapter) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onAvailable(Network) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the framework connects and has declared new network ready for use.
onAvailable(Network) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
 
onBinaryMessage(WebSocket, byte[]) - Method in interface ej.websocket.Endpoint
A binary message has been received.
onBinaryMessage(WebSocket, byte[]) - Method in class ej.websocket.util.EndpointAdapter
 
onCapabilitiesChanged(Network, NetworkCapabilities) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the network the framework connected to for this request changes capabilities but still satisfies the stated need.
onCapabilitiesChanged(Network, NetworkCapabilities) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
 
onClick() - Method in class ej.widget.basic.Button
Invoked when the button has been clicked.
onClick() - Method in class ej.widget.composed.ButtonWrapper
Invoked when the button has been clicked.
onClick() - Method in interface ej.widget.listener.OnClickListener
Invoked when the target of the listener has been clicked.
OnClickListener - Interface in ej.widget.listener
Defines an object which listens to click events.
onClose(WebSocket, ReasonForClosure) - Method in interface ej.websocket.Endpoint
The associated WebSocket is about to close.
onClose(WebSocket, ReasonForClosure) - Method in class ej.websocket.util.EndpointAdapter
 
onConfigChanged(byte[]) - Method in interface googlecloud.iotcore.ConfigListener
Called when the config changes.
onConfigChanged(byte[]) - Method in class googlecloud.iotcore.ConfigListenerProxy
 
onConnected(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onConnectFailed(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onConnectivity(boolean) - Method in interface ej.net.util.connectivity.SimpleNetworkCallback
Called when the connectivity state changes.
onConnectivity(boolean) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Called when the connectivity state changes.
onCreate() - Method in interface ej.wadapps.app.Activity
Creates the activity content.
onDataReceived(String, byte[]) - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
onDataReceived(String, byte[]) - Method in interface ej.aws.iot.pubsub.TopicListener
Called whenever a message arrives in the broker
onDataReceived(String, byte[]) - Method in interface googlecloud.iotcore.pubsub.TopicListener
Called whenever a message arrives in the broker.
onDestroy() - Method in interface ej.wadapps.app.Activity
Destroys the activity content.
onDisconnected(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onDrag(Page, int) - Method in class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
Deprecated.
Called when the user drags the pages to go back to the previous page.
onDrag(Page, int) - Method in class ej.widget.navigation.transition.HorizontalTransitionManager
Deprecated.
Called when the user drags the pages to go back to the previous page.
ONE - Static variable in class java.math.BigDecimal
The value 1, with a scale of 0.
ONE - Static variable in class java.math.BigInteger
The BigInteger constant one.
ONE - Static variable in class sun.misc.FDBigInteger
 
ONE_BYTE - Static variable in interface ej.cbor.CborConstants
Denotes a one-byte value (uint8).
ONE_BYTE - Static variable in class ej.cbor.ErrorMessage
 
onError(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
An error occurred on a device.
onError(Class<D>, D) - Method in class ej.basedriver.EventControllerListenerProxy
 
onError(Class<D>, D) - Method in class ej.basedriver.util.EcomEventControllerListener
 
onError(WebSocket, Throwable) - Method in interface ej.websocket.Endpoint
An error occurred on the WebSocket.
onError(WebSocket, Throwable) - Method in class ej.websocket.util.EndpointAdapter
 
onEvent(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
An event occurred on a device.
onEvent(Class<D>, D) - Method in class ej.basedriver.EventControllerListenerProxy
 
onEvent(Class<D>, D) - Method in class ej.basedriver.util.EcomEventControllerListener
 
onFailedAuthentication(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the response upon failed authentication.
onFailure(IMqttToken, Throwable) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
This method is invoked when an action fails.
onFailure(IMqttToken, Throwable) - Method in class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
The connect failed, so try the next URI on the list.
onFeed() - Method in interface ej.watchdog.WatchdogListener
Called when the watchdog is fed.
onInternet(boolean) - Method in interface ej.net.util.connectivity.SimpleNetworkCallback
Called when the Internet state change.
onInternet(boolean) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Called when the Internet state change.
onJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Called before a join.
onJoinError(AccessPointConfiguration, Exception) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that a join failed using the given configuration.
onLost(Network) - Method in class android.net.ConnectivityManager.NetworkCallback
Called when the framework has a hard loss of the network or when the graceful failure ends.
onLost(Network) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
 
onMaximumValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
 
onMaximumValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
Invoked when the target of the listener has changed its maximum value.
onMinimumValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
 
onMinimumValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
Invoked when the target of the listener has changed its minimum value.
onMount(SoftAPConfiguration) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
onMount(SoftAPConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Called when the softAP has been mounted.
onMove(int) - Method in class ej.widget.container.FillCarousel
 
onMove(int) - Method in class ej.widget.container.ListCarousel
 
onMove(int) - Method in interface ej.widget.util.Swipeable
The content is moved to the given position.
onNotificationSent(BluetoothCharacteristic, BluetoothDevice, boolean) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
 
onNotify(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
 
onNotify(BluetoothDevice) - Method in interface ej.bluetooth.util.server.NotificationCallback
Called back when a notification for the device is requested.
onOpen(WebSocket) - Method in interface ej.websocket.Endpoint
The connection has been established.
onOpen(WebSocket) - Method in class ej.websocket.util.EndpointAdapter
 
onPairCompleted(BluetoothDevice, boolean) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onPairRequest(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onPasskeyGenerated(BluetoothDevice, int) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onPasskeyRequest(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onPause() - Method in interface ej.wadapps.app.Activity
Pauses the activity.
onPong(byte[]) - Method in interface ej.websocket.Endpoint
A pong frame has been received.
onPong(byte[]) - Method in class ej.websocket.util.EndpointAdapter
 
onReadRequest(BluetoothCharacteristic, BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
 
onReadRequest(BluetoothDescriptor, BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
 
onReadRequest(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
 
onReadRequest(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicServerDescriptor
 
onReadRequest(BluetoothDevice) - Method in class ej.bluetooth.util.server.CCCDescriptor
 
onReadRequest(BluetoothDevice) - Method in interface ej.bluetooth.util.server.ReadWriteCallbackServer
Called back when a read request is received.
onRegister(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
Registers a new device with the given type.
onRegister(Class<D>, D) - Method in class ej.basedriver.EventControllerListenerProxy
 
onRegister(Class<D>, D) - Method in class ej.basedriver.util.EcomEventControllerListener
 
onRestart() - Method in interface ej.wadapps.app.Activity
Restarts the activity.
onResume() - Method in interface ej.wadapps.app.Activity
Resumes the activity.
onScan(AccessPoint[]) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that a scan has been done.
onScan(AccessPoint[]) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Called when a scan is done.
onServicesDiscovered(BluetoothDevice) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
 
onSoftAPMount(SoftAPConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that the softAP is now mounted using the given configuration.
onSoftAPMountError(SoftAPConfiguration, IOException) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that the mount of the Soft AP failed using the given configuration.
onSoftAPUnmount() - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that the Soft AP has been unmounted.
onStart() - Method in interface ej.automaton.Automaton
Starts the automaton.
onStart() - Method in interface ej.wadapps.app.Activity
Starts the activity.
onStart() - Method in interface ej.wadapps.app.BackgroundService
Starts the background service.
onStartAnimation() - Method in interface ej.widget.animation.AnimationListener
An animation is started.
onStartAnimation() - Method in class ej.widget.container.AbstractCarousel
 
onStateChange(boolean) - Method in interface ej.widget.listener.OnStateChangeListener
Invoked when the target of the listener has changed its state.
onStateChange(boolean) - Method in class ej.widget.util.ToggleHelper
 
OnStateChangeListener - Interface in ej.widget.listener
Defines an object which listens to state change events.
onStep(int) - Method in interface ej.widget.animation.AnimationStepListener
A step of an animation is done.
onStop() - Method in interface ej.automaton.Automaton
Stops the automation.
onStop() - Method in interface ej.wadapps.app.Activity
Stops the activity.
onStop() - Method in interface ej.wadapps.app.BackgroundService
Stops the background service.
onStopAnimation() - Method in interface ej.widget.animation.AnimationListener
An animation is stopped.
onStopAnimation() - Method in class ej.widget.container.AbstractCarousel
 
onSuccess(IMqttToken) - Method in interface org.eclipse.paho.client.mqttv3.IMqttActionListener
This method is invoked when an action has completed successfully.
onSuccess(IMqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ConnectActionListener
If the connect succeeded then call the users onSuccess callback
onSuccessfulAuthentication(HTTPRequest, Map<String, String>, String, String) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
Constructs the response upon successful authentication.
onSuccessfulJoin(AccessPointConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that a join was successful using the given configuration.
onSuccessfulJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
onSuccessfulJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Called when a successful join is done.
onSuccessfulLogin(HTTPRequest, Map<String, String>, String, String) - Method in class ej.hoka.auth.session.LoginEndpoint
Handles the login and send the appropriate response.
onTargetChange(float) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
 
onTargetChange(float) - Method in interface com.microej.demo.thermorest.model.ThermostatListener
Callback function when the target temperature is changed.
onTemperatureChange(float) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
 
onTemperatureChange(float) - Method in interface com.microej.demo.thermorest.model.ThermostatListener
Callback function when the temperature is changed.
onTextChange(int, String) - Method in interface ej.widget.listener.OnTextChangeListener
Invoked when the target of the listener has changed its text.
OnTextChangeListener - Interface in ej.widget.listener
Defines an object which listens to text change events.
onTextMessage(WebSocket, String) - Method in interface ej.websocket.Endpoint
A text message has been received.
onTextMessage(WebSocket, String) - Method in class ej.websocket.util.EndpointAdapter
 
onTrigger() - Method in interface ej.watchdog.WatchdogListener
Called when the watchdog is triggered.
onTryingJoin(AccessPointConfiguration) - Method in interface com.microej.example.wifi.setup.ConnectorListener
Notifies that a join will be done with the given configuration.
onUnmount() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
onUnmount() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Called when the softAP has been unmounted.
onUnregister(D) - Method in interface ej.basedriver.ControllerListener
Unregisters the given device.
onUnregister(D) - Method in class ej.basedriver.EventControllerListenerProxy
 
onUnregister(D) - Method in class ej.basedriver.util.EcomEventControllerListener
 
onValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
 
onValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
Invoked when the target of the listener has changed its value.
OnValueChangeAdapter - Class in ej.widget.listener
Utility class with empty implementation of OnValueChangeListener methods.
OnValueChangeAdapter() - Constructor for class ej.widget.listener.OnValueChangeAdapter
 
OnValueChangeListener - Interface in ej.widget.listener
Defines an object which listens to value change events.
onWriteRequest(BluetoothCharacteristic, BluetoothDevice, byte[]) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
 
onWriteRequest(BluetoothDescriptor, BluetoothDevice, byte[]) - Method in class ej.bluetooth.util.server.BasicBluetoothServerService
 
onWriteRequest(BluetoothDevice, byte[]) - Method in class ej.bluetooth.util.server.BasicServerCharacteristic
 
onWriteRequest(BluetoothDevice, byte[]) - Method in class ej.bluetooth.util.server.BasicServerDescriptor
 
onWriteRequest(BluetoothDevice, byte[]) - Method in class ej.bluetooth.util.server.CCCDescriptor
 
onWriteRequest(BluetoothDevice, byte[]) - Method in interface ej.bluetooth.util.server.ReadWriteCallbackServer
Called back when a write request is received.
OP - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
OPAQUE - Static variable in interface org.kxml2.wap.Wbxml
 
OPCODE_BINARY_FRAME - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a binary frame.
OPCODE_CONNECTION_CLOSE - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a connection close.
OPCODE_CONTINUATION_FRAME - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a continuation frame.
OPCODE_NOT_MANAGED - Static variable in class ej.websocket.Messages
We received an OP code that is not managed.
OPCODE_PING - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a ping.
OPCODE_PONG - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a pong.
OPCODE_TEXT_FRAME - Static variable in class ej.websocket.frame.RawFrame
Opcode to denote a text frame.
open() - Method in enum ej.basedriver.zwave.Session
 
open(HTTPRequest, InputStream) - Method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Creates a ChunkedMessageBodyInputStream to read the body of the HTTP request in "chunked" encoding from the HTTPRequest and the InputStream.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.encoding.ChunkedTransferCodingHandler
Creates an OutputStream to write the body of the HTTP response in "chunked" encoding using the HTTPResponse and the OutputStream.
open(InputStream) - Method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns the original InputStream.
open(OutputStream) - Method in class ej.hoka.http.encoding.IdentityEncodingHandler
Returns the original OutputStream.
open(HTTPRequest, InputStream) - Method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Creates a new instance of IdentityMessageBodyInputStream to read the message body of the HTTP request.
open(HTTPResponse, OutputStream) - Method in class ej.hoka.http.encoding.IdentityTransferCodingHandler
Creates an IdentityMessageBodyOutputStream to write the message body of the HTTP response.
open(InputStream) - Method in interface ej.hoka.http.encoding.IHTTPEncodingHandler
Returns an InputStream to read the decoded data from the original InputStream.
open(OutputStream) - Method in interface ej.hoka.http.encoding.IHTTPEncodingHandler
Wraps the original OutputStream with a special OutputStream which performs the encoding.
open(HTTPRequest, InputStream) - Method in interface ej.hoka.http.encoding.IHTTPTransferCodingHandler
Opens an InputStream that can be used to decode message body of the given request.
open(HTTPResponse, OutputStream) - Method in interface ej.hoka.http.encoding.IHTTPTransferCodingHandler
Opens an OutputStream that can be used to encode the message body of the HTTPResponse.
open() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
open(String, String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Initialise the persistent store.
open(String, String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
OPEN_ARRAY - Static variable in interface ej.jsonpath.parser.JSONPathCompilerConstants
RegularExpression Id.
OPEN_BRACKET - Static variable in interface com.microej.profiling.internal.Strings
OPEN_BRACKET.
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 class ej.basedriver.util.CommPortConnection
 
openDataOutputStream() - Method in class ej.basedriver.util.CommPortConnection
 
OPENING_HANDSHAKE - Static variable in class ej.websocket.Messages
Sending the opening handshake.
openInputStream() - Method in class ej.basedriver.util.CommPortConnection
 
openNodeScope(Node) - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
openOutputStream() - Method in class ej.basedriver.util.CommPortConnection
 
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.
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.
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
 
options(byte, byte) - Method in class ej.basedriver.zwave.ZwaveNode
Set the 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.
OrCombinator - Class in ej.style.selector.combinator
An 'or' combinator selects the elements selected by at least one of its inner selectors.
OrCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.OrCombinator
Creates an 'or' combinator.
OrCombinator(Selector...) - Constructor for class ej.style.selector.combinator.OrCombinator
Creates an 'or' combinator.
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.
org.eclipse.core.runtime - package org.eclipse.core.runtime
 
org.eclipse.paho.client.mqttv3 - package org.eclipse.paho.client.mqttv3
Contains a programming interface enabling applications to communicate with an MQTT server.
org.eclipse.paho.client.mqttv3.internal - package org.eclipse.paho.client.mqttv3.internal
 
org.eclipse.paho.client.mqttv3.internal.dependencyinjection - package org.eclipse.paho.client.mqttv3.internal.dependencyinjection
 
org.eclipse.paho.client.mqttv3.internal.security - package org.eclipse.paho.client.mqttv3.internal.security
 
org.eclipse.paho.client.mqttv3.internal.wire - package org.eclipse.paho.client.mqttv3.internal.wire
 
org.eclipse.paho.client.mqttv3.logging - package org.eclipse.paho.client.mqttv3.logging
Provides facilities to write and format log and trace to help debug problems.
org.eclipse.paho.client.mqttv3.persist - package org.eclipse.paho.client.mqttv3.persist
Contains implementations of the MqttClientPersistence interface.
org.eclipse.paho.client.mqttv3.util - package org.eclipse.paho.client.mqttv3.util
Provides helpers and utilities.
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
 
org.kxml2.io - package org.kxml2.io
 
org.kxml2.kdom - package org.kxml2.kdom
 
org.kxml2.wap - package org.kxml2.wap
 
org.kxml2.wap.syncml - package org.kxml2.wap.syncml
 
org.kxml2.wap.wml - package org.kxml2.wap.wml
 
org.kxml2.wap.wv - package org.kxml2.wap.wv
 
org.xmlpull.v1 - package org.xmlpull.v1
 
os - Variable in class ej.json.JSONWriter
The stream that will receive the output.
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.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() - Method in class java.util.Formatter
Returns the destination for the output.
Outline - Interface in ej.style.outline
Represents an outline that wraps a rectangle.
OUTPUT_STREAM_CANNOT_BE_NULL - Static variable in class ej.cbor.ErrorMessage
 
OVERALL - Static variable in interface com.microej.profiling.internal.Strings
OVERALL.
override(Style) - Method in class ej.style.Style
Fills all defined attributes of the given style in this style.

P

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 - Variable in class ej.style.Style
Padding.
PADDING_SHIFT - Static variable in class ej.style.Style
Padding field position in bit map.
Page - Class in ej.widget.navigation.page
A page is a wrapper with a URL.
Page() - Constructor for class ej.widget.navigation.page.Page
 
PageNotFoundException - Exception in ej.widget.navigation.page
Exception thrown when a URL resolver cannot resolve an URL.
PageNotFoundException() - Constructor for exception ej.widget.navigation.page.PageNotFoundException
Constructs a new page not found exception with null as its detailed message.
PageNotFoundException(String) - Constructor for exception ej.widget.navigation.page.PageNotFoundException
Constructs a new page not found exception with the specified detail message.
PageNotFoundException(String, Throwable) - Constructor for exception ej.widget.navigation.page.PageNotFoundException
Constructs a new page not found exception with the specified detail message and cause.
PageNotFoundException(Throwable) - Constructor for exception ej.widget.navigation.page.PageNotFoundException
Constructs a new page not found 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).
pageStack - Variable in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
The stack of pages.
PageStack - Interface in ej.widget.navigation.stack
A pages stack is responsible for the pages history management.
PageStackReference - Class in ej.widget.navigation.stack
Pages stack that stores references to the pages.
PageStackReference(URLResolver) - Constructor for class ej.widget.navigation.stack.PageStackReference
Creates a pages stack.
PageStackURL - Class in ej.widget.navigation.stack
Pages stack that stores URLs of the pages.
PageStackURL(URLResolver) - Constructor for class ej.widget.navigation.stack.PageStackURL
Creates a pages stack.
PagingIndicator - Class in ej.widget.basic
The paging indicator is a widget that shows the current step of a scrolling element.
PagingIndicator() - Constructor for class ej.widget.basic.PagingIndicator
Creates an horizontal paging indicator.
PagingIndicator(boolean) - Constructor for class ej.widget.basic.PagingIndicator
Creates a paging indicator.
PahoMqttAgent - Class in ej.data.pubsub.paho
Class that manages all the PahoMqttContext.
PahoMqttAgent(String, IMqttAsyncClient, MqttAgentConfiguration) - Constructor for class ej.data.pubsub.paho.PahoMqttAgent
Creates a new MqttAgent that uses Paho.
PahoMqttAgentCallback - Class in ej.data.pubsub.paho
Callback registered in the IMqttAsyncClient used by the PahoMqttAgent.
PahoMqttAgentCallback(PahoMqttAgent) - Constructor for class ej.data.pubsub.paho.PahoMqttAgentCallback
 
PahoMqttContext - Class in ej.data.pubsub.paho
Implementation of an MqttContext that uses Paho.
PahoMqttContext(PahoMqttAgent) - Constructor for class ej.data.pubsub.paho.PahoMqttContext
 
paint(GraphicsContext) - Method in class ej.mwt.Desktop
 
Panel - Class in ej.mwt
A panel is a Renderable object that can be added on a Desktop.
Panel() - Constructor for class ej.mwt.Panel
Creates a new panel.
panelAt(int, int) - Method in class ej.mwt.Desktop
Gets the panel at the specified position.
PARAMETER_SEP - Static variable in class ej.hoka.http.support.ParameterizedArgument
Separator for the parameters: ';'.
parameterIndex - Variable in class ej.basedriver.zwave.frame.RequestFrame
 
ParameterizedArgument - Class in ej.hoka.http.support
Generic parser for parameterized arguments.
ParameterizedArgument() - Constructor for class ej.hoka.http.support.ParameterizedArgument
Creates a new instance of ParameterizedArgument with the default separator character of semicolon (";").
ParameterParser - Class in ej.hoka.http.body
A parser for MIMEUtils.MIME_FORM_ENCODED_DATA and parameters in URI.
ParameterParser() - Constructor for class ej.hoka.http.body.ParameterParser
 
PARAMETERS_CANNOT_BE_NULL - Static variable in class ej.cbor.ErrorMessage
 
parent - Variable in class ej.jsonpath.parser.SimpleNode
 
parent - Variable in class org.kxml2.kdom.Element
 
parse(String) - Method in class ej.hoka.http.support.CharacterSeparatedList
Parses the given String.
parse(String, int, int) - Method in class ej.hoka.http.support.CharacterSeparatedList
Parses the String str from the start index to the stop index.
parse(XmlPullParser) - Method in class org.kxml2.kdom.Document
reads the document and checks if the last event is END_DOCUMENT.
parse(XmlPullParser) - Method in class org.kxml2.kdom.Element
Builds the child elements from the given Parser.
parse(XmlPullParser) - Method in class org.kxml2.kdom.Node
Recursively builds the child elements from the given parser until an end tag or end document is found.
parseBody(InputStream, String) - Method in interface ej.hoka.http.body.BodyParser
Parse the body.
parseBody(InputStream, String) - Method in class ej.hoka.http.body.MultiPartBodyParser
Initialize the parsing, must be called before MultiPartBodyParser.MultiPartBody.nextPart().
parseBody(InputStream, String) - Method in class ej.hoka.http.body.MultipartStringsParser
 
parseBody(InputStream, String) - Method in class ej.hoka.http.body.ParameterParser
 
parseBody(InputStream, String) - Method in class ej.hoka.http.body.StringBodyParser
 
parseBody(BodyParser<T>) - Method in class ej.hoka.http.HTTPRequest
Request the body to be parsed.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not read util EOF.
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream) but supporting extensions.
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.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parseFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from the input.
parseFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but also parses extensions.
parseFrom(ByteString) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[]) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses data as a message of MessageType.
parseFrom(InputStream) - Method in interface com.google.protobuf.Parser
Parse a message of MessageType from input.
parseFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Parses a message of MessageType from input.
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.
parseParameters(InputStream, Map<String, String>) - Static method in class ej.hoka.http.body.ParameterParser
Parses parameters.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialDelimitedFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialDelimitedFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseDelimitedFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(ByteString) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], int, int) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(byte[]) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(InputStream) - Method in class com.google.protobuf.AbstractParser
 
parsePartialFrom(CodedInputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(CodedInputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(CodedInputStream input, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString), but does not throw an exception if the message is missing required fields.
parsePartialFrom(ByteString, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], int, int), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], int, int, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(ByteString, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[]) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[]), but does not throw an exception if the message is missing required fields.
parsePartialFrom(byte[], ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(byte[], ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream), but does not throw an exception if the message is missing required fields.
parsePartialFrom(InputStream, ExtensionRegistryLite) - Method in interface com.google.protobuf.Parser
Like Parser.parseFrom(InputStream, ExtensionRegistryLite), but does not throw an exception if the message is missing required fields.
Parser<MessageType> - Interface in com.google.protobuf
Abstract interface for parsing Protocol Messages.
parser - Variable in class ej.jsonpath.parser.SimpleNode
 
parserClasses - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.Builder
Called by subclasses to parse an unknown field.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
Called by subclasses to parse an unknown field or an extension.
parseUnknownField(CodedInputStream, ExtensionRegistryLite, int) - Method in class com.google.protobuf.GeneratedMessageLite
Called by subclasses to parse an unknown field.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
parseWapExtension(int) - Method in class org.kxml2.wap.WbxmlParser
Overwrite this method to intercept all wap events
part() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
partialHash(int, int, int) - Method in class com.google.protobuf.ByteString
Compute the hash across the value bytes starting with the given hash, and return the result.
partialIsValidUtf8(int, int, int) - Method in class com.google.protobuf.ByteString
Tells whether the given byte sequence is a well-formed, malformed, or incomplete UTF-8 byte sequence.
PASSPHRASE - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Passphrase keyword.
Password - Class in ej.widget.basic
Password is a text with hidden characters.
Password() - Constructor for class ej.widget.basic.Password
Creates an empty password.
Password(String) - Constructor for class ej.widget.basic.Password
Creates a password with an initial content.
Password(String, String) - Constructor for class ej.widget.basic.Password
Creates a password with an initial content and a place holder.
PASTE - Static variable in class ej.fp.event.MicroUICommand
The "paste" command constant.
path(String) - Static method in class ej.rest.web.Resty
Create a JSONPathQuery to extract data from a JSON object.
PathQuery<T,S> - Class in ej.rest.web
Simple abstraction for queries into complex datastructures.
PathQuery() - Constructor for class ej.rest.web.PathQuery
 
PAUSE - Static variable in class ej.fp.event.MicroUICommand
The "pause" command constant.
pause() - Method in class ej.restserver.RestartableServer
Pause the server.
peek() - Method in class ej.json.JSONReader
Get the first character of the next token.
peek() - Method in interface ej.widget.navigation.stack.PageStack
Gets the page at the top of the stack.
peek() - Method in class ej.widget.navigation.stack.PageStackReference
 
peek() - Method in class ej.widget.navigation.stack.PageStackURL
 
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.
peekCachedHashCode() - Method in class com.google.protobuf.ByteString
Return the cached hash code if available.
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
 
peekType() - Method in class ej.cbor.CborDecoder
Peeks in the input stream for the upcoming type.
PERCENT - Static variable in interface com.microej.profiling.internal.Strings
PERCENT.
performClick() - Method in class ej.widget.basic.Button
Performs the actions associated to a click.
performClick() - Method in class ej.widget.basic.ButtonImage
Performs the actions associated to a click.
performClick() - Method in class ej.widget.composed.ButtonWrapper
Performs the actions associated to a click.
performClick() - Method in class ej.widget.util.ButtonHelper
Performs the actions associated to a click.
PERIOD_PROPERTY - Static variable in class ej.animation.Animator
The property used to define the period through the system properties.
PeriodicPublisherCloud - Class in com.microej.demo.thermorest.cloud
Thermostat publishing changes to a cloud.
PeriodicPublisherCloud() - Constructor for class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
 
PI - Static variable in interface org.kxml2.wap.Wbxml
 
PictoCheck - Class in ej.widget.basic.picto
A check box using some pictos to render.
PictoCheck() - Constructor for class ej.widget.basic.picto.PictoCheck
 
PictoProgress - Class in ej.widget.basic.picto
A progress using some pictos to render.
PictoProgress(BoundedRangeModel) - Constructor for class ej.widget.basic.picto.PictoProgress
Creates a progress bar with the given model.
PictoProgress(int, int, int) - Constructor for class ej.widget.basic.picto.PictoProgress
Creates a progress bar with a default bounded range model as model.
PictoRadio - Class in ej.widget.basic.picto
A radio button using some pictos to render.
PictoRadio() - Constructor for class ej.widget.basic.picto.PictoRadio
 
Pictos - Interface in ej.widget.basic.picto
Defines the characters to use for the widgets rendered with some pictos.
PictoSlider - Class in ej.widget.basic.picto
A slider using some pictos to render.
PictoSlider(BoundedRangeModel) - Constructor for class ej.widget.basic.picto.PictoSlider
Creates a horizontal slider with the given model.
PictoSlider(int, int, int) - Constructor for class ej.widget.basic.picto.PictoSlider
Creates a horizontal slider with a default bounded range model.
PictoSwitch - Class in ej.widget.basic.picto
A switch using some pictos to render.
PictoSwitch() - Constructor for class ej.widget.basic.picto.PictoSwitch
 
PictoToggle - Class in ej.widget.basic.picto
A toggle using some pictos to render.
PictoToggle() - Constructor for class ej.widget.basic.picto.PictoToggle
 
PING - Static variable in class ej.websocket.Messages
A ping has been requested.
ping(byte[]) - Method in class ej.websocket.WebSocket
Send ping to remote endpoint.
ping() - Method in class ej.websocket.WebSocket
Send ping with no payload to remote endpoint.
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.
PlainBackground - Class in ej.style.background
Draws a plain color on the background with a rectangular border.
PlainBackground() - Constructor for class ej.style.background.PlainBackground
Creates a plain background with no border.
plainConnect() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
plus() - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (+this), and whose scale is this.scale().
plus(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (+this), with rounding according to the context settings.
Pointer - Class in ej.fp.widget
Widget to simulate a mouse or a touch panel.
Pointer() - Constructor for class ej.fp.widget.Pointer
 
Pointer.PointerListener - Interface in ej.fp.widget
Interface that handle pointer events.
Pointer.PointerListenerToPointerEvents - Class in ej.fp.widget
Default implementation of Pointer.PointerListener.
PointerListenerToPointerEvents() - Constructor for class ej.fp.widget.Pointer.PointerListenerToPointerEvents
 
POLICY_VIOLATION - Static variable in class ej.websocket.CloseCodes
1008 indicates that an endpoint is terminating the connection because it has received a message that violates its policy.
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.
PollerConnectivityManager - Class in ej.net
Basic full java implementation.
PollerConnectivityManager() - Constructor for class ej.net.PollerConnectivityManager
Instantiates a PollerConnectivityManager with default periods and delay and a new timer.
PollerConnectivityManager(Timer) - Constructor for class ej.net.PollerConnectivityManager
Instantiates a PollerConnectivityManager with default value.
PollerConnectivityManager(Timer, long, long) - Constructor for class ej.net.PollerConnectivityManager
Instantiates a PollerConnectivityManager with the same period when up or not.
PollerConnectivityManager(Timer, long, long, long) - Constructor for class ej.net.PollerConnectivityManager
Instantiates a PollerConnectivityManager with the different periods when available or not.
PollerConnectivityManager(Timer, long, long, long, long) - Constructor for class ej.net.PollerConnectivityManager
Instantiates a PollerConnectivityManager with the same period when connected or not.
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.
PONG - Static variable in class ej.websocket.Messages
A pong has been requested.
pong(byte[]) - Method in class ej.websocket.WebSocket
Send an unsolicited pong to remote endpoint.
pong() - Method in class ej.websocket.WebSocket
Send an unsolicited pong with no payload to remote endpoint.
pop() - Method in class ej.basedriver.zwave.util.Queue
Takes an object in the queue and returns it.
pop() - Method in interface ej.widget.navigation.stack.PageStack
Gets and removes the page at the top of the stack.
pop() - Method in class ej.widget.navigation.stack.PageStackReference
 
pop() - Method in class ej.widget.navigation.stack.PageStackURL
 
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.
popLimit(int) - Method in class com.google.protobuf.CodedInputStream
Discards the current limit, returning to the previous limit.
popNode() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
popUntil(String) - Method in interface ej.widget.navigation.stack.PageStack
Gets and removes the last page pushed with a URL.
popUntil(String) - Method in class ej.widget.navigation.stack.PageStackReference
 
popUntil(String) - Method in class ej.widget.navigation.stack.PageStackURL
 
port - Variable in class sun.net.www.http.HttpClient
 
pos - Variable in class java.io.BufferedInputStream
The current position in the 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 sun.misc.DoubleConsts
 
POSITIVE_INFINITY - Static variable in class sun.misc.FloatConsts
 
post(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.demo.thermorest.endpoint.AWSUpload
 
post(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.demo.thermorest.endpoint.ThermostatEndPoint
 
post(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
 
POST - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is POST.
post(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
post(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles POST request on this endpoint.
post(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.AliasEndpoint
 
post(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.RestEndpoint
Handles POST request on this endpoint.
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
postError(D) - Method in class ej.basedriver.event.DeviceEventGenerator
 
postEvent(D) - Method in class ej.basedriver.event.DeviceEventGenerator
 
pow(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (thisn), The power is computed exactly, to unlimited precision.
pow(int, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (thisn).
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
PowerMeter - Interface in ej.basedriver
Describe the capabilities of a power meter.
PowerMeterProxy - Class in ej.basedriver
 
PowerMeterProxy() - Constructor for class ej.basedriver.PowerMeterProxy
 
precision() - Method in class java.math.BigDecimal
Returns the precision of this BigDecimal.
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
 
prefixes - Variable in class org.kxml2.kdom.Element
 
prepareBlendingOfIndexedColors(AtomicInteger, AtomicInteger) - Method in class ej.fp.widget.MicroUIDisplay.AbstractDisplayExtension
Prepare the blending of two ARGB colors.
prepareBlendingOfIndexedColors(AtomicInteger, AtomicInteger) - Method in class ej.fp.widget.MicroUIDisplay
Prepare 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 interface ej.basedriver.ButtonEvent
The "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
 
PrettyFramePrinter - Class in ej.websocket.frame
PrettyFramePrinter will analyze the content of a RawFrame and print it in a pretty human readable manner to a given PrintStream output.
PrettyFramePrinter(Logger) - Constructor for class ej.websocket.frame.PrettyFramePrinter
Create a new PrettyFramePrinter that will print on the given output.
PrettyFramePrinter() - Constructor for class ej.websocket.frame.PrettyFramePrinter
Equivalent to PrettyFramePrinter(System.out).
prevCharIsCR - Variable in class ej.jsonpath.parser.SimpleCharStream
 
prevCharIsLF - Variable in class ej.jsonpath.parser.SimpleCharStream
 
PREVIOUS - Static variable in class ej.fp.event.MicroUICommand
The "previous" command constant.
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.
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
 
print() - Method in class com.microej.profiling.AutomaticProfiler
Prints the values sampled.
print() - Static method in class com.microej.profiling.SampleProfiler
Prints the information gathered.
print(RawFrame) - Method in class ej.websocket.frame.PrettyFramePrinter
Print a frame.
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.
PrintablePair - Class in com.microej.profiling.internal.snapshot
PrintablePair(PrintableSnapshot) - Constructor for class com.microej.profiling.internal.snapshot.PrintablePair
Instantiates a PrintablePair.
PrintablePair(Snapshot, Integer) - Constructor for class com.microej.profiling.internal.snapshot.PrintablePair
Instantiates a PrintablePair.
PrintableSnapshot - Class in com.microej.profiling.internal.snapshot
A wrapper to print a snapshot.
PrintableSnapshot(Snapshot, int) - Constructor for class com.microej.profiling.internal.snapshot.PrintableSnapshot
Instantiates a PrintableSnapshot.
printFreeMemory(boolean) - Static method in class com.microej.profiling.profiler.HeapProfiler
Prints the free heap memory.
printFreeMemory(boolean) - Static method in class com.microej.profiling.profiler.ImmortalsProfiler
Prints the free immortal memory.
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.
printMemory(Logger, long, long, boolean, boolean) - Static method in class com.microej.profiling.profiler.MemoryProfiler
Prints the memory to logger.
printMemory(long, long, boolean) - Static method in class com.microej.profiling.profiler.MemoryProfiler
Gets the memory to a string.
printResponseHeaders() - Method in class ej.rest.web.AbstractResource
Print out the response headers for this resource.
printStackTrace() - Method in exception org.xmlpull.v1.XmlPullParserException
 
printStackTraces() - Static method in class com.microej.profiling.profiler.ThreadsProfiler
Prints the stack traces to the logger.
printUsedMemory(boolean) - Static method in class com.microej.profiling.profiler.HeapProfiler
Prints the used heap memory.
printUsedMemory(boolean) - Static method in class com.microej.profiling.profiler.ImmortalsProfiler
Prints the used immortal memory.
printValue(long) - Method in class com.microej.profiling.profiler.MemoryProfiler
 
printValue(long) - Method in interface com.microej.profiling.profiler.Profiler
Prints a value with its unit.
printValue(long) - Method in class com.microej.profiling.profiler.ThreadsProfiler
 
printValue(long) - Method in class com.microej.profiling.profiler.TimeProfiler
 
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.
PRIO - Static variable in interface com.microej.profiling.internal.Strings
PRIO.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.AuthenticatedRequestHandler
 
process(HTTPRequest, Map<String, String>) - Method in interface ej.hoka.http.requesthandler.RequestHandler
Processes the request and creates the appropriate response, or null if this request handler doesn't match the request.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.http.requesthandler.RequestHandlerComposite
 
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.http.requesthandler.ResourceRequestHandler
The generic behavior of this request handler implementation is to find a resource matching the given URI in the classpath.
process(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestRequestHandler
 
PROCESS_CONNECTION - Static variable in class ej.hoka.log.Messages
A connection is being processed.
PROCESSING_INSTRUCTION - Static variable in class org.kxml2.kdom.Node
 
PROCESSING_INSTRUCTION - Static variable in interface org.xmlpull.v1.XmlPullParser
An XML processing instruction declaration was just read.
processingInstruction(String) - Method in class org.kxml2.io.KXmlSerializer
 
processingInstruction(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
processingInstruction(String) - Method in interface org.xmlpull.v1.XmlSerializer
 
Product - Interface in ej.wadapps.admin
Represents the product.
Profile - Interface in ej.basedriver
A generic device profile
ProfileProxy - Class in ej.basedriver
 
ProfileProxy() - Constructor for class ej.basedriver.ProfileProxy
 
Profiler - Interface in com.microej.profiling.profiler
Profile a system value.
ProfilerSnapshots - Class in com.microej.profiling.internal.snapshot
Gather the profiler snapshots.
ProfilerSnapshots(ComparableProfiler) - Constructor for class com.microej.profiling.internal.snapshot.ProfilerSnapshots
Instantiates a PrintableSnapshot.
PROGRESS_0 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 0 character.
PROGRESS_1 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 1 character.
PROGRESS_2 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 2 character.
PROGRESS_3 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 3 character.
PROGRESS_4 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 4 character.
PROGRESS_5 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 5 character.
PROGRESS_6 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 6 character.
PROGRESS_7 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 7 character.
PROGRESS_8 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 8 character.
PROGRESS_9 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar step 9 character.
PROGRESS_INDETERMINATE_0 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 0 character.
PROGRESS_INDETERMINATE_1 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 1 character.
PROGRESS_INDETERMINATE_2 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 2 character.
PROGRESS_INDETERMINATE_3 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 3 character.
PROGRESS_INDETERMINATE_4 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 4 character.
PROGRESS_INDETERMINATE_5 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 5 character.
PROGRESS_INDETERMINATE_6 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 6 character.
PROGRESS_INDETERMINATE_7 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 7 character.
PROGRESS_INDETERMINATE_8 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 8 character.
PROGRESS_INDETERMINATE_9 - Static variable in interface ej.widget.basic.picto.Pictos
The progress bar indeterminate step 9 character.
ProgressBar - Class in ej.widget.basic.drawing
Implementation of a progress bar that can be horizontal or vertical.
ProgressBar(BoundedRangeModel) - Constructor for class ej.widget.basic.drawing.ProgressBar
Creates a progress bar with the given model.
ProgressBar(int, int, int) - Constructor for class ej.widget.basic.drawing.ProgressBar
Creates a progress bar with a default bounded range as model.
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.
PROP_ERROR_MESSAGE_IMPL - Static variable in class ej.cbor.ErrorMessage
 
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.
PropertiesDescriptor<D extends Device> - Class in ej.basedriver.impl
An Hardware descriptor based on a [names,values] Map.
PropertiesDescriptor(String) - Constructor for class ej.basedriver.impl.PropertiesDescriptor
Create an hardware descriptor with an empty set of empty properties
PropertiesDescriptor(String, Map<String, String>) - Constructor for class ej.basedriver.impl.PropertiesDescriptor
Create an hardware descriptor with set of properties
PROPERTY_NAME - Static variable in class org.xmlpull.v1.XmlPullParserFactory
Name of the system or midlet property that should be used for a system property containing a comma separated list of factory or parser class names (value: org.xmlpull.v1.XmlPullParserFactory).
PropertyLoader - Interface in ej.util.property
A property loader is a map of properties.
propertyLoaders - Variable in class ej.util.property.CompositePropertyLoader
Ordered array of property loader to look-up into.
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.
PROTOCOL_ERROR - Static variable in class ej.websocket.CloseCodes
1002 indicates that an endpoint is terminating the connection due to a protocol error.
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.
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_TARGET_ADDRESS - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.13.
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[]) - Method in class ej.aws.iot.pubsub.Client
Publishes a message on a topic.
publish(String, byte[]) - Method in class ej.aws.iot.Thing
Publishes a message on a desired topic.
publish(LogRecord) - Method in class ej.util.logging.handler.DefaultHandler
 
publish(String, byte[]) - Method in class googlecloud.iotcore.pubsub.Client
 
publish(LogRecord) - Method in class java.util.logging.Handler
Publish a LogRecord.
publish(String, byte[], int, boolean) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, MqttMessage, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Publishes a message to a topic on the server and return once it is delivered.
publish(String, MqttMessage) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Publishes a message to a topic on the server.
publish(String, byte[], int, boolean, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, MqttMessage, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
publish(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
publish(String, MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
publish(byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Publishes a message on the topic.
publish(MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Publishes the specified message to this topic, but does not wait for delivery of the message to complete.
publishIP() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Request a publication of the IP address.
push(T) - Method in class ej.basedriver.zwave.util.Queue
Adds an object in the queue.
push(Page) - Method in interface ej.widget.navigation.stack.PageStack
Pushes a page at the top of the stack.
push(Page) - Method in class ej.widget.navigation.stack.PageStackReference
 
push(Page) - Method in class ej.widget.navigation.stack.PageStackURL
 
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.
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.
pushLimit(int) - Method in class com.google.protobuf.CodedInputStream
Sets currentLimit to (current position) + byteLimit.
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(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
 
PUT - Static variable in class ej.hoka.http.HTTPRequest
Value returned by HTTPRequest.getMethod() if the request method is PUT.
put(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
 
put(HTTPRequest, Map<String, String>) - Method in class ej.hoka.rest.RestEndpoint
Handles PUT request on this endpoint.
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(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.endpoint.AliasEndpoint
 
put(HTTPRequest, Map<String, String>, Map<String, String>) - Method in class ej.restserver.RestEndpoint
Handles PUT request on this endpoint.
put(K, V) - Method in class ej.util.map.WeakValueHashMap
 
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.TreeMap
Associates the specified value with the specified key in this map.
put(String, MqttPersistable) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Puts the specified data into the persistent store.
put(String, MqttPersistable) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
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(Map<? extends K, ? extends V>) - Method in class ej.util.map.WeakValueHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
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.
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

QOS_0 - Static variable in interface ej.data.pubsub.MqttContext
MQTT Quality of Service level 0: data received at most once.
QOS_1 - Static variable in interface ej.data.pubsub.MqttContext
MQTT Quality of Service level 1: data received at least once.
QOS_2 - Static variable in interface ej.data.pubsub.MqttContext
MQTT Quality of Service level 2: data received exactly once.
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
 
quality - Variable in class ej.hoka.http.support.QualityArgument
The parsed quality argument in the "Accept" header.
QualityArgument - Class in ej.hoka.http.support
Class for handling HTTP "Accept" header quality argument.
QualityArgument() - Constructor for class ej.hoka.http.support.QualityArgument
 
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<T> - Class in ej.basedriver.zwave.util
Blocking FIFO queue with fixed size (blocking push when queue is full).
Queue() - Constructor for class ej.basedriver.zwave.util.Queue
Constructs an empty queue with the specified initial capacity.
Queue(int, boolean) - Constructor for class ej.basedriver.zwave.util.Queue
Constructs an empty queue with the specified initial capacity.
Queue<E> - Interface in java.util
A collection designed for holding elements prior to processing.
quiesce(long) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Quiesce the client state, preventing any new messages getting sent, and preventing the callback on any newly received messages.
quiesce() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
Let the call back thread quiesce.
quiesce(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
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
 
quoRemIteration(FDBigInteger) - Method in class sun.misc.FDBigInteger
Computes
QUOT - Static variable in class org.json.me.util.XML
The Character '"'.
quote(String) - Static method in class ej.json.JSONWriter
Produce a string in double quotes with backslash sequences in all the right places.
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

Radio - Class in ej.widget.composed
A facility to use a radio that displays a text.
Radio(String) - Constructor for class ej.widget.composed.Radio
Creates a radio with the text to display.
Radio(String, String) - Constructor for class ej.widget.composed.Radio
Creates a radio with the text to display and its group.
RADIO_CHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The checked radio character.
RADIO_UNCHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The unchecked radio character.
RadioBox - Class in ej.widget.basic.drawing
Implementation of a box that represents a radio button.
RadioBox() - Constructor for class ej.widget.basic.drawing.RadioBox
 
RadioModel - Class in ej.widget.toggle
Implementation of a toggle that represents a radio button.
RadioModel() - Constructor for class ej.widget.toggle.RadioModel
Creates an unchecked radio.
RadioModel(boolean) - Constructor for class ej.widget.toggle.RadioModel
Creates a radio with the given initial state.
RANDOM_TARGET_ADDRESS - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.14.
RawFrame - Class in ej.websocket.frame
This is just a convenient class to encapsulate a byte array that contains a complete websocket frame.
RawFrame(byte[]) - Constructor for class ej.websocket.frame.RawFrame
bytes will be copied internally so that it is not tied to the newly created instance and can then be reused.
rawQuery - Variable in class ej.rest.web.FormContent
 
read() - Method in class ej.hoka.http.body.HTTPPart
 
read(byte[], int, int) - Method in class ej.hoka.http.body.HTTPPart
 
read() - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
Reads the next byte from the InputStream used in the constructor.
read(byte[], int, int) - Method in class ej.hoka.io.ChunkedMessageBodyInputStream
Reads up to length bytes to the byte array data starting with offset.
read() - Method in class ej.hoka.io.IdentityMessageBodyInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class ej.hoka.io.IdentityMessageBodyInputStream
Reads up to length bytes of data from the underlying InputStream 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 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.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class java.io.CharArrayReader
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.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 org.eclipse.paho.client.mqttv3.internal.wire.CountingInputStream
 
read() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream
 
read() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MultiByteArrayInputStream
 
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.
readArrayLength() - Method in class ej.cbor.CborDecoder
Prolog to reading an array value in CBOR format.
readArrayValueEnd() - Method in class ej.data.AbstractDataReader
 
readArrayValueEnd() - Method in interface ej.data.DataReader
Reads the end of an array value.
readArrayValueEnd0() - Method in class ej.data.AbstractDataReader
 
readArrayValueEnd0() - Method in class ej.data.cbor.DataReaderCBOR
 
readArrayValueEnd0() - Method in class ej.data.json.DataReaderJSON
 
readArrayValueStart() - Method in class ej.data.AbstractDataReader
 
readArrayValueStart() - Method in interface ej.data.DataReader
Reads the beginning of an array value.
readArrayValueStart0() - Method in class ej.data.AbstractDataReader
 
readArrayValueStart0() - Method in class ej.data.cbor.DataReaderCBOR
 
readArrayValueStart0() - Method in class ej.data.json.DataReaderJSON
 
readAttr() - Method in class org.kxml2.wap.WbxmlParser
 
readBool() - Method in class com.google.protobuf.CodedInputStream
Read a bool field value from the stream.
readBoolean() - Method in class ej.cbor.CborDecoder
Reads a boolean value in CBOR format.
readBooleanValue() - Method in class ej.data.AbstractDataReader
 
readBooleanValue() - Method in interface ej.data.DataReader
Reads the next expected boolean value.
readBooleanValue0() - Method in class ej.data.AbstractDataReader
 
readBooleanValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
readBooleanValue0() - Method in class ej.data.json.DataReaderJSON
 
readBreak() - Method in class ej.cbor.CborDecoder
Reads a "break"/stop value in CBOR format.
readBytes() - Method in class com.google.protobuf.CodedInputStream
Read a bytes field value from the stream.
readByteString() - Method in class ej.cbor.CborDecoder
Reads a byte string value in CBOR format.
readByteStringLength() - Method in class ej.cbor.CborDecoder
Prolog to reading a byte string value in CBOR format.
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.
readDouble() - Method in class com.google.protobuf.CodedInputStream
Read a double field value from the stream.
readDouble(byte[], int, int, int) - Static method in class ej.basedriver.zwave.util.NumberUtil
Gets the double value of a int.
readDouble(int, int) - Static method in class ej.basedriver.zwave.util.NumberUtil
Gets the double value of a int.
readDouble() - Method in class ej.cbor.CborDecoder
Reads a double-precision float value in CBOR format.
readDoubleValue() - Method in class ej.data.AbstractDataReader
 
readDoubleValue() - Method in interface ej.data.DataReader
Reads the next expected double precision floating point value (64bits).
readDoubleValue0() - Method in class ej.data.AbstractDataReader
 
readDoubleValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
readDoubleValue0() - Method in class ej.data.json.DataReaderJSON
 
readEnum() - Method in class com.google.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class com.google.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class com.google.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class com.google.protobuf.CodedInputStream
Read a float field value from the stream.
readFloat() - Method in class ej.cbor.CborDecoder
Reads a single-precision float value in CBOR format.
readFrom(InputStream) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int) - Static method in class com.google.protobuf.ByteString
Completely reads the given stream's bytes into a ByteString, blocking if necessary until all bytes are read through to the end of the stream.
readFrom(InputStream, int, int) - Static method in class com.google.protobuf.ByteString
 
readGroup(int, MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readGroup(int, Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read a group field value from the stream.
readHalfPrecisionFloat() - Method in class ej.cbor.CborDecoder
Reads a half-precision float value in CBOR format.
readInt(byte[], int, int) - Static method in class ej.basedriver.zwave.util.NumberUtil
 
readInt() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned integer value in CBOR format.
readInt16() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned 16-bit integer value in CBOR format.
readInt32() - Method in class com.google.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt32() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned 32-bit integer value in CBOR format.
readInt64() - Method in class com.google.protobuf.CodedInputStream
Read an int64 field value from the stream.
readInt64() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned 64-bit integer value in CBOR format.
readInt8() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned 8-bit integer value in CBOR format.
readIntKey() - Method in class ej.data.AbstractDataReader
 
readIntKey() - Method in interface ej.data.DataReader
Reads the next expected integer key (signed 32bits) within the current map.
readIntKey0() - Method in class ej.data.AbstractDataReader
 
readIntKey0() - Method in class ej.data.cbor.DataReaderCBOR
 
readIntKey0() - Method in class ej.data.json.DataReaderJSON
 
readIntValue() - Method in class ej.data.AbstractDataReader
 
readIntValue() - Method in interface ej.data.DataReader
Reads the next expected integer value (signed 32bits).
readIntValue0() - Method in class ej.data.AbstractDataReader
 
readIntValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
readIntValue0() - Method in class ej.data.json.DataReaderJSON
 
readLine() - Method in class java.io.BufferedReader
Reads a line of text.
readLongValue() - Method in class ej.data.AbstractDataReader
 
readLongValue() - Method in interface ej.data.DataReader
Reads the next expected long integer value (signed 64bits).
readLongValue0() - Method in class ej.data.AbstractDataReader
 
readLongValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
readLongValue0() - Method in class ej.data.json.DataReaderJSON
 
readMajorType(int) - Method in class ej.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectation.
readMajorTypeExact(int, int) - Method in class ej.cbor.CborDecoder
Reads the next major type from the underlying input stream, and verifies whether it matches the given expectations.
readMajorTypeWithSize(int) - Method in class ej.cbor.CborDecoder
Reads the next major type from the underlying input stream, verifies whether it matches the given expectation, and decodes the payload into a size.
readMapLength() - Method in class ej.cbor.CborDecoder
Prolog to reading a map of key-value pairs in CBOR format.
readMapValueEnd() - Method in class ej.data.AbstractDataReader
 
readMapValueEnd() - Method in interface ej.data.DataReader
Reads the end of a map value.
readMapValueEnd0() - Method in class ej.data.AbstractDataReader
 
readMapValueEnd0() - Method in class ej.data.cbor.DataReaderCBOR
 
readMapValueEnd0() - Method in class ej.data.json.DataReaderJSON
 
readMapValueStart() - Method in class ej.data.AbstractDataReader
 
readMapValueStart() - Method in interface ej.data.DataReader
Reads the beginning of a map value.
readMapValueStart0() - Method in class ej.data.AbstractDataReader
 
readMapValueStart0() - Method in class ej.data.cbor.DataReaderCBOR
 
readMapValueStart0() - Method in class ej.data.json.DataReaderJSON
 
readMBI(DataInputStream) - Static method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Decodes an MQTT Multi-Byte Integer from the given stream.
readMessage(MessageLite.Builder, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMessage(Parser<T>, ExtensionRegistryLite) - Method in class com.google.protobuf.CodedInputStream
Read an embedded message field value from the stream.
readMqttWireMessage() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttInputStream
Reads an MqttWireMessage from the stream.
readNull() - Method in class ej.cbor.CborDecoder
Reads a null-value in CBOR format.
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.
readPixel(int, int) - Method in interface ej.fp.Image
Gets the color at the specified location.
readRawByte() - Method in class com.google.protobuf.CodedInputStream
Read one byte from the input.
readRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class com.google.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class com.google.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(int, InputStream) - Static method in class com.google.protobuf.CodedInputStream
Like CodedInputStream.readRawVarint32(InputStream), but expects that the caller has already read one byte.
readRawVarint64() - Method in class com.google.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class com.google.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSimpleValue() - Method in class ej.cbor.CborDecoder
Reads a single byte value in CBOR format.
readSInt32() - Method in class com.google.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class com.google.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readSmallInt() - Method in class ej.cbor.CborDecoder
Reads a signed or unsigned small (<= 23) integer value in CBOR format.
readString() - Method in class com.google.protobuf.CodedInputStream
Read a string field value from the stream.
readStringKey() - Method in class ej.data.AbstractDataReader
 
readStringKey() - Method in interface ej.data.DataReader
Reads the next expected String key within the current map.
readStringKey0() - Method in class ej.data.AbstractDataReader
 
readStringKey0() - Method in class ej.data.cbor.DataReaderCBOR
 
readStringKey0() - Method in class ej.data.json.DataReaderJSON
 
readStringValue() - Method in class ej.data.AbstractDataReader
 
readStringValue() - Method in interface ej.data.DataReader
Reads the next expected String value.
readStringValue0() - Method in class ej.data.AbstractDataReader
 
readStringValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
readStringValue0() - Method in class ej.data.json.DataReaderJSON
 
readTag() - Method in class com.google.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readTag() - Method in class ej.cbor.CborDecoder
Reads a semantic tag value in CBOR format.
readTextFromStream(InputStream) - Method in class ej.rest.web.TextResource
 
readTextString() - Method in class ej.cbor.CborDecoder
Reads an UTF-8 encoded string value in CBOR format.
readTextStringLength() - Method in class ej.cbor.CborDecoder
Prolog to reading an UTF-8 encoded string value in CBOR format.
readTimeout - Variable in class sun.net.NetworkClient
 
readUInt(int, boolean) - Method in class ej.cbor.CborDecoder
Reads an unsigned integer with a given length-indicator.
readUInt16() - Method in class ej.cbor.CborDecoder
Reads an unsigned 16-bit integer value.
readUInt32() - Method in class com.google.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt32() - Method in class ej.cbor.CborDecoder
Reads an unsigned 32-bit integer value.
readUInt64() - Method in class com.google.protobuf.CodedInputStream
Read a uint64 field value from the stream.
readUInt64() - Method in class ej.cbor.CborDecoder
Reads an unsigned 64-bit integer value.
readUInt8() - Method in class ej.cbor.CborDecoder
Reads an unsigned 8-bit integer value.
readUIntExact(int, int) - Method in class ej.cbor.CborDecoder
Reads an unsigned integer with a given length-indicator.
readUndefined() - Method in class ej.cbor.CborDecoder
Reads an undefined value in CBOR format.
readUnknownGroup(int, MessageLite.Builder) - Method in class com.google.protobuf.CodedInputStream
Deprecated.
UnknownFieldSet.Builder now implements MessageLite.Builder, so you can just call CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite).
ReadWriteCallbackServer - Interface in ej.bluetooth.util.server
A callback when a read write
READY - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Ready.
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.PipedReader
Tell whether this stream is ready to be read.
ready() - Method in class java.io.StringReader
Tells whether this stream is ready to be read.
REASON_CODE_BROKER_UNAVAILABLE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The broker was not available to handle the request.
REASON_CODE_CLIENT_ALREADY_DISCONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is already disconnected.
REASON_CODE_CLIENT_CLOSED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is closed - no operations are permitted on the client in this state.
REASON_CODE_CLIENT_CONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is already connected.
REASON_CODE_CLIENT_DISCONNECT_PROHIBITED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Thrown when an attempt to call MqttClient.disconnect() has been made from within a method on MqttCallback.
REASON_CODE_CLIENT_DISCONNECTING - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is currently disconnecting and cannot accept any new work.
REASON_CODE_CLIENT_EXCEPTION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client encountered an exception.
REASON_CODE_CLIENT_NOT_CONNECTED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client is not connected to the server.
REASON_CODE_CLIENT_TIMEOUT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client timed out while waiting for a response from the server.
REASON_CODE_CONNECT_IN_PROGRESS - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A connect operation in already in progress, only one connect can happen at a time.
REASON_CODE_CONNECTION_LOST - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The client has been unexpectedly disconnected from the server.
REASON_CODE_FAILED_AUTHENTICATION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Authentication with the server has failed, due to a bad user name or password.
REASON_CODE_INVALID_CLIENT_ID - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The server has rejected the supplied client ID
REASON_CODE_INVALID_MESSAGE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Protocol error: the message was not recognized as a valid MQTT packet.
REASON_CODE_INVALID_PROTOCOL_VERSION - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
The protocol version requested is not supported by the server.
REASON_CODE_MAX_INFLIGHT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A request has been made to send a message but the maximum number of inflight messages has already been reached.
REASON_CODE_NO_MESSAGE_IDS_AVAILABLE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Internal error, caused by no new message IDs being available.
REASON_CODE_NOT_AUTHORIZED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Not authorized to perform the requested operation
REASON_CODE_PERSISTENCE_IN_USE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttPersistenceException
Persistence is already being used by another client.
REASON_CODE_SERVER_CONNECT_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Unable to connect to server
REASON_CODE_SOCKET_FACTORY_MISMATCH - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Server URI and supplied SocketFactory do not match.
REASON_CODE_SSL_CONFIG_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
SSL configuration error.
REASON_CODE_SUBSCRIBE_FAILED - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Error from subscribe - returned from the server.
REASON_CODE_TOKEN_INUSE - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
A request has been made to use a token that is already associated with another action.
REASON_CODE_UNEXPECTED_ERROR - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
An unexpected error has occurred.
REASON_CODE_WRITE_TIMEOUT - Static variable in exception org.eclipse.paho.client.mqttv3.MqttException
Client timed out while waiting to write messages to the server.
ReasonForClosure - Class in ej.websocket
A ReasonForClosure is a close code (which is a number) and a close reason (which a String that may be empty).
ReasonForClosure(int, String) - Constructor for class ej.websocket.ReasonForClosure
 
receive(String) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Parse a JSON string to update the thermostat.
RECEIVE - Static variable in class ej.websocket.Messages
Receive some data.
receive(int) - Method in class java.io.PipedInputStream
Receives a byte of data.
RECEIVE_STATUS_FOREIGN_FRAME - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received frame is not send to me (useful only in promiscuous mode)
RECEIVE_STATUS_LOW_POWER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received at low output power level, this must have the same value as TRANSMIT_OPTION_LOW_POWER
RECEIVE_STATUS_ROUTED_BUSY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
A response route is locked by the application
RECEIVE_STATUS_TYPE_BROAD - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received frame is broadcast frame (rxOptions == xxxx01xx)
RECEIVE_STATUS_TYPE_EXPLORE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received frame is an explore frame (rxOptions == xxx1xxxx) Only TYPE_BROAD can be active at the same time as TYPE_EXPLORE
RECEIVE_STATUS_TYPE_MASK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Mask for masking out the received frametype bits
RECEIVE_STATUS_TYPE_MULTI - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received frame is multicast frame (rxOptions == xxxx10xx) Only TYPE_BROAD can be active at the same time as TYPE_EXPLORE
RECEIVE_STATUS_TYPE_SINGLE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Received frame is singlecast frame (rxOptions == xxxx00xx)
receiveAck() - Method in class ej.basedriver.zwave.ZwaveSession
 
receiveCan() - Method in class ej.basedriver.zwave.ZwaveSession
 
RECEIVED_BINARY_FRAME - Static variable in class ej.websocket.Messages
We received a binary frame.
RECEIVED_CLOSE_FRAME - Static variable in class ej.websocket.Messages
We received a close frame.
RECEIVED_INCONSISTENT_DATA - Static variable in class ej.websocket.CloseCodes
1007 indicates that an endpoint is terminating the connection because it has received data within a message that was not consistent with the type of the message (e.g., non-UTF-8 [RFC3629] data within a text message).
RECEIVED_PING_FRAME - Static variable in class ej.websocket.Messages
We received a ping frame.
RECEIVED_PONG_FRAME - Static variable in class ej.websocket.Messages
We received a pong frame.
RECEIVED_TEXT_FRAME - Static variable in class ej.websocket.Messages
We received a text frame.
receiveNak() - Method in class ej.basedriver.zwave.ZwaveSession
 
RECEIVER_FRAME_RECEIVED - Static variable in class ej.websocket.Messages
One frame has been received.
RECEIVER_START - Static variable in class ej.websocket.Messages
The receiver is started.
RECEIVER_TERMINATED - Static variable in class ej.websocket.Messages
If we get here and no exception occurred, it means that the connection has been closed.
RECEIVER_TIMEOUT - Static variable in class ej.websocket.Messages
This case happens when the OnTimeOutCloser closes the underlying TCP connection.
receiveValidFrame(DataFrame) - Method in class ej.basedriver.zwave.ZwaveSession
 
RECORD_SEPARATOR - Static variable in interface ej.widget.util.ControlCharacters
Rectangle - Class in ej.style.container
Represents a rectangle.
Rectangle() - Constructor for class ej.style.container.Rectangle
Creates an empty rectangle (all its bounds are 0).
Rectangle(int, int, int, int) - Constructor for class ej.style.container.Rectangle
Creates a rectangle specifying its bounds.
Rectangle(Rectangle) - Constructor for class ej.style.container.Rectangle
Creates a rectangle from the bounds of another rectangle.
refresh(String) - Method in class ej.hoka.auth.SessionAuthenticator
Refreshes the expiration date of the session identified by sessionID.
refreshSession(String, long) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
refreshSession(String, long) - Method in interface ej.hoka.auth.SessionDataAccess
Refreshes the expiration date of the session.
register(Class<T>, T) - Method in class ej.components.registry.impl.AbstractRegistry
 
register(Class<T>, T) - Method in interface ej.components.ServiceRegistry
Registers a service implementation.
register(Class<T>, T) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
register(AnimationListener) - Static method in class ej.widget.animation.AnimationListenerRegistry
Registers an animation listener.
registerAndCall(ConnectivityManager, ConnectivityManager.NetworkCallback) - Static method in class ej.net.util.connectivity.ConnectivityUtil
Registers the callback as a default network callback, then call the callback depending on the current state.
registerConnectionInfo(ApplicationStoreConnectionInfo) - Method in interface ej.wadapps.applicationstore.ApplicationStoreConnections
Registers the given ApplicationStoreConnectionInfo.
registerConnectionInfo(ApplicationStoreConnectionInfo) - Method in class ej.wadapps.applicationstore.ApplicationStoreConnectionsProxy
 
registerController() - Method in class ej.basedriver.impl.AbstractController
Triggers the registration of the Controller to the AbstractController.listener.
registerDefaultNetworkCallback(ConnectivityManager.NetworkCallback) - Method in class android.net.ConnectivityManager
Registers to receive notifications about changes in the system default network.
registerElement(String, Element) - Static method in class ej.style.registry.ElementRegistry
Registers an element with its ID.
registerEncodingHandler(IHTTPEncodingHandler) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Registers a new HTTP content encoding handler.
registerNetworkCallback(NetworkRequest, ConnectivityManager.NetworkCallback) - Method in class android.net.ConnectivityManager
Registers to receive notifications about all networks which satisfy the given NetworkRequest.
registerSource(ProgressSource) - Method in class sun.net.ProgressMonitor
Register progress source when progress is began.
registerTransferCodingHandler(IHTTPTransferCodingHandler) - Method in class ej.hoka.http.encoding.HTTPEncodingRegistry
Registers a new HTTP transfer coding handler.
RegistryServiceLoader - Class in ej.components.dependencyinjection
Service loader that retrieve services implementations singleton from the default registry.
RegistryServiceLoader() - Constructor for class ej.components.dependencyinjection.RegistryServiceLoader
Instantiates a new registry service loader.
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.
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.style.dimension
Dimension with constraint relative to the parent.
RelativeDimension() - Constructor for class ej.style.dimension.RelativeDimension
Creates a relative dimension without constraint.
RelativeDimension(float, float) - Constructor for class ej.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(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_WITH_NO_MOVE_DELAY - Static variable in interface ej.widget.util.TouchConfiguration
Deprecated.
Minimal delay between the last drag event and the release event to consider that the user stops moving before releasing: not a swipe.
RELEASED - Static variable in interface ej.basedriver.ButtonEvent
The "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
 
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
 
reload() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Reloads the current page.
reload() - Method in class ej.widget.navigation.navigator.SimpleNavigator
Deprecated.
Reloads the current page.
remainder(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor).
remainder(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this % divisor), with rounding according to the context settings.
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.
remove(int) - Method in class com.google.protobuf.LazyStringArrayList
 
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(byte) - Method in class ej.bluetooth.util.BluetoothPayloadBuilder
Appends a String payload.
remove(EventHandler, boolean) - Method in class ej.eventswatcher.EventsWatcher
Removes an event handler.
remove(Widget) - Method in class ej.mwt.Composite
Removes the specified widget from the list of children of this composite.
remove(Object) - Method in class ej.util.map.WeakValueHashMap
 
remove(Activity) - Method in interface ej.wadapps.management.ActivitiesList
Removes an activity.
remove(BackgroundService) - Method in interface ej.wadapps.management.BackgroundServicesList
Removes a background.
remove(Activity) - Method in interface ej.wadapps.management.LaunchersList
Removes a launcher.
remove(String) - Method in interface ej.wadapps.storage.Storage
Removes the data stored with an ID.
remove(Widget) - Method in class ej.widget.container.AbstractCarousel
 
remove(Widget) - Method in class ej.widget.container.Canvas
 
remove(Widget) - Method in class ej.widget.container.Dock
 
remove(Widget) - Method in class ej.widget.container.Flow
 
remove(Widget) - Method in class ej.widget.container.Grid
 
remove(Widget) - Method in class ej.widget.container.List
 
remove(Widget) - Method in class ej.widget.container.SimpleDock
 
remove(Widget) - Method in class ej.widget.container.Split
 
remove(Widget) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
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() - 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.HashSet
Removes the specified element from this set if it is present.
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() - Method in interface java.util.Queue
Retrieves and removes the head of this queue.
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(String) - Method in interface org.eclipse.paho.client.mqttv3.MqttClientPersistence
Remove the data for the specified key.
remove(String) - Method in class org.eclipse.paho.client.mqttv3.persist.MemoryPersistence
 
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_NODE_ANY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_DONE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_FAILED - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_LEARN_READY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_NODE_FOUND - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_REMOVING_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STATUS_REMOVING_SLAVE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
REMOVE_NODE_STOP - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
removeAll() - Method in interface ej.widget.navigation.stack.PageStack
Removes all pages in the stack.
removeAll() - Method in class ej.widget.navigation.stack.PageStackReference
 
removeAll() - Method in class ej.widget.navigation.stack.PageStackURL
 
removeAllClassSelectors() - Method in class ej.widget.StyledComposite
 
removeAllClassSelectors() - Method in class ej.widget.StyledDesktop
 
removeAllClassSelectors() - Method in class ej.widget.StyledDialog
 
removeAllClassSelectors() - Method in class ej.widget.StyledPanel
 
removeAllClassSelectors() - Method in interface ej.widget.StyledRenderable
Removes all the class selectors.
removeAllClassSelectors() - Method in class ej.widget.StyledWidget
 
removeAllWidgets() - Method in class ej.mwt.Composite
Removes all the widgets from the list of children of this composite.
removeAllWidgets() - Method in class ej.widget.container.AbstractCarousel
 
removeAllWidgets() - Method in class ej.widget.container.Canvas
 
removeAllWidgets() - Method in class ej.widget.container.Dock
 
removeAllWidgets() - Method in class ej.widget.container.Flow
 
removeAllWidgets() - Method in class ej.widget.container.Grid
 
removeAllWidgets() - Method in class ej.widget.container.List
 
removeAllWidgets() - Method in class ej.widget.container.SimpleDock
 
removeAllWidgets() - Method in class ej.widget.container.Split
 
removeAnimationStepListener(AnimationStepListener) - Method in class ej.widget.container.transition.TransitionContainer
Removes an animation step listener.
removeApplicationLifecycleListener(ApplicationLifecycleListener) - Method in interface ej.wadapps.admin.ApplicationsManager
Removes an application lifecycle listener.
removeCapability(int) - Method in class android.net.NetworkRequest.Builder
Removes (if found) the given capability from this builder instance.
removeCenter() - Method in class ej.widget.container.Dock
Removes the center widget of this dock.
removeCenter() - Method in class ej.widget.container.SimpleDock
Removes the center widget of this simple dock.
removeChild(int) - Method in class org.kxml2.kdom.Document
 
removeChild(int) - Method in class org.kxml2.kdom.Node
Removes the child object at the given index
removeClassSelector(String) - Method in class ej.style.util.ElementAdapter
Removes a class selector.
removeClassSelector(String) - Method in class ej.widget.StyledComposite
 
removeClassSelector(String) - Method in class ej.widget.StyledDesktop
 
removeClassSelector(String) - Method in class ej.widget.StyledDialog
 
removeClassSelector(String) - Method in class ej.widget.StyledPanel
 
removeClassSelector(String) - Method in interface ej.widget.StyledRenderable
Removes a class selector.
removeClassSelector(String) - Method in class ej.widget.StyledWidget
 
removeCloudConnector(CloudConnector) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Removes a cloud connector.
removeCloudConnectorObserver(Observer) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Remove an observer notified when a CloudConnector is added, removed or changed.
removeConfigListener(ConfigListener) - Method in interface googlecloud.iotcore.DeviceService
Removes a configuration listener.
removeConfigListener(ConfigListener) - Method in class googlecloud.iotcore.DeviceServiceProxy
 
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.
removeEventHandler(EventHandler<?, ?>) - Method in class ej.basedriver.event.DeviceEventGenerator
 
removeEventHandler(EventHandler<D, E>) - Method in interface ej.basedriver.EventControllerListener
Remove the handler.
removeEventHandler(EventHandler<D, E>) - Method in class ej.basedriver.EventControllerListenerProxy
 
removeEventHandler(EventHandler<D, E>) - Method in class ej.basedriver.util.EcomEventControllerListener
 
removeEventHandlers(EventHandlerFilter) - Method in class ej.basedriver.event.DeviceEventGenerator
 
removeFilter(Filter<T>) - Method in class ej.style.font.filter.CompositeFilter
Removes a font filter in this composite.
removeFirst() - Method in class ej.widget.container.SimpleDock
Removes the first widget of this simple dock.
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).
removeHandler(Handler) - Method in class java.util.logging.Logger
Remove the given Handler from the Logger's list.
removeInstanceStyle() - Method in class ej.widget.StyledComposite
 
removeInstanceStyle() - Method in class ej.widget.StyledDesktop
 
removeInstanceStyle() - Method in class ej.widget.StyledDialog
 
removeInstanceStyle() - Method in class ej.widget.StyledPanel
 
removeInstanceStyle() - Method in interface ej.widget.StyledRenderable
Removes the style specific to this renderable.
removeInstanceStyle() - Method in class ej.widget.StyledWidget
 
removeLast() - Method in class ej.widget.container.SimpleDock
Removes the last widget of this simple dock.
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(ThermostatListener) - Method in class com.microej.demo.thermorest.model.ThermostatModel
Removes a ThermostatListener.
removeListener(ConnectorListener) - Method in class com.microej.example.wifi.setup.SoftAPConnector
removeNode(int) - Method in class ej.basedriver.impl.AbstractController
Remove a node.
RemoveNodeToNetwork - Class in ej.basedriver.zwave.frame
 
removeOnClickListener(OnClickListener) - Method in class ej.widget.basic.Button
Removes a listener on the click events of the button.
removeOnClickListener(OnClickListener) - Method in class ej.widget.basic.ButtonImage
Removes a listener on the click events of the button.
removeOnClickListener(OnClickListener) - Method in class ej.widget.basic.Text
Removes a listener on the click events of the text.
removeOnClickListener(OnClickListener) - Method in class ej.widget.composed.ButtonWrapper
Removes a listener on the click events of the button.
removeOnClickListener(OnClickListener) - Method in class ej.widget.util.ButtonHelper
Removes a listener on the click events of the button.
removeOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.composed.ToggleWrapper
Removes a listener on the state change event of the toggle.
removeOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.toggle.ToggleModel
Removes a listener on the state change event of the toggle.
removeOnStateChangeListener(OnStateChangeListener) - Method in class ej.widget.util.ToggleHelper
Removes a listener on the state change event of the toggle.
removeOnTextChangeListener(OnTextChangeListener) - Method in class ej.widget.basic.Text
Removes a listener on the text change events of the text.
removeOnValueChangeListener(OnValueChangeListener) - Method in class ej.widget.basic.BoundedRange
Removes a listener on the value change events of the bounded range model.
removeOnValueChangeListener(OnValueChangeListener) - Method in interface ej.widget.model.BoundedRangeModel
Removes a listener on the value change events of the range.
removeOnValueChangeListener(OnValueChangeListener) - Method in class ej.widget.model.DefaultBoundedRangeModel
 
removePage(Page) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Removes a page from the navigation container.
removePayload(byte, byte[]) - Static method in class ej.bluetooth.util.BluetoothPayloadUtil
Remove a type from the payload.
removeProgressListener(ProgressListener) - Method in class sun.net.ProgressMonitor
Remove progress listener from progress monitor.
removeRange(int[], int, int) - Static method in class ej.basictool.ArrayTools
Removes several elements in an array.
removeRange(byte[], int, int) - Static method in class ej.websocket.util.ArraysTools
Removes a range of data in an array.
removeRule(Selector) - Method in class ej.style.cascading.CascadingStylesheet
 
removeRule(Selector) - Method in interface ej.style.Stylesheet
Removes a rule associated with a selector.
removeSession(Session) - Method in class ej.hoka.auth.InMemorySessionDataAccess
 
removeSession(Session) - Method in interface ej.hoka.auth.SessionDataAccess
Removes a session.
removeToggle(ToggleModel) - Method in class ej.widget.toggle.ToggleGroup
Removes a toggle from the group.
removeToken(MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
removeToken(String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
render(GraphicsContext) - Method in class ej.mwt.Desktop
 
render(GraphicsContext) - Method in class ej.mwt.Panel
 
render(GraphicsContext) - Method in interface ej.mwt.Renderable
Renders the renderable on the given graphics context.
render(GraphicsContext) - Method in class ej.widget.container.transition.FadeScreenshotTransitionContainer
 
render(GraphicsContext) - Method in class ej.widget.container.transition.SlideScreenshotTransitionContainer
 
render(GraphicsContext) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
 
render(GraphicsContext, Style, Rectangle) - Method in class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
Deprecated.
 
render(GraphicsContext, Style, Rectangle) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Renders the content of the navigation container without the border, margin and padding specified in the style.
render(GraphicsContext) - Method in class ej.widget.StyledComposite
 
render(GraphicsContext) - Method in class ej.widget.StyledDesktop
 
render(GraphicsContext) - Method in class ej.widget.StyledDialog
 
render(GraphicsContext) - Method in class ej.widget.StyledPanel
 
render(GraphicsContext) - Method in class ej.widget.StyledWidget
 
Renderable - Interface in ej.mwt
A renderable is an object that is intended to be rendered on the screen.
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.AnimatedImage
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.CheckBox
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.CircularProgressBar
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.ProgressBar
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.RadioBox
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.Scrollbar
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.Slider
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.drawing.SwitchBox
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.image.ImageProgress
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.image.ImageSlider
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.image.ImageToggle
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.Image
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.Label
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.picto.PictoProgress
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.picto.PictoSlider
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.picto.PictoToggle
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.basic.Text
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.StyledComposite
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.StyledDesktop
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.StyledDialog
 
renderContent(GraphicsContext, Style, Rectangle) - Method in class ej.widget.StyledPanel
 
renderContent(GraphicsContext, Style, Rectangle) - Method in interface ej.widget.StyledRenderable
Renders the content of the renderable without the border, margin and padding specified in the style.
renderWithoutContent(GraphicsContext, Rectangle, Style) - Static method in class ej.style.util.StyleHelper
Applies the different outlines and the background to a graphics context.
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.
repaint(int, int, int, int) - Method in class ej.mwt.Desktop
Requests a repaint of a zone of this desktop.
repaint() - Method in class ej.mwt.Panel
Requests a repaint of this entire panel.
repaint(int, int, int, int) - Method in class ej.mwt.Panel
Requests a repaint of a zone of this panel.
repaint() - Method in interface ej.mwt.Renderable
Requests a repaint of this renderable.
repaint(int, int, int, int) - Method in interface ej.mwt.Renderable
Requests a repaint of a zone of this renderable.
repaint() - Method in class ej.mwt.Widget
Requests a repaint of this entire widget.
repaint(int, int, int, int) - Method in class ej.mwt.Widget
Requests a repaint of a zone of this widget.
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
 
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
 
replaceAll(List<T>, T, T) - Static method in class java.util.Collections
Replaces all occurrences of one specified value in a list with another.
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.
REQUEST - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
requestAccumulatedConsumptionUpdate() - Method in interface ej.basedriver.PowerMeter
Ask for accumulated consumption to be updated.
requestAccumulatedConsumptionUpdate() - Method in class ej.basedriver.PowerMeterProxy
 
requestAccumulatedConsumptionUpdate() - Method in class ej.basedriver.zwave.device.ZwavePowerMeter
 
requestElement(String) - Static method in class ej.style.registry.ElementRegistry
Gets the element registered with an ID.
requestFocus() - Method in class ej.mwt.Composite
Requests that the first child of this composite be set as the focus owner of its panel.
requestFocus(int) - Method in class ej.mwt.Composite
Sets a widget in this composite as the focus owner of its panel, if it is enabled, following the direction.
requestFocus() - Method in class ej.mwt.Widget
Sets this widget as the focus owner of its panel if it is enabled.
requestFocus(int) - Method in class ej.mwt.Widget
Sets this widget as the focus owner of its panel if it is enabled.
requestFocus() - Method in class ej.widget.composed.ButtonWrapper
 
requestFocus(int) - Method in class ej.widget.composed.ButtonWrapper
 
requestFocus() - Method in class ej.widget.composed.ToggleWrapper
 
requestFocus(int) - Method in class ej.widget.composed.ToggleWrapper
 
requestFocusFrom(int, int) - Method in class ej.mwt.Composite
Gives the focus to the first enabled widget that is in the list of this composite's children from the widget at the specified index following the direction.
RequestFrame - Class in ej.basedriver.zwave.frame
 
RequestFrame(RequestFrameListener, byte, int) - Constructor for class ej.basedriver.zwave.frame.RequestFrame
 
RequestFrame(RequestFrameListener, byte) - Constructor for class ej.basedriver.zwave.frame.RequestFrame
 
RequestFrameListener - Interface in ej.basedriver.zwave.frame
 
RequestFrameListener.RequestFrameError - Enum in ej.basedriver.zwave.frame
 
RequestHandler - Interface in ej.hoka.http.requesthandler
A handler to process request and create appropriate response.
RequestHandler - Interface in ej.restserver
A request handler is responsible of HTTP requests processing.
RequestHandlerComposite - Class in ej.hoka.http.requesthandler
A handler that delegates the process of the request to an array of RequestHandler.
RequestHandlerComposite() - Constructor for class ej.hoka.http.requesthandler.RequestHandlerComposite
Constructs a RequestHandlerComposite with an empty list.
requestId - Variable in class android.net.NetworkRequest
Identifies the request.
requestInstantConsumptionUpdate() - Method in interface ej.basedriver.PowerMeter
Ask for instant consumption to be updated.
requestInstantConsumptionUpdate() - Method in class ej.basedriver.PowerMeterProxy
 
requestInstantConsumptionUpdate() - Method in class ej.basedriver.zwave.device.ZwavePowerMeter
 
requestModesUpdate() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
Update the list of modes.
requestStateUpdate() - Method in interface ej.basedriver.SwitchWithReturnState
Ask for this device's state to be updated.
requestStateUpdate() - Method in class ej.basedriver.SwitchWithReturnStateProxy
 
requestStateUpdate() - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
requestTime(String, int) - Method in class android.net.SntpClient
Sends an SNTP request to the given host and processes the response.
requestTime(String, int, int) - Method in class android.net.SntpClient
Sends an SNTP request to the given host and processes the response.
requestUpdate() - Method in interface ej.basedriver.MultilevelSensor
Request a value update.
requestUpdate() - Method in class ej.basedriver.MultilevelSensorProxy
 
requestUpdate() - Method in interface ej.basedriver.Thermostat
Request an update of the currentMode.
requestUpdate() - Method in interface ej.basedriver.ThermostatMode
Requests the update of the value.
requestUpdate() - Method in class ej.basedriver.ThermostatModeProxy
 
requestUpdate() - Method in class ej.basedriver.ThermostatProxy
 
requestUpdate() - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
requestUpdate() - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
requestUpdate() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
require(int, String, String) - Method in class org.kxml2.io.KXmlParser
 
require(int, String, String) - Method in class org.kxml2.wap.WbxmlParser
 
require(int, String, String) - Method in interface org.xmlpull.v1.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match.
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.
RESERVED_1004 - Static variable in class ej.websocket.CloseCodes
Reserved.
reset() - Method in class com.google.protobuf.ByteString.Output
Resets this stream, so that all currently accumulated output in the output stream is discarded.
reset() - Method in class com.microej.profiling.AutomaticProfiler
Resets the profiling values.
reset() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
reset() - Method in interface ej.components.registry.BundleRegistry
Stops the registry and all its environment and prepare it to be restarted.
reset() - Method in class ej.components.registry.impl.AbstractRegistry
 
reset() - Method in class ej.io.progress.ProgressInputStream
 
reset() - Method in class ej.jsonpath.parser.JJTJSONPathCompilerState
 
reset() - Method in class ej.style.cascading.CascadingStylesheet
 
reset() - Method in interface ej.style.Stylesheet
Resets the stylesheet to its initial state.
reset() - Method in interface ej.util.firmwareupdate.FirmwareProgrammer
Resets the device.
reset() - Method in class ej.widget.basic.BoundedRange
Facility to set the value of the model to its minimum.
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.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.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.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 org.eclipse.paho.client.mqttv3.internal.Token
 
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)
resetAccumulatedConsumption() - Method in interface ej.basedriver.PowerMeter
Reset the accumulated power consumption to zero.
resetAccumulatedConsumption() - Method in class ej.basedriver.PowerMeterProxy
 
resetAccumulatedConsumption() - Method in class ej.basedriver.zwave.device.ZwavePowerMeter
 
resetContext() - Method in class ej.widget.container.transition.FadeScreenshotTransitionContainer
 
resetContext() - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
Actually shows the new widget (add it as a child) and cleans the fields.
resetContext() - Method in class ej.widget.container.transition.SlideScreenshotTransitionContainer
 
resetContext() - Method in class ej.widget.container.transition.SlideTransitionContainer
 
resetContext() - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
 
resetContext() - Method in class ej.widget.container.transition.TransitionContainer
Cleans up the context after the animation.
resetCounter() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.CountingInputStream
Resets the counter to zero.
resetDefaultStyle() - Method in class ej.style.cascading.CascadingStylesheet
 
resetDefaultStyle() - Method in interface ej.style.Stylesheet
Resets the default style attributes to their initial value.
resetProperties() - Static method in class sun.net.www.http.HttpClient
Deprecated.
-- system properties are no longer cached.
resetSizeCounter() - Method in class com.google.protobuf.CodedInputStream
Resets the current size counter to zero (see CodedInputStream.setSizeLimit(int)).
resolve(String) - Method in class ej.widget.navigation.page.ClassNameURLResolver
 
resolve(String) - Method in interface ej.widget.navigation.page.URLResolver
Gets a page from a URL.
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.
resolveOldTokens(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Called during shutdown to work out if there are any tokens still to be notified and waiters to be unblocked.
resolveWapExtension(int, Object) - Method in class org.kxml2.wap.WbxmlParser
overwrite for own WAP extension handling in attributes and high level parsing (above nextToken() level)
resource - Variable in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Path to embedded resource to serve.
resource - Variable in class ej.restserver.endpoint.ResourceRestEndpoint
Path to embedded resource to serve.
ResourceCertificateLoader - Class in com.microej.demo.thermorest.cloud.aws
Certificate loader finding the file from the resources.
ResourceCertificateLoader() - Constructor for class com.microej.demo.thermorest.cloud.aws.ResourceCertificateLoader
 
ResourceCertificates - Class in org.eclipse.paho.client.mqttv3.internal.security
 
ResourceCertificates(String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.security.ResourceCertificates
 
ResourceRequestHandler - Class in ej.hoka.http.requesthandler
Resource Request Handler implementation.
ResourceRequestHandler(String) - Constructor for class ej.hoka.http.requesthandler.ResourceRequestHandler
Constructs a resource request handler with given root directory path.
ResourceRequestHandler(String, String) - Constructor for class ej.hoka.http.requesthandler.ResourceRequestHandler
Constructs a resource request handler with given root directory path.
ResourceRestEndpoint - Class in ej.hoka.rest.endpoint
A static resource end-point to serve all kind of files.
ResourceRestEndpoint(String, String) - Constructor for class ej.hoka.rest.endpoint.ResourceRestEndpoint
Creates a static resource end-point that responds to given URI and serves given resource.
ResourceRestEndpoint(String, String, String) - Constructor for class ej.hoka.rest.endpoint.ResourceRestEndpoint
Creates a static resource end-point that responds to given URI and serves given resource.
ResourceRestEndpoint - Class in ej.restserver.endpoint
A static resource end-point to serve all kind of files.
ResourceRestEndpoint(String, String) - Constructor for class ej.restserver.endpoint.ResourceRestEndpoint
Creates a static resource end-point that responds to given URI and serves given resource.
ResourceRestEndpoint(String, String, String) - Constructor for class ej.restserver.endpoint.ResourceRestEndpoint
Creates a static resource end-point that responds to given URI and serves given resource.
RESPOND_CLOSING - Static variable in class ej.websocket.Messages
Respond to a closing handshake.
RESPONSE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
RESPONSE_WAIT_PERIOD - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
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.
RestartableServer - Class in ej.restserver
A server that can be paused.
RestartableServer(int, int, int) - Constructor for class ej.restserver.RestartableServer
Instantiates a RestartableServer.
RestAuthenticatedRequestHandler - Class in ej.hoka.auth.session
An implementation of AuthenticatedRequestHandler for REST.
RestAuthenticatedRequestHandler(SessionAuthenticator, String) - Constructor for class ej.hoka.auth.session.RestAuthenticatedRequestHandler
Constructs the REST request handler.
RestEndpoint - Class in ej.hoka.rest
A REST endpoint exposes resources.
RestEndpoint(String) - Constructor for class ej.hoka.rest.RestEndpoint
Creates a new endpoint at given URI.
RestEndpoint - Class in ej.restserver
A REST endpoint exposes resources on a REST server.
RestEndpoint(String) - Constructor for class ej.restserver.RestEndpoint
Create a new endpoint at given URI.
restoreState() - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Restores the state information from persistence.
restoreToken(MqttPublish) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
Restores a token after a client restart.
RestRequestHandler - Class in ej.hoka.rest
A request handler that exposes a REST API.
RestRequestHandler() - Constructor for class ej.hoka.rest.RestRequestHandler
Constructs a REST request handler with no endpoint.
RestResponse - Class in ej.restserver
A simple wrapper over HTTP response, allowing to directly specify MIME type and status code.
RestResponse(String, String, InputStream) - Constructor for class ej.restserver.RestResponse
Creates a new REST response.
RestResponse(String, String, String) - Constructor for class ej.restserver.RestResponse
Creates a new REST response.
RestResponse(String, String, String, String) - Constructor for class ej.restserver.RestResponse
Creates a new REST response.
RestServer - Class in ej.restserver
A simple implementation of HTTP server capable of easily exposing endpoints.
RestServer(int, int, int) - Constructor for class ej.restserver.RestServer
Creates a new server bounded to given port.
RestServer(int, int, int, ServerSocketFactory) - Constructor for class ej.restserver.RestServer
Creates a REST server on top of the given HTTP server.
RestSession - Class in ej.restserver
A REST session handles HTTP requests.
RestSession(RestServer) - Constructor for class ej.restserver.RestSession
Creates a new REST session for given server.
RestSession.Factory - Class in ej.restserver
This class makes the creation of HTTPServer easier.
RestSoftAPConnector - Class in com.microej.example.wifi.setup.rest
A SoftAPConfiguration using rest endpoints.
RestSoftAPConnector() - Constructor for class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Instantiates a RestSoftAPConnector.
RestSoftAPConnector(int) - Constructor for class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Instantiates a RestSoftAPConnector with a given port.
RestSoftAPConnector(ConfigurationManager) - Constructor for class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Instantiates a RestSoftAPConnector with a ConfigurationManager.
RestSoftAPConnector(ConfigurationManager, int) - Constructor for class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Instantiates a RestSoftAPConnector with a ConfigurationManager.
RestSoftAPConnector(ConfigurationManager, int, WifiNetworkManager) - Constructor for class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Instantiates a RestSoftAPConnector with a ConfigurationManager.
RestSoftAPConnector.STATE - Enum in com.microej.example.wifi.setup.rest
The server states.
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 interface ej.basedriver.ThermostatMode
The system MUST resume to last active mode.
RESUME - Static variable in class ej.fp.event.MicroUICommand
The "resume" command constant.
reuse - Variable in class sun.net.www.http.HttpClient
 
revalidate() - Method in class ej.mwt.Desktop
Lays out all the hierarchy of this desktop.
revalidate() - Method in class ej.mwt.Panel
Lays out all the hierarchy of this panel.
revalidate() - Method in class ej.mwt.Widget
Lays out all the hierarchy of the panel containing this widget if exists.
revalidateSubTree() - Method in class ej.mwt.Widget
Lays out all the widgets in the sub hierarchy of this widget.
reveal(boolean) - Method in class ej.widget.basic.Password
Reveals or hides the password.
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.fp.event.MicroUICommand
The "right" command constant.
RIGHT - Static variable in interface ej.mwt.MWT
Constant for alignment behavior.
rightInplaceSub(FDBigInteger) - Method in class sun.misc.FDBigInteger
Subtracts the supplied FDBigInteger subtrahend from this FDBigInteger.
rootIndex - Variable in class org.kxml2.kdom.Document
 
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.
round(MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal rounded according to the MathContext settings.
ROUND_CEILING - Static variable in class java.math.BigDecimal
Rounding mode to round towards positive infinity.
ROUND_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards zero.
ROUND_FLOOR - Static variable in class java.math.BigDecimal
Rounding mode to round towards negative infinity.
ROUND_HALF_DOWN - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round down.
ROUND_HALF_EVEN - Static variable in class java.math.BigDecimal
Rounding mode to round towards the "nearest neighbor" unless both neighbors are equidistant, in which case, round towards the even neighbor.
ROUND_HALF_UP - Static variable in class java.math.BigDecimal
Rounding mode to round towards "nearest neighbor" unless both neighbors are equidistant, in which case round up.
ROUND_UNNECESSARY - Static variable in class java.math.BigDecimal
Rounding mode to assert that the requested operation has an exact result, hence no rounding is necessary.
ROUND_UP - Static variable in class java.math.BigDecimal
Rounding mode to round away from zero.
RoundingMode - Enum in java.math
Specifies a rounding behavior for numerical operations capable of discarding precision.
row - Variable in exception org.xmlpull.v1.XmlPullParserException
 
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.
RSSI - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The RSSI.
run() - Method in class ej.basedriver.zwave.ZwaveReceiveThread
 
run() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
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.util.concurrent.SingleThreadExecutor
 
run() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
run() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
Run loop to receive messages from the server.
run() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsSender
 
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
RUNNING - Static variable in interface ej.basedriver.Controller
A controller state.
running - Variable in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
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

S

S - Static variable in interface com.microej.profiling.internal.Strings
S.
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.
SampleProfiler - Class in com.microej.profiling
A profiler that takes samples, it can manage different stack levels.
saveToken(MqttToken, MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
saveToken(MqttToken, String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
scale() - Method in class java.math.BigDecimal
Returns the scale of this BigDecimal.
scaleByPowerOfTen(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose numerical value is equal to (this * 10n).
scan() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Scans the available AccessPoint.
scanAccessPoints() - Method in class ej.net.util.wifi.WifiNetworkManager
Scans Access Points.
ScanEndPoint - Class in com.microej.example.wifi.setup.rest.endpoint
The endpoint to receive a scan of the available wifi.
ScanEndPoint(RestSoftAPConnector) - Constructor for class com.microej.example.wifi.setup.rest.endpoint.ScanEndPoint
Instantiates a ScanEndPoint.
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.
schedule(long) - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Schedule next ping in certain delay.
schedule(long) - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
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.
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.
ScreenshotTransitionContainer - Class in ej.widget.container.transition
A screenshot transition container uses a screenshot to realize the animation.
ScreenshotTransitionContainer() - Constructor for class ej.widget.container.transition.ScreenshotTransitionContainer
 
Scroll - Class in ej.widget.container
Allows to scroll a widget horizontally or vertically.
Scroll() - Constructor for class ej.widget.container.Scroll
Creates a horizontal scroll composite with a visible scrollbar.
Scroll(boolean, boolean) - Constructor for class ej.widget.container.Scroll
Creates a scroll composite specifying its orientation and the visibility of the scrollbar.
Scrollable - Interface in ej.widget.container
This interface may be implemented by any widget that could be set in a scroll composite.
Scrollbar - Class in ej.widget.basic.drawing
A scrollbar holds the current step of a scrolling element.
Scrollbar(int) - Constructor for class ej.widget.basic.drawing.Scrollbar
Creates a new scrollbar with the specified size.
scrollTo(int, boolean) - Method in class ej.widget.container.Scroll
Scrolls to a position.
scrollTo(int) - Method in class ej.widget.container.Scroll
Scrolls to a position without animation.
SECURITY - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The security mode.
SecurityUtil - Class in ej.net.util.wifi
An utility class to handle security mode.
SELECT - Static variable in class ej.fp.event.MicroUICommand
The "select" command constant.
selector() - Method in class ej.jsonpath.parser.JSONPathCompiler
 
Selector - Interface in ej.style
Represents a selector.
selectors - Variable in class ej.style.selector.combinator.Combinator
Wrapped selectors list.
send(OutputStream) - Method in class ej.basedriver.zwave.frame.ControlFrame
 
send(OutputStream) - Method in class ej.basedriver.zwave.frame.RequestFrame
 
send(OutputStream) - Method in interface ej.basedriver.zwave.frame.SendFrame
Send the content of this frame.
send(MqttWireMessage, MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
Submits a message for delivery.
SEND_BINARY - Static variable in class ej.websocket.Messages
A send of binary has been requested.
SEND_TEXT - Static variable in class ej.websocket.Messages
A send of text has been requested.
sendAck() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
sendBinary(byte[]) - Method in class ej.websocket.WebSocket
 
SendData - Class in ej.basedriver.zwave.frame
 
SendData(SendDataListener, byte, byte) - Constructor for class ej.basedriver.zwave.frame.SendData
 
SendData(SendDataListener, byte, byte, int) - Constructor for class ej.basedriver.zwave.frame.SendData
 
SendDataListener - Interface in ej.basedriver.zwave.frame
 
sendEvent(int) - Static method in class ej.fp.event.MicroUICommand
Send a command event to the event generator with the MicroUI generator tag MicroUICommand.COMMON_MICROUI_GENERATOR_TAG.
sendEvent(String, int) - Static method in class ej.fp.event.MicroUICommand
Send a command event to the event generator.
sendEvent(String, int) - Static method in class ej.fp.event.MicroUIGeneric
Send a generic event to the event generator.
sendEvents(String, int[]) - Static method in class ej.fp.event.MicroUIGeneric
Send several generic events to the event generator.
SendFrame - Interface in ej.basedriver.zwave.frame
 
sendFrame(RequestFrame) - Method in class ej.basedriver.zwave.ZwaveController
 
SENDING - Static variable in class ej.websocket.Messages
Sending some data.
sendLongEvent(int) - Static method in class ej.fp.event.MicroUIButtons
Send a LONG event to the event generator with the MicroUI generator tag MicroUIButtons.COMMON_MICROUI_GENERATOR_TAG.
sendLongEvent(String, int) - Static method in class ej.fp.event.MicroUIButtons
Send a LONG event to the event generator.
sendMovedEvent(int, int, boolean) - Static method in class ej.fp.event.MicroUIPointer
Send a MOVE event to the event generator with the MicroUI generator tag MicroUIPointer.COMMON_MICROUI_GENERATOR_TAG.
sendMovedEvent(String, int, int, boolean) - Static method in class ej.fp.event.MicroUIPointer
Send a MOVE event to the event generator.
sendMovedEvent(int, int) - Static method in class ej.fp.event.MicroUITouch
Send a MOVE event to the event generator with the MicroUI generator tag MicroUITouch.COMMON_MICROUI_GENERATOR_TAG.
sendMovedEvent(String, int, int) - Static method in class ej.fp.event.MicroUITouch
Send a MOVE event to the event generator.
sendNak() - Method in class ej.basedriver.zwave.ZwaveSendThread
 
sendNoWait(MqttWireMessage, MqttToken) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
Sends a message to the broker if in connected state, but only waits for the message to be stored, before returning.
sendPressedEvent(int) - Static method in class ej.fp.event.MicroUIButtons
Send a PRESSED event to the event generator with the MicroUI generator tag MicroUIButtons.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int) - Static method in class ej.fp.event.MicroUIButtons
Send a PRESSED event to the event generator.
sendPressedEvent(int, int, int, boolean) - Static method in class ej.fp.event.MicroUIPointer
Send a PRESSED event to the event generator with the MicroUI generator tag MicroUIPointer.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int, int, int, boolean) - Static method in class ej.fp.event.MicroUIPointer
Send a PRESSED event to the event generator.
sendPressedEvent(int, int) - Static method in class ej.fp.event.MicroUITouch
Send a PRESSED event to the event generator with the MicroUI generator tag MicroUITouch.COMMON_MICROUI_GENERATOR_TAG.
sendPressedEvent(String, int, int) - Static method in class ej.fp.event.MicroUITouch
Send a PRESSED event to the event generator.
sendReleasedEvent(int) - Static method in class ej.fp.event.MicroUIButtons
Send a RELEASED event to the event generator with the MicroUI generator tag MicroUIButtons.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String, int) - Static method in class ej.fp.event.MicroUIButtons
Send a RELEASED event to the event generator.
sendReleasedEvent(int) - Static method in class ej.fp.event.MicroUIPointer
Send a RELEASED event to the event generator with the MicroUI generator tag MicroUIPointer.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String, int) - Static method in class ej.fp.event.MicroUIPointer
Send a RELEASED event to the event generator.
sendReleasedEvent() - Static method in class ej.fp.event.MicroUITouch
Send a RELEASED event to the event generator with the MicroUI generator tag MicroUITouch.COMMON_MICROUI_GENERATOR_TAG.
sendReleasedEvent(String) - Static method in class ej.fp.event.MicroUITouch
Send a RELEASED event to the event generator.
sendRepeatedEvent(int) - Static method in class ej.fp.event.MicroUIButtons
Send a REPEATED event to the event generator with the MicroUI generator tag MicroUIButtons.COMMON_MICROUI_GENERATOR_TAG.
sendRepeatedEvent(String, int) - Static method in class ej.fp.event.MicroUIButtons
Send a REPEATED event to the event generator.
sendStackTraceOnException(boolean) - Method in class ej.hoka.http.HTTPServer
Sets whether or not the server must send the stack trace of thrown exceptions.
sendStateEvent(int, int) - Static method in class ej.fp.event.MicroUIStates
Send a STATE event to the event generator with the MicroUI generator tag MicroUIStates.COMMON_MICROUI_GENERATOR_TAG.
sendStateEvent(String, int, int) - Static method in class ej.fp.event.MicroUIStates
Send a STATE event to the event generator.
sendText(String) - Method in class ej.websocket.WebSocket
 
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
 
SENSOR_BINARY_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SENSOR_BINARY_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SENSOR_BINARY_REPORT_DETECTED_AN_EVENT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SENSOR_BINARY_REPORT_IDLE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SENSOR_MULTILEVEL_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SENSOR_MULTILEVEL_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
separator - Variable in class ej.hoka.http.support.CharacterSeparatedList
Characters separator.
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.
serialize() - Method in class com.microej.demo.thermorest.model.ThermostatModel
Gets a serialize version of the ThermostatModel.
serializerClasses - Variable in class org.xmlpull.v1.XmlPullParserFactory
 
SERVER_CANNOT_FULFILL_REQUEST - Static variable in class ej.websocket.CloseCodes
1011 indicates that a server is terminating the connection because it encountered an unexpected condition that prevented it from fulfilling the request.
SERVER_STARTED - Static variable in class ej.hoka.log.Messages
The server is started.
SERVER_STOPPED - Static variable in class ej.hoka.log.Messages
The server is stopped.
ServerException - Exception in ej.websocket
This is a more specific WebSocketException type.
ServerException(String) - Constructor for exception ej.websocket.ServerException
Create a new server exception.
ServerException() - Constructor for exception ej.websocket.ServerException
 
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 - Variable in class sun.net.NetworkClient
Socket for communicating with server.
SERVICE_DATA_UUID128 - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Core Specification Supplement, Part A, section 1.11.
SERVICE_DATA_UUID16 - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Core Specification Supplement, Part A, section 1.11.
SERVICE_DATA_UUID32 - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Core Specification Supplement, Part A, section 1.11.
SERVICE_UUID128_FULL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SERVICE_UUID128_PARTIAL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SERVICE_UUID16_FULL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SERVICE_UUID16_PARTIAL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SERVICE_UUID32_FULL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SERVICE_UUID32_PARTIAL_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
ServiceLoader - Interface in ej.components.dependencyinjection
A simple dependency injection facility.
ServiceLoaderFactory - Class in ej.components.dependencyinjection
A simple dependency injection facility.
ServiceLoaderHelper - Class in ej.components.dependencyinjection.util
Helper class for service loaders.
ServiceLoadingException - Exception in ej.components.dependencyinjection
Thrown when an error occur while loading a service.
ServiceLoadingException(String, Throwable) - Constructor for exception ej.components.dependencyinjection.ServiceLoadingException
Constructs a new service loading exception with the specified detail message and cause.
ServiceLoadingException(Throwable) - Constructor for exception ej.components.dependencyinjection.ServiceLoadingException
Constructs a new service loading exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of the given cause).
ServiceProvider - Interface in ej.components
A service provider is able to retrieve services implementation.
ServiceRegistry - Interface in ej.components
Defines services registry API.
Session - Enum in ej.basedriver.zwave
 
session(RequestFrame, OutputStream) - Method in class ej.basedriver.zwave.ZwaveSession
 
Session - Class in ej.hoka.auth
Class representing a session.
Session(String, String, long) - Constructor for class ej.hoka.auth.Session
Constructs a Session.
SessionAuthenticator - Class in ej.hoka.auth
An implementation of Authenticator that stores active sessions in a database and authenticate a request using a session ID generated at login.
SessionAuthenticator() - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator with 1-hour-long sessions and using an in-memory database.
SessionAuthenticator(long) - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random, long) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator with 1-hour-long sessions and using an in-memory database.
SessionAuthenticator(long, SessionDataAccess) - Constructor for class ej.hoka.auth.SessionAuthenticator
Deprecated.
Uses an insecure implementation of Random.
SessionAuthenticator(Random, long, SessionDataAccess) - Constructor for class ej.hoka.auth.SessionAuthenticator
Constructs a SessionAuthenticator.
SessionDataAccess - Interface in ej.hoka.auth
The interface to the database of active sessions.
set(int, String) - Method in class com.google.protobuf.LazyStringArrayList
 
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) - 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, E) - Method in class java.util.LinkedList
Replaces the element at the specified position in this list 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.
setAccessPoint(AccessPoint) - Method in class ej.net.util.wifi.AccessPointConfiguration
Sets the accessPoint.
setActionCallback(IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Register a listener to be notified when an action completes.
setActionCallback(IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setActionCallback(IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
setActive(boolean) - Method in class ej.widget.basic.Text
Activates or deactivates the text.
setActiveNetwork(Network) - Method in class android.net.ConnectivityManager
Sets the active network.
setActivePanel(Panel) - Method in class ej.mwt.Desktop
Sets the specified panel as the active one on this desktop.
setAdjustedToChild(boolean) - Method in class ej.widget.composed.Wrapper
Sets whether the wrapper is adjusted to its child, meaning that its dimensions fit its child's dimensions.
setAdvertisingThreshold(int) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Sets the advertisingThreshold.
setAlignment(int) - Method in class ej.style.background.AbstractImageBackground
Sets the alignment.
setAlignment(int) - Method in class ej.style.util.EditableStyle
Sets the content alignment.
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.
setAmPmStrings(String[]) - Method in class java.text.DateFormatSymbols
Sets ampm strings.
setAnchor(int, int) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
Sets the anchor position of the splash animation, that means the point around which the widget will grow (forward) or shrink (backward).
setAnimationListener(AnimationListener) - Method in class ej.widget.util.SwipeEventHandler
Sets the animation listener.
setApConfiguration(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.DefaultConfigurationManager
Sets the apConfiguration.
setAPConfiguration(AccessPointConfiguration) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets the configurationAP.
setApplicationMetadata(Application, ApplicationMetadata) - Method in interface ej.wadapps.management.ApplicationMetadataProvider
Links an application and it meta-data.
setApplicationMetadata(Application, ApplicationMetadata) - Method in class ej.wadapps.management.ApplicationMetadataProviderProxy
 
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.
setAttribute(String, String, String) - Method in class org.kxml2.kdom.Element
Sets the given attribute; a value of null removes the attribute
setAttrStartTable(int, String[]) - Method in class org.kxml2.wap.WbxmlParser
Sets the attribute start Table for a given page.
setAttrStartTable(int, String[]) - Method in class org.kxml2.wap.WbxmlSerializer
Sets the attribute start Table for a given page.
setAttrValueTable(int, String[]) - Method in class org.kxml2.wap.WbxmlParser
Sets the attribute value Table for a given page.
setAttrValueTable(int, String[]) - Method in class org.kxml2.wap.WbxmlSerializer
Sets the attribute value Table for a given page.
setAudience(String) - Method in class googlecloud.iotcore.pubsub.jwt.JWTBuilder
 
setAuthenticationProperty(String, String) - Method in class sun.net.www.protocol.http.HttpURLConnection
 
setAutomaton(Automaton) - Method in class ej.automaton.AutomatonManager
Sets the automaton.
setAvailable(boolean, Network, NetworkInfo) - Method in class android.net.ConnectivityManager
Sets the network availability.
setAvailable(boolean) - Method in class ej.net.Network
Sets whether the network is available.
setAwake(boolean) - Method in class ej.basedriver.zwave.ZwaveNode
 
setAwakeNode(ZwaveNode) - Method in class ej.basedriver.zwave.ZwaveController
 
setBackground(Background) - Method in class ej.style.util.EditableStyle
Sets the background.
setBackgroundColor(int) - Method in class ej.style.util.EditableStyle
Sets the background color.
setBacklight(int) - Method in class ej.fp.widget.MicroUIDisplay
Sets the backlight of the display.
setBase(TimeProfiler.TimeBase) - Static method in class com.microej.profiling.profiler.TimeProfiler
setBit(int) - Method in class ej.basedriver.zwave.util.BitArray
Set the specified bit.
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(Border) - Method in class ej.style.util.EditableStyle
Sets the border.
setBorderColor(int) - Method in class ej.style.util.EditableStyle
Sets the border color.
setBottom(int) - Method in class ej.style.border.ComplexRectangularBorder
Sets the bottom thickness.
setBottom(int, int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the bottom border properties: thickness and color.
setBottom(int) - Method in class ej.style.outline.ComplexOutline
Sets the bottom thickness.
setBounds(int, int, int, int) - Method in class ej.mwt.Panel
Sets the bounds of this panel.
setBounds(int, int, int, int) - Method in class ej.mwt.Widget
Sets the bounds of this widget.
setBounds(int, int, int, int) - Method in class ej.style.container.Rectangle
Sets the bounds of the rectangle.
setBounds(int, int, int, int) - Method in class ej.widget.StyledComposite
 
setBoundsChildren(Rectangle, int) - Method in class ej.widget.container.AbstractCarousel
Sets the bounds of the children.
setBoundsChildren(Rectangle, int) - Method in class ej.widget.container.FillCarousel
 
setBoundsChildren(Rectangle, int) - Method in class ej.widget.container.ListCarousel
 
setBoundsContent(Rectangle) - Method in class ej.widget.composed.Toggle
 
setBoundsContent(Rectangle) - Method in class ej.widget.composed.Wrapper
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.AbstractCarousel
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Canvas
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Dock
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Flow
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Grid
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.List
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Scroll
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.SimpleDock
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.Split
 
setBoundsContent(Rectangle) - Method in class ej.widget.container.transition.TransitionContainer
 
setBoundsContent(Rectangle) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
setBoundsContent(Rectangle) - Method in class ej.widget.StyledComposite
Sets the bounds of this widget by taking into account the border, margin and padding specified in the style.
setCalendar(Calendar) - Method in class java.text.DateFormat
Set the calendar to be used by this date format.
setCallback(MqttCallback) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Sets a callback listener to use for events that happen asynchronously.
setCallback(MqttCallback) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Sets the callback listener to use for events that happen asynchronously.
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
setCallback(MqttCallback) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
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
 
setCapabilities(int[]) - Method in class android.net.NetworkCapabilities
Sets the capabilities.
setCapabilities(NetworkCapabilities) - Method in class ej.net.Network
Sets the capabilities.
setCaret(int) - Method in class ej.widget.basic.Text
Sets the caret position in the text.
setCenter(Widget) - Method in class ej.widget.container.Dock
Sets the center widget of this composite.
setCenter(Widget) - Method in class ej.widget.container.SimpleDock
Sets the center widget of this composite.
setChanged() - Method in class ej.observable.Observable
Marks this observable object as having been changed.
setChecked(boolean) - Method in class ej.widget.basic.Box
Sets the state of the toggle and repaint it if its style changes.
setChecked(boolean) - Method in class ej.widget.composed.ToggleWrapper
Sets the state of the toggle.
setChecked(boolean) - Method in class ej.widget.toggle.RadioModel
Sets the state of the toggle.
setChecked(boolean) - Method in class ej.widget.toggle.ToggleModel
Sets the state of the toggle.
setChecked(boolean) - Method in class ej.widget.util.ToggleHelper
Sets the state of the toggle.
setChildBounds() - Method in class ej.widget.container.transition.TransitionContainer
Sets the bounds of its child if one and only one.
setChildBounds(Page) - Method in class ej.widget.navigation.Navigator
Deprecated.
Sets the bounds of a new page.
setChildBounds(Page) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Sets the bounds of a new page.
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(String) - Method in class ej.widget.StyledComposite
 
setClassSelectors(String) - Method in class ej.widget.StyledDesktop
 
setClassSelectors(String) - Method in class ej.widget.StyledDialog
 
setClassSelectors(String) - Method in class ej.widget.StyledPanel
 
setClassSelectors(String) - Method in interface ej.widget.StyledRenderable
Sets the class selectors.
setClassSelectors(String) - Method in class ej.widget.StyledWidget
 
setCleanSession(boolean) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
setCleanSession(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets whether the client and server should remember state across restarts and reconnects.
setClient(IMqttAsyncClient) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setClientIPConfigure(IPConfiguration) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets the IPConfiguration for the interface while in client mode.
setClientState(ClientState) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
 
setCloudRegion(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the cloudRegion.
setCode(int) - Method in class ej.websocket.ReasonForClosure
Change the close code.
setColorBottom(int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the bottom color.
setColorLeft(int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the left color.
setColorRight(int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the right color.
setColorTop(int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the top color.
setConfigListener(ConfigListener) - Method in class googlecloud.iotcore.Device
Add a configuration listener notified when the config of the device changes and at first connection.
setConfigurationManager(ConfigurationManager) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Sets the configuration manager, can not be null.
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.
setConnectionTimeout(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the connection timeout value.
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 org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
Set the maximum time to wait for a socket to be established
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.fp.widget.MicroUIDisplay
Sets the contrast of the display.
setCornerRadius(int) - Method in class ej.style.background.SimpleRoundedPlainBackground
Sets the corner radius.
setCount(int) - Method in class ej.widget.container.Grid
Sets the number of widgets to set on a line or a column (for horizontal or vertical orientations respectively).
setCurrentLocale(String) - Method in class com.microej.nls.BinaryNLS
 
setCurrentLocale(String) - Method in interface ej.nls.NLS
Changes the current locale.
setCurrentPage(Page) - Method in class ej.widget.navigation.Navigator
Deprecated.
Sets the current page.
setCurrentPage(Page) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Sets the current page.
setCurrentSkin(Image) - Method in class ej.fp.Widget
Sets the current skin to render according the widget state.
setDateFormatSymbols(DateFormatSymbols) - Method in class java.text.SimpleDateFormat
Sets the date and time format symbols of this date format.
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
setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
Deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained. Invoking this method will have no effect.
setDefaultSSLSocketFactory(SSLSocketFactory) - Static method in class javax.net.ssl.HttpsURLConnection
Sets the default SSLSocketFactory inherited by new instances of this class.
setDefaultStyle(Style) - Method in class ej.style.cascading.CascadingStylesheet
 
setDefaultStyle(Style) - Method in interface ej.style.Stylesheet
Sets the default style.
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
 
setDeviceId(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the deviceId.
setDimension(Dimension) - Method in class ej.style.util.EditableStyle
Sets the dimension.
setDisableEnter(boolean) - Method in class ej.fp.widget.Joystick
Disables enter button.
setDisplayHeight(int) - Method in class ej.fp.widget.MicroUIDisplay
Sets the height of the display in pixels (see class comment).
setDisplayWidth(int) - Method in class ej.fp.widget.MicroUIDisplay
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
 
setDownSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick DOWN action.
setDuplicate(boolean) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage
 
setDuplicate(boolean) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
setDuplicate(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
 
setDuration(int) - Method in class ej.widget.container.transition.TransitionContainer
Sets the animation duration.
setDuration(long) - Method in class ej.widget.util.SwipeEventHandler
Sets the duration.
setEagerlyParseMessageSets(boolean) - Static method in class com.google.protobuf.ExtensionRegistryLite
 
setEnabled(boolean) - Method in class ej.mwt.Widget
Sets this widget to be enabled or not.
setEnabled(boolean) - Method in class ej.widget.StyledComposite
 
setEnabled(boolean) - Method in class ej.widget.StyledWidget
 
setEncoding(String) - Method in class org.kxml2.kdom.Document
 
setEnd(Snapshot, Snapshot.Type) - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Sets the end.
setEnd(Snapshot) - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
Sets the end value.
setEndpoint(RestEndpoint) - Method in class ej.hoka.rest.endpoint.AliasEndpoint
Sets the endpoint.
setEndpoint(RestEndpoint) - Method in class ej.restserver.endpoint.AliasEndpoint
Sets the endpoint.
setEndpoints(RestEndpoint...) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Sets the additional endpoints.
setEnterSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick ENTER action.
setEras(String[]) - Method in class java.text.DateFormatSymbols
Sets era strings.
setError() - Method in class java.io.PrintWriter
Indicates that an error has occurred.
setEvent(byte[]) - Method in class googlecloud.iotcore.Device
Set events.
setEvent(byte[]) - Method in interface googlecloud.iotcore.DeviceService
Sets events.
setEvent(byte[]) - Method in class googlecloud.iotcore.DeviceServiceProxy
 
setEventHandler(EventHandler) - Method in class ej.mwt.Desktop
 
setEventHandler(EventHandler) - Method in class ej.mwt.Panel
 
setEventHandler(EventHandler) - Method in interface ej.mwt.Renderable
Sets the event handler.
setEventHandler(EventHandler) - Method in class ej.mwt.Widget
 
setException(MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setExpiration(long) - Method in class googlecloud.iotcore.pubsub.jwt.JWTBuilder
 
setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, Type>, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of an extension.
setExtension(GeneratedMessageLite.GeneratedExtension<MessageType, List<Type>>, int, Type) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
Set the value of one element of a repeated extension.
setExtensionClass(String) - Method in class ej.fp.widget.MicroUIDisplay
Defines the class name of the user display extension when the graphical engine set in platform is a CUSTOM.
setFamily(String) - Method in class ej.style.font.FontProfile
Sets the family.
setFeature(String, boolean) - Method in class org.kxml2.io.KXmlParser
 
setFeature(String, boolean) - Method in class org.kxml2.io.KXmlSerializer
 
setFeature(String, boolean) - Method in class org.kxml2.wap.WbxmlParser
 
setFeature(String, boolean) - Method in class org.kxml2.wap.WbxmlSerializer
 
setFeature(String, boolean) - Method in interface org.xmlpull.v1.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setFeature(String, boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Set the features to be set when XML Pull Parser is created by this factory.
setFeature(String, boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Set feature identified by name (recommended to be URI for uniqueness).
setFillColor(boolean) - Method in class ej.style.background.AbstractImageBackground
Sets whether or not the remaining area is filled with the background color.
setFilter(Image) - Method in class ej.fp.Widget
Sets an image which defines a filtering area.
setFirst(Widget) - Method in class ej.widget.container.SimpleDock
Sets the first widget of this composite.
setFirst(Widget) - Method in class ej.widget.container.Split
Sets the first widget of this composite.
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
 
setFocus(Widget) - Method in class ej.mwt.Panel
Sets the specified widget as the current focus owner of this panel.
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.
setFontFamily(String) - Method in class ej.style.font.filter.FontFamilyFilter
Sets the font family.
setFontProfile(FontProfile) - Method in class ej.style.util.EditableStyle
Sets the font profile.
setForegroundColor(int) - Method in class ej.style.util.EditableStyle
Sets the foreground color.
setFrames(String[]) - Method in class ej.widget.basic.AnimatedImage
Sets the frames to display for this animated image.
setGroup(String) - Method in class ej.widget.composed.ToggleWrapper
Sets the group of this toggle.
setGroup(String) - Method in class ej.widget.util.ToggleHelper
Sets the group of this toggle.
setHeight(int) - Method in class ej.fp.Widget
Sets the height of this widget.
setHeight(int) - Method in class ej.style.container.Rectangle
Sets the height.
setHeight(int) - Method in class ej.style.dimension.FixedDimension
Sets the height.
setHeightProportion(float) - Method in class ej.style.dimension.RelativeDimension
Sets the height proportion.
setHomeId(int) - Method in class ej.basedriver.zwave.ZwaveController
 
setHorizontal(boolean) - Method in class ej.widget.basic.drawing.ProgressBar
Sets the slider orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.basic.drawing.Scrollbar
Sets the scrollbar orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.basic.drawing.Slider
Sets the slider orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.basic.image.ImageProgress
Sets the slider orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.basic.PagingIndicator
Sets whether the paging indicator is horizontal or not.
setHorizontal(boolean) - Method in class ej.widget.container.Flow
Sets the composite orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.container.Grid
Sets the composite orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.container.List
Sets the composite orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.container.Scroll
Sets the scroll orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.container.SimpleDock
Sets the composite orientation: horizontal or vertical.
setHorizontal(boolean) - Method in class ej.widget.container.Split
Sets the composite orientation: horizontal or vertical.
setHorizontalRepeat(boolean) - Method in class ej.style.background.TiledImageBackground
Sets whether or not the image is repeated horizontally.
setHttpStatusCode(int) - Method in exception ej.websocket.ServerException
Set the the HTTP status code returned by the server.
setId(byte) - Method in class ej.basedriver.zwave.ZwaveController
 
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
 
setImage(Image) - Method in class ej.style.background.AbstractImageBackground
Sets the image.
setIndeterminate(boolean) - Method in class ej.widget.basic.AbstractProgress
Sets whether or not the progress bar is in an indeterminate state.
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.fp.event.MicroUIStates
Initializes a state generator with its default state on startup.
setInput(Reader) - Method in class org.kxml2.io.KXmlParser
 
setInput(InputStream, String) - Method in class org.kxml2.io.KXmlParser
 
setInput(Reader) - Method in class org.kxml2.wap.WbxmlParser
 
setInput(InputStream, String) - Method in class org.kxml2.wap.WbxmlParser
 
setInput(Reader) - Method in interface org.xmlpull.v1.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setInput(InputStream, String) - Method in interface org.xmlpull.v1.XmlPullParser
Sets the input stream the parser is going to process.
setInputStream(InputStream) - Method in class ej.basedriver.zwave.ZwaveReceiveThread
 
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 class ej.fp.widget.MicroUILED
Sets the intensity of this led.
setInterfaceName(String) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets the interfaceName.
setIntProperty(int, int, int, int) - Static method in class ej.basictool.BitFieldHelper
Sets a int value in a bit field.
setIPConfiguration(IPConfiguration, IPConfiguration) - Method in class com.microej.example.wifi.setup.SoftAPConnector
Sets the IP configuration.
setIsConnected(boolean) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Sets the cloud connector to be connected.
setIssuedAt(long) - Method in class googlecloud.iotcore.pubsub.jwt.JWTBuilder
 
setItemsCount(int) - Method in class ej.widget.basic.PagingIndicator
Sets the number of items.
setJwt(char[]) - Method in class googlecloud.iotcore.Device
Sets the JSON Web Token to be used for connection.
setJwt(char[]) - Method in class googlecloud.iotcore.pubsub.Client
Sets the JSON Web Token to be used for connection.
setJWTSessionPeriod(long) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
 
setJWTSigner(Signer) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Set the signer that will be used to generate the JWT.
setKeepAliveInterval(long) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
setKeepAliveInterval(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "keep alive" interval.
setKeepAliveSecs(long) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
 
setKey(String) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setLabel(String) - Method in class ej.fp.widget.Button
 
setLabel(String) - Method in class ej.fp.Widget
Sets the label (tag) of this widget.
setLast(Widget) - Method in class ej.widget.container.SimpleDock
Sets the last widget of this composite.
setLast(Widget) - Method in class ej.widget.container.Split
Sets the last widget of this composite.
setLauncher(Activity) - Method in interface ej.wadapps.management.ActivitiesScheduler
Sets the current activities launcher.
setLedOff(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED off.
setLedOn(Image) - Method in class ej.fp.widget.LED
Sets the image which represents the LED on.
setLeft(int) - Method in class ej.style.border.ComplexRectangularBorder
Sets the left thickness.
setLeft(int, int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the left border properties: thickness and color.
setLeft(int) - Method in class ej.style.outline.ComplexOutline
Sets the left thickness.
setLeftSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick LEFT action.
setLength(int) - Method in class ej.websocket.frame.RawFrame
 
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.
setLineHeight(int) - Method in class ej.style.text.ComplexTextManager
Sets the line height.
setListener(MqttListener) - Method in interface ej.data.pubsub.MqttContext
Sets the listener that is called when a message is received.
setListener(MqttListener) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
setListener(SimpleNetworkCallback) - Method in class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Sets the listener to call back on state change.
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.
setListening(boolean) - Method in class ej.basedriver.zwave.ZwaveNode
 
setLocation(int, int) - Method in class ej.mwt.Panel
Sets the location of this panel.
setLocation(int, int) - Method in class ej.mwt.Widget
Sets the location of this widget.
setLocation(int, int) - Method in class ej.style.container.Rectangle
Sets the location of the rectangle.
setLoggedOut(HTTPResponse) - Method in class ej.hoka.auth.session.LogoutEndpoint
Updates the response to delete the session ID cookie.
setLogger(String) - Static method in class org.eclipse.paho.client.mqttv3.logging.LoggerFactory
Set the class name of the logger that the LoggerFactory will load If not set getLogger will attempt to create a logger appropriate for the platform.
setLoggerLevel(Level) - Static method in class com.microej.profiling.SampleProfiler
Sets the log LoggerLevel.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source logger's name.
setLogLevel(Level) - Method in class com.microej.profiling.AutomaticProfiler
Sets the log level.
setLongPeriod(int) - Method in class ej.fp.widget.LongButton
Set the long event period.
setMargin(Outline) - Method in class ej.style.util.EditableStyle
Sets the margin.
setMaxAngle(double) - Method in class ej.fp.widget.Wheel
Sets the bigger angle the wheel can have.
setMaximum(int) - Method in class ej.widget.basic.BoundedRange
Sets the bounded range's maximum value to the given value.
setMaximum(int) - Method in class ej.widget.basic.drawing.Scrollbar
Sets the maximum bound of the scrollbar.
setMaximum(int) - Method in interface ej.widget.model.BoundedRangeModel
Sets the range maximum.
setMaximum(int) - Method in class ej.widget.model.DefaultBoundedRangeModel
 
setMemoryType(MemoryProfiler.MemoryType) - Static method in class com.microej.profiling.profiler.MemoryProfiler
Sets the MemoryProfiler.MemoryType to use.
setMessage(String) - Method in class java.util.logging.LogRecord
Set the raw log message.
setMessage(MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setMessage(MqttMessage) - Method in class org.eclipse.paho.client.mqttv3.MqttDeliveryToken
 
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.
setMessageID(int) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setMessageId(int) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
setMessageId(int) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttReceivedMessage
 
setMessageId(int) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
Sets the MQTT message ID.
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.
setMimeType(String) - Method in class ej.hoka.http.HTTPResponse
Set the response MIME-TYPE.
setMimetype(String) - Method in class ej.hoka.rest.endpoint.ResourceRestEndpoint
Sets the mimetype.
setMimetype(String) - Method in class ej.restserver.endpoint.ResourceRestEndpoint
Sets the mimetype.
setMinimum(int) - Method in class ej.widget.basic.BoundedRange
Sets the bounded range's minimum value to the given value.
setMinimum(int) - Method in interface ej.widget.model.BoundedRangeModel
Sets the range minimum.
setMinimum(int) - Method in class ej.widget.model.DefaultBoundedRangeModel
 
setMode(ThermostatMode) - Method in interface ej.basedriver.Thermostat
Sets the last known mode.
setMode(ThermostatMode) - Method in class ej.basedriver.ThermostatProxy
 
setMode(ThermostatMode) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
setMode(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
 
setModel(BoundedRangeModel) - Method in class ej.widget.basic.BoundedRange
Sets the data model used by the bounded range.
setModes(byte[], int) - Method in class ej.basedriver.zwave.device.ZwaveThermostat
Set the modes available.
setMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets month strings.
setMotionFactory(MotionFactory) - Method in class ej.widget.container.transition.TransitionContainer
Sets the motion factory to use for the animations.
setMotionFactory(MotionFactory) - Method in class ej.widget.util.SwipeEventHandler
Sets the motion factory.
setMqttVersion(int) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the MQTT version.
setMutable(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the mutability of this object (whether or not its values can be changed.
setName(String) - Method in class ej.basedriver.impl.AbstractController
 
setName(String) - Method in class ej.basedriver.impl.PropertiesDescriptor
Sets the name.
setName(String) - Method in class org.kxml2.kdom.Element
sets the name of the element
setNamespace(String) - Method in class org.kxml2.kdom.Element
sets the namespace of the element.
setNamespaceAware(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Specifies that the parser produced by this factory will provide support for XML namespaces.
setNetworkModuleIndex(int) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
setNetworkModules(NetworkModule[]) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
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.
setNotified(boolean) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
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.
setOutput(Writer) - Method in class org.kxml2.io.KXmlSerializer
 
setOutput(OutputStream, String) - Method in class org.kxml2.io.KXmlSerializer
 
setOutput(Writer) - Method in class org.kxml2.wap.WbxmlSerializer
 
setOutput(OutputStream, String) - Method in class org.kxml2.wap.WbxmlSerializer
 
setOutput(OutputStream, String) - Method in interface org.xmlpull.v1.XmlSerializer
Set to use binary output stream with given encoding.
setOutput(Writer) - Method in interface org.xmlpull.v1.XmlSerializer
Set the output to the given writer.
setOutputStream(OutputStream) - Method in class ej.basedriver.zwave.ZwaveSendThread
 
setOverlay(boolean) - Method in class ej.fp.Widget
Sets the repaint policy.
setPacked(boolean) - Method in class ej.mwt.Panel
Deprecated.
setPadding(Outline) - Method in class ej.style.util.EditableStyle
Sets the padding.
setParent(Node) - Method in class org.kxml2.kdom.Element
Sets the Parent of this element.
setPassphrase(String) - Method in class ej.net.util.wifi.AccessPointConfiguration
Sets the passphrase.
setPassword(char[]) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the password to use for the connection.
setPayload(byte[]) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the payload of this message to be the specified byte array.
setPeriod(long) - Method in class ej.animation.Animator
Sets the period.
setPeriod(long) - Method in class ej.widget.basic.AnimatedImage
Sets the period.
setPixels(int[]) - Method in interface ej.fp.Image
Sets all the pixels of the image.
setPlaceHolder(String) - Method in class ej.widget.basic.Text
Sets the place holder.
setPort(int) - Method in class com.microej.demo.thermorest.HeadlessThermostat
Sets the server port.
setPreferredSize(int, int) - Method in class ej.mwt.Panel
Sets the preferred size of the panel.
setPreferredSize(int, int) - Method in class ej.mwt.Widget
Sets the preferred size of the widget.
setPrefix(String, String) - Method in class org.kxml2.io.KXmlSerializer
 
setPrefix(String, String) - Method in class org.kxml2.kdom.Element
Sets the given prefix; a namespace value of null removess the prefix
setPrefix(String, String) - Method in class org.kxml2.wap.WbxmlSerializer
 
setPrefix(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Binds the given prefix to the given namespace.
setPresent(boolean) - Method in class ej.net.Network
Sets the isPresent.
setPressed(boolean) - Method in class ej.widget.basic.Box
Sets the pressed state of the box.
setPressed(boolean) - Method in class ej.widget.composed.Toggle
 
setPressed(boolean) - Method in class ej.widget.composed.ToggleBox
 
setPressed(boolean) - Method in class ej.widget.composed.ToggleWrapper
Sets the pressed state of the toggle.
setPressed(boolean) - Method in class ej.widget.util.ToggleHelper
Sets the pressed state of the toggle.
setProjectId(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the projectId.
setProperty(String, String) - Method in class ej.basedriver.impl.PropertiesDescriptor
Sets a property.
setProperty(String, String) - Method in class ej.wadapps.property.SharedProperties
Sets the property indicated by the specified key.
setProperty(String, String) - Method in class java.util.Properties
Calls the Hashtable method put.
setProperty(String, Object) - Method in class org.kxml2.io.KXmlParser
 
setProperty(String, Object) - Method in class org.kxml2.io.KXmlSerializer
 
setProperty(String, Object) - Method in class org.kxml2.wap.WbxmlParser
 
setProperty(String, Object) - Method in class org.kxml2.wap.WbxmlSerializer
 
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlPullParser
Set the value of a property.
setProperty(String, Object) - Method in interface org.xmlpull.v1.XmlSerializer
Set the value of a property.
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.
setQos(int) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Sets the quality of service for this message.
setRadius(int) - Method in class ej.style.border.SimpleRoundedBorder
Sets the border radius.
setRates(int, int) - Method in class com.microej.profiling.AutomaticProfiler
Sets the print and sampling rates.
setRatio(float) - Method in class ej.widget.container.Split
Sets the position of the separation between the children, that is the first child size relatively to this composite size.
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
 
setReason(String) - Method in class ej.websocket.ReasonForClosure
Change the close reason.
setRecursionLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message recursion depth.
setRegistryId(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the registryId.
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.
setResourceName(String) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Set a name that can be used to provide context with each log record.
setResourceName(String) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
setRetained(boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Whether or not the publish message should be retained by the messaging engine.
setRight(int) - Method in class ej.style.border.ComplexRectangularBorder
Sets the right thickness.
setRight(int, int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the right border properties: thickness and color.
setRight(int) - Method in class ej.style.outline.ComplexOutline
Sets the right thickness.
setRightSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick RIGHT action.
setScale(int, RoundingMode) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.
setScale(int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to this BigDecimal's.
setScanWhileSoftAP(boolean) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets whether it supports scan while mounted.
setSecond(PrintableSnapshot) - Method in class com.microej.profiling.internal.snapshot.PrintablePair
Sets the second element of the PrintablePair.
setSecurityMode(SecurityMode) - Method in class ej.net.util.wifi.AccessPointConfiguration
Sets the securityMode.
setSelectedIndex(int) - Method in class ej.widget.container.AbstractCarousel
Sets the currently selected widget index.
setSelectedItem(int, float) - Method in class ej.widget.basic.PagingIndicator
Sets the selected item.
setSelection(int, int) - Method in class ej.widget.basic.Text
Sets the selection range in the text.
setServerHost(String) - Method in class ej.aws.iot.pubsub.ConnectOptions
Sets the serverHost.
setServerHost(String) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the serverHost.
setServerPort(int) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Sets the server port.
setServerPort(int) - Method in class ej.aws.iot.pubsub.ConnectOptions
Sets the serverPort.
setServerPort(int) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the serverPort.
setServerURIs(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Set a list of one or more serverURIs the client may connect to.
setShortMonths(String[]) - Method in class java.text.DateFormatSymbols
Sets short month strings.
setShortWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets short weekday strings.
setSigner(Signer) - Method in class googlecloud.iotcore.pubsub.jwt.JWTBuilder
 
setSize(int, int) - Method in class ej.mwt.Panel
Sets the size of this panel.
setSize(int, int) - Method in class ej.mwt.Widget
Sets the size of this widget.
setSize(int, int) - Method in class ej.style.container.Rectangle
Sets the size of the rectangle.
setSize(int, int) - Method in class ej.style.dimension.FixedDimension
Sets the width and height.
setSize(int) - Method in class ej.style.font.filter.FontSizeValueFilter
Sets the size.
setSize(FontProfile.FontSize) - Method in class ej.style.font.FontProfile
Sets the size.
setSizeLimit(int) - Method in class com.google.protobuf.CodedInputStream
Set the maximum message size.
setSizeProportions(float, float) - Method in class ej.style.dimension.RelativeDimension
Sets the width and height proportions.
setSizeValue(int) - Method in class ej.style.font.FontProfile
Sets the size value.
setSkin(Image) - Method in class ej.fp.Widget
Sets the default skin of this widget.
setSocket(Socket) - Method in class ej.websocket.WebSocket
Sets the socket.
setSocketFactory(SocketFactory) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the SocketFactory to use.
setSoftAPConfiguration(SoftAPConfiguration) - Method in class com.microej.example.wifi.setup.DefaultConfigurationManager
Sets the softAPConfiguration.
setSoftAPConfiguration(SoftAPConfiguration) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets the softAPConfiguration.
setSoftAPIPConfigure(IPConfiguration) - Method in class ej.net.util.wifi.WifiNetworkManager
Sets the IPConfiguration for the interface while in softAP.
setSource(String) - Method in class ej.widget.basic.Image
Sets the source to display for this image.
setSource(ej.microui.display.Image) - Method in class ej.widget.basic.Image
Sets the source to display for this image.
setSource(String) - Method in class ej.widget.composed.ButtonImage
Deprecated.
Sets the source image to display for this button.
setSource(ej.microui.display.Image) - Method in class ej.widget.composed.ButtonImage
Deprecated.
Sets the source image to display for this button.
setSSID(String) - Method in class ej.net.util.wifi.AccessPointConfiguration
Sets the Service Set IDentification (SSID).
setSslContext(SSLContext) - Method in class ej.aws.iot.pubsub.ConnectOptions
Sets the sslContext.
setSslContext(SSLContext) - Method in class googlecloud.iotcore.pubsub.ConnectOptions
Sets the sslContext.
setSSLhandshakeTimeout(int) - Method in class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModule
 
setSSLProperties(Properties) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the SSL properties for the connection.
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.
setStandalone(Boolean) - Method in class org.kxml2.kdom.Document
 
setState(int) - Method in class ej.basedriver.impl.AbstractController
Change the current state of the controller.
setState(int) - Method in class ej.basedriver.zwave.device.ZwaveDryContact
Update the last known state of the switch.
setState(int) - Method in class ej.basedriver.zwave.device.ZwaveSwitch
 
setState(ZwaveSendThread.SendState) - Method in class ej.basedriver.zwave.ZwaveSendThread
 
setState(byte[]) - Method in class googlecloud.iotcore.Device
Set the state of Device.
setState(byte[]) - Method in interface googlecloud.iotcore.DeviceService
Sets the state of Device.
setState(byte[]) - Method in class googlecloud.iotcore.DeviceServiceProxy
 
setStatus(String) - Method in class ej.hoka.http.HTTPResponse
Set the response status.
setSteps(Image[]) - Method in class ej.fp.widget.Wheel
Sets the images which simulate the wheel rotation.
setStyle(int) - Method in class ej.style.font.filter.FontStyleFilter
Sets the style.
setStyle(int) - Method in class ej.style.font.FontProfile
Sets the style.
setSubEvent(String, byte[]) - Method in class googlecloud.iotcore.Device
Set sub-events.
setSubEvent(String, byte[]) - Method in interface googlecloud.iotcore.DeviceService
Sets sub-events.
setSubEvent(String, byte[]) - Method in class googlecloud.iotcore.DeviceServiceProxy
 
setTabSize(int) - Method in interface ej.jsonpath.parser.CharStream
 
setTabSize(int) - Method in class ej.jsonpath.parser.SimpleCharStream
 
setTagTable(int, String[]) - Method in class org.kxml2.wap.WbxmlParser
Sets the tag table for a given page.
setTagTable(int, String[]) - Method in class org.kxml2.wap.WbxmlSerializer
Sets the tag table for a given page.
setTargetTemperature(float) - Method in class com.microej.demo.thermorest.model.AutomaticThermostatModel
 
setTargetTemperature(float) - Method in class com.microej.demo.thermorest.model.ThermostatModel
Sets the target and notify the listeners.
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
 
setTemperature(float) - Method in class com.microej.demo.thermorest.model.AutomaticThermostatModel
 
setTemperature(float) - Method in class com.microej.demo.thermorest.model.ThermostatModel
Sets the temperature and notify the listeners.
setText(String) - Method in class ej.widget.basic.Label
Sets the text to display for this label.
setText(String) - Method in class ej.widget.basic.Text
Sets the content text.
setText(String) - Method in class ej.widget.composed.Button
Deprecated.
Sets the text displayed by this button.
setText(String) - Method in class ej.widget.composed.Toggle
Sets the text displayed by this toggle.
setTextManager(TextManager) - Method in class ej.style.util.EditableStyle
Sets the text manager.
setThermostat(HeadlessThermostat) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Sets the thermostat.
setThickness(int) - Method in class ej.style.border.SimpleRectangularBorder
Sets the thickness.
setThickness(int) - Method in class ej.style.border.SimpleRoundedBorder
Sets the thickness.
setThickness(int) - Method in class ej.style.outline.SimpleOutline
Sets the thickness.
setThingId(String) - Method in class ej.aws.iot.pubsub.ConnectOptions
Sets the thingId.
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set the throwable associated with this log record.
setTimer(Timer) - Method in class com.microej.profiling.AutomaticProfiler
Sets the timer used for the sampling.
setTimeToWait(long) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
Set the maximum time to wait for an action to complete.
setTop(int) - Method in class ej.style.border.ComplexRectangularBorder
Sets the top thickness.
setTop(int, int) - Method in class ej.style.border.ComplexRectangularColoredBorder
Sets the top border properties: thickness and color.
setTop(int) - Method in class ej.style.outline.ComplexOutline
Sets the top thickness.
setTopicListener(TopicListener) - Method in class googlecloud.iotcore.pubsub.Client
 
setTopics(String[]) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
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
 
setTransitionManager(TransitionManager) - Method in class ej.widget.navigation.Navigator
Deprecated.
Sets the transition manager.
setTransparentMode(boolean) - Method in interface ej.fp.Image
All drawings in transparent mode manage alpha channel for the given colors.
setUnfinishedMessage(MessageLite) - Method in exception com.google.protobuf.InvalidProtocolBufferException
Attaches an unfinished message to the exception to support best-effort parsing in Parser interface.
setUnit(String) - Method in class com.microej.demo.thermorest.model.ThermostatModel
Sets the unit.
setUpSkin(Image) - Method in class ej.fp.widget.Joystick
Sets the skin to show joystick UP action.
setupSocket() - Method in class ej.websocket.WebSocket
Open the socket and sets it.
setupSocket() - Method in class ej.websocket.WebSocketSecure
 
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.
setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
Deprecated.
Use setURL(URL, String, String, int, String, String, String, String);
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
 
setUserContext(Object) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Store some context associated with an action.
setUserContext(Object) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
setUserContext(Object) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
setUserName(String) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the user name to use for the connection.
setValidating(boolean) - Method in class org.xmlpull.v1.XmlPullParserFactory
Specifies that the parser produced by this factory will be validating (it simply set feature XmlPullParser.FEATURE_VALIDATION to true or false).
setValue(double) - Method in interface ej.basedriver.ThermostatMode
Sets the value.
setValue(double) - Method in class ej.basedriver.ThermostatModeProxy
 
setValue(double) - Method in class ej.basedriver.zwave.device.ZwaveMultilevelSensor
Sets the value.
setValue(double) - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
setValue(int) - Method in class ej.widget.basic.BoundedRange
Sets the bounded range's current value to the given value.
setValue(int) - Method in class ej.widget.basic.drawing.Scrollbar
Sets the current value.
setValue(int) - Method in interface ej.widget.model.BoundedRangeModel
Sets the current value.
setValue(int) - Method in class ej.widget.model.DefaultBoundedRangeModel
 
setVerticalRepeat(boolean) - Method in class ej.style.background.TiledImageBackground
Sets whether or not the image is repeated horizontally.
setVisible(boolean) - Method in class ej.mwt.Widget
Sets this widget visible or not.
setWatchdog(Watchdog) - Method in class ej.automaton.AutomatonManager
Sets a watchdog.
setWatchdogListener(WatchdogListener) - Method in class ej.watchdog.internal.SimpleWatchdog
 
setWatchdogListener(WatchdogListener) - Method in interface ej.watchdog.Watchdog
Sets the watchdog listener that will receive the watchdog notifications.
setWeekdays(String[]) - Method in class java.text.DateFormatSymbols
Sets weekday strings.
setWidget(Widget) - Method in class ej.mwt.Panel
Attach the specified widget to this panel.
setWidget(Widget) - Method in class ej.widget.composed.Button
Deprecated.
 
setWidget(Widget) - Method in class ej.widget.composed.ButtonImage
Deprecated.
 
setWidget(Widget) - Method in class ej.widget.composed.Toggle
 
setWidget(Widget) - Method in class ej.widget.composed.ToggleBox
 
setWidget(Widget) - Method in class ej.widget.composed.Wrapper
Sets the only child of this composite.
setWidget(Widget) - Method in class ej.widget.container.Scroll
Sets the content to scroll.
setWidget(Widget) - Method in class ej.widget.StyledDialog
Attach the specified widget to this panel.
setWidget(Widget) - Method in class ej.widget.StyledPanel
Attach the specified widget to this panel.
setWidth(int) - Method in class ej.fp.Widget
Sets the width of widget.
setWidth(int) - Method in class ej.style.container.Rectangle
Sets the width.
setWidth(int) - Method in class ej.style.dimension.FixedDimension
Sets the width.
setWidthProportion(float) - Method in class ej.style.dimension.RelativeDimension
Sets the width proportion.
setWill(MqttTopic, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "Last Will and Testament" (LWT) for the connection.
setWill(String, byte[], int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets the "Last Will and Testament" (LWT) for the connection.
setWill(String, MqttMessage, int, boolean) - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Sets up the will information, based on the supplied parameters.
setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
Sets the work remaining for this SubMonitor instance.
setX(int) - Method in class ej.fp.Widget
Sets the x relative coordinate of this widget.
setX(int) - Method in class ej.style.container.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.style.container.Rectangle
Sets the y coordinate.
setZwaveSession(ZwaveSession) - Method in class ej.basedriver.zwave.ZwaveReceiveThread
 
setZwaveSession(ZwaveSession) - Method in class ej.basedriver.zwave.ZwaveSendThread
 
severe(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a SEVERE message.
severe(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
SEVERE - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
SEVERE is a message level indicating a serious failure.
severe(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, if the logger is currently enabled for the given message level.
severe(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
severe(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
severe(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
severe(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
severe(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
SharedProperties - Class in ej.wadapps.property
Shared properties are used to share properties between different applications.
SharedProperties() - Constructor for class ej.wadapps.property.SharedProperties
Creates a new shared properties implementation.
SharedPropertiesFactory - Class in ej.wadapps.property
The factory that retrieves the unique instance of the SharedProperties set by the system.
SharedRegistry - Interface in ej.wadapps.registry
The shared registry is used to share services between different applications.
SharedRegistryFactory - Class in ej.wadapps.registry
The factory that retrieves the unique instance of the SharedRegistry set by the system.
SharedRegistryImpl - Class in ej.wadapps.registry.util
This class is the default implementation of the shared registry.
SharedRegistryImpl() - Constructor for class ej.wadapps.registry.util.SharedRegistryImpl
Creates a new shared registry implementation.
SHIFT_IN - Static variable in interface ej.widget.util.ControlCharacters
Return to regular character set after Shift Out.
SHIFT_OUT - Static variable in interface ej.widget.util.ControlCharacters
Switch to an alternative character set.
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 - Static variable in class java.text.DateFormat
Constant for short style pattern.
ShortBuffer - Class in java.nio
a short buffer.
SHORTENED_LOCAL_NAME - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
shortValueExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a short, checking for lost information.
shortValueExact() - Method in class java.math.BigInteger
Converts this BigInteger to a short, checking for lost information.
shouldIndicate(BluetoothDevice) - Method in class ej.bluetooth.util.server.CCCDescriptor
Checks whether a device should be indicated.
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.
shouldNotify(BluetoothDevice) - Method in class ej.bluetooth.util.server.CCCDescriptor
Checks whether a device should be notified.
show(Desktop) - Method in class ej.mwt.Panel
Deprecated.
show(Desktop, boolean) - Method in class ej.mwt.Panel
show(Activity) - Method in interface ej.wadapps.management.ActivitiesScheduler
Asks to show an activity.
show() - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
show() - Method in class ej.widget.basic.drawing.Scrollbar
Shows the scrollbar.
show() - Method in class ej.widget.basic.PagingIndicator
Shows the scroll indicator.
show(Widget, boolean) - Method in class ej.widget.container.transition.NoTransitionContainer
 
show(Widget, boolean) - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
 
show(Widget, boolean) - Method in class ej.widget.container.transition.SlideTransitionContainer
 
show(Widget, boolean) - Method in class ej.widget.container.transition.TransitionContainer
Shows a new widget.
show(String) - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Shows a new page.
show(Page) - Method in class ej.widget.navigation.navigator.HistorizedNavigator
Deprecated.
Shows a new page.
show(Page, boolean) - Method in class ej.widget.navigation.Navigator
Deprecated.
Shows a new page.
show(String, boolean) - Method in class ej.widget.navigation.navigator.SimpleNavigator
Deprecated.
Shows a new page.
show(Page, boolean) - Method in class ej.widget.navigation.navigator.SimpleNavigator
Deprecated.
 
show(Page, boolean) - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Shows a new page.
show(Desktop) - Method in class ej.widget.StyledDialog
show(Desktop, boolean) - Method in class ej.widget.StyledDialog
show(Desktop) - Method in class ej.widget.StyledPanel
show(Desktop, boolean) - Method in class ej.widget.StyledPanel
showAdjustingToChild(Desktop) - Method in class ej.mwt.Panel
Requests the panel to be shown on the specified desktop.
showAdjustingToChild(Desktop) - Method in class ej.widget.StyledDialog
Requests the dialog to be shown on the specified desktop.
showAdjustingToChild(Desktop) - Method in class ej.widget.StyledPanel
Requests the panel to be shown on the specified desktop.
showFullScreen(Desktop) - Method in class ej.mwt.Panel
Requests the panel to be shown on the specified desktop.
showFullScreen(Desktop) - Method in class ej.widget.StyledDialog
Requests the panel to be shown on the specified desktop.
showFullScreen(Desktop) - Method in class ej.widget.StyledPanel
Requests the panel to be shown on the specified desktop.
showInternal(Desktop) - Method in class ej.mwt.Dialog
 
showInternal(Desktop) - Method in class ej.mwt.Panel
Adds the panel to the desktop and validate it asynchronously.
showLauncher() - Method in interface ej.wadapps.management.ActivitiesScheduler
Asks to show the current launcher.
showNotify() - Method in class ej.mwt.Composite
This method is called as soon as the renderable is visible.
showNotify() - Method in class ej.mwt.Desktop
The desktop is visible on its display.
showNotify() - Method in class ej.mwt.Panel
This method is called as soon as the renderable is visible.
showNotify() - Method in interface ej.mwt.Renderable
This method is called as soon as the renderable is visible.
showNotify() - Method in class ej.mwt.Widget
 
showNotify() - Method in class ej.widget.basic.AbstractProgress
 
showNotify() - Method in class ej.widget.basic.AnimatedImage
 
showNotify() - Method in class ej.widget.basic.drawing.Scrollbar
 
showNotify() - Method in class ej.widget.container.AbstractCarousel
 
showNotify() - Method in class ej.widget.container.Scroll
 
showScrollbar(boolean) - Method in class ej.widget.container.Scroll
Sets whether the scrollbar is visible or not.
showUsingBounds(Desktop) - Method in class ej.mwt.Panel
Requests the panel to be shown on the specified desktop.
showUsingBounds(Desktop) - Method in class ej.widget.StyledDialog
Requests the panel to be shown on the specified desktop.
showUsingBounds(Desktop) - Method in class ej.widget.StyledPanel
Requests the panel to be shown on the specified desktop.
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.
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 class ej.util.concurrent.SingleThreadExecutor
 
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.
shutdownConnection(MqttToken, MqttException) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientComms
Shuts down the connection to the server.
shutdownNow() - Method in class ej.util.concurrent.SingleThreadExecutor
 
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(byte[]) - Method in interface com.microej.signature.Signer
Sign the given data.
SIGN_BIT_MASK - Static variable in class sun.misc.DoubleConsts
Bit mask to isolate the sign bit of a double.
SIGN_BIT_MASK - Static variable in class sun.misc.FloatConsts
Bit mask to isolate the sign bit of a float.
SignatureException - Exception in com.microej.signature
Exception indicating that calculating a signature failed.
SignatureException(String) - Constructor for exception com.microej.signature.SignatureException
 
SignatureException(String, Throwable) - Constructor for exception com.microej.signature.SignatureException
 
SignatureException(Throwable) - Constructor for exception com.microej.signature.SignatureException
 
Signer - Interface in com.microej.signature
 
SIGNIF_BIT_MASK - Static variable in class sun.misc.DoubleConsts
Bit mask to isolate the significand field of a double.
SIGNIF_BIT_MASK - Static variable in class sun.misc.FloatConsts
Bit mask to isolate the significand field of a float.
SIGNIFICAND_WIDTH - Static variable in class sun.misc.DoubleConsts
The number of logical bits in the significand of a double number, including the implicit bit.
SIGNIFICAND_WIDTH - Static variable in class sun.misc.FloatConsts
The number of logical bits in the significand of a float number, including the implicit bit.
signum() - Method in class java.math.BigDecimal
Returns the signum function of this BigDecimal.
signum() - Method in class java.math.BigInteger
Returns the signum function of this BigInteger.
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.
SimpleDateFormat - Class in java.text
SimpleDateFormat is a concrete class for formatting and parsing dates in a locale-sensitive manner.
SimpleDateFormat() - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the default pattern and date format symbols.
SimpleDateFormat(String) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and the default date format symbols.
SimpleDateFormat(String, DateFormatSymbols) - Constructor for class java.text.SimpleDateFormat
Constructs a SimpleDateFormat using the given pattern and date format symbols.
SimpleDock - Class in ej.widget.container
Lays out its children to fit in 3 regions.
SimpleDock() - Constructor for class ej.widget.container.SimpleDock
Creates a horizontal simple dock composite.
SimpleDock(boolean) - Constructor for class ej.widget.container.SimpleDock
Creates a simple dock composite specifying its orientation.
SimpleImageBackground - Class in ej.style.background
Draws an image on the background.
SimpleImageBackground() - Constructor for class ej.style.background.SimpleImageBackground
Creates a simple image background.
SimpleImageBackground(Image, int, boolean) - Constructor for class ej.style.background.SimpleImageBackground
Creates a simple image background specifying its image and alignment.
SimpleNavigator - Class in ej.widget.navigation.navigator
Deprecated.
SimpleNavigator() - Constructor for class ej.widget.navigation.navigator.SimpleNavigator
Deprecated.
Creates a simple navigation with a class name URL resolver.
SimpleNavigator(URLResolver) - Constructor for class ej.widget.navigation.navigator.SimpleNavigator
Deprecated.
Creates a transition desktop.
SimpleNetworkCallback - Interface in ej.net.util.connectivity
A simple network call back.
SimpleNetworkCallbackAdapter - Class in ej.net.util.connectivity
A simple network call back adapter.
SimpleNetworkCallbackAdapter() - Constructor for class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Instantiates a SimpleNetworkCallback.
SimpleNetworkCallbackAdapter(SimpleNetworkCallback) - Constructor for class ej.net.util.connectivity.SimpleNetworkCallbackAdapter
Instantiates a SimpleNetworkCallback.
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
 
SimpleOutline - Class in ej.style.outline
Outline that have the same thickness for all edges.
SimpleOutline() - Constructor for class ej.style.outline.SimpleOutline
Creates an empty simple outline (0 pixel thickness).
SimpleOutline(int) - Constructor for class ej.style.outline.SimpleOutline
Creates a simple outline specifying its thickness.
SimpleRectangularBorder - Class in ej.style.border
Represents and draw a rectangular colored border.
SimpleRectangularBorder() - Constructor for class ej.style.border.SimpleRectangularBorder
Creates an empty simple rectangular border (0 pixel thickness).
SimpleRectangularBorder(int) - Constructor for class ej.style.border.SimpleRectangularBorder
Creates a simple rectangular border specifying its thickness.
SimpleRoundedBorder - Class in ej.style.border
Draws a simple border with round corners.
SimpleRoundedBorder() - Constructor for class ej.style.border.SimpleRoundedBorder
Creates a simple rounded border.
SimpleRoundedBorder(int, int) - Constructor for class ej.style.border.SimpleRoundedBorder
Creates a simple rounded border specifying its attributes.
SimpleRoundedPlainBackground - Class in ej.style.background
Draws a plain color on the background with a round corner.
SimpleRoundedPlainBackground() - Constructor for class ej.style.background.SimpleRoundedPlainBackground
Creates a simple rounded plain background.
SimpleRoundedPlainBackground(int) - Constructor for class ej.style.background.SimpleRoundedPlainBackground
Creates a simple rounded plain background specifying its corner radius.
SimpleTextManager - Class in ej.style.text
Text manager implementation that manages text on a single line.
SimpleTextManager() - Constructor for class ej.style.text.SimpleTextManager
 
SimpleWatchdog - Class in ej.watchdog.internal
A simple implementation of the watchdog based on a Timer.
SimpleWatchdog(long) - Constructor for class ej.watchdog.internal.SimpleWatchdog
Supervises some activity.
SimpleWatchdog(long, Timer) - Constructor for class ej.watchdog.internal.SimpleWatchdog
Supervises some activity.
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
 
SINGLE - Static variable in interface ej.mwt.MWT
Constant for uniqueness.
SINGLE_LEVEL_WILDCARD - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Single-level wildcard The plus sign (+) is a wildcard character that matches only one topic level.
SINGLE_PRECISION_FLOAT - Static variable in interface ej.cbor.CborConstants
Denotes a single-precision float (four-byte IEEE 754, see #MT_FLOAT).
SingleThreadExecutor - Class in ej.util.concurrent
 
SingleThreadExecutor() - Constructor for class ej.util.concurrent.SingleThreadExecutor
 
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.
size() - Method in class com.google.protobuf.ByteString.Output
Returns the current size of the output stream.
size() - Method in class com.google.protobuf.ByteString
Gets the number of bytes.
size() - Method in class com.google.protobuf.LazyStringArrayList
 
size() - Method in class com.google.protobuf.UnmodifiableLazyStringList
 
size() - Method in class ej.basedriver.zwave.util.Queue
Returns the size of this queue.
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.util.map.WeakValueHashMap
 
size() - Method in interface ej.widget.navigation.stack.PageStack
Gets the number of pages in the stack.
size() - Method in class ej.widget.navigation.stack.PageStackReference
 
size() - Method in class ej.widget.navigation.stack.PageStackURL
 
size() - Method in class java.util.ArrayDeque
Returns the number of elements in this deque.
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.Deque
Returns the number of elements in this deque.
size() - Method in class java.util.HashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class java.util.LinkedList
Returns the number of elements in this list.
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 sun.net.www.http.ChunkedOutputStream
 
skip(long) - Method in class ej.io.progress.ProgressInputStream
 
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.CharArrayReader
Skips characters.
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.StringReader
Skips the specified number of characters in the stream.
skipField(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class com.google.protobuf.CodedInputStream
Reads and discards an entire message.
skipPast(String) - Method in class org.json.me.util.XMLTokener
Skip characters until past the requested string.
skipRawBytes(int) - Method in class com.google.protobuf.CodedInputStream
Reads and discards size bytes.
skipSubTree() - Method in class org.kxml2.io.KXmlParser
Skip sub tree that is currently porser positioned on.
skipTo(char) - Method in class org.json.me.JSONTokener
Skip characters until the next character is the requested character.
skipValue() - Method in class ej.data.AbstractDataReader
 
skipValue() - Method in interface ej.data.DataReader
Skip the next value.
skipValue0() - Method in class ej.data.AbstractDataReader
 
skipValue0() - Method in class ej.data.cbor.DataReaderCBOR
 
skipValue0() - Method in class ej.data.json.DataReaderJSON
 
SLASH - Static variable in class org.json.me.util.XML
The Character '/'.
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.
Slider - Class in ej.widget.basic.drawing
Implementation of a slider that can be horizontal or vertical.
Slider(BoundedRangeModel) - Constructor for class ej.widget.basic.drawing.Slider
Creates a horizontal slider with the given model.
Slider(int, int, int) - Constructor for class ej.widget.basic.drawing.Slider
Creates a horizontal slider with a default bounded range model.
SLIDER_BAR - Static variable in interface ej.widget.basic.picto.Pictos
The slider bar character.
SLIDER_CURSOR - Static variable in interface ej.widget.basic.picto.Pictos
The slider cursor character.
SlideScreenshotTransitionContainer - Class in ej.widget.container.transition
A slide transition container slides the widgets during the transition.
SlideScreenshotTransitionContainer(int, boolean, boolean) - Constructor for class ej.widget.container.transition.SlideScreenshotTransitionContainer
Creates a slide transition manager.
SlideTransitionContainer - Class in ej.widget.container.transition
A slide transition container slides the widgets during the transition.
SlideTransitionContainer(int, boolean) - Constructor for class ej.widget.container.transition.SlideTransitionContainer
Creates a slide transition manager.
snapshot(int, String, Snapshot.Type, Group) - Method in class com.microej.profiling.internal.snapshot.ProfilerSnapshots
Takes a snapshot.
Snapshot - Class in com.microej.profiling.internal.snapshot
Snapshot(int, String, Snapshot.Type, Group, ComparableProfiler) - Constructor for class com.microej.profiling.internal.snapshot.Snapshot
Instantiates a Snapshot.
snapshot(String, Snapshot.Type, Group) - Method in class com.microej.profiling.internal.snapshot.ThreadInfo
Takes a snapshot.
Snapshot.Type - Enum in com.microej.profiling.internal.snapshot
The type of snapshot.
SntpClient - Class in android.net
Simple SNTP client class for retrieving network time.
SntpClient() - Constructor for class android.net.SntpClient
 
socket - Variable in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
 
SOCKET_CONNECT_ACTION - Static variable in class sun.net.www.http.HttpClient
 
SOCKET_RESOLVE_ACTION - Static variable in class sun.net.www.http.HttpClient
 
SOF - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SOFT_RESET_WAIT_PERIOD - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SoftAPConnector - Class in com.microej.example.wifi.setup
A connector mounting a softAP to gets the AP information.
SoftAPConnector() - Constructor for class com.microej.example.wifi.setup.SoftAPConnector
Instantiates a SoftAPConnector with a DefaultConfigurationManager as default implementation for managing access points configuration.
SoftAPConnector(ConfigurationManager) - Constructor for class com.microej.example.wifi.setup.SoftAPConnector
Instantiates a SoftAPConnector with a given ConfigurationManager.
SoftAPConnector(ConfigurationManager, WifiNetworkManager) - Constructor for class com.microej.example.wifi.setup.SoftAPConnector
Instantiates a SoftAPConnector with a given ConfigurationManager.
SoftAPEndpoint - Class in com.microej.example.wifi.setup.rest.endpoint
The endpoint managing the connector status.
SoftAPEndpoint(String, RestSoftAPConnector) - Constructor for class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
Instantiates a SoftAPEndpoint.
SoftReset - Class in ej.basedriver.zwave.frame
 
SoftReset() - Constructor for class ej.basedriver.zwave.frame.SoftReset
 
SOLICITATION_UUID128_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SOLICITATION_UUID16_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
SOLICITATION_UUID32_LIST - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Core Specification Supplement, Part A, section 1.10.
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.
SOUTH - Static variable in interface ej.mwt.MWT
Constant for alignment or direction behavior.
SP - Static variable in class ej.hoka.http.support.CharacterSeparatedList
Space character.
SPACE - Static variable in interface ej.widget.util.ControlCharacters
Space is a graphic character.
spaceLeft() - Method in class com.google.protobuf.CodedOutputStream
If writing to a flat array, return the space left in the array.
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.
SPECIFIC_TYPE_NOT_USED - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SPECIFIC_TYPE_PC_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Central Controller Device Type
SPECIFIC_TYPE_PORTABLE_REMOTE_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Remote Controller
SPECIFIC_TYPE_PORTABLE_SCENE_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Portable Scene Controller
SPECIFIC_TYPE_POWER_SWITCH_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
On/Off Power Switch Device Type
SPECIFIC_TYPE_ROUTING_SENSOR_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Routing Binary Sensor
SPECIFIC_TYPE_SCENE_CONTROLLER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Scene Controller
SPECIFIC_TYPE_SCENE_SWITCH_BINARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Binary Scene Switch
SPECIFIC_TYPE_SIREN - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Siren Device Type
SpecificityHelper - Class in ej.style.selector
Provides some facilities to compute selectors specificity.
SplashScreenshotTransitionContainer - Class in ej.widget.container.transition
A splash transition container grows the new widget when going forward, or shrinks the previous widget when going backward.
SplashScreenshotTransitionContainer(boolean) - Constructor for class ej.widget.container.transition.SplashScreenshotTransitionContainer
Creates a splash transition container.
SPLIT - Static variable in interface com.microej.profiling.internal.Strings
SPLIT.
Split - Class in ej.widget.container
Lays out its children in two regions, giving each one a ratio of its size.
Split() - Constructor for class ej.widget.container.Split
Creates a horizontal split composite, each widget filling half the size.
Split(boolean, float) - Constructor for class ej.widget.container.Split
Creates a split composite specifying its orientation and the fill ratio of the first widget.
splitStringInLines(String, Font, int) - Static method in class ej.style.text.TextHelper
Splits a text in lines.
splitStringInLines(String) - Static method in class ej.style.text.TextHelper
Splits the given string in its lines.
splitStringInWords(String) - Static method in class ej.style.text.TextHelper
Splits a text in words.
splitWhitespace(String) - Static method in class sun.net.www.http.HttpClient
String.split("\\s+") <=> split()
SSID - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
The SSID key.
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.
SslContextHelper - Class in com.microej.demo.thermorest.cloud.aws
This class provides functions to help creating key stores and trust stores for initializing the SSL context.
start() - Method in class com.microej.demo.thermorest.cloud.CloudConnector
Starts the connector behaviour.
start() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
 
start() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Starts the thermostat server.
start(HeadlessThermostat, int) - Static method in class com.microej.demo.thermorest.Main
Starts the thermostat.
start(RestSoftAPConnector, String, String, boolean, String, String, SecurityMode) - Static method in class com.microej.example.wifi.setup.rest.Main
Configures and starts the connector.
start() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
start() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Starts the SoftAPConnector : Sets the Wi-Fi network manager configuration. Tries to join the ConfigurationManager If the ConfigurationManager does not provide one or if the join fails, mounts the SoftAP.
start() - Method in class com.microej.profiling.AutomaticProfiler
Starts the profiling.
start(ControllerListener) - Method in interface ej.basedriver.Controller
Start this controller.
start(ControllerListener) - Method in class ej.basedriver.ControllerProxy
 
start(ControllerListener) - Method in class ej.basedriver.impl.AbstractController
 
start() - Method in class ej.basedriver.util.AbstractDriverService
 
start() - Method in interface ej.basedriver.util.DriverService
Starts the driver.
start() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Starts the server.
start(AdvertisementCallbacks, ConnectionCallbacks) - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Starts the server.
start() - Method in interface ej.components.registry.BundleActivator
Starts the bundle.
start() - Method in class ej.components.registry.impl.AbstractRegistry
 
start() - Method in class ej.components.registry.util.BundleActivatorAdapter
 
start() - Method in class ej.components.registry.util.CompositeActivator
Starts the inner activators.
START - Static variable in class ej.fp.event.MicroUICommand
The "start" command constant.
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.MicroUIDisplay
 
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.hoka.http.HTTPServer
Start the HTTPServer (in a dedicated thread): start listening for connections and start jobs to process opened connections.
start() - Method in class ej.hoka.tcp.TCPServer
Starts the TCPServer.
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() - Method in class ej.restserver.RestartableServer
Starts the server.
start() - Method in interface ej.wadapps.admin.Application
Causes this application to start.
start(IProgressMonitor) - Method in interface ej.wadapps.admin.Application
Causes this application to start.
start(List<EventGenerator>) - Method in class ej.watchdog.EventsFeeder
Starts watching a list of generator.
start() - Method in class ej.watchdog.EventsFeeder
Starts watching for all EventGenerator.
start(String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
Starts up the Callback thread.
start(String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
Starts up the Receiver's thread.
start(String) - Method in class org.eclipse.paho.client.mqttv3.internal.CommsSender
Starts up the Sender thread.
start() - Method in class org.eclipse.paho.client.mqttv3.internal.MicroEJSSLNetworkModule
 
start() - Method in interface org.eclipse.paho.client.mqttv3.internal.NetworkModule
 
start() - Method in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
Starts the module, by creating a TCP socket to the server.
start() - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Start ping sender.
start() - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
START_DOCUMENT - Static variable in interface org.xmlpull.v1.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_OF_HEADING - Static variable in interface ej.widget.util.ControlCharacters
First character of message header.
START_OF_TEXT - Static variable in interface ej.widget.util.ControlCharacters
First character of message text, and may be used to terminate the message heading.
START_TAG - Static variable in interface org.xmlpull.v1.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
startAdvertising() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Start advertising.
startAnimation(Animation) - Method in class ej.animation.Animator
Starts an animation.
startAnimation(Widget, Widget, boolean, int, int) - Method in class ej.widget.container.transition.TransitionContainer
Creates a motion and starts an animation.
startController() - Method in class ej.basedriver.impl.AbstractController
Do specific actions to start the concrete controller.
startController() - Method in class ej.basedriver.zwave.ZwaveController
 
startDocument(String, Boolean) - Method in class org.kxml2.io.KXmlSerializer
 
startDocument(String, Boolean) - Method in class org.kxml2.wap.WbxmlSerializer
 
startDocument(String, Boolean) - Method in interface org.xmlpull.v1.XmlSerializer
Write <?xml declaration with encoding (if encoding not null) and standalone flag (if standalone not null) This method can only be called just after setOutput.
startIndeterminateAnimation() - Method in class ej.widget.basic.AbstractProgress
Starts the indeterminate animation.
STARTING_SERVER - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Starting server on.
startPolling(long) - Method in class ej.net.PollerConnectivityManager
Starts the polling function.
startsWith(ByteString) - Method in class com.google.protobuf.ByteString
Tests if this bytestring starts with the specified prefix.
startTag(String, String) - Method in class org.kxml2.io.KXmlSerializer
 
startTag(String, String) - Method in class org.kxml2.wap.WbxmlSerializer
 
startTag(String, String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes a start tag with the given namespace and name.
startTime - Variable in class ej.motion.AbstractMotion
Start time.
startTransition() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Notifies that the transition is started.
startup(BundleActivator) - Static method in class ej.components.registry.util.BundleRegistryHelper
Initializes, links and starts a bundle.
startupRegistry() - Static method in class ej.components.registry.util.BundleRegistryHelper
Initializes, links and starts the registry.
STATE - Static variable in interface com.microej.profiling.internal.Strings
STATE.
state - Variable in class ej.data.AbstractDataWriter
 
State - Enum in ej.style
Represents the states of an element.
stateChanged(Application) - Method in interface ej.wadapps.admin.ApplicationLifecycleListener
Called whenever an application has changed in the observed applications manager.
StateSelector - Class in ej.style.selector
A state selector selects from a state.
StateSelector(State) - Constructor for class ej.style.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 - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
Status.
status(int) - Method in class ej.rest.web.AbstractResource
Check if the URLConnection has returned the specified responseCode
StatusLine - Class in ej.websocket.http
HTTP status line as described by RFC 2616, section 6.1.
step(int) - Method in interface ej.motion.util.MotionListener
A new step in the motion.
step(int) - Method in class ej.motion.util.MotionListenerAdapter
 
step - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
The current step value of the motion.
stop() - Method in class com.microej.demo.thermorest.cloud.CloudConnector
Stops the connector behaviour.
stop() - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Stops the publishing.
stop() - Method in class com.microej.demo.thermorest.HeadlessThermostat
Stops the server.
stop() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
stop() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Stops the SoftAPConnector.
stop() - Method in class com.microej.profiling.AutomaticProfiler
Stops the profiling.
stop() - Method in class ej.automaton.AutomatonManager
Stops the automaton.
stop() - Method in interface ej.basedriver.Controller
Stop this controller.
stop() - Method in class ej.basedriver.ControllerProxy
 
stop() - Method in class ej.basedriver.impl.AbstractController
 
stop() - Method in class ej.basedriver.util.AbstractDriverService
 
stop() - Method in interface ej.basedriver.util.DriverService
Stops the driver.
stop() - Method in class ej.basedriver.zwave.util.Queue
Stop the queue.
stop() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Stops the server.
stop() - Method in interface ej.components.registry.BundleActivator
Stops the bundle.
stop() - Method in class ej.components.registry.impl.AbstractRegistry
 
stop() - Method in class ej.components.registry.util.BundleActivatorAdapter
 
stop() - Method in class ej.components.registry.util.CompositeActivator
Stops the inner activators.
STOP - Static variable in class ej.fp.event.MicroUICommand
The "stop" command constant.
stop() - Method in class ej.hoka.http.HTTPServer
Stops the HTTPServer.
stop() - Method in class ej.hoka.tcp.TCPServer
Stops the TCPServer and closes the connection.
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.restserver.RestartableServer
Stops the server.
stop() - Method in interface ej.wadapps.admin.Application
Causes this application to stop.
stop() - Method in class ej.watchdog.EventsFeeder
Stops watching the events.
stop() - Method in class ej.watchdog.internal.SimpleWatchdog
 
stop() - Method in interface ej.watchdog.Watchdog
Stops to supervise.
stop - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
The stop value of the motion.
stop() - Method in class ej.widget.util.SwipeEventHandler
Forces the end of the animation.
stop() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsCallback
Stops the callback thread.
stop() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsReceiver
Stops the Receiver's thread.
stop() - Method in class org.eclipse.paho.client.mqttv3.internal.CommsSender
Stops the Sender's thread.
stop() - Method in interface org.eclipse.paho.client.mqttv3.internal.NetworkModule
 
stop() - Method in class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
Stops the module, by closing the TCP socket.
stop() - Method in interface org.eclipse.paho.client.mqttv3.MqttPingSender
Stop ping sender.
stop() - Method in class org.eclipse.paho.client.mqttv3.TimerPingSender
 
stopAdvertising() - Method in class ej.bluetooth.util.server.BasicBluetoothServer
Stops the advertising.
stopAnimation(Animation) - Method in class ej.animation.Animator
Stops an animation.
stopAnimation() - Method in class ej.widget.container.transition.TransitionContainer
Stops the animation.
stopController() - Method in class ej.basedriver.impl.AbstractController
Do specific actions to stop the concrete controller.
stopController() - Method in class ej.basedriver.zwave.ZwaveController
 
stopIndeterminateAnimation() - Method in class ej.widget.basic.AbstractProgress
Stops the indeterminate animation.
stopPolling() - Method in class ej.net.PollerConnectivityManager
Stops the polling function.
stopTransition() - Method in class ej.widget.navigation.TransitionManager
Deprecated.
Notifies that the transition is stopped.
Storage - Interface in ej.wadapps.storage
Defines the storage mechanism.
store(String, InputStream) - Method in interface ej.wadapps.storage.Storage
Stores an input stream 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.
storeAPConfiguration(AccessPointConfiguration) - Method in interface com.microej.example.wifi.setup.ConfigurationManager
Stores the AccessPointConfiguration when the join has been successful.
storeAPConfiguration(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.DefaultConfigurationManager
 
STR_I - Static variable in interface org.kxml2.wap.Wbxml
 
STR_T - Static variable in interface org.kxml2.wap.Wbxml
 
stream() - Method in class ej.rest.web.AbstractResource
 
streaming() - Method in class sun.net.www.protocol.http.HttpURLConnection
 
STRICT_ACCEPT_ENCODING_COMPLIANCE - Static variable in class ej.hoka.http.CalibrationConstants
If true, the server should send a HTTPConstants.HTTP_STATUS_NOTACCEPTABLE in case there is no IHTTPEncodingHandler registered to handle the encoding specified in the HTTP request.
STRING_ENCODING - Static variable in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
STRING_LENGTH_TOO_LONG - Static variable in class ej.cbor.ErrorMessage
 
StringBodyParser - Class in ej.hoka.http.body
A body parser reading the full body and storing it in a string.
StringBodyParser() - Constructor for class ej.hoka.http.body.StringBodyParser
 
stringDefaultValue(String) - Static method in class com.google.protobuf.Internal
Helper called by generated code to construct default values for string fields.
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.
Strings - Interface in com.microej.profiling.internal
Gather all the strings of the library.
Strings - Class in org.eclipse.paho.client.mqttv3.util
String helper
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.
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.
StringWriter - Class in org.json.me
Deprecated.
this class was for internal use and is not used anymore.
StringWriter() - Constructor for class org.json.me.StringWriter
Deprecated.
 
StringWriter(int) - Constructor for class org.json.me.StringWriter
Deprecated.
 
stripTrailingZeros() - Method in class java.math.BigDecimal
Returns a BigDecimal which is numerically equal to this one but with any trailing zeros removed from the representation.
Style - Class in ej.style
A style describes how elements must be rendered on screen.
Style() - Constructor for class ej.style.Style
Creates a style.
Style(Style) - Constructor for class ej.style.Style
Creates a style from another one.
StyledComposite - Class in ej.widget
A widget composite using a style specified in a style sheet.
StyledComposite() - Constructor for class ej.widget.StyledComposite
Creates a styled composite without class selector.
StyledDesktop - Class in ej.widget
A desktop using a style specified in a style sheet.
StyledDesktop() - Constructor for class ej.widget.StyledDesktop
Creates a styled desktop on the default display.
StyledDesktop(Display) - Constructor for class ej.widget.StyledDesktop
Creates a styled desktop on a display.
StyledDialog - Class in ej.widget
A dialog using a style specified in a style sheet.
StyledDialog() - Constructor for class ej.widget.StyledDialog
Creates a styled dialog without class selector.
StyledPanel - Class in ej.widget
A panel using a style specified in a style sheet.
StyledPanel() - Constructor for class ej.widget.StyledPanel
Creates a styled panel without class selector.
StyledRenderable - Interface in ej.widget
Represents a renderable with style.
StyledWidget - Class in ej.widget
A widget using a style specified in a style sheet.
StyledWidget() - Constructor for class ej.widget.StyledWidget
Creates a styled widget without class selector.
StyleHelper - Class in ej.style.util
Convenient class to use style.
Stylesheet - Interface in ej.style
Represents a stylesheet.
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 class ej.util.concurrent.SingleThreadExecutor
 
submit(Runnable, T) - Method in class ej.util.concurrent.SingleThreadExecutor
 
submit(Runnable) - Method in class ej.util.concurrent.SingleThreadExecutor
 
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) - Method in class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
 
subscribe(String) - Method in class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
 
subscribe(String) - Method in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Subscribes to a topic.
subscribe(String) - Method in class ej.aws.iot.pubsub.Client
Subscribe to a topic.
subscribe(String) - Method in interface ej.data.pubsub.MqttContext
Subscribes to a topic.
subscribe(String, int) - Method in interface ej.data.pubsub.MqttContext
Subscribes to a topic at the given QOS.
subscribe(PahoMqttContext, String, int) - Method in class ej.data.pubsub.paho.PahoMqttAgent
Subscribe the given connection to the given topic.
subscribe(String) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
subscribe(String, int) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
subscribe(String) - Method in class googlecloud.iotcore.pubsub.Client
 
subscribe(String, int) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to a topic, which may include wildcards.
subscribe(String, int, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to a topic, which may include wildcards.
subscribe(String[], int[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribe to multiple topics, each of which may include wildcards.
subscribe(String[], int[], Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Subscribes to multiple topics, each of which may include wildcards.
subscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribe to a topic, which may include wildcards using a QoS of 1.
subscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribes to a one or more topics, which may include wildcards using a QoS of 1.
subscribe(String, int) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribe to a topic, which may include wildcards.
subscribe(String[], int[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Subscribes to multiple topics, each of which may include wildcards.
subscribe(String, int, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String, int) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String[], int[]) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String[], int[], Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
subscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String, int) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribe(String[], int[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
subscribedTopics - Variable in class ej.data.pubsub.paho.PahoMqttAgent
Gives for each subscribed topic, the set of PahoMqttContext that have subscribed to it.
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
 
SUBSTITUTE - Static variable in interface ej.widget.util.ControlCharacters
Originally intended for use as a transmission control character to indicate that garbled or invalid characters had been received.
substring(int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to the end of the string.
substring(int, int) - Method in class com.google.protobuf.ByteString
Return the substring from beginIndex, inclusive, to endIndex, exclusive.
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(BigDecimal) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), and whose scale is max(this.scale(), subtrahend.scale()).
subtract(BigDecimal, MathContext) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this - subtrahend), with rounding according to the context settings.
subtract(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this - val).
successfulLoginResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LoginEndpoint
Constructs the response upon successful login.
successfulLogoutResponse(HTTPRequest, Map<String, String>) - Method in class ej.hoka.auth.session.LogoutEndpoint
Constructs the response upon successful logout.
sun.misc - package sun.misc
 
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
 
supportScanWhileSoftAP() - Method in class ej.net.util.wifi.WifiNetworkManager
Gets whether it supports scan while in softAP.
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.
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
A swipeable element receives notifications from a swipe manager.
SwipeEventHandler - Class in ej.widget.util
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.SwipeEventHandler
Creates a swipe event handler on an element.
SwipeEventHandler(int, int, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.SwipeEventHandler
Creates a swipe event handler on a collection.
SwipeEventHandler(int, int, boolean, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.SwipeEventHandler
Creates a swipe event handler on a collection.
SwipeEventHandler(int[], boolean, boolean, boolean, Swipeable) - Constructor for class ej.widget.util.SwipeEventHandler
Creates a swipe event handler on a collection with heterogeneous sizes.
Switch - Interface in ej.basedriver
Describe the capabilities of a switch.
Switch - Class in ej.widget.composed
A facility to use a switch that displays a text.
Switch(String) - Constructor for class ej.widget.composed.Switch
Creates a switch with the text to display.
Switch(String, String) - Constructor for class ej.widget.composed.Switch
Creates a switch with the text to display and its group.
SWITCH_BINARY_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SWITCH_BINARY_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SWITCH_BINARY_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
SWITCH_CHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The checked switch character.
SWITCH_OFF - Static variable in class ej.basedriver.zwave.device.ZwaveSwitch
 
SWITCH_ON - Static variable in class ej.basedriver.zwave.device.ZwaveSwitch
 
SWITCH_PAGE - Static variable in interface org.kxml2.wap.Wbxml
 
SWITCH_UNCHECKED - Static variable in interface ej.widget.basic.picto.Pictos
The unchecked switch character.
switchBacklight(boolean) - Method in class ej.fp.widget.MicroUIDisplay
Sets the backlight of the screen.
SwitchBox - Class in ej.widget.basic.drawing
Implementation of a box that represents a switch.
SwitchBox() - Constructor for class ej.widget.basic.drawing.SwitchBox
 
SwitchEvent - Interface in ej.basedriver.event
 
SwitchEventGenerator - Class in ej.basedriver.event.generator.impl
 
SwitchEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.SwitchEventGenerator
 
SwitchEventProxy - Class in ej.basedriver.event
 
SwitchEventProxy() - Constructor for class ej.basedriver.event.SwitchEventProxy
 
SwitchProxy - Class in ej.basedriver
A switch that communicates its state.
SwitchProxy() - Constructor for class ej.basedriver.SwitchProxy
 
SwitchStateEvent - Interface in ej.basedriver.event
 
SwitchStateEventGenerator - Class in ej.basedriver.event.generator.impl
 
SwitchStateEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.SwitchStateEventGenerator
 
SwitchStateEventProxy - Class in ej.basedriver.event
 
SwitchStateEventProxy() - Constructor for class ej.basedriver.event.SwitchStateEventProxy
 
SwitchTo(int) - Method in class ej.jsonpath.parser.JSONPathCompilerTokenManager
Switch to specified lex state.
SwitchWithReturnState - Interface in ej.basedriver
A switch that communicates its state.
SwitchWithReturnStateProxy - Class in ej.basedriver
A switch that communicates its state.
SwitchWithReturnStateProxy() - Constructor for class ej.basedriver.SwitchWithReturnStateProxy
 
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.
SYNCHRONOUS_IDLE - Static variable in interface ej.widget.util.ControlCharacters
Used in synchronous transmission systems to provide a signal from which synchronous correction may be achieved between data terminal equipment, particularly when no other character is being transmitted.
SyncML - Class in org.kxml2.wap.syncml
 
SyncML() - Constructor for class org.kxml2.wap.syncml.SyncML
 
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.
SystemProperties - Interface in org.eclipse.paho.client.mqttv3.util
 
SystemPropertiesServiceLoader - Class in ej.components.dependencyinjection
Service loader that retrieves services implementations using system properties.
SystemPropertiesServiceLoader() - Constructor for class ej.components.dependencyinjection.SystemPropertiesServiceLoader
 
SystemPropertyLoader - Class in ej.util.property
A property loader that searches in system properties.
SystemPropertyLoader() - Constructor for class ej.util.property.SystemPropertyLoader
 

T

TAB - Static variable in interface com.microej.profiling.internal.Strings
TAB.
tabSize - Variable in class ej.jsonpath.parser.SimpleCharStream
 
TAG_BASE64_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a base64 encoded string (UTF8 string).
TAG_BASE64_URL_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a base64url encoded string (UTF8 string).
TAG_BIGDECIMAL - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a big decimal value (two-element array, base 2).
TAG_CANNOT_BE_NEGATIVE - Static variable in class ej.cbor.ErrorMessage
 
TAG_CBOR_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an encoded CBOR data item (byte string).
TAG_CBOR_MARKER - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing CBOR content.
TAG_DECIMAL_FRACTION - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a decimal fraction value (two-element array, base 10).
TAG_EPOCH_DATE_TIME - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing date/time values as Epoch timestamp (numeric, RFC3339).
TAG_EXPECTED_BASE16_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base16 encoding.
TAG_EXPECTED_BASE64_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base64 encoding.
TAG_EXPECTED_BASE64_URL_ENCODED - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an expected conversion to base64url encoding.
TAG_MIME_MESSAGE - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a MIME message (UTF8 string, RFC2045).
TAG_NEGATIVE_BIGINT - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a negative big integer value (byte string).
TAG_POSITIVE_BIGINT - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a positive big integer value (byte string).
TAG_REGEXP - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing a regular expression string (UTF8 string, PCRE).
TAG_STANDARD_DATE_TIME - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing date/time values in the standard format (UTF8 string, RFC3339).
TAG_TABLE - Static variable in class org.kxml2.wap.wml.Wml
 
TAG_TABLE_0 - Static variable in class org.kxml2.wap.syncml.SyncML
 
TAG_TABLE_1 - Static variable in class org.kxml2.wap.syncml.SyncML
 
TAG_TABLE_2_DM - Static variable in class org.kxml2.wap.syncml.SyncML
 
TAG_URI - Static variable in interface ej.cbor.CborConstants
Semantic tag value describing an URL (UTF8 string).
tagTablePage0 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage1 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage2 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage3 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage4 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage5 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage6 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage7 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage8 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePage9 - Static variable in class org.kxml2.wap.wv.WV
 
tagTablePageA - Static variable in class org.kxml2.wap.wv.WV
 
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
 
takeScreenshot(Widget, Rectangle) - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
Takes a screenshot of a widget.
takeScreenshot(Widget, Rectangle) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
 
TARGET - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
The target tag.
TCPNetworkModule - Class in org.eclipse.paho.client.mqttv3.internal
A network module for connecting over TCP.
TCPNetworkModule(SocketFactory, String, int, String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.TCPNetworkModule
Constructs a new TCPNetworkModule using the specified host and port.
TCPServer - Class in ej.hoka.tcp
TCP/IP server that stores incoming connections.
TCPServer(int, int) - Constructor for class ej.hoka.tcp.TCPServer
Constructs a new instance of TCPServer using environment's default socket factory.
TCPServer(int, int, ServerSocketFactory) - Constructor for class ej.hoka.tcp.TCPServer
Constructs a new instance of TCPServer using the ServerSocketFactory serverSocketFactory.
TCPServer(int, int, ServerSocketFactory, int) - Constructor for class ej.hoka.tcp.TCPServer
Constructs a new instance of TCPServer using the ServerSocketFactory serverSocketFactory.
TEMPERATURE - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
The temperature tag.
TEN - Static variable in class java.math.BigDecimal
The value 10, with a scale of 0.
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 ej.basedriver.zwave.util.BitArray
Tests if the specified bit is set or not.
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
 
Text - Class in ej.widget.basic
A text is a widget that holds a string that can be modified by the user.
Text() - Constructor for class ej.widget.basic.Text
Creates an empty text.
Text(String) - Constructor for class ej.widget.basic.Text
Creates a text with an initial content.
Text(String, String) - Constructor for class ej.widget.basic.Text
Creates a text with an initial content and a place holder.
text(String) - Method in class org.kxml2.io.KXmlSerializer
 
text(char[], int, int) - Method in class org.kxml2.io.KXmlSerializer
 
TEXT - Static variable in class org.kxml2.kdom.Node
 
text(char[], int, int) - Method in class org.kxml2.wap.WbxmlSerializer
 
text(String) - Method in class org.kxml2.wap.WbxmlSerializer
 
TEXT - Static variable in interface org.xmlpull.v1.XmlPullParser
Character data was read and will is available by calling getText().
text(String) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
text(char[], int, int) - Method in interface org.xmlpull.v1.XmlSerializer
Writes text, where special XML chars are escaped automatically
TEXT_MANAGER_SHIFT - Static variable in class ej.style.Style
Text manager field position in bit map.
TextHelper - Class in ej.style.text
Provides some text facilities.
textManager - Variable in class ej.style.Style
Text manager.
TextManager - Interface in ej.style.text
A text manager is responsible for the rendering of text content.
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
 
Thermostat - Interface in ej.basedriver
Describe the capabilities of a thermostat.
THERMOSTAT_BITMASK_1_MODE_AUTO - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_AUXILIARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_COOL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_FAN - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_FURNACE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_HEAT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_OFF - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_1_MODE_RESUME - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_AUTO_CHANGEOVER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_AWAY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_DRY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_ENERGY_COOL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_ENERGY_HEAT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_2_MODE_MOIST - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_BITMASK_3_MODE_FULL_POWER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_AUTO - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_AUTO_CHANGEOVER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_AUXILIARY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_AWAY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_COOL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_DRY - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_ENERGY_COOL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_ENERGY_HEAT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_FAN - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_FULL_POWER - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_FURNACE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_HEAT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_MOIST - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_OFF - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_RESUME - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_SUPPORTED_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_MODE_SUPPORTED_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_SETPOINT_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_SETPOINT_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
THERMOSTAT_SETPOINT_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
ThermostatAWS - Class in com.microej.demo.thermorest.cloud.aws
A publisher using Amazon AWS could to publish its data.
ThermostatAWS() - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Instantiates a ThermostatAWS using the System properties and loading the certificates from the application resources.
ThermostatAWS(Properties, CertificateLoader) - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Instantiates a ThermostatAWS using the properties and certificate loader provided in parameter.
ThermostatAWS(Properties, SSLContext) - Constructor for class com.microej.demo.thermorest.cloud.aws.ThermostatAWS
Instantiates a ThermostatAWS using the properties and SSLContext provided in parameter.
ThermostatEndPoint - Class in com.microej.demo.thermorest.endpoint
The endpoint to get the temperature /thermostat: get: description: Return the current and target temperature produces: - application/json responses: 200: description: Request was successful headers: schema: type: object properties: current: type: float description: the current temperature target: type: float description: the target temperature put: description: Set the target temperature produces: - application/json urlencoded parameters: - target: the target temperature responses: 200: description: Request was successful headers: schema: type: object properties: current: type: float description: the current temperature target: type: float description: the target temperature 400: description: target parameter was not found.
ThermostatEndPoint(HeadlessThermostat) - Constructor for class com.microej.demo.thermorest.endpoint.ThermostatEndPoint
Instantiates a ThermostatEndPoint.
ThermostatEvent - Interface in ej.basedriver.event
 
ThermostatEventGenerator - Class in ej.basedriver.event.generator.impl
 
ThermostatEventGenerator(Executor) - Constructor for class ej.basedriver.event.generator.impl.ThermostatEventGenerator
 
ThermostatEventProxy - Class in ej.basedriver.event
 
ThermostatEventProxy() - Constructor for class ej.basedriver.event.ThermostatEventProxy
 
ThermostatListener - Interface in com.microej.demo.thermorest.model
A listener of a ThermostatModel.
ThermostatMode - Interface in ej.basedriver
The thermostat modes.
ThermostatModel - Class in com.microej.demo.thermorest.model
A model describing a thermostat.
ThermostatModel() - Constructor for class com.microej.demo.thermorest.model.ThermostatModel
Instantiates a ThermostatModel.
ThermostatModeProxy - Class in ej.basedriver
The thermostat modes.
ThermostatModeProxy() - Constructor for class ej.basedriver.ThermostatModeProxy
 
ThermostatMQTT - Class in com.microej.demo.thermorest.cloud.mqtt
CloudConnector publishing to eclipse cloud.
ThermostatMQTT(String, String) - Constructor for class com.microej.demo.thermorest.cloud.mqtt.ThermostatMQTT
Instantiates a Thermostat Cloud connector over tcp MQTT.
ThermostatProxy - Class in ej.basedriver
A switch that communicates its state.
ThermostatProxy() - Constructor for class ej.basedriver.ThermostatProxy
 
Thing - Class in ej.aws.iot
This class represents an AWS IoT Thing.
Thing(ConnectOptions) - Constructor for class ej.aws.iot.Thing
Constructor.
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.
ThreadFactory - Interface in java.util.concurrent
An object that creates new threads on demand.
ThreadInfo - Class in com.microej.profiling.internal.snapshot
Gather the ComparableProfiler for a thread.
ThreadInfo(List<ComparableProfiler>, Thread) - Constructor for class com.microej.profiling.internal.snapshot.ThreadInfo
Instantiates a ThreadInfo.
ThreadsProfiler - Class in com.microej.profiling.profiler
Profile the active threads count.
ThreadsProfiler() - Constructor for class com.microej.profiling.profiler.ThreadsProfiler
 
throwing(String, String, Throwable) - Method in class java.util.logging.Logger
Log a that a method is terminating by throwing an Exception.
tick(long) - Method in interface ej.animation.Animation
Called by an animator at a fixed rate.
tick(long) - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
tick(long) - Method in class ej.widget.container.transition.TransitionContainer
 
TiledImageBackground - Class in ej.style.background
Draws a repeated image on the background.
TiledImageBackground() - Constructor for class ej.style.background.TiledImageBackground
Creates a tiled image background.
TiledImageBackground(Image, int, boolean, boolean, boolean) - Constructor for class ej.style.background.TiledImageBackground
Creates a tiled image background specifying its attributes.
TIME - Static variable in interface com.microej.profiling.internal.Strings
TIME.
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
 
TIMEOUT - Static variable in class ej.websocket.Messages
The timeout has been reached.
TIMEOUT_INTERRUPTED - Static variable in class ej.websocket.Messages
The timeout has been interrupted.
TIMEOUT_NORMAL_CLOSE - Static variable in class ej.websocket.Messages
The timeout has been closed normally.
TIMEOUT_START - Static variable in class ej.websocket.Messages
A timeout has been set.
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.
TimeProfiler - Class in com.microej.profiling.profiler
Profile the time.
TimeProfiler() - Constructor for class com.microej.profiling.profiler.TimeProfiler
 
TimeProfiler.TimeBase - Enum in com.microej.profiling.profiler
The time base.
TimerPingSender - Class in org.eclipse.paho.client.mqttv3
Default ping sender implementation
TimerPingSender() - Constructor for class org.eclipse.paho.client.mqttv3.TimerPingSender
 
timeToWait - Variable in class org.eclipse.paho.client.mqttv3.MqttClient
 
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.
TLS_HANDSHAKE_FAILED - Static variable in class ej.websocket.CloseCodes
1015 is a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
TLS_V_1_2 - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
TLSv1.2.
TLS_VERSION_1_2 - Static variable in class org.eclipse.paho.client.mqttv3.internal.security.MicroEJSSLSocketFactoryFactory
 
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.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.
toBigInteger() - Method in class java.math.BigDecimal
Converts this BigDecimal to a BigInteger.
toBigInteger() - Method in class sun.misc.FDBigInteger
Converts this FDBigInteger to a BigInteger.
toBigIntegerExact() - Method in class java.math.BigDecimal
Converts this BigDecimal to a BigInteger, checking for lost information.
toBuilder() - Method in interface com.google.protobuf.MessageLite
Constructs a builder initialized with the current message.
toByteArray() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteArray() - Method in class com.google.protobuf.ByteString
Copies bytes to a byte[].
toByteArray() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a byte array and returns it.
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.
toByteString() - Method in class com.google.protobuf.AbstractMessageLite
 
toByteString() - Method in class com.google.protobuf.ByteString.Output
Creates a byte string.
toByteString() - Method in interface com.google.protobuf.MessageLite
Serializes the message to a ByteString and returns it.
toByteString(byte[]) - Static method in class com.microej.demo.thermorest.util.JSONStringBuilder
Prints an array of byte into a String.
toByteString(byte[]) - Static method in class com.microej.example.wifi.setup.rest.internal.JSONHelper
Prints an array of byte into a String.
toDays(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to DAYS.convert(duration, this).
toEngineeringString() - Method in class java.math.BigDecimal
Returns a string representation of this BigDecimal, using engineering notation if an exponent is needed.
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.
Toggle - Class in ej.widget.composed
A facility to use a toggle that displays a text.
Toggle(Box, String) - Constructor for class ej.widget.composed.Toggle
Creates a toggle with the given text to display.
Toggle(ToggleModel, Box, String) - Constructor for class ej.widget.composed.Toggle
Creates a toggle with the given text to display.
Toggle(ToggleModel, Box, String, String) - Constructor for class ej.widget.composed.Toggle
Creates a toggle with the given text to display.
toggle() - Method in class ej.widget.composed.ToggleWrapper
Changes the state of the toggle to the inverse of the current state.
toggle() - Method in class ej.widget.toggle.RadioModel
Changes the state of the toggle to the inverse of the current state.
toggle() - Method in class ej.widget.toggle.ToggleModel
Changes the state of the toggle to the inverse of the current state.
toggle() - Method in class ej.widget.util.ToggleHelper
Changes the state of the toggle to the inverse of the current state.
ToggleBox - Class in ej.widget.composed
A facility to use a toggle with a box.
ToggleBox(Box) - Constructor for class ej.widget.composed.ToggleBox
Creates a toggle box.
ToggleBox(ToggleModel, Box) - Constructor for class ej.widget.composed.ToggleBox
Creates a toggle box.
ToggleBox(ToggleModel, Box, String) - Constructor for class ej.widget.composed.ToggleBox
Creates a toggle box.
ToggleGroup - Class in ej.widget.toggle
A toggle group provides a container to organize a group of toggles.
ToggleGroup() - Constructor for class ej.widget.toggle.ToggleGroup
Creates an empty toggle group.
ToggleHelper - Class in ej.widget.util
A toggle helper manages the behavior of a toggle: it handles pointer events, changes the state of the toggle and notifies listeners when the toggle is clicked.
ToggleHelper(GenericListener) - Constructor for class ej.widget.util.ToggleHelper
Creates a toggle helper.
ToggleHelper(GenericListener, ToggleModel) - Constructor for class ej.widget.util.ToggleHelper
Creates a toggle helper with a referent toggle model.
ToggleHelper(GenericListener, ToggleModel, String) - Constructor for class ej.widget.util.ToggleHelper
Creates a toggle helper with a referent toggle model and a group.
ToggleModel - Class in ej.widget.toggle
A toggle is a two states item: checked and unchecked.
ToggleModel() - Constructor for class ej.widget.toggle.ToggleModel
Creates an unchecked toggle.
ToggleModel(boolean) - Constructor for class ej.widget.toggle.ToggleModel
Creates a toggle with the given initial state.
ToggleWrapper - Class in ej.widget.composed
A toggle composite is a two states button: checked and unchecked.
ToggleWrapper() - Constructor for class ej.widget.composed.ToggleWrapper
Creates a toggle button with a default toggle model.
ToggleWrapper(ToggleModel) - Constructor for class ej.widget.composed.ToggleWrapper
Creates a toggle button with a referent toggle model.
ToggleWrapper(ToggleModel, String) - Constructor for class ej.widget.composed.ToggleWrapper
Creates a toggle button with a referent toggle model and a group.
toHexString() - Method in class sun.misc.FDBigInteger
Converts this FDBigInteger to a hexadecimal string.
toHours(long) - Method in enum java.util.concurrent.TimeUnit
Equivalent to HOURS.convert(duration, this).
toJavaFormatString() - Method in interface sun.misc.FloatingDecimal.BinaryToASCIIConverter
Converts a floating point value into an ASCII String.
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 - Class in org.eclipse.paho.client.mqttv3.internal
 
Token(String) - Constructor for class org.eclipse.paho.client.mqttv3.internal.Token
 
TOKEN_SEP - Static variable in class ej.hoka.http.support.ParameterizedArgument
Separator for the tokens: '='.
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.
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).
TOO_MANY - Static variable in class com.microej.example.wifi.setup.rest.endpoint.SoftAPEndpoint
429 Too Many Requests.
TOO_MANY_CONNECTION - Static variable in class ej.hoka.log.Messages
Too many connections.
toObject() - Method in class ej.rest.web.JSONResource
Added for compatibility with Scala.
Tool - Class in ej.rest.util
 
Tool() - Constructor for class ej.rest.util.Tool
 
tooManyOpenConnections(Socket) - Method in class ej.hoka.tcp.TCPServer
Called when a connection cannot be added to the buffer.
TOP - Static variable in interface ej.mwt.MWT
Constant for alignment behavior.
toPattern() - Method in class java.text.SimpleDateFormat
Returns a pattern string describing this date format.
TOPIC_IP - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Topic used when the temperature is IP address is updated.
TOPIC_LEVEL_SEPARATOR - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
The forward slash (/) is used to separate each level within a topic tree and provide a hierarchical structure to the topic space.
TOPIC_SET - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Topic used to set the target.
TOPIC_TARGET - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Topic used when the target is updated.
TOPIC_TEMPERATURE - Static variable in class com.microej.demo.thermorest.cloud.PeriodicPublisherCloud
Topic used when the temperature is updated.
TOPIC_WILDCARDS - Static variable in class org.eclipse.paho.client.mqttv3.MqttTopic
Topic wildcards (#+)
TopicListener - Interface in ej.aws.iot.pubsub
The listener interface when receiving MQTT messages from AWS IoT.
TopicListener - Interface in googlecloud.iotcore.pubsub
The listener interface when receiving MQTT messages from Google Cloud Platform IoT Core.
toPlainString() - Method in class java.math.BigDecimal
Returns a string representation of this BigDecimal without an exponent field.
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.ease.EaseMotionManager
Deprecated.
 
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 interface ej.motion.MotionManager
Deprecated.
use TossHelper methods instead.
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 com.google.protobuf.ByteString.Output
 
toString(String) - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes using the specified charset.
toString() - Method in class com.google.protobuf.ByteString
 
toString() - Method in class com.microej.demo.thermorest.model.ThermostatModel
 
toString() - Method in class com.microej.example.wifi.setup.rest.internal.AccessPointJSON
 
toString() - Method in class com.microej.profiling.Group
 
toString() - Method in class com.microej.profiling.internal.snapshot.PrintableSnapshot
 
toString() - Method in class com.microej.profiling.internal.snapshot.ProfilerSnapshots
 
toString() - Method in class com.microej.profiling.internal.snapshot.ThreadInfo
 
toString() - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
 
toString() - Method in class ej.cbor.CborType
 
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(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 ej.websocket.http.Header
 
toString() - Method in class ej.websocket.http.HttpResponse
 
toString() - Method in class ej.websocket.http.StatusLine
 
toString() - Method in class ej.websocket.ReasonForClosure
 
toString() - Method in class ej.websocket.WebSocketURI
 
toString() - Method in class java.io.StringWriter
Return the buffer's current value as a string.
toString() - Method in class java.math.BigDecimal
Returns the string representation of this BigDecimal, using scientific notation if an exponent is needed.
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.math.MathContext
Returns the string representation of this MathContext.
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(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.Formatter
Returns the result of invoking toString() on the destination for the output.
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 org.eclipse.paho.client.mqttv3.internal.CommsTokenStore
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttAck
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnack
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttConnect
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPublish
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttPubRel
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSuback
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttSubscribe
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttUnsubscribe
 
toString() - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
 
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
toString() - Method in exception org.eclipse.paho.client.mqttv3.MqttException
Returns a String representation of this exception.
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttMessage
Returns a string representation of this message's payload.
toString() - Method in class org.eclipse.paho.client.mqttv3.MqttTopic
Returns a string representation of this topic.
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
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
 
toStringUtf8() - Method in class com.google.protobuf.ByteString
Constructs a new String by decoding the bytes as UTF-8.
TouchConfiguration - Interface in ej.widget.util
Deprecated. 
trace(int, String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a trace message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
trace(int, String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
trackLineColumn - Variable in class ej.jsonpath.parser.SimpleCharStream
 
TRAIL - Static variable in interface ej.mwt.MWT
Constant for direction behavior.
TransitionContainer - Class in ej.widget.container.transition
A transition container holds only one widget at a time.
TransitionContainer() - Constructor for class ej.widget.container.transition.TransitionContainer
Creates a transition container with a motion factory that creates QuartEaseOutMotion and a default duration of 300.
TransitionManager - Class in ej.widget.navigation
Deprecated.
TransitionManager() - Constructor for class ej.widget.navigation.TransitionManager
Deprecated.
Creates a transition manager.
TRANSMIT_COMPLETE_FAIL - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
transmit error
TRANSMIT_COMPLETE_NO_ACK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
retransmission error
TRANSMIT_COMPLETE_OK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
transmit complete
TRANSMIT_OPTION_ACK - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
request acknowledge from destination node
TRANSMIT_OPTION_AUTO_ROUTE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
request retransmission via repeater nodes
TRANSMIT_OPTION_EXPLORE - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Use explore frame if needed
TRANSMIT_OPTIONS - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
Send data options
TREE_CARRY_ON_SYMBOL - Static variable in interface com.microej.profiling.internal.Strings
TREE_CARRY_ON_SYMBOL.
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.
triggerJoin(AccessPointConfiguration) - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Triggers a join.
triggerUpdateAccess() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
Triggers an update of the access points.
trimNumber(String) - Static method in class org.json.me.JSONObject
Shave off trailing zeros and decimal point, if possible.
TRUE - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded boolean true value (encoded as "simple value": #MT_SIMPLE).
tryPop() - Method in class ej.basedriver.zwave.util.Queue
Non-blocking pop.
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.
TWO_BYTES - Static variable in interface ej.cbor.CborConstants
Denotes a two-byte value (uint16).
TWO_BYTES - Static variable in class ej.cbor.ErrorMessage
 
TX_POWER_LEVEL - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Vol.
TYPE_ARRAY - Static variable in interface ej.cbor.CborConstants
Major type 4: array of items.
TYPE_BYTE_STRING - Static variable in interface ej.cbor.CborConstants
Major type 2: byte string.
TYPE_FLOAT_SIMPLE - Static variable in interface ej.cbor.CborConstants
Major type 7: floating point, simple data types.
TYPE_MAP - Static variable in interface ej.cbor.CborConstants
Major type 5: map of pairs.
TYPE_NEGATIVE_INTEGER - Static variable in interface ej.cbor.CborConstants
Major type 1: negative integers.
TYPE_TAG - Static variable in interface ej.cbor.CborConstants
Major type 6: semantic tags.
TYPE_TEXT_STRING - Static variable in interface ej.cbor.CborConstants
Major type 3: text/UTF8 string.
TYPE_UNSIGNED_INTEGER - Static variable in interface ej.cbor.CborConstants
Major type 0: unsigned integers.
TypeNameSelector - Class in ej.style.selector
A type name selector selects by checking the element type name (Java class name).
TypeNameSelector(Class<?>) - Constructor for class ej.style.selector.TypeNameSelector
Creates a type name selector.
TypeNameSelector(String) - Constructor for class ej.style.selector.TypeNameSelector
Creates a TypeNameSelector.
TypeOrSubtypeSelector - Class in ej.style.selector
A type or subtype selector selects by checking the element type hierarchy (Java class).
TypeOrSubtypeSelector(Class<?>) - Constructor for class ej.style.selector.TypeOrSubtypeSelector
Creates a type or subtype selector.
types - Variable in class org.kxml2.kdom.Node
 
TYPES - Static variable in interface org.xmlpull.v1.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.
TypeSelector - Class in ej.style.selector
A type selector selects by checking the element type (Java class).
TypeSelector(Class<?>) - Constructor for class ej.style.selector.TypeSelector
Creates a type selector.

U

ulp() - Method in class java.math.BigDecimal
Returns the size of an ulp, a unit in the last place, of this BigDecimal.
uncapture(EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Stops capturing the events for a specific event handler.
UNDEFINED - Static variable in interface ej.cbor.CborConstants
The CBOR-encoded "undefined" value (encoded as "simple value": #MT_SIMPLE).
undo(MqttPublish) - Method in class org.eclipse.paho.client.mqttv3.internal.ClientState
This removes the MqttSend message from the outbound queue and persistence.
unescape(String) - Static method in class ej.rest.json.Cookie
Convert %hh sequences to single characters, and convert plus to space.
UNEXPECTED_BOOLEAN_VALUE - Static variable in class ej.cbor.ErrorMessage
 
UNEXPECTED_PAYLOAD_OR_LENGTH - Static variable in class ej.cbor.ErrorMessage
 
UNEXPECTED_SUBTYPE - Static variable in class ej.cbor.ErrorMessage
 
UNEXPECTED_TYPE - Static variable in class ej.cbor.ErrorMessage
 
UNEXPECTED_TYPE_TWO_TYPES - Static variable in class ej.cbor.ErrorMessage
 
UninitializedMessageException - Exception in com.google.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(MessageLite) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
UninitializedMessageException(List<String>) - Constructor for exception com.google.protobuf.UninitializedMessageException
 
uninstall() - Method in interface ej.wadapps.admin.Application
Causes the application to be uninstalled.
UNIT - Static variable in class com.microej.demo.thermorest.model.ThermostatModel
The unit tag.
UNIT_SEPARATOR - Static variable in interface ej.widget.util.ControlCharacters
UNIVERSAL_SELECTOR - Static variable in class ej.style.selector.UniversalSelector
Universal selector singleton to avoid creating several ones.
UniversalSelector - Class in ej.style.selector
An universal selector selects all elements.
UniversalSelector() - Constructor for class ej.style.selector.UniversalSelector
Creates an universal selector.
UNKNOWN - Static variable in interface ej.basedriver.BinaryState
The state has not been determined yet.
UNKNOWN - Static variable in interface ej.basedriver.ButtonEvent
The default action.
UNKNOWN - Static variable in interface ej.basedriver.Controller
The state has not been determined yet.
UNKNOWN - Static variable in interface ej.basedriver.MultilevelValue
The state is unknown.
UNKNOWN - Static variable in class ej.cbor.ErrorMessage
 
UNKNOWN - Static variable in interface org.eclipse.core.runtime.IProgressMonitor
Constant indicating an unknown amount of work.
UNKNOWN_VALUE - Static variable in interface ej.basedriver.PowerMeter
Default value returned when the power consumption is unknown.
UnknownFormatConversionException - Exception in java.util
Unchecked exception thrown when an unknown conversion is given.
UnknownFormatConversionException(String) - Constructor for exception java.util.UnknownFormatConversionException
Constructs an instance of this class with the unknown conversion.
UnknownFormatFlagsException - Exception in java.util
Unchecked exception thrown when an unknown flag is given.
UnknownFormatFlagsException(String) - Constructor for exception java.util.UnknownFormatFlagsException
Constructs an instance of this class with the specified flags.
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.
UNLIMITED - Static variable in class java.math.MathContext
A MathContext object whose settings have the values required for unlimited precision arithmetic.
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.
UnmodifiableLazyStringList - Class in com.google.protobuf
An implementation of LazyStringList that wraps another LazyStringList such that it cannot be modified via the wrapper.
UnmodifiableLazyStringList(LazyStringList) - Constructor for class com.google.protobuf.UnmodifiableLazyStringList
 
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.
unmountSoftAccessPoint() - Method in class ej.net.util.wifi.WifiNetworkManager
Unmounts a Soft Access Point.
unmountSoftAP() - Method in class com.microej.example.wifi.setup.rest.RestSoftAPConnector
 
unmountSoftAP() - Method in class com.microej.example.wifi.setup.SoftAPConnector
Unmounts the softAp.
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.
unregister(Class<T>, T) - Method in interface ej.wadapps.registry.SharedRegistry
Unregisters a service implementation.
unregister(Class<T>, T) - Method in class ej.wadapps.registry.util.SharedRegistryImpl
 
unregister(AnimationListener) - Static method in class ej.widget.animation.AnimationListenerRegistry
Unregisters an animation listener.
unregisterNetworkCallback(ConnectivityManager.NetworkCallback) - Method in class android.net.ConnectivityManager
Unregisters callbacks about and possibly releases networks originating from ConnectivityManager.registerNetworkCallback(android.net.NetworkRequest, android.net.ConnectivityManager.NetworkCallback) calls.
unregisterSource(ProgressSource) - Method in class sun.net.ProgressMonitor
Unregister progress source when progress is finished.
unscaledValue() - Method in class java.math.BigDecimal
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
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 ej.aws.iot.pubsub.Client
Unsubscribe from a topic.
unsubscribe(String) - Method in interface ej.data.pubsub.MqttContext
Requests the server to unsubscribe the client from a topic.
unsubscribe(PahoMqttContext, String) - Method in class ej.data.pubsub.paho.PahoMqttAgent
Remove subscription for the given connection.
unsubscribe(String) - Method in class ej.data.pubsub.paho.PahoMqttContext
 
unsubscribe(String) - Method in class googlecloud.iotcore.pubsub.Client
 
unsubscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from a topic.
unsubscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String, Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from a topics.
unsubscribe(String[], Object, IMqttActionListener) - Method in interface org.eclipse.paho.client.mqttv3.IMqttAsyncClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Requests the server unsubscribe the client from a topic.
unsubscribe(String[]) - Method in interface org.eclipse.paho.client.mqttv3.IMqttClient
Requests the server unsubscribe the client from one or more topics.
unsubscribe(String, Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String[], Object, IMqttActionListener) - Method in class org.eclipse.paho.client.mqttv3.MqttAsyncClient
 
unsubscribe(String) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
unsubscribe(String[]) - Method in class org.eclipse.paho.client.mqttv3.MqttClient
 
UNSUPPORTED_MASKED - Static variable in class ej.websocket.Messages
This implementation does not support masked frame.
UNSUPPORTED_VERY_EXTENDED_LENGTH - Static variable in class ej.websocket.Messages
This implementation does not support very extended length.
UnsupportedHTTPEncodingException - Exception in ej.hoka.http.encoding
This exception is thrown when HTTPConstants.FIELD_TRANSFER_ENCODING or HTTPConstants.FIELD_CONTENT_ENCODING cannot be handled by the server.
UnsupportedHTTPEncodingException(String, String) - Constructor for exception ej.hoka.http.encoding.UnsupportedHTTPEncodingException
Creates a new UnsupportedHTTPEncodingException with the given parameters.
unwatch(EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Stops watching the events for a specific event handler.
unwrap(Rectangle) - Method in interface ej.style.border.Border
Removes this border wrapping from a rectangle.
unwrap(Rectangle) - Method in class ej.style.border.ComplexRectangularBorder
 
unwrap(Rectangle) - Method in class ej.style.border.NoBorder
 
unwrap(Rectangle) - Method in class ej.style.border.SimpleRectangularBorder
 
unwrap(Rectangle) - Method in class ej.style.border.SimpleRoundedBorder
 
unwrap(Rectangle) - Method in class ej.style.outline.ComplexOutline
 
unwrap(Rectangle) - Method in class ej.style.outline.EmptyOutline
 
unwrap(Rectangle) - Method in interface ej.style.outline.Outline
Removes the outline thickness from a rectangle.
unwrap(Rectangle) - Method in class ej.style.outline.SimpleOutline
 
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.fp.event.MicroUICommand
The "up" command constant.
UP - Static variable in interface ej.mwt.MWT
Constant for direction behavior.
update(Observable, Object) - Method in class com.microej.demo.thermorest.HeadlessThermostat
 
update() - Method in interface ej.observable.Observer
This method is called whenever the observed object is changed.
update(int, int, int, int) - Method in class ej.style.container.Rectangle
Updates the rectangle bounds.
update() - Method in class ej.widget.basic.ButtonImage
 
update() - Method in class ej.widget.composed.Toggle
 
update() - Method in class ej.widget.composed.ToggleBox
 
update() - Method in class ej.widget.composed.ToggleWrapper
 
update() - Method in interface ej.widget.util.GenericListener
Something has changed.
updateComponent(int, int) - Static method in class ej.color.ColorHelper
Update a color component by incrementing it.
updateCurrentPage(Page) - Method in class ej.widget.navigation.Navigator
Deprecated.
Replaces the current page by the new one.
UpdateLineColumn(char) - Method in class ej.jsonpath.parser.SimpleCharStream
 
updateLocalTime() - Static method in class ej.net.util.NtpUtil
Updates the local time.
updateLocalTime(String, int, int) - Static method in class ej.net.util.NtpUtil
Updates the local time.
updateProgress(ProgressSource) - Method in class sun.net.ProgressMonitor
Progress source is updated.
updateProgress(long, long) - Method in class sun.net.ProgressSource
Update progress.
updateSource(String) - Method in class ej.widget.basic.Image
Updates the source to display for this image without asking for repaint.
updateSource(ej.microui.display.Image) - Method in class ej.widget.basic.Image
Updates the source to display for this image without asking for repaint.
updateState(boolean) - Method in class ej.widget.basic.Box
Sets the state of the toggle without repainting it.
updateStep(int) - Method in class ej.widget.container.transition.NoTransitionContainer
 
updateStep(int) - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
 
updateStep(int) - Method in class ej.widget.container.transition.SlideTransitionContainer
 
updateStep(int) - Method in class ej.widget.container.transition.TransitionContainer
Updates the current step.
updateStyle() - Method in class ej.style.util.ElementAdapter
Updates the style of the element.
updateStyle() - Method in class ej.widget.StyledComposite
Updates the style of the widget.
updateStyle() - Method in class ej.widget.StyledDesktop
Updates the style of the widget.
updateStyle() - Method in class ej.widget.StyledDialog
Updates the style of the widget.
updateStyle() - Method in class ej.widget.StyledPanel
Updates the style of the widget.
updateStyle() - Method in class ej.widget.StyledWidget
Updates the style of the widget.
updateStyleOnly() - Method in class ej.widget.StyledComposite
Update widget style without repainting it.
updateStyleOnly() - Method in class ej.widget.StyledDesktop
Update widget style without repainting it.
updateStyleOnly() - Method in class ej.widget.StyledDialog
Update widget style without repainting it.
updateStyleOnly() - Method in class ej.widget.StyledPanel
Update widget style without repainting it.
updateStyleOnly() - Method in class ej.widget.StyledWidget
Update widget style without repainting it.
updateText(String) - Method in class ej.widget.basic.Label
Updates the text to display for this label without asking for repaint.
updateValue(double) - Method in class ej.basedriver.zwave.device.ZwaveThermostatMode
Update the value and send notification.
updateValue(int) - Method in class ej.widget.basic.drawing.Scrollbar
Updates the current value with an increment.
updateViewport(int, int, int, int) - Method in class ej.widget.container.List
 
updateViewport(int, int, int, int) - Method in interface ej.widget.container.Scrollable
Called when the scroll composite updates its viewport.
URI - Static variable in class ej.bluetooth.util.BluetoothPayloadUtil
Bluetooth Core Specification:Core Specification Supplement, Part A, section 1.18.
uri - Variable in class ej.hoka.rest.RestEndpoint
The URI this endpoint answers.
uri - Variable in class ej.restserver.RestEndpoint
The URI this endpoint answers.
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.
URI_TYPE_LOCAL - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
URI_TYPE_SSL - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
URI_TYPE_TCP - Static variable in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
 
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 ej.hoka.http.support
Utilities for decoding percent encoded characters.
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.
URLResolver - Interface in ej.widget.navigation.page
A URL resolver is responsible for creating the pages from URLs.
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.
USED - Static variable in interface com.microej.profiling.internal.Strings
USED.
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
 
UTF8Validator - Class in ej.websocket.util
Utility class to check the validity of an UTF8 message.
UTF_8 - Static variable in class com.microej.example.wifi.setup.rest.internal.ApplicationStrings
UTF-8.
Util() - Constructor for class org.json.me.JSONObject.Util
 

V

VALID_PACKET_CONNECTION_CLOSED - Static variable in class ej.websocket.Messages
We can receive valid packets if the connection is not in the OPEN state.
validate(int, int) - Method in class ej.mwt.Composite
Lays out this composite and all its children.
validate() - Method in class ej.mwt.Desktop
Lays out all the hierarchy of this desktop.
validate() - Method in class ej.mwt.Panel
Lays out all the hierarchy of this panel.
validate(int, int) - Method in class ej.mwt.Panel
Lays out all the hierarchy of this panel.
validate(int, int) - Method in class ej.mwt.Widget
Lays out this widget.
validate(int, int) - Method in class ej.widget.StyledComposite
 
validate() - Method in class ej.widget.StyledDesktop
 
validate() - Method in class ej.widget.StyledDialog
 
validate(int, int) - Method in class ej.widget.StyledDialog
 
validate() - Method in class ej.widget.StyledPanel
 
validate(int, int) - Method in class ej.widget.StyledPanel
 
validate(int, int) - Method in class ej.widget.StyledWidget
 
validate(String, boolean) - Static method in class org.eclipse.paho.client.mqttv3.MqttTopic
Validate the topic name or topic filter
validateAlignment(int) - Static method in class ej.style.container.AlignmentHelper
Verify whether an alignment bit-field is valid or not.
validateChildren(int, int, boolean) - Method in class ej.widget.container.AbstractCarousel
Lays out the children.
validateChildren(int, int, boolean) - Method in class ej.widget.container.FillCarousel
 
validateChildren(int, int, boolean) - Method in class ej.widget.container.ListCarousel
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.AnimatedImage
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.BulletPagingIndicator
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.CheckBox
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.CircularProgressBar
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.ProgressBar
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.RadioBox
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.Scrollbar
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.Slider
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.drawing.SwitchBox
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.image.ImageProgress
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.image.ImageSlider
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.image.ImageToggle
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.Image
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.Label
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.picto.PictoProgress
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.picto.PictoSlider
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.picto.PictoToggle
 
validateContent(Style, Rectangle) - Method in class ej.widget.basic.Text
 
validateContent(Style, Rectangle) - Method in class ej.widget.composed.Toggle
 
validateContent(Style, Rectangle) - Method in class ej.widget.composed.Wrapper
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.AbstractCarousel
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.Canvas
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.Dock
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.Flow
Gets the content size of the renderable without the border, margin and padding specified in the style.
validateContent(Style, Rectangle) - Method in class ej.widget.container.Grid
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.List
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.Scroll
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.SimpleDock
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.Split
 
validateContent(Style, Rectangle) - Method in class ej.widget.container.transition.TransitionContainer
 
validateContent(Style, Rectangle) - Method in class ej.widget.navigation.Navigator
Deprecated.
 
validateContent(Style, Rectangle) - Method in class ej.widget.StyledComposite
Gets the content size of the renderable without the border, margin and padding specified in the style.
validateContent(Style, Rectangle) - Method in class ej.widget.StyledDesktop
 
validateContent(Style, Rectangle) - Method in class ej.widget.StyledDialog
 
validateContent(Style, Rectangle) - Method in class ej.widget.StyledPanel
 
validateContent(Style, Rectangle) - Method in interface ej.widget.StyledRenderable
Gets the content size of the renderable without the border, margin and padding specified in the style.
validateQos(int) - Static method in class org.eclipse.paho.client.mqttv3.MqttMessage
Utility method to validate the supplied QoS value.
validateURI(String) - Static method in class org.eclipse.paho.client.mqttv3.MqttConnectOptions
Validate a URI
value(boolean) - Method in class ej.json.JSONWriter
Append either the value true or the value false.
value(double) - Method in class ej.json.JSONWriter
Append a double value.
value(long) - Method in class ej.json.JSONWriter
Append a long value.
value(String) - Method in class ej.json.JSONWriter
Append a String value.
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(String) - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microej.example.wifi.setup.rest.RestSoftAPConnector.STATE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microej.profiling.internal.snapshot.Snapshot.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microej.profiling.profiler.MemoryProfiler.MemoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microej.profiling.profiler.TimeProfiler.TimeBase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.basedriver.zwave.frame.RequestFrameListener.RequestFrameError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.basedriver.zwave.Session
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class ej.cbor.CborType
Decodes a given byte value to a CborType value.
valueOf(String) - Static method in enum ej.components.registry.BundleActivator.State
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.style.font.FontProfile.FontSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.style.State
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 ej.wadapps.admin.Application.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ej.websocket.ConnectionStates
Returns the enum constant of this type with the specified name.
valueOf(long, int) - Static method in class java.math.BigDecimal
Translates a long unscaled value and an int scale into a BigDecimal.
valueOf(long) - Static method in class java.math.BigDecimal
Translates a long value into a BigDecimal with a scale of zero.
valueOf(double) - Static method in class java.math.BigDecimal
Translates a double into a BigDecimal, using the double's canonical string representation provided by the Double.toString(double) method.
valueOf(long) - Static method in class java.math.BigInteger
Returns a BigInteger whose value is equal to that of the specified long.
valueOf(String) - Static method in enum java.math.RoundingMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum java.math.RoundingMode
Returns the RoundingMode object corresponding to a legacy integer rounding mode constant in BigDecimal.
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(double, int, Object) - Static method in class sun.misc.FormattedFloatingDecimal
 
valueOf(String) - Static method in enum sun.net.ProgressSource.State
Returns the enum constant of this type with the specified name.
valueOfMulPow52(long, int, int) - Static method in class sun.misc.FDBigInteger
Returns an FDBigInteger with the numerical value value * 5p5 * 2p2.
valueOfPow52(int, int) - Static method in class sun.misc.FDBigInteger
Returns an FDBigInteger with the numerical value 5p5 * 2p2.
values() - Static method in enum com.google.protobuf.WireFormat.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.protobuf.WireFormat.JavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microej.example.wifi.setup.rest.RestSoftAPConnector.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microej.profiling.internal.snapshot.Snapshot.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microej.profiling.profiler.MemoryProfiler.MemoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microej.profiling.profiler.TimeProfiler.TimeBase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.basedriver.zwave.frame.RequestFrameListener.RequestFrameError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.basedriver.zwave.Session
Returns an array containing the constants of this enum type, in the order they are declared.
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.components.registry.BundleActivator.State
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.style.font.FontProfile.FontSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.style.State
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() - Method in class ej.util.map.WeakValueHashMap
 
values() - Static method in enum ej.wadapps.admin.Application.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ej.websocket.ConnectionStates
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum java.math.RoundingMode
Returns an array containing the constants of this enum type, in the order they are declared.
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 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() - 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 interface ej.mwt.MWT
Constant for alignment behavior.
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
 
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.
VERSION - Static variable in class org.eclipse.paho.client.mqttv3.internal.ClientComms
 
VERTICAL - Static variable in interface ej.mwt.MWT
Constant for alignment or orientation behavior.
VERTICAL_TAB - Static variable in interface ej.widget.util.ControlCharacters
Position the form at the next line tab stop.
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.
VM_DUMP - Static variable in interface com.microej.profiling.internal.Strings
VM_DUMP.
vmDump() - Static method in class com.microej.profiling.profiler.ThreadsProfiler
Dumps the running thread's stacks.
VSCROLL - Static variable in interface ej.mwt.MWT
Constant for scrolling behavior.

W

waitForCompletion() - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Blocks the current thread until the action this token is associated with has completed.
waitForCompletion(long) - Method in interface org.eclipse.paho.client.mqttv3.IMqttToken
Blocks the current thread until the action this token is associated with has completed.
waitForCompletion() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
waitForCompletion(long) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
waitForCompletion() - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
waitForCompletion(long) - Method in class org.eclipse.paho.client.mqttv3.MqttToken
 
waitForResponse() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
Waits for the message delivery to complete, but doesn't throw an exception in the case of a NACK.
waitForResponse(long) - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
waitUntilSent() - Method in class org.eclipse.paho.client.mqttv3.internal.Token
 
WAKE_UP_INTERVAL_GET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
WAKE_UP_INTERVAL_REPORT - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
WAKE_UP_INTERVAL_SET - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
WAKE_UP_NO_MORE_INFORMATION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
WAKE_UP_NOTIFICATION - Static variable in interface ej.basedriver.zwave.ZwaveProtocol
 
wakeup() - Method in class ej.fp.util.ThirdEventThread
Wakes up the thread: it will waits during waiting period before send the third event.
WAP_EXTENSION - Static variable in class org.kxml2.wap.WbxmlParser
Parser event type for Wbxml-specific events.
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(String) - Method in interface ej.basedriver.zwave.util.Logger
Log a WARNING message.
warning(String) - Method in class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
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.
WARNING - Static variable in interface org.eclipse.paho.client.mqttv3.logging.Logger
WARNING is a message level indicating a potential problem.
warning(String, String, int) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, if the logger is currently enabled for the given message level.
warning(String, String, int, Object[]) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments, if the logger is currently enabled for the given message level.
warning(String, String, int, Object[], Throwable) - Method in interface org.eclipse.paho.client.mqttv3.logging.Logger
Log a message, specifying source class and method, with an array of object arguments and a throwable, if the logger is currently enabled for the given message level.
warning(String, String, int) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
warning(String, String, int, Object[]) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
warning(String, String, int, Object[], Throwable) - Method in class org.eclipse.paho.client.mqttv3.logging.MicroEJInternalLoggerFactory
 
watch(EventGenerator, EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Watches the events generated by an event generator.
watchAll(List<? extends EventGenerator>, EventHandler) - Method in class ej.eventswatcher.EventsWatcherAggregator
Watches the events generated by a set of event generators.
Watchdog - Interface in ej.watchdog
Supervises some activity.
WatchdogListener - Interface in ej.watchdog
The Watchdog listener is notified when its watchdog is triggered or fed.
watchIntervalRange() - Method in class com.microej.profiling.AutomaticProfiler
Gets whether the profiler watches the range from the last call.
watchIntervalRange(boolean) - Method in class com.microej.profiling.AutomaticProfiler
Sets whether the profiler watches the range from the last call.
watchOverallRange() - Method in class com.microej.profiling.AutomaticProfiler
Gets whether the profiler watches the range from the start.
watchOverallRange(boolean) - Method in class com.microej.profiling.AutomaticProfiler
Sets whether the profiler watches the range from the start.
Wbxml - Interface in org.kxml2.wap
contains the WBXML constants
WbxmlParser - Class in org.kxml2.wap
 
WbxmlParser() - Constructor for class org.kxml2.wap.WbxmlParser
 
WbxmlSerializer - Class in org.kxml2.wap
A class for writing WBXML.
WbxmlSerializer() - Constructor for class org.kxml2.wap.WbxmlSerializer
 
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.
WeakValueHashMap<K,V> - Class in ej.util.map
A weak value hash map is a map that store that keep only weak references on the values it contains.
WeakValueHashMap() - Constructor for class ej.util.map.WeakValueHashMap
Constructs an empty map with the default initial capacity (16) and the default load factor (0.75).
WeakValueHashMap(int) - Constructor for class ej.util.map.WeakValueHashMap
Constructs an empty map with the specified initial capacity and the default load factor (0.75).
WebSocket - Class in ej.websocket
Representation for the physical websocket connection following RFC 6455 definition.
WebSocket(WebSocketURI, Endpoint) - Constructor for class ej.websocket.WebSocket
Create a new WebSocket instance.
WebSocketException - Exception in ej.websocket
A special kind of exception thrown by classes associated to WebSockets.
WebSocketException(String) - Constructor for exception ej.websocket.WebSocketException
Create a new Websocket exception.
WebSocketException(String, Exception) - Constructor for exception ej.websocket.WebSocketException
Create a new Websocket exception.
WebSocketException(Exception) - Constructor for exception ej.websocket.WebSocketException
Create a new Websocket exception.
WebSocketException() - Constructor for exception ej.websocket.WebSocketException
 
WebSocketSecure - Class in ej.websocket
Representation for the physical websocket connection that support SSL Context.
WebSocketSecure(WebSocketURI, Endpoint) - Constructor for class ej.websocket.WebSocketSecure
Create a new WebSocket instance.
WebSocketSecure(WebSocketURI, Endpoint, SSLContext) - Constructor for class ej.websocket.WebSocketSecure
Create a new WebSocket instance with SSL support.
WebSocketURI - Class in ej.websocket
WebSocketURI is a container for a WebSocket URI as described in RFC 6455.
WebSocketURI(String, int, String, boolean) - Constructor for class ej.websocket.WebSocketURI
Create a new websocket URI.
WebSocketURI(String, int, String) - Constructor for class ej.websocket.WebSocketURI
Create a new (not secure) websocket URI.
WebSocketURI(String, String) - Constructor for class ej.websocket.WebSocketURI
Create a new (not secure) websocket URI.
WebSocketURI(String, int) - Constructor for class ej.websocket.WebSocketURI
Create a new (not secure) websocket URI.
WebSocketURI(String) - Constructor for class ej.websocket.WebSocketURI
Create a new (not secure) websocket URI.
WebSoftAPConnector - Class in com.microej.example.wifi.setup.web
An HTTP server providing a web view to manage the SoftAPConnector.
WebSoftAPConnector() - Constructor for class com.microej.example.wifi.setup.web.WebSoftAPConnector
Instantiates a WebSoftAPConnector.
WebSoftAPConnector(int) - Constructor for class com.microej.example.wifi.setup.web.WebSoftAPConnector
Instantiates a WebSoftAPConnector.
WebSoftAPConnector(ConfigurationManager) - Constructor for class com.microej.example.wifi.setup.web.WebSoftAPConnector
Instantiates a WebSoftAPConnector with a a ConfigurationManager..
WebSoftAPConnector(ConfigurationManager, int) - Constructor for class com.microej.example.wifi.setup.web.WebSoftAPConnector
Instantiates a WebSoftAPConnector with a a ConfigurationManager..
WebSoftAPConnector(ConfigurationManager, int, WifiNetworkManager) - Constructor for class com.microej.example.wifi.setup.web.WebSoftAPConnector
Instantiates a WebSoftAPConnector with a a ConfigurationManager..
WEST - Static variable in interface ej.mwt.MWT
Constant for alignment or direction behavior.
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.
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
 
WIFI_CATEGORY - Static variable in class ej.net.util.wifi.Messages
Category for Wi-Fi errors.
WifiNetworkManager - Class in ej.net.util.wifi
This manager manage the Wi-Fi manager and network to keep a state.
WifiNetworkManager() - Constructor for class ej.net.util.wifi.WifiNetworkManager
Instantiates a WifiNetworkManager with a default AccessPointConfiguration and SoftAPConfiguration.
WifiNetworkManager(AccessPointConfiguration, SoftAPConfiguration) - Constructor for class ej.net.util.wifi.WifiNetworkManager
Instantiates a WifiNetworkManager.
willChanged(boolean) - Method in class ej.net.Network
Checks whether the network will change or has not been initialised yet.
willChanged(NetworkCapabilities) - Method in class ej.net.Network
Checks if the Network state will change if set a new capability.
WireFormat - Class in com.google.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WireFormat.FieldType - Enum in com.google.protobuf
Lite equivalent to Descriptors.FieldDescriptor.Type.
WireFormat.JavaType - Enum in com.google.protobuf
Lite equivalent to Descriptors.FieldDescriptor.JavaType.
WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
 
withHeader(String, String) - Method in class ej.rest.web.Resty
Tell Resty to send the specified header with each request done on this instance.
withoutPadding() - Method in class java.util.Base64.Encoder
Returns an encoder instance that encodes equivalently to this one, but without adding any padding character at the end of the encoded byte data.
Wml - Class in org.kxml2.wap.wml
This class contains the wml coding tables for elements and attributes needed by the WmlParser.
Wml() - Constructor for class org.kxml2.wap.wml.Wml
 
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 - Static variable in interface ej.mwt.MWT
Constant for wrapping behavior.
wrap(Rectangle) - Method in interface ej.style.border.Border
Adds this border wrapping to a rectangle.
wrap(Rectangle) - Method in class ej.style.border.ComplexRectangularBorder
 
wrap(Rectangle) - Method in class ej.style.border.NoBorder
 
wrap(Rectangle) - Method in class ej.style.border.SimpleRectangularBorder
 
wrap(Rectangle) - Method in class ej.style.border.SimpleRoundedBorder
 
wrap(Rectangle) - Method in class ej.style.outline.ComplexOutline
 
wrap(Rectangle) - Method in class ej.style.outline.EmptyOutline
 
wrap(Rectangle) - Method in interface ej.style.outline.Outline
Adds the outline thickness to a rectangle.
wrap(Rectangle) - Method in class ej.style.outline.SimpleOutline
 
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(InputStream) - Method in class java.util.Base64.Decoder
Returns an input stream for decoding Base64 encoded byte stream.
wrap(OutputStream) - Method in class java.util.Base64.Encoder
Wraps an output stream for encoding byte data using the Base64 encoding scheme.
wrap(Object) - Static method in class org.json.me.JSONObject
Wrap an object, if necessary.
wrapKey(K) - Method in class ej.basictool.map.AbstractPackedMap
Wraps a key.
wrapKey(K) - Method in class ej.basictool.map.AbstractWeakPackedMap
 
Wrapper - Class in ej.widget.composed
A composite with only one child.
Wrapper() - Constructor for class ej.widget.composed.Wrapper
Creates a wrapper that is adjusted to its child.
wrapperRunTestClass(AbstractTestWrapper) - Method in class ej.junit.AbstractAllTestClassesWrapper
Runs all the methods in the test.
write(int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
 
write(byte[], int, int) - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
Writes the content of the byte array b from the offset off in length len in chunked encoding using the underlying OutputStream.
write(int) - Method in class ej.hoka.io.ChunkedMessageBodyOutputStream
Write one byte of data.
write(byte[]) - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
Writes the content of the byte array to the underlying output stream.
write(byte[], int, int) - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class ej.hoka.io.IdentityMessageBodyOutputStream
Writes the specified byte to this output stream.
write(byte[], int, int) - Method in interface ej.util.firmwareupdate.FirmwareProgrammer
Writes a chunk of firmware data as part of the firmware update.
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(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(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.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(byte[]) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
write(int) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
 
write(MqttWireMessage) - Method in class org.eclipse.paho.client.mqttv3.internal.wire.MqttOutputStream
Writes an MqttWireMessage to the stream.
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(char[], int, int) - Method in class org.json.me.StringWriter
Deprecated.
 
write(String) - Method in class org.json.me.StringWriter
Deprecated.
 
write(String, int, int) - Method in class org.json.me.StringWriter
Deprecated.
 
write(XmlSerializer) - Method in class org.kxml2.kdom.Document
Writes this node to the given XmlWriter.
write(XmlSerializer) - Method in class org.kxml2.kdom.Element
Writes this element and all children to the given XmlWriter.
write(XmlSerializer) - Method in class org.kxml2.kdom.Node
Writes this node to the given XmlWriter.
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.
writeArrayStart() - Method in class ej.cbor.CborEncoder
Writes the start of an indefinite-length array.
writeArrayStart(int) - Method in class ej.cbor.CborEncoder
Writes the start of a definite-length array.
writeArrayValueEnd() - Method in class ej.data.AbstractDataWriter
 
writeArrayValueEnd() - Method in interface ej.data.DataWriter
Writes the end of an array value.
writeArrayValueEnd0() - Method in class ej.data.AbstractDataWriter
 
writeArrayValueEnd0() - Method in class ej.data.cbor.DataWriterCBOR
 
writeArrayValueEnd0() - Method in class ej.data.json.DataWriterJSON
 
writeArrayValueStart() - Method in class ej.data.AbstractDataWriter
 
writeArrayValueStart() - Method in interface ej.data.DataWriter
Writes the beginning of an array value.
writeArrayValueStart0() - Method in class ej.data.AbstractDataWriter
 
writeArrayValueStart0() - Method in class ej.data.cbor.DataWriterCBOR
 
writeArrayValueStart0() - Method in class ej.data.json.DataWriterJSON
 
writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBoolean(boolean) - Method in class ej.cbor.CborEncoder
Writes a boolean value in canonical CBOR format.
writeBooleanValue(boolean) - Method in class ej.data.AbstractDataWriter
 
writeBooleanValue(boolean) - Method in interface ej.data.DataWriter
Writes the next boolean value.
writeBooleanValue0(boolean) - Method in class ej.data.AbstractDataWriter
 
writeBooleanValue0(boolean) - Method in class ej.data.cbor.DataWriterCBOR
 
writeBooleanValue0(boolean) - Method in class ej.data.json.DataWriterJSON
 
writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
Write a bool field to the stream.
writeBreak() - Method in class ej.cbor.CborEncoder
Writes a "break" stop-value in canonical CBOR format.
writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a bytes field to the stream.
writeByteString(byte[]) - Method in class ej.cbor.CborEncoder
Writes a byte string in canonical CBOR-format.
writeByteStringStart() - Method in class ej.cbor.CborEncoder
Writes the start of an indefinite-length byte string.
writeChildren(XmlSerializer) - Method in class org.kxml2.kdom.Node
Writes the children of this node to the given XmlWriter.
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
 
writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Like MessageLite.writeTo(OutputStream), but writes the size of the message as a varint before writing the data.
writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeDouble(double) - Method in class ej.cbor.CborEncoder
Writes a double-precision float value in canonical CBOR format.
writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
Write a double field to the stream.
writeDoubleValue(double) - Method in class ej.data.AbstractDataWriter
 
writeDoubleValue(double) - Method in interface ej.data.DataWriter
Writes the next double precision floating point value (64bits).
writeDoubleValue0(double) - Method in class ej.data.AbstractDataWriter
 
writeDoubleValue0(double) - Method in class ej.data.cbor.DataWriterCBOR
 
writeDoubleValue0(double) - Method in class ej.data.json.DataWriterJSON
 
writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an enum field to the stream.
writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed32 field to the stream.
writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a fixed64 field to the stream.
writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFloat(float) - Method in class ej.cbor.CborEncoder
Writes a single-precision float value in canonical CBOR format.
writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
Write a float field to the stream.
writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field, including tag, to the stream.
writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a group field to the stream.
writeHalfPrecisionFloat(float) - Method in class ej.cbor.CborEncoder
Writes a half-precision float value in canonical CBOR format.
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(double, int) - Static method in class ej.basedriver.zwave.util.NumberUtil
 
writeInt(long) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned integer value in canonical CBOR format, that is, tries to encode it in a little bytes as possible.
writeInt16(int) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned 16-bit integer value in CBOR format.
writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt32(long) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned 32-bit integer value in CBOR format.
writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an int32 field to the stream.
writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeInt64(long) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned 64-bit integer value in CBOR format.
writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an int64 field to the stream.
writeInt8(int) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned 8-bit integer value in CBOR format.
writeIntKey(int) - Method in class ej.data.AbstractDataWriter
 
writeIntKey(int) - Method in interface ej.data.DataWriter
Writes the expected integer key (signed 32bits) within the current map.
writeIntKey0(int) - Method in class ej.data.AbstractDataWriter
 
writeIntKey0(int) - Method in class ej.data.cbor.DataWriterCBOR
 
writeIntKey0(int) - Method in class ej.data.json.DataWriterJSON
 
writeIntValue(int) - Method in class ej.data.AbstractDataWriter
 
writeIntValue(int) - Method in interface ej.data.DataWriter
Writes the next integer value (signed 32bits).
writeIntValue0(int) - Method in class ej.data.AbstractDataWriter
 
writeIntValue0(int) - Method in class ej.data.cbor.DataWriterCBOR
 
writeIntValue0(int) - Method in class ej.data.json.DataWriterJSON
 
writeLongValue(long) - Method in class ej.data.AbstractDataWriter
 
writeLongValue(long) - Method in interface ej.data.DataWriter
Writes the next expected long integer value (signed 64bits).
writeLongValue0(long) - Method in class ej.data.AbstractDataWriter
 
writeLongValue0(long) - Method in class ej.data.cbor.DataWriterCBOR
 
writeLongValue0(long) - Method in class ej.data.json.DataWriterJSON
 
writeMapStart() - Method in class ej.cbor.CborEncoder
Writes the start of an indefinite-length map.
writeMapStart(int) - Method in class ej.cbor.CborEncoder
Writes the start of a finite-length map.
writeMapValueEnd() - Method in class ej.data.AbstractDataWriter
 
writeMapValueEnd() - Method in interface ej.data.DataWriter
Writes the end of a map value.
writeMapValueEnd0() - Method in class ej.data.AbstractDataWriter
 
writeMapValueEnd0() - Method in class ej.data.cbor.DataWriterCBOR
 
writeMapValueEnd0() - Method in class ej.data.json.DataWriterJSON
 
writeMapValueStart() - Method in class ej.data.AbstractDataWriter
 
writeMapValueStart() - Method in interface ej.data.DataWriter
Writes the beginning of a map value.
writeMapValueStart0() - Method in class ej.data.AbstractDataWriter
 
writeMapValueStart0() - Method in class ej.data.cbor.DataWriterCBOR
 
writeMapValueStart0() - Method in class ej.data.json.DataWriterJSON
 
writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field, including tag, to the stream.
writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write an embedded message field to the stream.
writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Write a MessageSet extension field to the stream.
writeNull() - Method in class ej.cbor.CborEncoder
Writes a null value in canonical CBOR format.
writer - Variable in class org.json.me.JSONWriter
The writer that will receive the output.
writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write a byte string.
writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(ByteString, int, int) - Method in class com.google.protobuf.CodedOutputStream
Write part of a byte string.
writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
Write an unparsed MessageSet extension field to the stream.
writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a varint.
writeReplace() - Method in class com.google.protobuf.GeneratedMessageLite
Replaces this object in the output stream with a serialized form.
writeRequests(MessageHeader) - Method in class sun.net.www.http.HttpClient
Deprecated. 
writeRequests(MessageHeader, PosterOutputStream) - Method in class sun.net.www.http.HttpClient
 
writeRequests(MessageHeader, PosterOutputStream, boolean) - Method in class sun.net.www.http.HttpClient
 
writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed32 field to the stream.
writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sfixed64 field to the stream.
writeSimpleType(int, int) - Method in class ej.cbor.CborEncoder
Encodes and writes the major type and value as a simple type.
writeSimpleValue(byte) - Method in class ej.cbor.CborEncoder
Writes a simple value, i.e., an "atom" or "constant" value in canonical CBOR format.
writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write an sint32 field to the stream.
writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write an sint64 field to the stream.
writeSmallInt(int) - Method in class ej.cbor.CborEncoder
Writes a signed or unsigned small (<= 23) integer value in CBOR format.
writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeString(int, byte[]) - Method in class ej.cbor.CborEncoder
Writes a byte string in canonical CBOR-format.
writeStringKey(String) - Method in class ej.data.AbstractDataWriter
 
writeStringKey(String) - Method in interface ej.data.DataWriter
Writes the expected String key within the current map.
writeStringKey0(String) - Method in class ej.data.AbstractDataWriter
 
writeStringKey0(String) - Method in class ej.data.cbor.DataWriterCBOR
 
writeStringKey0(String) - Method in class ej.data.json.DataWriterJSON
 
writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
Write a string field to the stream.
writeStringValue(String) - Method in class ej.data.AbstractDataWriter
 
writeStringValue(String) - Method in interface ej.data.DataWriter
Writes the next String value.
writeStringValue0(String) - Method in class ej.data.AbstractDataWriter
 
writeStringValue0(String) - Method in class ej.data.cbor.DataWriterCBOR
 
writeStringValue0(String) - Method in class ej.data.json.DataWriterJSON
 
writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
Encode and write a tag.
writeTag(long) - Method in class ej.cbor.CborEncoder
Writes a semantic tag in canonical CBOR format.
writeTextString(String) - Method in class ej.cbor.CborEncoder
Writes an UTF-8 string in canonical CBOR-format.
writeTextStringStart() - Method in class ej.cbor.CborEncoder
Writes the start of an indefinite-length UTF-8 string.
writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
 
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
Writes the complete contents of this byte array output stream to the specified output stream argument.
writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
Writes the complete contents of this byte string to the specified output stream argument.
writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
Serializes the message and writes it to output.
writeType(int, long) - Method in class ej.cbor.CborEncoder
Encodes and writes the major type indicator with a given payload (length).
writeUInt(int, long) - Method in class ej.cbor.CborEncoder
Encodes and writes an unsigned integer value, that is, tries to encode it in a little bytes as possible.
writeUInt16(int, int) - Method in class ej.cbor.CborEncoder
Encodes and writes an unsigned 16-bit integer value.
writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt32(int, int) - Method in class ej.cbor.CborEncoder
Encodes and writes an unsigned 32-bit integer value.
writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
Write a uint32 field to the stream.
writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUInt64(int, long) - Method in class ej.cbor.CborEncoder
Encodes and writes an unsigned 64-bit integer value.
writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
Write a uint64 field to the stream.
writeUInt8(int, int) - Method in class ej.cbor.CborEncoder
Encodes and writes an unsigned 8-bit integer value.
writeUndefined() - Method in class ej.cbor.CborEncoder
Writes an "undefined" value in canonical CBOR format.
writeUnknownGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroup(int, com.google.protobuf.MessageLite).
writeUnknownGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
Deprecated.
UnknownFieldSet now implements MessageLite, so you can just call CodedOutputStream.writeGroupNoTag(com.google.protobuf.MessageLite).
writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
writeWapExtension(int, Object) - Method in class org.kxml2.wap.WbxmlSerializer
 
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.
WV - Class in org.kxml2.wap.wv
Wireless Village CSP 1.1 ("OMA-WV-CSP-V1_1-20021001-A.pdf") Wireless Village CSP 1.2 ("OMA-IMPS-WV-CSP_WBXML-v1_2-20030221-C.PDF") There are some bugs in the 1.2 spec but this is Ok.
WV() - Constructor for class org.kxml2.wap.wv.WV
 

X

X509 - Static variable in class com.microej.demo.thermorest.cloud.aws.SslContextHelper
X509.
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
 
XmlPullParser - Interface in org.xmlpull.v1
XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - Exception in org.xmlpull.v1
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for exception org.xmlpull.v1.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.xmlpull.v1.XmlPullParserException
 
XmlPullParserFactory - Class in org.xmlpull.v1
This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
XmlPullParserFactory() - Constructor for class org.xmlpull.v1.XmlPullParserFactory
Protected constructor to be called by factory implementations.
XmlSerializer - Interface in org.xmlpull.v1
Define an interface to serialziation of XML Infoset.
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.

Z

ZERO - Static variable in class java.math.BigDecimal
The value 0, with a scale of 0.
ZERO - Static variable in class java.math.BigInteger
The BigInteger constant zero.
ZERO - Static variable in class sun.misc.FDBigInteger
 
ZwaveController - Class in ej.basedriver.zwave
 
ZwaveController(StreamConnection) - Constructor for class ej.basedriver.zwave.ZwaveController
 
ZwaveController(StreamConnection, ZwaveLogger) - Constructor for class ej.basedriver.zwave.ZwaveController
 
ZwaveController(Device, StreamConnection, ZwaveLogger) - Constructor for class ej.basedriver.zwave.ZwaveController
 
ZwaveController(Device, StreamConnection) - Constructor for class ej.basedriver.zwave.ZwaveController
 
ZwaveDevice - Class in ej.basedriver.zwave.device
 
ZwaveDevice(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwaveDevice
 
ZwaveDryContact - Class in ej.basedriver.zwave.device
 
ZwaveDryContact(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwaveDryContact
 
ZwaveLogger - Interface in ej.basedriver.zwave.util
 
ZwaveLoggerAdapter - Class in ej.basedriver.zwave.util
 
ZwaveLoggerAdapter() - Constructor for class ej.basedriver.zwave.util.ZwaveLoggerAdapter
 
ZwaveMultilevelSensor - Class in ej.basedriver.zwave.device
 
ZwaveMultilevelSensor(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwaveMultilevelSensor
 
ZwaveNode - Class in ej.basedriver.zwave
A zwave node.
ZwaveNode(ZwaveController, byte) - Constructor for class ej.basedriver.zwave.ZwaveNode
Instantiate a zwave node for a specific controller.
ZwavePowerMeter - Class in ej.basedriver.zwave.device
A ZwavePowerMeter
ZwavePowerMeter(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwavePowerMeter
 
ZwaveProtocol - Interface in ej.basedriver.zwave
 
ZwaveReceiveThread - Class in ej.basedriver.zwave
 
ZwaveReceiveThread(ZwaveSendThread, ZwaveLogger) - Constructor for class ej.basedriver.zwave.ZwaveReceiveThread
 
ZwaveSendThread - Class in ej.basedriver.zwave
 
ZwaveSendThread() - Constructor for class ej.basedriver.zwave.ZwaveSendThread
 
ZwaveSession - Class in ej.basedriver.zwave
 
ZwaveSession(ZwaveController) - Constructor for class ej.basedriver.zwave.ZwaveSession
 
ZwaveSwitch - Class in ej.basedriver.zwave.device
 
ZwaveSwitch(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwaveSwitch
 
ZwaveThermostat - Class in ej.basedriver.zwave.device
 
ZwaveThermostat(ZwaveNode) - Constructor for class ej.basedriver.zwave.device.ZwaveThermostat
 
ZwaveThermostatMode - Class in ej.basedriver.zwave.device
 
ZwaveThermostatMode(ZwaveThermostat, int, byte) - Constructor for class ej.basedriver.zwave.device.ZwaveThermostatMode
A thermostat mode on the Zwave protocol.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links