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

S

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.
SATURDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Saturday.
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
Modify the position of the ResourceBuffer used to create this ResourceArray.
Selector - Interface in ej.mwt.stylesheet.selector
Represents a selector.
SelectorHelper - Class in ej.mwt.stylesheet.selector
Provides utility methods related to selectors.
SelectorHelper() - Constructor for class ej.mwt.stylesheet.selector.SelectorHelper
 
send(int) - Method in class ej.mwt.event.DesktopEventGenerator
Sends a desktop event for the given action to the event handler of this event generator.
send(DatagramPacket) - Method in class java.net.DatagramSocket
Sends a datagram packet from this socket.
sendEventToWidget(Widget, int) - Method in class ej.mwt.event.EventDispatcher
Sends the given event to the given widget.
sendEventToWidgetHierarchy(Widget, int) - Method in class ej.mwt.event.EventDispatcher
Sends the given event to the given widget and to each of its ancestors.
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.
ServiceFactory - Class in ej.service
A simple dependency injection facility.
ServiceFactory() - Constructor for class ej.service.ServiceFactory
 
ServiceLoader - Interface in ej.service
A simple service loading facility.
ServiceLoaderHelper - Class in ej.service.loader
Helper class for service loaders.
ServiceLoaderHelper() - Constructor for class ej.service.loader.ServiceLoaderHelper
 
