- SafeVarargs - Annotation Type in java.lang
-
A programmer assertion that the body of the annotated method or constructor does not perform
potentially unsafe operations on its varargs parameter.
- SAMARITAN - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for samaritan font identifier.
- SATURDAY - Static variable in class java.util.Calendar
-
- SAURASHTRA - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for saurashtra font identifier.
- scalb(double, int) - Static method in class java.lang.Math
-
Return d
× 2scaleFactor
rounded as if performed by a single
correctly rounded floating-point multiply to a member of the double value set.
- scalb(float, int) - Static method in class java.lang.Math
-
Return f
× 2scaleFactor
rounded as if performed by a single
correctly rounded floating-point multiply to a member of the float value set.
- schedule(TimerTask, long) - Method in class ej.bon.Timer
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, Date) - Method in class ej.bon.Timer
-
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, long, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-delay execution, beginning
after the specified delay.
- schedule(TimerTask, Date, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-delay execution, beginning at
the specified time.
- schedule(TimerTask, Date) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for execution at the specified time.
- schedule(TimerTask, Date, long) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for repeated fixed-delay execution, beginning at the
specified time.
- schedule(TimerTask, long) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, long, long) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for repeated fixed-delay execution, beginning after the
specified delay.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-rate execution, beginning
after the specified delay.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class ej.bon.Timer
-
Schedules the specified task for repeated fixed-rate execution, beginning at
the specified time.
- scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for repeated fixed-rate execution, beginning at the specified
time.
- scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
-
Deprecated.
Schedules the specified task for repeated fixed-rate execution, beginning after the
specified delay.
- scheduledExecutionTime() - Method in class ej.bon.TimerTask
-
Returns the scheduled execution time of the most recent actual execution of
this task.
- scheduledExecutionTime() - Method in class java.util.TimerTask
-
Deprecated.
Returns the scheduled execution time of the most recent actual execution of this
task.
- search(Object) - Method in class java.util.Stack
-
Returns the 1-based position where an object is on this stack.
- SECOND - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the second within the minute.
- SecureRandom - Class in java.security
-
- SecureRandom() - Constructor for class java.security.SecureRandom
-
Constructs a secure random number generator (RNG) implementing the default random number algorithm.
- SecurityException - Exception in java.lang
-
Thrown by the security manager to indicate a security violation.
- SecurityException() - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException
with no detail message.
- SecurityException(String) - Constructor for exception java.lang.SecurityException
-
Constructs a SecurityException
with the specified detail message.
- SecurityException(String, Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException
with the specified detail message and cause.
- SecurityException(Throwable) - Constructor for exception java.lang.SecurityException
-
Creates a SecurityException
with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail
message of cause).
- SecurityManager - Class in java.lang
-
The security manager is a class that allows applications to implement a security policy.
- SecurityManager() - Constructor for class java.lang.SecurityManager
-
Constructs a new SecurityManager
.
- seek(long) - Method in class ej.bon.ResourceBuffer
-
Sets the buffer position indicator.
- seekToElementPointer(int) - Method in class ej.bon.ResourceArray
-
- SELECT - Static variable in class ej.microui.event.generator.Command
-
Constant for "select" command.
- send(int, int) - Method in class ej.microui.event.generator.Buttons
-
Sends a MicroUI event for the given action on given button to the listener of the Buttons.
- send(int) - Method in class ej.microui.event.generator.Command
-
Sends the given command to the event generator's listener
- send(int, int) - Method in class ej.microui.event.generator.Pointer
-
Sends a MicroUI event for the given action on given button to the listener of the Pointer.
- send(int, int) - Method in class ej.microui.event.generator.States
-
Stores the given state value and sends a MicroUI
States.EVENT_TYPE
to the States's listener.
- send(DatagramPacket) - Method in class java.net.DatagramSocket
-
Sends a datagram packet from this socket.
- sendEvent(int) - Method in class ej.microui.event.EventGenerator
-
- SEPTEMBER - Static variable in class java.util.Calendar
-
Value of the
Calendar.MONTH
field indicating the ninth month of the year in the Gregorian and
Julian calendars.
- Serializable - Interface in java.io
-
This interface is only defined for hierarchy compatibility.
- serialVersionUID - Static variable in interface java.security.Key
-
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
- serialVersionUID - Static variable in interface java.security.PrivateKey
-
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
- ServerSocket - Class in java.net
-
This class implements server sockets.
- ServerSocket() - Constructor for class java.net.ServerSocket
-
Creates an unbound server socket.
- ServerSocket(int) - Constructor for class java.net.ServerSocket
-
Creates a server socket, bound to the specified port.
- ServerSocket(int, int) - Constructor for class java.net.ServerSocket
-
Creates a server socket and binds it to the specified local port number, with the specified backlog.
- ServerSocket(int, int, InetAddress) - Constructor for class java.net.ServerSocket
-
Create a server with the specified port, listen backlog, and local IP address to bind to.
- ServerSocketFactory - Class in javax.net
-
This class creates server sockets.
- ServerSocketFactory() - Constructor for class javax.net.ServerSocketFactory
-
Creates a server socket factory.
- set(byte[], byte, int, int) - Static method in class ej.bon.ByteArray
-
Fills a zone of a byte array with the given value.
- set(int, E) - Method in class java.util.AbstractList
-
Replaces the element at the specified position in this list with the specified element (optional
operation).
- set(int, E) - Method in class java.util.ArrayList
-
Replaces the element at the specified position in this list with the specified element.
- set(int, int) - Method in class java.util.Calendar
-
Sets the given calendar field to the given value.
- set(int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR
, MONTH
, and
DAY_OF_MONTH
.
- set(int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the calendar fields YEAR
, MONTH
,
DAY_OF_MONTH
, HOUR_OF_DAY
, and MINUTE
.
- set(int, int, int, int, int, int) - Method in class java.util.Calendar
-
Sets the values for the fields YEAR
, MONTH
, DAY_OF_MONTH
,
HOUR
, MINUTE
, and SECOND
.
- set(int, E) - Method in interface java.util.List
-
Replaces the element at the specified position in this list with the specified element (optional
operation).
- set(E) - Method in interface java.util.ListIterator
-
- Set<E> - Interface in java.util
-
- set(int, E) - Method in class java.util.Vector
-
Replaces the element at the specified position in this Vector with the specified element.
- setAddress(InetAddress) - Method in class java.net.DatagramPacket
-
Sets the IP address of the machine to which this datagram is being sent.
- setBackgroundColor(int) - Method in class ej.microui.display.GraphicsContext
-
Sets the background color of this graphics context.
- setBacklight(int) - Method in class ej.microui.display.Display
-
Sets the backlight of the display.
- setBroadcast(boolean) - Method in class java.net.DatagramSocket
-
Enable/disable SO_BROADCAST.
- setCertificateEntry(String, Certificate) - Method in class java.security.KeyStore
-
Assigns the given trusted certificate to the given alias.
- setChanged() - Method in class java.util.Observable
-
Marks this Observable object as having been changed; the hasChanged method will
now return true.
- setCharAt(int, char) - Method in class java.lang.StringBuffer
-
The character at the specified index is set to ch
.
- setCharAt(int, char) - Method in class java.lang.StringBuilder
-
The character at the specified index is set to ch
.
- setClip(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
-
Sets the clipping area of this graphics context to the given rectangle.
- setColor(int) - Method in class ej.microui.display.GraphicsContext
-
Sets the color of this graphics context.
- setContrast(int) - Method in class ej.microui.display.Display
-
Sets the contrast of the display.
- setCurrentTimeMillis(long) - Static method in class ej.bon.Util
-
Sets the application time.
- setCurrentTimeMillis(Date) - Static method in class ej.bon.Util
-
Sets the application time.
- setDaemon(boolean) - Method in class java.lang.Thread
-
Marks this thread as either a
daemon thread
or a user thread.
- setData(byte[], int, int) - Method in class java.net.DatagramPacket
-
Set the data buffer for this packet.
- setData(byte[]) - Method in class java.net.DatagramPacket
-
Set the data buffer for this packet.
- setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class ej.bon.Timer
-
Sets the default handler for uncaught exceptions.
- setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class java.lang.Thread
-
Set the default handler invoked when a thread abruptly terminates due to an uncaught exception,
and no other handler has been defined for that thread.
- setElementAt(E, int) - Method in class java.util.Vector
-
Sets the component at the specified index
of this vector to be the specified object.
- setError() - Method in class java.io.PrintStream
-
Sets the error state of the stream to true
.
- setEventHandler(EventHandler) - Method in class ej.microui.event.EventGenerator
-
Sets an event handler to this event generator.
- setFirstDayOfWeek(int) - Method in class java.util.Calendar
-
Sets what the first day of the week is; e.g., SUNDAY
in the U.S.,
MONDAY
in France.
- setID(String) - Method in class java.util.TimeZone
-
Sets the time zone ID.
- setInterface(InetAddress) - Method in class java.net.MulticastSocket
-
Set the multicast network interface used by methods whose behavior would be affected by the value of the network
interface.
- setKeepAlive(boolean) - Method in class java.net.Socket
-
- setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
-
Assigns the given key (that has already been protected) to the given alias.
- setLedIntensity(int, int) - Static method in class ej.microui.led.Leds
-
Controls the intensity of the specified LED.
- setLedOff(int) - Static method in class ej.microui.led.Leds
-
Turns off the given LED.
- setLedOn(int) - Static method in class ej.microui.led.Leds
-
Turns on the given LED.
- setLength(int) - Method in class java.lang.StringBuffer
-
Sets the length of the character sequence.
- setLength(int) - Method in class java.lang.StringBuilder
-
Sets the length of the character sequence.
- setLength(int) - Method in class java.net.DatagramPacket
-
Set the length for this packet.
- setLenient(boolean) - Method in class java.util.Calendar
-
- setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
-
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a
hint for setting whether multicast data will be looped back to the local socket.
- setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
-
Sets what the minimal days required in the first week of the year are; For example, if the first
week is defined as one that contains the first day of the first month of a year, call this method
with value 1.
- setName(String) - Method in class java.lang.Thread
-
Changes the name of this thread to be equal to the argument name
.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether accept
ed server-mode SSLSockets
will be initially configured to
require client authentication.
- setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
-
Configures the socket to require client authentication.
- setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
-
Specify the network interface for outgoing multicast datagrams sent on this socket.
- setOOBInline(boolean) - Method in class java.net.Socket
-
Enable/disable
SO_OOBINLINE
(receipt of TCP urgent data)
By default, this option is disabled and TCP urgent data received on a socket is silently discarded.
- setOption(int, Object) - Method in interface java.net.SocketOptions
-
Enable/disable the option specified by optID.
- setOrigin(int, int) - Method in class ej.microui.event.generator.Pointer
-
Sets an origin offset.
- setPort(int) - Method in class java.net.DatagramPacket
-
Sets the port number on the remote host to which this datagram is being sent.
- setPriority(int) - Method in class java.lang.Thread
-
Changes the priority of this thread.
- setProperty(String, String) - Method in class ej.microui.event.generator.GenericEventGenerator
-
Called at startup to configure the event generator with the specific properties set in the MicroUI XML file.
- setReceiveBufferSize(int) - Method in class java.net.DatagramSocket
-
Sets the SO_RCVBUF option to the specified value for this DatagramSocket
.
- setReceiveBufferSize(int) - Method in class java.net.ServerSocket
-
Sets a default proposed value for the
SO_RCVBUF
option for sockets accepted from
this
ServerSocket
.
- setReceiveBufferSize(int) - Method in class java.net.Socket
-
Sets the
SO_RCVBUF
option to the specified value for this
Socket
.
- setReuseAddress(boolean) - Method in class java.net.DatagramSocket
-
Enable/disable the SO_REUSEADDR socket option.
- setReuseAddress(boolean) - Method in class java.net.ServerSocket
-
- setReuseAddress(boolean) - Method in class java.net.Socket
-
- setScale(int, int) - Method in class ej.microui.event.generator.Pointer
-
Sets a scaled area.
- setSecurityManager(SecurityManager) - Static method in class java.lang.System
-
Sets the System security.
- setSeed(long) - Method in class java.util.Random
-
Sets the seed of this random number generator using a single long
seed.
- setSendBufferSize(int) - Method in class java.net.DatagramSocket
-
Sets the SO_SNDBUF option to the specified value for this DatagramSocket
.
- setSendBufferSize(int) - Method in class java.net.Socket
-
Sets the
SO_SNDBUF
option to the specified value for this
Socket
.
- setSize(int) - Method in class java.util.Vector
-
Sets the size of this vector.
- setSocketAddress(SocketAddress) - Method in class java.net.DatagramPacket
-
Sets the SocketAddress (usually IP address + port number) of the remote host to which this datagram is being
sent.
- setSoLinger(boolean, int) - Method in class java.net.Socket
-
Enable/disable
SO_LINGER
with the specified linger time in seconds.
- setSoTimeout(int) - Method in class java.net.DatagramSocket
-
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
- setSoTimeout(int) - Method in class java.net.ServerSocket
-
Enable/disable
SO_TIMEOUT
with the specified timeout, in milliseconds.
- setSoTimeout(int) - Method in class java.net.Socket
-
Enable/disable
SO_TIMEOUT
with the specified timeout, in milliseconds.
- setTcpNoDelay(boolean) - Method in class java.net.Socket
-
Enable/disable
TCP_NODELAY
(disable/enable Nagle's algorithm).
- setTime(Date) - Method in class java.util.Calendar
-
Sets this Calendar's time with the given Date
.
- setTime(long) - Method in class java.util.Date
-
Sets this Date
object to represent a point in time that is time
milliseconds after January 1, 1970 00:00:00 GMT.
- setTimeInMillis(long) - Method in class java.util.Calendar
-
Sets this Calendar's current time from the given long value.
- setTimeToLive(int) - Method in class java.net.MulticastSocket
-
Set the default time-to-live for multicast packets sent out on this MulticastSocket
in order to control
the scope of the multicasts.
- setTimeZone(TimeZone) - Method in class java.util.Calendar
-
Sets the time zone with the given time zone value.
- setTrafficClass(int) - Method in class java.net.DatagramSocket
-
Sets traffic class or type-of-service octet in the IP datagram header for datagrams sent from this
DatagramSocket.
- setTrafficClass(int) - Method in class java.net.Socket
-
Sets traffic class or type-of-service octet in the IP header for packets sent from this Socket.
- setTranslation(int, int) - Method in class ej.microui.display.GraphicsContext
-
Sets the translation vector of this graphics context to the (x,y)
vector.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class ej.bon.Timer
-
Sets the specific handler for uncaught exceptions on this
Timer
instance.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class java.lang.Thread
-
Set the handler invoked when this thread abruptly terminates due to an uncaught exception.
- setUseClientMode(boolean) - Method in class javax.net.ssl.SSLServerSocket
-
Controls whether accepted connections are in the (default) SSL server mode, or the SSL client mode.
- setUseClientMode(boolean) - Method in class javax.net.ssl.SSLSocket
-
Configures the socket to use client (or server) mode when handshaking.
- setValue(V) - Method in class java.util.AbstractMap.SimpleEntry
-
Replaces the value corresponding to this entry with the specified value.
- setValue(V) - Method in class java.util.AbstractMap.SimpleImmutableEntry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- setValue(V) - Method in interface java.util.Map.Entry
-
Replaces the value corresponding to this entry with the specified value (optional operation).
- ShapePainter - Class in ej.drawing
-
The ShapePainter
class offers a set of static methods to render thick shapes (with or without
anti-aliasing) and polygons.
- ShapePainter() - Constructor for class ej.drawing.ShapePainter
-
- ShapePainter.Cap - Enum in ej.drawing
-
Defines the cap representation when drawing a line or a circle arc.
- Short - Class in java.lang
-
The Short
class wraps a value of primitive type short
in an object.
- Short(short) - Constructor for class java.lang.Short
-
Constructs a newly allocated Short
object that represents the specified short
value.
- Short(String) - Constructor for class java.lang.Short
-
Constructs a newly allocated Short
object that represents the short
value
indicated by the String
parameter.
- SHORT - Static variable in class java.util.Calendar
-
A style specifier indicating a short name, such as "Jan".
- SHORT - Static variable in class java.util.TimeZone
-
A style specifier for getDisplayName()
indicating a short name, such as "PST."
- SHORT_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a short.
- shortValue() - Method in class java.lang.Byte
-
Returns the value of this Byte
as a short
.
- shortValue() - Method in class java.lang.Double
-
Returns the value of this Double
as a short
(by casting to a short
).
- shortValue() - Method in class java.lang.Float
-
Returns the value of this Float
as a short
(by casting to a short
).
- shortValue() - Method in class java.lang.Integer
-
Returns the value of this Integer
as a short
.
- shortValue() - Method in class java.lang.Long
-
Returns the value of this Long
as a short
.
- shortValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a short
.
- shortValue() - Method in class java.lang.Short
-
Returns the value of this Short
as a short
.
- signum(int) - Static method in class java.lang.Integer
-
Returns the signum function of the specified int
value.
- signum(long) - Static method in class java.lang.Long
-
Returns the signum function of the specified long
value.
- signum(double) - Static method in class java.lang.Math
-
Returns the signum function of the argument; zero if the argument is zero, 1.0 if the argument is
greater than zero, -1.0 if the argument is less than zero.
- signum(float) - Static method in class java.lang.Math
-
Returns the signum function of the argument; zero if the argument is zero, 1.0f if the argument
is greater than zero, -1.0f if the argument is less than zero.
- SILVER - Static variable in class ej.microui.display.Colors
-
Constant for silver color.
- SimpleEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleEntry
-
Creates an entry representing the same mapping as the specified entry.
- SimpleEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleEntry
-
Creates an entry representing a mapping from the specified key to the specified value.
- SimpleImmutableEntry(Map.Entry<? extends K, ? extends V>) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
-
- SimpleImmutableEntry(K, V) - Constructor for class java.util.AbstractMap.SimpleImmutableEntry
-
- sin(double) - Static method in class ej.bon.XMath
-
Returns the trigonometric sine of an angle.
- sin(double) - Static method in class java.lang.Math
-
Returns the trigonometric sine of an angle.
- sinh(double) - Static method in class java.lang.Math
-
Returns the hyperbolic sine of a double
value.
- SINHALA - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for sinhala font identifier.
- size() - Method in class java.io.ByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class java.io.DataOutputStream
-
Returns the current value of the counter written
, the number of bytes written to
this data output stream so far.
- SIZE - Static variable in class java.lang.Byte
-
The number of bits used to represent a byte
value in two's complement binary form.
- SIZE - Static variable in class java.lang.Character
-
The number of bits used to represent a char value in unsigned binary form, constant
16
.
- SIZE - Static variable in class java.lang.Double
-
The number of bits used to represent a double
value.
- SIZE - Static variable in class java.lang.Float
-
The number of bits used to represent a float
value.
- SIZE - Static variable in class java.lang.Integer
-
The number of bits used to represent an int
value in two's complement binary form.
- SIZE - Static variable in class java.lang.Long
-
The number of bits used to represent a long
value in two's complement binary form.
- SIZE - Static variable in class java.lang.Short
-
The number of bits used to represent a short
value in two's complement binary form.
- size() - Method in class java.security.KeyStore
-
Retrieves the number of entries in this keystore.
- size() - Method in class java.util.AbstractCollection
-
Returns the number of elements in this collection.
- size() - Method in class java.util.AbstractMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.ArrayList
-
Returns the number of elements in this list.
- size() - Method in interface java.util.Collection
-
Returns the number of elements in this collection.
- size() - Method in class java.util.Dictionary
-
Returns the number of entries (distinct keys) in this dictionary.
- size() - Method in class java.util.HashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class java.util.Hashtable
-
Returns the number of keys in this hashtable.
- size() - Method in interface java.util.List
-
Returns the number of elements in this list.
- size() - Method in interface java.util.Map
-
Returns the number of key-value mappings in this map.
- size() - Method in interface java.util.Set
-
Returns the number of elements in this set (its cardinality).
- size() - Method in class java.util.Vector
-
Returns the number of components in this vector.
- size() - Method in class java.util.WeakHashMap
-
Returns the number of key-value mappings in this map.
- skip(long) - Method in class java.io.ByteArrayInputStream
-
Skips n
bytes of input from this input stream.
- skip(long) - Method in class java.io.FilterInputStream
-
Skips over and discards n
bytes of data from the input stream.
- skip(long) - Method in class java.io.InputStream
-
Skips over and discards n
bytes of data from this input stream.
- skip(long) - Method in class java.io.Reader
-
Skips characters.
- skipBytes(int) - Method in interface java.io.DataInput
-
Makes an attempt to skip over n
bytes of data from the input stream, discarding the
skipped bytes.
- skipBytes(int) - Method in class java.io.DataInputStream
-
See the general contract of the skipBytes
method of DataInput
.
- sleep(long) - Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease execution) for the specified
number of milliseconds, subject to the precision and accuracy of system timers and schedulers.
- sleep(long, int) - Static method in class java.lang.Thread
-
Causes the currently executing thread to sleep (temporarily cease execution) for the specified
number of milliseconds plus the specified number of nanoseconds, subject to the precision and
accuracy of system timers and schedulers.
- SO_BINDADDR - Static variable in interface java.net.SocketOptions
-
Fetch the local address binding of a socket (this option cannot be "set" only "gotten", since sockets are bound
at creation time, and so the locally bound address cannot be changed).
- SO_BROADCAST - Static variable in interface java.net.SocketOptions
-
Sets SO_BROADCAST for a socket.
- SO_KEEPALIVE - Static variable in interface java.net.SocketOptions
-
When the keepalive option is set for a TCP socket and no data has been exchanged across the socket in either
direction for 2 hours (NOTE: the actual value is implementation dependent), TCP automatically sends a keepalive
probe to the peer.
- SO_LINGER - Static variable in interface java.net.SocketOptions
-
Specify a linger-on-close timeout.
- SO_OOBINLINE - Static variable in interface java.net.SocketOptions
-
When the OOBINLINE option is set, any TCP urgent data received on the socket will be received through the socket
input stream.
- SO_RCVBUF - Static variable in interface java.net.SocketOptions
-
Set a hint the size of the underlying buffers used by the platform for incoming network I/O.
- SO_REUSEADDR - Static variable in interface java.net.SocketOptions
-
Sets SO_REUSEADDR for a socket.
- SO_SNDBUF - Static variable in interface java.net.SocketOptions
-
Set a hint the size of the underlying buffers used by the platform for outgoing network I/O.
- SO_TIMEOUT - Static variable in interface java.net.SocketOptions
-
Set a timeout on blocking Socket operations:
- Socket - Class in java.net
-
This class implements client sockets (also called just "sockets").
- Socket() - Constructor for class java.net.Socket
-
Creates an unconnected socket, with the system-default type of SocketImpl.
- Socket(String, int) - Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port number on the named host.
- Socket(InetAddress, int) - Constructor for class java.net.Socket
-
Creates a stream socket and connects it to the specified port number at the specified IP address.
- Socket(String, int, InetAddress, int) - Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote host on the specified remote port.
- Socket(InetAddress, int, InetAddress, int) - Constructor for class java.net.Socket
-
Creates a socket and connects it to the specified remote address on the specified remote port.
- SocketAddress - Class in java.net
-
This class represents a Socket Address with no protocol attachment.
- SocketAddress() - Constructor for class java.net.SocketAddress
-
- SocketException - Exception in java.net
-
Thrown to indicate that there is an error creating or accessing a Socket.
- SocketException(String) - Constructor for exception java.net.SocketException
-
Constructs a new SocketException
with the specified detail message.
- SocketException() - Constructor for exception java.net.SocketException
-
Constructs a new SocketException
with no detail message.
- SocketFactory - Class in javax.net
-
This class creates sockets.
- SocketFactory() - Constructor for class javax.net.SocketFactory
-
Creates a SocketFactory
.
- SocketOptions - Interface in java.net
-
- SocketPermission - Class in java.net
-
- SocketPermission(String, String) - Constructor for class java.net.SocketPermission
-
Creates a new SocketPermission object with the specified actions.
- SocketTimeoutException - Exception in java.net
-
- SocketTimeoutException(String) - Constructor for exception java.net.SocketTimeoutException
-
Constructs a new SocketTimeoutException with a detail message.
- SocketTimeoutException() - Constructor for exception java.net.SocketTimeoutException
-
Construct a new SocketTimeoutException with no detailed message.
- sqrt(double) - Static method in class ej.bon.XMath
-
Returns the correctly rounded positive square root of a double
value.
- sqrt(double) - Static method in class java.lang.Math
-
Returns the correctly rounded positive square root of a double
value.
- SSLContext - Class in javax.net.ssl
-
Instances of this class represent a secure socket protocol implementation which acts as a factory for secure socket
factories or SSLEngine
s.
- SSLContext() - Constructor for class javax.net.ssl.SSLContext
-
- SSLContextSpi - Class in javax.net.ssl
-
This class defines the Service Provider Interface (SPI) for the SSLContext
class.
- SSLContextSpi() - Constructor for class javax.net.ssl.SSLContextSpi
-
- SSLException - Exception in javax.net.ssl
-
Indicates some kind of error detected by an SSL subsystem.
- SSLException(String) - Constructor for exception javax.net.ssl.SSLException
-
Constructs an exception reporting an error found by an SSL subsystem.
- SSLException(String, Throwable) - Constructor for exception javax.net.ssl.SSLException
-
Creates a SSLException
with the specified detail message and cause.
- SSLException(Throwable) - Constructor for exception javax.net.ssl.SSLException
-
Creates a SSLException
with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause).
- SSLHandshakeException - Exception in javax.net.ssl
-
Indicates that the client and server could not negotiate the desired level of security.
- SSLHandshakeException(String) - Constructor for exception javax.net.ssl.SSLHandshakeException
-
Constructs an exception reporting an error found by an SSL subsystem during handshaking.
- SSLPermission - Class in javax.net.ssl
-
- SSLPermission(String) - Constructor for class javax.net.ssl.SSLPermission
-
- SSLPermission(String, String) - Constructor for class javax.net.ssl.SSLPermission
-
- SSLServerSocket - Class in javax.net.ssl
-
This class extends ServerSocket
s and provides secure server sockets using protocols such as the Secure
Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
- SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
-
Used only by subclasses.
- SSLServerSocketFactory - Class in javax.net.ssl
-
SSLServerSocketFactory
s create SSLServerSocket
s.
- SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
-
Constructor is used only by subclasses.
- SSLSocket - Class in javax.net.ssl
-
This class extends Socket
s and provides secure socket using protocols such as the "Secure Sockets Layer"
(SSL) or IETF "Transport Layer Security" (TLS) protocols.
- SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
-
Used only by subclasses.
- SSLSocketFactory - Class in javax.net.ssl
-
SSLSocketFactory
s create SSLSocket
s.
- SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
-
Constructor is used only by subclasses.
- Stack<E> - Class in java.util
-
The Stack
class represents a last-in-first-out (LIFO) stack of objects.
- Stack() - Constructor for class java.util.Stack
-
Creates an empty Stack.
- StackOverflowError - Error in java.lang
-
Thrown when a stack overflow occurs because an application recurses too deeply.
- StackOverflowError() - Constructor for error java.lang.StackOverflowError
-
Constructs a StackOverflowError
with no detail message.
- StackOverflowError(String) - Constructor for error java.lang.StackOverflowError
-
Constructs a StackOverflowError
with the specified detail message.
- StackTraceElement - Class in java.lang
-
An element in a stack trace.
- StackTraceElement() - Constructor for class java.lang.StackTraceElement
-
- START - Static variable in class ej.microui.event.generator.Command
-
Constant for "start" command.
- start() - Static method in class ej.microui.MicroUI
-
Starts MicroUI.
It implies starting event serialization as well as rendering mechanisms.
This method does nothing if MicroUI is already started.
- start() - Method in class java.lang.Thread
-
Causes this thread to begin execution; the Java Virtual Machine calls the run
method
of this thread.
- startHandshake() - Method in class javax.net.ssl.SSLSocket
-
Starts an SSL handshake on this connection.
- startsWith(String) - Method in class java.lang.String
-
Tests if this string starts with the specified prefix.
- startsWith(String, int) - Method in class java.lang.String
-
Tests if the substring of this string beginning at the specified index starts with the specified
prefix.
- States - Class in ej.microui.event.generator
-
A states event generator is usually associated to a group of physical devices holding a position (switch, rotary
wheel encoder, ...) and allows to generate events relating to them.
- States(int[], int[]) - Constructor for class ej.microui.event.generator.States
-
Creates a states generator.
- STOP - Static variable in class ej.microui.event.generator.Command
-
Constant for "stop" command.
- stop() - Static method in class ej.microui.MicroUI
-
Stops MicroUI.
It implies stopping any potential event serialization as well as rendering mechanisms.
This method does nothing if MicroUI is already stopped.
- String - Class in java.lang
-
- String() - Constructor for class java.lang.String
-
Initializes a newly created String
object so that it represents an empty character
sequence.
- String(byte[]) - Constructor for class java.lang.String
-
Constructs a new String
by decoding the specified array of bytes using the platform's
default charset.
- String(byte[], int, int) - Constructor for class java.lang.String
-
Constructs a new String
by decoding the specified subarray of bytes using the platform's
default charset.
- String(byte[], int, int, String) - Constructor for class java.lang.String
-
Constructs a new String
by decoding the specified subarray of bytes using the specified
charset.
- String(byte[], String) - Constructor for class java.lang.String
-
Constructs a new String
by decoding the specified array of bytes using the specified
charset.
- String(char[]) - Constructor for class java.lang.String
-
Allocates a new String
so that it represents the sequence of characters currently
contained in the character array argument.
- String(char[], int, int) - Constructor for class java.lang.String
-
Allocates a new String
that contains characters from a subarray of the character array
argument.
- String(String) - Constructor for class java.lang.String
-
Initializes a newly created String
object so that it represents the same sequence of
characters as the argument; in other words, the newly created string is a copy of the argument
string.
- String(StringBuffer) - Constructor for class java.lang.String
-
Allocates a new string that contains the sequence of characters currently contained in the string
buffer argument.
- String(StringBuilder) - Constructor for class java.lang.String
-
Allocates a new string that contains the sequence of characters currently contained in the string
builder argument.
- StringBuffer - Class in java.lang
-
A thread-safe, mutable sequence of characters.
- StringBuffer() - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
- StringBuffer(CharSequence) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer that contains the same characters as the specified
CharSequence
.
- StringBuffer(int) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer with no characters in it and the specified initial capacity.
- StringBuffer(String) - Constructor for class java.lang.StringBuffer
-
Constructs a string buffer initialized to the contents of the specified string.
- StringBuilder - Class in java.lang
-
A mutable sequence of characters.
- StringBuilder() - Constructor for class java.lang.StringBuilder
-
Constructs a string builder with no characters in it and an initial capacity of 16 characters.
- StringBuilder(CharSequence) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder that contains the same characters as the specified
CharSequence
.
- StringBuilder(int) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder with no characters in it and an initial capacity specified by the
capacity
argument.
- StringBuilder(String) - Constructor for class java.lang.StringBuilder
-
Constructs a string builder initialized to the contents of the specified string.
- StringIndexOutOfBoundsException - Exception in java.lang
-
Thrown by String
methods to indicate that an index is either negative or greater
than the size of the string.
- StringIndexOutOfBoundsException() - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a StringIndexOutOfBoundsException
with no detail message.
- StringIndexOutOfBoundsException(int) - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a new StringIndexOutOfBoundsException
class with an argument indicating
the illegal index.
- StringIndexOutOfBoundsException(String) - Constructor for exception java.lang.StringIndexOutOfBoundsException
-
Constructs a StringIndexOutOfBoundsException
with the specified detail message.
- stringWidth(String) - Method in class ej.microui.display.Font
-
Returns the width of a string when it is drawn using this font.
- STYLE_BOLD - Static variable in class ej.microui.display.Font
-
The bold style constant.
- STYLE_ITALIC - Static variable in class ej.microui.display.Font
-
The italic style constant.
- STYLE_PLAIN - Static variable in class ej.microui.display.Font
-
The plain style constant.
- subList(int, int) - Method in class java.util.AbstractList
-
Returns a view of the portion of this list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in class java.util.ArrayList
-
Returns a view of the portion of this list between the specified fromIndex
, inclusive,
and toIndex
, exclusive.
- subList(int, int) - Method in interface java.util.List
-
Returns a view of the portion of this list between the specified fromIndex, inclusive,
and toIndex, exclusive.
- subList(int, int) - Method in class java.util.Vector
-
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
- subSequence(int, int) - Method in interface java.lang.CharSequence
-
Returns a new CharSequence
that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.lang.String
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.lang.StringBuffer
-
Returns a new character sequence that is a subsequence of this sequence.
- subSequence(int, int) - Method in class java.lang.StringBuilder
-
Returns a new character sequence that is a subsequence of this sequence.
- substring(int) - Method in class java.lang.String
-
Returns a new string that is a substring of this string.
- substring(int, int) - Method in class java.lang.String
-
Returns a new string that is a substring of this string.
- substring(int) - Method in class java.lang.StringBuffer
-
Returns a new String
that contains a subsequence of characters currently contained
in this character sequence.
- substring(int, int) - Method in class java.lang.StringBuffer
-
Returns a new String
that contains a subsequence of characters currently contained
in this sequence.
- substring(int) - Method in class java.lang.StringBuilder
-
Returns a new String
that contains a subsequence of characters
currently contained in this character sequence.
- substring(int, int) - Method in class java.lang.StringBuilder
-
Returns a new String
that contains a subsequence of characters
currently contained in this sequence.
- substringWidth(String, int, int) - Method in class ej.microui.display.Font
-
Returns the width of a part of a string when it is drawn using this font.
- SUNDANESE - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for sundanese font identifier.
- SUNDAY - Static variable in class java.util.Calendar
-
- supportsExtendedFeatures(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the button supports the extended features elapsedTime, click and doubleClick
features.
- supportsMulticast() - Method in class java.net.NetworkInterface
-
Returns whether a network interface supports multicasting or not.
- SuppressWarnings - Annotation Type in java.lang
-
Indicates that the named compiler warnings should be suppressed in the annotated element (and in
all program elements contained in the annotated element).
- SYLOTI_NAGRI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for syloti nagri font identifier.
- SYRIAC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for syriac font identifier.
- System - Class in java.lang
-
The System
class contains several useful class fields and methods.
- System() - Constructor for class java.lang.System
-