ServiceLoadingException - Exception in ej.service
Thrown when an error occurs while loading a service.
ServiceLoadingException(String, Throwable) - Constructor for exception ej.service.ServiceLoadingException
Constructs a new service loading exception with the specified detail message and cause.
ServicePermission - Class in ej.service
ServicePermission(String, Class<?>, String) - Constructor for class ej.service.ServicePermission
Creates a permission for the given service.
ServiceRegistry - Interface in ej.service
An extension of service loader that allows to register services dynamically.
SERVICES_FOLDER - Static variable in class ej.service.loader.MetaInfServiceLoader
Folder where the services are defined.
set(byte[], byte, int, int) - Static method in class ej.bon.ByteArray
Fills a zone of a byte array with the given value.
set(int, E) - Method in class java.util.AbstractList
Replaces the element at the specified position in this list with the specified element (optional operation).
set(int, E) - Method in class java.util.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
Replaces the last element returned by ListIterator.next() or ListIterator.previous() with the specified element (optional operation).
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.
SET_ACTION - Static variable in class ej.property.PropertyPermission
setActiveNetwork(Network) - Method in class android.net.ConnectivityManager
Sets the active network.
setAddress(InetAddress) - Method in class java.net.DatagramPacket
Sets the IP address of the machine to which this datagram is being sent.
setAttached() - Method in class ej.mwt.Desktop
Sets this desktop as attached.
setAvailable(boolean, Network, NetworkInfo) - Method in class android.net.ConnectivityManager
Sets the network availability.
setBackground(Background) - Method in class ej.mwt.style.EditableStyle
Sets the background.
setBooleanProperty(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
Sets a boolean value in a bit field.
setBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBooleanPropertyAtOffset(int, boolean, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Forces the boolean to true in a bit field.
setBorder(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the border.
setBounds(int, int, int, int) - Method in class ej.mwt.util.Rectangle
Sets the bounds of this rectangle.
setBroadcast(boolean) - Method in class java.net.DatagramSocket
Enable/disable SO_BROADCAST.
setCapabilities(int[]) - Method in class android.net.NetworkCapabilities
Sets the capabilities.
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.
setClassSelectors(int[]) - Method in class ej.mwt.Widget
Sets the class selectors.
setColor(int) - Method in class ej.mwt.style.EditableStyle
Sets the color.
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.
setDetached() - Method in class ej.mwt.Desktop
Sets this desktop as detached.
setDimension(Dimension) - Method in class ej.mwt.style.EditableStyle
Sets the dimension.
setElementAt(E, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setEnabled(boolean) - Method in class ej.mwt.Widget
Sets this widget to be enabled or not.
setError() - Method in class java.io.PrintStream
Sets the error state of the stream to true.
setExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given float value.
setExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given int value.
setExtraObject(int, Object) - Method in class ej.mwt.style.EditableStyle
Sets an extra field to the given object value.
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.
setFont(Font) - Method in class ej.mwt.style.EditableStyle
Sets the font.
setHeight(int) - Method in class ej.mwt.util.Rectangle
Sets the height.
setHeight(int) - Method in class ej.mwt.util.Size
Sets the height.
setHiddenChild(Widget) - Method in class ej.mwt.Container
Sets a child as hidden.
setHiddenChildren() - Method in class ej.mwt.Container
Automatically declares children as hidden when this container is hidden.
setHorizontalAlignment(int) - Method in class ej.mwt.style.EditableStyle
Sets the horizontal alignment.
setID(String) - Method in class java.util.TimeZone
Sets the time zone ID.
setInterface(InetAddress) - Method in class java.net.MulticastSocket
Set the multicast network interface used by methods whose behavior would be affected by the value of the network interface.
setIntProperty(int, int, int, int) - Static method in class ej.basictool.BitFieldHelper
Sets a int value in a bit field.
setKeepAlive(boolean) - Method in class java.net.Socket
Enable/disable SO_KEEPALIVE.
setKeyEntry(String, byte[], Certificate[]) - Method in class java.security.KeyStore
Assigns the given key (that has already been protected) to the given alias.
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
Deprecated.
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.
setLoggerName(String) - Method in class java.util.logging.LogRecord
Set the source logger's name.
setLoopbackMode(boolean) - Method in class java.net.MulticastSocket
Disable/Enable local loopback of multicast datagrams The option is used by the platform's networking code as a hint for setting whether multicast data will be looped back to the local socket.
setMargin(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the margin.
setMessage(String) - Method in class java.util.logging.LogRecord
Set the raw log message.
setMillis(long) - Method in class java.util.logging.LogRecord
Set event time of the LogRecord.
setMinimalDaysInFirstWeek(int) - Method in class java.util.Calendar
Sets what the minimal days required in the first week of the year are; For example, if the first week is defined as one that contains the first day of the first month of a year, call this method with value 1.
setName(String) - Method in class java.lang.Thread
Changes the name of this thread to be equal to the argument name.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLServerSocket
Controls whether accepted server-mode SSLSockets will be initially configured to require client authentication.
setNeedClientAuth(boolean) - Method in class javax.net.ssl.SSLSocket
Configures the socket to require client authentication.
setNetworkInterface(NetworkInterface) - Method in class java.net.MulticastSocket
Specify the network interface for outgoing multicast datagrams sent on this socket.
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.
setPadding(Outline) - Method in class ej.mwt.style.EditableStyle
Sets the padding.
setParentClip(Widget, GraphicsContext) - Method in class ej.mwt.render.DefaultRenderPolicy
Clips and translates a graphics context to the absolute bounds of the parent of a widget.
setPort(int) - Method in class java.net.DatagramPacket
Sets the port number on the remote host to which this datagram is being sent.
setPosition(int, int) - Method in class ej.mwt.util.Rectangle
Sets the position of this rectangle.
setPosition(int, int) - Method in class ej.mwt.Widget
Sets the position of this widget.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setProperty(String, String) - Method in interface ej.property.PropertyRegistry
Sets a property that maps a key to a value.
setProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
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
Enable/disable the SO_REUSEADDR socket option.
setReuseAddress(boolean) - Method in class java.net.Socket
Enable/disable the SO_REUSEADDR socket option.
setSecurityManager(SecurityManager) - Static method in class java.lang.System
Sets the System security.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSendBufferSize(int) - Method in class java.net.DatagramSocket
Sets the SO_SNDBUF option to the specified value for this DatagramSocket.
setSendBufferSize(int) - Method in class java.net.Socket
Sets the SO_SNDBUF option to the specified value for this Socket.
setShownChild(Widget) - Method in class ej.mwt.Container
Sets a child as shown.
setShownChildren() - Method in class ej.mwt.Container
Automatically declares children as shown when this container is shown.
setSize(int, int) - Method in class ej.mwt.util.Rectangle
Sets the size of this rectangle.
setSize(int, int) - Method in class ej.mwt.util.Size
Sets the size.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
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.
setStyle(Style) - Method in class ej.mwt.Widget
Sets the style of the widget.
setStylesheet(Stylesheet) - Method in class ej.mwt.Desktop
Sets the stylesheet instance.
setTcpNoDelay(boolean) - Method in class java.net.Socket
Enable/disable TCP_NODELAY (disable/enable Nagle's algorithm).
setThrown(Throwable) - Method in class java.util.logging.LogRecord
Set the throwable associated with this log record.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeToLive(int) - Method in class java.net.MulticastSocket
Set the default time-to-live for multicast packets sent out on this MulticastSocket in order to control the scope of the multicasts.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
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.
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).
setVerticalAlignment(int) - Method in class ej.mwt.style.EditableStyle
Sets the vertical alignment.
setWidget(Widget) - Method in class ej.mwt.Desktop
Attaches a widget to this desktop.
setWidth(int) - Method in class ej.mwt.util.Rectangle
Sets the width.
setWidth(int) - Method in class ej.mwt.util.Size
Sets the width.
setX(int) - Method in class ej.mwt.util.Rectangle
Sets the x coordinate.
setY(int) - Method in class ej.mwt.util.Rectangle
Sets the y coordinate.
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.
SharedPropertyFactory - Class in ej.wadapps.property
The factory that retrieves the unique instance of the SharedPropertyRegistry sets by the system.
SharedPropertyFactory() - Constructor for class ej.wadapps.property.SharedPropertyFactory
 
SharedPropertyRegistry - Interface in ej.wadapps.property
Shared property registry is used to share properties between different applications.
SharedServiceFactory - Class in ej.wadapps.service
The factory that retrieves the unique instance of the SharedServiceRegistry sets by the system.
SharedServiceFactory() - Constructor for class ej.wadapps.service.SharedServiceFactory
 
SharedServiceRegistry - Interface in ej.wadapps.service
The shared service registry is used to share services between different applications.
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.
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
 
SimplePropertyRegistry - Class in ej.property.registry
Simple implementation of a property registry.
SimplePropertyRegistry() - Constructor for class ej.property.registry.SimplePropertyRegistry
Creates a simple property registry.
SimpleServiceLoader - Class in ej.service.loader
Service loader that creates service instance based on default service implementation class.
SimpleServiceLoader() - Constructor for class ej.service.loader.SimpleServiceLoader
Instantiates a new default service loader.
SimpleServiceRegistry - Class in ej.service.registry
Service loader that creates service instance based on default service implementation class.
SimpleServiceRegistry() - Constructor for class ej.service.registry.SimpleServiceRegistry
 
sin(double) - Static method in class 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.
Size - Class in ej.mwt.util
Represents a size (width and height).
Size(int, int) - Constructor for class ej.mwt.util.Size
Creates a size specifying its values.
Size(Size) - Constructor for class ej.mwt.util.Size
Creates a size from another size.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.io.DataOutputStream
Returns the current value of the counter written, the number of bytes written to this data output stream so far.
SIZE - Static variable in class java.lang.Byte
The number of bits used to represent a byte value in two's complement binary form.
SIZE - Static variable in class java.lang.Character
The number of bits used to represent a char value in unsigned binary form, constant 16.
SIZE - Static variable in class java.lang.Double
The number of bits used to represent a double value.
SIZE - Static variable in class java.lang.Float
The number of bits used to represent a float value.
SIZE - Static variable in class java.lang.Integer
The number of bits used to represent an int value in two's complement binary form.
SIZE - Static variable in class java.lang.Long
The number of bits used to represent a long value in two's complement binary form.
SIZE - Static variable in class java.lang.Short
The number of bits used to represent a short value in two's complement binary form.
size() - Method in class java.security.KeyStore
Retrieves the number of entries in this keystore.
size() - Method in class java.util.AbstractCollection
Returns the number of elements in this collection.
size() - Method in class java.util.AbstractMap
Returns the number of key-value mappings in this map.
size() - Method in class java.util.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 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 SSLEngines.
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 ServerSockets and provides secure server sockets using protocols such as the Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocols.
SSLServerSocket() - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocket(int, int, InetAddress) - Constructor for class javax.net.ssl.SSLServerSocket
Used only by subclasses.
SSLServerSocketFactory - Class in javax.net.ssl
SSLServerSocketFactorys create SSLServerSockets.
SSLServerSocketFactory() - Constructor for class javax.net.ssl.SSLServerSocketFactory
Constructor is used only by subclasses.
SSLSocket - Class in javax.net.ssl
This class extends Sockets and provides secure socket using protocols such as the "Secure Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols.
SSLSocket() - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(String, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocket(InetAddress, int, InetAddress, int) - Constructor for class javax.net.ssl.SSLSocket
Used only by subclasses.
SSLSocketFactory - Class in javax.net.ssl
SSLSocketFactorys create SSLSockets.
SSLSocketFactory() - Constructor for class javax.net.ssl.SSLSocketFactory
Constructor is used only by subclasses.
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() - Method in interface ej.wadapps.application.Application
Causes this application to start.
start(IProgressMonitor) - Method in interface ej.wadapps.application.Application
Causes this application to start.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
START_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
Action associated with Application.start().
startAnimation(Animation) - Method in class ej.mwt.animation.Animator
Starts an animation.
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.
startTrace() - Static method in class ej.trace.Tracer
Starts to record the events.
StateSelector - Class in ej.mwt.stylesheet.selector
A state selector selects from a state.
StateSelector(int) - Constructor for class ej.mwt.stylesheet.selector.StateSelector
Creates a state selector with one state.
stop() - Method in interface ej.wadapps.application.Application
Causes this application to stop.
stop(IProgressMonitor) - Method in interface ej.wadapps.application.Application
Causes this application to stop.
STOP_ACTION - Static variable in class ej.wadapps.application.ApplicationPermission
Action associated with Application.stop().
stopAllAnimations() - Method in class ej.mwt.animation.Animator
Stops all the animations.
stopAnimation(Animation) - Method in class ej.mwt.animation.Animator
Stops an animation.
stopTrace() - Static method in class ej.trace.Tracer
Stops to record the events.
Storage - Interface in ej.storage
Defines the storage mechanism.
store(String) - Method in interface ej.storage.Storage
Stores data that will be referenced with an ID.
StrictTypeSelector - Class in ej.mwt.stylesheet.selector
A type selector selects by checking the widget type (Java class).
StrictTypeSelector(Class<? extends Widget>) - Constructor for class ej.mwt.stylesheet.selector.StrictTypeSelector
Creates a type selector.
String - Class in java.lang
 
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.
Style - Interface in ej.mwt.style
A style describes how widgets must be rendered on screen.
Stylesheet - Interface in ej.mwt.stylesheet
Represents a stylesheet.
subList(int, int) - Method in class java.util.AbstractList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.ArrayList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in interface java.util.List
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class java.util.Vector
Returns a view of the portion of this List between fromIndex, inclusive, and toIndex, exclusive.
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.
SUNDAY - Static variable in class java.util.Calendar
Value of the Calendar.DAY_OF_WEEK field indicating Sunday.
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).
System - Class in java.lang
The System class contains several useful class fields and methods.
System() - Constructor for class java.lang.System
 
SystemPropertiesServiceLoader - Class in ej.service.loader
Service loader that retrieves services implementations using system properties.
SystemPropertiesServiceLoader() - Constructor for class ej.service.loader.SystemPropertiesServiceLoader
 
SystemPropertyLoader - Class in ej.property.loader
A property loader that searches in system properties.
SystemPropertyLoader() - Constructor for class ej.property.loader.SystemPropertyLoader
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links