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 

G

gc() - Method in class java.lang.Runtime
Runs the garbage collector.
gc() - Static method in class java.lang.System
Runs the garbage collector.
GeneralSecurityException - Exception in java.security
 
GeneralSecurityException() - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with no detail message.
GeneralSecurityException(String) - Constructor for exception java.security.GeneralSecurityException
Constructs a GeneralSecurityException with the specified detail message.
GeneralSecurityException(String, Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified detail message and cause.
GeneralSecurityException(Throwable) - Constructor for exception java.security.GeneralSecurityException
Creates a GeneralSecurityException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
GeneralSiblingCombinator - Class in ej.mwt.stylesheet.selector.combinator
A general sibling combinator selects by checking the widget sibling.
GeneralSiblingCombinator(Selector, Selector) - Constructor for class ej.mwt.stylesheet.selector.combinator.GeneralSiblingCombinator
Creates a general sibling combinator.
generateCertificate(InputStream) - Method in class java.security.cert.CertificateFactory
Generates a certificate object and initializes it with the data read from the input stream inStream.
GenericDeclaration - Interface in java.lang.reflect
This interface is only defined for hierarchy compatibility.
get(String) - Static method in class ej.bon.Immutables
Retrieves the object that match the the given ID in the immutable objects pool.
get() - Method in class java.lang.ref.Reference
Returns this reference object's referent.
get(int) - Method in class java.util.AbstractList
Returns the element at the specified position in this list.
get(Object) - Method in class java.util.AbstractMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.ArrayList
Returns the element at the specified position in this list.
get(int) - Method in class java.util.Calendar
Returns the value of the given calendar field.
get(Object) - Method in class java.util.Dictionary
Returns the value to which the key is mapped in this dictionary.
get(Object) - Method in class java.util.HashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class java.util.Hashtable
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in interface java.util.List
Returns the element at the specified position in this list.
get(Object) - Method in interface java.util.Map
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(int) - Method in class java.util.Vector
Returns the element at the specified position in this Vector.
get(Object) - Method in class java.util.WeakHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
GET_ACTION - Static variable in class ej.property.PropertyPermission
GET_ACTION - Static variable in class ej.service.ServicePermission
Action associated with ServiceLoader.getService(Class).
getAbsoluteX() - Method in class ej.mwt.Widget
Gets the absolute x coordinate of the widget.
getAbsoluteY() - Method in class ej.mwt.Widget
Gets the absolute y coordinate of the widget.
getAction(int) - Static method in class ej.mwt.event.DesktopEventGenerator
Returns the action held by the given desktop event.
getActions() - Method in class ej.property.PropertyPermission
 
getActions() - Method in class ej.service.ServicePermission
 
getActions() - Method in class ej.wadapps.application.ApplicationPermission
 
getActions() - Method in class java.net.SocketPermission
Returns the canonical string representation of the actions.
getActions() - Method in class java.security.BasicPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
getActions() - Method in class java.security.Permission
Returns the actions as a String.
getActions() - Method in class java.util.PropertyPermission
Returns the "canonical string representation" of the actions.
getActiveNetwork() - Method in class android.net.ConnectivityManager
Returns a Network object corresponding to the currently active default data network.
getActiveNetworkInfo() - Method in class android.net.ConnectivityManager
Returns details about the currently active default data network.
getActualMaximum(int) - Method in class java.util.Calendar
Returns the maximum value that the specified calendar field could have, given the time value of this Calendar.
getActualMinimum(int) - Method in class java.util.Calendar
Returns the minimum value that the specified calendar field could have, given the time value of this Calendar.
getAddress() - Method in class java.net.DatagramPacket
Returns the IP address of the machine to which this datagram is being sent or from which the datagram was received.
getAddress() - Method in class java.net.Inet4Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.Inet6Address
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetAddress
Returns the raw IP address of this InetAddress object.
getAddress() - Method in class java.net.InetSocketAddress
Gets the InetAddress.
getAddress() - Method in class java.net.InterfaceAddress
Returns an InetAddress for this address.
getAlgorithm() - Method in class javax.net.ssl.KeyManagerFactory
Returns the algorithm name of this KeyManagerFactory object.
getAlgorithm() - Method in class javax.net.ssl.TrustManagerFactory
Returns the algorithm name of this TrustManagerFactory object.
getAllByName(String) - Static method in class java.net.InetAddress
Given the name of a host, returns an array of its IP addresses, based on the configured name service on the system.
getAllNetworks() - Method in class android.net.ConnectivityManager
Returns an array of all Network currently tracked by the framework.
getAllStackTraces() - Static method in class java.lang.Thread
Returns a map of stack traces for all live threads.
getAnimator() - Method in class ej.mwt.Desktop
Gets the animator instance.
getAnonymousLogger() - Static method in class java.util.logging.Logger
Each call to this method creates a new Logger.
getApplication() - Method in class ej.wadapps.application.ApplicationPermission
Gets the application.
getApplications() - Method in interface ej.wadapps.application.ApplicationManager
Gets all available applications.
getAvailableIDs() - Static method in class java.util.TimeZone
Gets all the available IDs supported.
getAvailableSize(Widget, int, int, Size) - Method in interface ej.mwt.style.dimension.Dimension
Gets the available size for a widget.
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.FixedDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.NoDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.OptimalDimension
 
getAvailableSize(Widget, int, int, Size) - Method in class ej.mwt.style.dimension.RelativeDimension
 
getBackground() - Method in class ej.mwt.style.EditableStyle
 
getBackground() - Method in interface ej.mwt.style.Style
Gets the background.
getBoolean(String) - Static method in class ej.bon.Constants
Gets a boolean constant.
getBoolean(String) - Static method in class java.lang.Boolean
Returns true if and only if the system property named by the argument exists and is equal to the string "true".
getBooleanProperty(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBooleanPropertyAtOffset(int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a boolean value in a bit field.
getBorder() - Method in class ej.mwt.style.EditableStyle
 
getBorder() - Method in interface ej.mwt.style.Style
Gets the border.
getBottom() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the bottom thickness.
getBroadcast() - Method in class java.net.DatagramSocket
Tests if SO_BROADCAST is enabled.
getBroadcast() - Method in class java.net.InterfaceAddress
Returns an InetAddress for the broadcast address for this InterfaceAddress.
getBuffer() - Method in class ej.bon.ResourceArray
Returns the ResourceBuffer used to create the ResourceArray.
getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in addr.
getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
Create an Inet6Address in the exact manner of InetAddress.getByAddress(String,byte[]) except that the IPv6 scope_id is set to the given numeric value.
getByAddress(String, byte[]) - Static method in class java.net.InetAddress
Creates an InetAddress based on the provided host name and IP address.
getByAddress(byte[]) - Static method in class java.net.InetAddress
Returns an InetAddress object given the raw IP address .
getByIndex(int) - Static method in class java.net.NetworkInterface
Get a network interface given its index.
getByInetAddress(InetAddress) - Static method in class java.net.NetworkInterface
Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.
getByName(String) - Static method in class java.net.InetAddress
Determines the IP address of a host, given the host's name.
getByName(String) - Static method in class java.net.NetworkInterface
Searches for the network interface with the specified name.
getByte(String) - Static method in class ej.bon.Constants
Gets a byte constant.
getBytes() - Method in class java.lang.String
Encodes this String into a sequence of bytes using the platform's default charset, storing the result into a new byte array.
getBytes(String) - Method in class java.lang.String
Encodes this String into a sequence of bytes using the named charset, storing the result into a new byte array.
getCanonicalHostName() - Method in class java.net.InetAddress
Gets the fully qualified domain name for this IP address.
getCapabilities() - Method in class android.net.NetworkCapabilities
Gets the capabilities.
getCause() - Method in exception java.lang.ClassNotFoundException
Returns the cause of this exception (the exception that was raised if an error occurred while attempting to load the class; otherwise null).
getCause() - Method in error java.lang.ExceptionInInitializerError
Returns the cause of this error (the exception that occurred during a static initialization that caused this error to be created).
getCause() - Method in class java.lang.Throwable
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
getCertificate(String) - Method in class java.security.KeyStore
Returns the certificate associated with the given alias.
getCertificateChain(String) - Method in class java.security.KeyStore
Returns the certificate chain associated with the given alias.
getChar(String) - Static method in class ej.bon.Constants
Gets a char constant.
getChars(int, int, char[], int) - Method in class java.lang.String
Copies characters from this string into the destination character array.
getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
Characters are copied from this sequence into the destination character array dst.
getChars(int, int, char[], int) - Method in class java.lang.StringBuilder
Characters are copied from this sequence into the destination character array dst.
getChild(int) - Method in class ej.mwt.Container
Gets the widget at the specified index in this container.
getChildIndex(Widget) - Method in class ej.mwt.Container
Gets the index of the specified widget in the list of children of this container.
getChildren() - Method in class ej.mwt.Container
Gets the list of children in this container.
getChildrenCount() - Method in class ej.mwt.Container
Gets the number of children in this container.
getClass(String) - Static method in class ej.bon.Constants
Gets a Class constant.
getClass() - Method in class java.lang.Object
Returns the runtime class of this Object.
getClassName() - Method in class java.lang.StackTraceElement
Returns the fully qualified name of the class containing the execution point represented by this stack trace element.
getColor() - Method in class ej.mwt.style.background.RectangularBackground
Gets the color.
getColor() - Method in class ej.mwt.style.background.RoundedBackground
Gets the color.
getColor() - Method in class ej.mwt.style.EditableStyle
 
getColor() - Method in class ej.mwt.style.outline.border.FlexibleRectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the color.
getColor() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the color.
getColor() - Method in interface ej.mwt.style.Style
Gets the color.
getColorBottom() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the bottom color.
getColorLeft() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the left color.
getColorRight() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the right color.
getColorTop() - Method in class ej.mwt.style.outline.border.FlexibleRectangularMulticoloredBorder
Gets the top color.
getConsumerWidget() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the widget which has consumed the ongoing pointer session.
getContentBounds() - Method in class ej.mwt.Container
 
getContentBounds() - Method in class ej.mwt.Widget
Gets the content bounds of this widget (the bounds minus the outlines).
getContentHeight() - Method in class ej.mwt.Container
Gets the content height of this container.
getContentWidth() - Method in class ej.mwt.Container
Gets the content width of this container.
getContentX() - Method in class ej.mwt.Container
Gets the content x of this container.
getContentY() - Method in class ej.mwt.Container
Gets the content y of this container.
getCornerRadius() - Method in class ej.mwt.style.background.RoundedBackground
Gets the corner radius.
getCornerRadius() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the corner radius.
getCurrentApplication() - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the current thread context.
getData() - Method in class java.net.DatagramPacket
Returns the data buffer.
getDefault() - Static method in class java.util.TimeZone
Gets the default TimeZone for this host.
getDefault() - Static method in class javax.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.SocketFactory
Returns a copy of the environment's default socket factory.
getDefault() - Static method in class javax.net.ssl.SSLContext
Returns the default SSL context.
getDefault() - Static method in class javax.net.ssl.SSLServerSocketFactory
Returns the default SSL server socket factory.
getDefault() - Static method in class javax.net.ssl.SSLSocketFactory
Returns the default SSL socket factory.
getDefaultAlgorithm() - Static method in class javax.net.ssl.KeyManagerFactory
Obtains the default KeyManagerFactory algorithm name.
getDefaultAlgorithm() - Static method in class javax.net.ssl.TrustManagerFactory
Obtains the default TrustManagerFactory algorithm name.
getDefaultStyle() - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the default style.
getDefaultType() - Static method in class java.security.KeyStore
Returns the default keystore type as specified by the keystore.type security property, or the string "jks" (acronym for "Java keystore") if no such property exists.
getDefaultUncaughtExceptionHandler() - Static method in class ej.bon.Timer
Gets the default registered handler for uncaught exceptions.
getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
Returns the default handler invoked when a thread abruptly terminates due to an uncaught exception.
getDesktop() - Method in class ej.mwt.event.EventDispatcher
Returns the desktop managed by this dispatcher.
getDesktop() - Method in class ej.mwt.render.RenderPolicy
Returns the desktop managed by this render policy.
getDesktop() - Method in class ej.mwt.Widget
Gets the desktop to which this widget has been added.
getDimension() - Method in class ej.mwt.style.EditableStyle
 
getDimension() - Method in interface ej.mwt.style.Style
Gets the dimension.
getDisplayName() - Method in class java.net.NetworkInterface
Get the display name of this network interface.
getDouble(String) - Static method in class ej.bon.Constants
Gets a double constant.
getDSTSavings() - Method in class java.util.TimeZone
Returns the amount of time to be added to local standard time to get local wall clock time.
getEncoding() - Method in class java.io.InputStreamReader
Returns the name of the character encoding being used by this stream.
getEncoding() - Method in class java.io.OutputStreamWriter
Returns the name of the character encoding being used by this stream.
getEventDispatcher() - Method in class ej.mwt.Desktop
Gets the event dispatcher of this desktop.
getEventGenerator() - Method in class ej.mwt.event.PointerEventDispatcher
Gets the event generator of this dispatcher.
getEventType() - Method in class ej.mwt.event.DesktopEventGenerator
 
getException() - Method in exception java.lang.ClassNotFoundException
Returns the exception that was raised if an error occurred while attempting to load the class.
getException() - Method in error java.lang.ExceptionInInitializerError
Returns the exception that occurred during a static initialization that caused this error to be created.
getExponent(double) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a double.
getExponent(float) - Static method in class java.lang.Math
Returns the unbiased exponent used in the representation of a float.
getExtraFloat(int, float) - Method in class ej.mwt.style.EditableStyle
 
getExtraFloat(int, float) - Method in interface ej.mwt.style.Style
Gets an extra field as a float.
getExtraInt(int, int) - Method in class ej.mwt.style.EditableStyle
 
getExtraInt(int, int) - Method in interface ej.mwt.style.Style
Gets an extra field as an int.
getExtraObject(int, Class<T>, T) - Method in class ej.mwt.style.EditableStyle
 
getExtraObject(int, Class<T>, T) - Method in interface ej.mwt.style.Style
Gets an extra field as an object of the given type.
getFileName() - Method in class java.lang.StackTraceElement
Returns the name of the source file containing the execution point represented by this stack trace element.
getFirstDayOfWeek() - Method in class java.util.Calendar
Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.
getFirstSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the first selector of this combinator.
getFloat(String) - Static method in class ej.bon.Constants
Gets a float constant.
getFont() - Method in class ej.mwt.style.EditableStyle
 
getFont() - Method in interface ej.mwt.style.Style
Gets the font.
getGlobal() - Static method in class java.util.logging.Logger
Get the logger with the name Logger.GLOBAL_LOGGER_NAME.
getGreatestMinimum(int) - Method in class java.util.Calendar
Returns the highest minimum value for the given calendar field of this Calendar instance.
getGroupID() - Method in class ej.trace.Tracer
Gets the group identifier.
getHardwareAddress() - Method in class java.net.NetworkInterface
Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.
getHeight() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the height constraint.
getHeight() - Method in class ej.mwt.util.Rectangle
Gets the height.
getHeight() - Method in class ej.mwt.util.Size
Gets the height.
getHeight() - Method in class ej.mwt.Widget
Gets the height of this widget.
getHeightRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the height ratio.
getHorizontalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getHorizontalAlignment() - Method in interface ej.mwt.style.Style
Gets the horizontal alignment.
getHostAddress() - Method in class java.net.Inet4Address
Returns the IP address string in textual presentation form.
getHostAddress() - Method in class java.net.Inet6Address
Returns the IP address string in textual presentation.
getHostAddress() - Method in class java.net.InetAddress
Returns the IP address string in textual presentation.
getHostName() - Method in class java.net.InetAddress
Gets the host name for this IP address.
getHostName() - Method in class java.net.InetSocketAddress
Gets the hostname.
getHostString() - Method in class java.net.InetSocketAddress
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a literal).
getId() - Method in class java.lang.Thread
Returns the identifier of this Thread.
getID() - Method in class java.util.TimeZone
Gets the ID of this time zone.
getIdentifier() - Method in interface ej.wadapps.application.Application
Gets the application unique identifier.
getIds() - Method in interface ej.storage.Storage
Returns all IDs of the stored entries.
getImplementationName(String) - Method in class ej.service.loader.DependencyInjectionServiceLoader
Gets the implementation class name for the given service name.
getImplementationName(String) - Method in class ej.service.loader.FilePropertiesServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.MetaInfServiceLoader
 
getImplementationName(String) - Method in class ej.service.loader.SystemPropertiesServiceLoader
 
getIndex(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndex() - Method in class java.net.NetworkInterface
Returns the index of this network interface.
getIndexEquals(T[], T) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getIndexEquals(T[], T, int) - Static method in class ej.basictool.ArrayTools
Gets the index of an element in an array.
getInetAddress() - Method in class java.net.DatagramSocket
Returns the address to which this socket is connected.
getInetAddress() - Method in class java.net.ServerSocket
Returns the local address of this server socket.
getInetAddress() - Method in class java.net.Socket
Returns the address to which the socket is connected.
getInetAddresses() - Method in class java.net.NetworkInterface
Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.
getInputStream() - Method in class java.net.Socket
Returns an input stream for this socket.
getInstance(String) - Static method in class java.security.cert.CertificateFactory
Returns a certificate factory object that implements the specified certificate type.
getInstance(String) - Static method in class java.security.KeyStore
Returns a keystore object of the specified type.
getInstance() - Static method in class java.util.Calendar
Gets a calendar using the default time zone and locale.
getInstance(TimeZone) - Static method in class java.util.Calendar
Gets a calendar using the specified time zone and default locale.
getInstance(String) - Static method in class javax.net.ssl.KeyManagerFactory
Returns a KeyManagerFactory object that acts as a factory for key managers.
getInstance(String) - Static method in class javax.net.ssl.SSLContext
Returns a SSLContext object that implements the specified secure socket protocol.
getInstance(String) - Static method in class javax.net.ssl.TrustManagerFactory
Returns a TrustManagerFactory object that acts as a factory for trust managers.
getInt(String) - Static method in class ej.bon.Constants
Gets an int constant.
getInteger(String) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, int) - Static method in class java.lang.Integer
Determines the integer value of the system property with the specified name.
getInteger(String, Integer) - Static method in class java.lang.Integer
Returns the integer value of the system property with the specified name.
getInterface() - Method in class java.net.MulticastSocket
Retrieve the address of the network interface used for multicast packets.
getInterfaceAddresses() - Method in class java.net.NetworkInterface
Get a List of all or a subset of the InterfaceAddresses of this network interface.
getIntProperty(int, int, int) - Static method in class ej.basictool.BitFieldHelper
Gets a int value in a bit field.
getKeepAlive() - Method in class java.net.Socket
Tests if SO_KEEPALIVE is enabled.
getKey() - Method in class ej.property.PropertyPermission
Gets the property key handled by this permission.
getKey(String, char[]) - Method in class java.security.KeyStore
Returns the key associated with the given alias, using the given password to recover it.
getKey() - Method in class java.util.AbstractMap.SimpleEntry
Returns the key corresponding to this entry.
getKey() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
getKey() - Method in interface java.util.Map.Entry
Returns the key corresponding to this entry.
getKeyManagers() - Method in class javax.net.ssl.KeyManagerFactory
Returns one key manager for each type of key material.
getLeastMaximum(int) - Method in class java.util.Calendar
Returns the lowest maximum value for the given calendar field of this Calendar instance.
getLeft() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the left thickness.
getLength() - Method in class java.net.DatagramPacket
Returns the length of the data to be sent or the length of the data received.
getLevel() - Method in class java.util.logging.Logger
Get the current level of this Logger.
getLevel() - Method in class java.util.logging.LogRecord
Get the logging message level.
getLineNumber() - Method in class java.lang.StackTraceElement
Returns the line number of the source line containing the execution point represented by this stack trace element.
getLocalAddress() - Method in class java.net.DatagramSocket
Gets the local address to which the socket is bound.
getLocalAddress() - Method in class java.net.Socket
Gets the local address to which the socket is bound.
getLocalHost() - Static method in class java.net.InetAddress
Returns the address of the local host.
getLocalizedMessage() - Method in class java.lang.Throwable
Creates a localized description of this throwable.
getLocalPort() - Method in class java.net.DatagramSocket
Returns the port number on the local host to which this socket is bound.
getLocalPort() - Method in class java.net.ServerSocket
Returns the port number on which this socket is listening.
getLocalPort() - Method in class java.net.Socket
Returns the local port number to which this socket is bound.
getLocalSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.ServerSocket
Returns the address of the endpoint this socket is bound to.
getLocalSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is bound to.
getLogger(String) - Static method in class java.util.logging.Logger
Find or create a logger.
getLogger(String) - Method in class java.util.logging.LogManager
Find a named logger.
getLoggerName() - Method in class java.util.logging.LogRecord
Get the name of the logger that logged this LogRecord.
getLoggerNames() - Method in class java.util.logging.LogManager
Get an enumeration of known logger names.
getLogManager() - Static method in class java.util.logging.LogManager
Returns the LogManager object.
getLong(String) - Static method in class ej.bon.Constants
Gets a long constant.
getLong(String) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, long) - Static method in class java.lang.Long
Determines the long value of the system property with the specified name.
getLong(String, Long) - Static method in class java.lang.Long
Returns the long value of the system property with the specified name.
getLoopbackAddress() - Static method in class java.net.InetAddress
Returns the loopback address.
getLoopbackMode() - Method in class java.net.MulticastSocket
Get the setting for local loopback of multicast datagrams.
getMargin() - Method in class ej.mwt.style.EditableStyle
 
getMargin() - Method in interface ej.mwt.style.Style
Gets the margin.
getMaximum(int) - Method in class java.util.Calendar
Returns the maximum value for the given calendar field of this Calendar instance.
getMessage() - Method in class java.lang.Throwable
Returns the detail message string of this throwable.
getMessage() - Method in class java.util.logging.LogRecord
Get the raw log message.
getMethodName() - Method in class java.lang.StackTraceElement
Returns the name of the method containing the execution point represented by this stack trace element.
getMillis() - Method in class java.util.logging.LogRecord
Get event time in milliseconds since 1970.
getMinimalDaysInFirstWeek() - Method in class java.util.Calendar
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1.
getMinimum(int) - Method in class java.util.Calendar
Returns the minimum value for the given calendar field of this Calendar instance.
getMTU() - Method in class java.net.NetworkInterface
Returns the Maximum Transmission Unit (MTU) of this interface.
getName() - Method in interface ej.wadapps.Firmware
Gets the firmware name.
getName() - Method in class java.lang.Class
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this Class object, as a String.
getName() - Method in class java.lang.Package
Return the name of this package.
getName() - Method in class java.lang.Thread
Returns this thread's name.
getName() - Method in class java.net.NetworkInterface
Get the name of this network interface.
getName() - Method in class java.security.Permission
Returns the name of this Permission.
getName() - Method in class java.util.logging.Level
Return the name of the level.
getName() - Method in class java.util.logging.Logger
Get the name of this logger.
getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
Returns true if client authentication will be required on newly accepted server-mode SSLSockets.
getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket will require client authentication.
getNetworkCapabilities(Network) - Method in class android.net.ConnectivityManager
Get the NetworkCapabilities for the given Network.
getNetworkInfo(Network) - Method in class android.net.ConnectivityManager
Returns connection status information about a particular Network.
getNetworkInterface() - Method in class java.net.MulticastSocket
Get the multicast network interface set.
getNetworkInterfaces() - Static method in class java.net.NetworkInterface
Returns all the interfaces on this machine.
getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
Returns the network prefix length for this address.
getOffset() - Method in class java.net.DatagramPacket
Returns the offset of the data to be sent or the offset of the data received.
getOffset(int, int, int, int, int, int) - Method in class java.util.TimeZone
Gets the time zone offset, for current date, modified in case of daylight savings.
getOffset(long) - Method in class java.util.TimeZone
Returns the offset of this time zone from UTC at the specified date.
getOOBInline() - Method in class java.net.Socket
Tests if SO_OOBINLINE is enabled.
getOption(int) - Method in interface java.net.SocketOptions
Fetch the value of an option.
getOutputStream() - Method in class java.net.Socket
Returns an output stream for this socket.
getOwner(Object) - Method in interface ej.wadapps.application.OwnershipHelper
Returns the application that owns the given object.
getPackage() - Method in class java.lang.Class
Gets the package for this class.
getPadding() - Method in class ej.mwt.style.EditableStyle
 
getPadding() - Method in interface ej.mwt.style.Style
Gets the padding.
getParent() - Method in class ej.mwt.Widget
Gets the parent of this widget or null if the widget is not in a hierarchy or if it is the root of its hierarchy.
getParent() - Method in class java.util.logging.Logger
Get the parent of this logger.
getPlatformEndianness() - Static method in class ej.bon.ByteArray
Gets whether the platform is in big endian or little endian.
getPort() - Method in class java.net.DatagramPacket
Returns the port number on the remote host to which this datagram is being sent or from which the datagram was received.
getPort() - Method in class java.net.DatagramSocket
Returns the port number to which this socket is connected.
getPort() - Method in class java.net.InetSocketAddress
Gets the port number.
getPort() - Method in class java.net.Socket
Returns the remote port number to which this socket is connected.
getPressedHierarchyLeaf() - Method in class ej.mwt.event.PointerEventDispatcher
Returns the leaf widget of the hierarchy which is subscribed to the ongoing pointer session.
getPriority() - Method in class java.lang.Thread
Returns this thread's priority.
getProperty(String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.CompositePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.FilePropertyLoader
 
getProperty(String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String, String) - Method in class ej.property.loader.SystemPropertyLoader
 
getProperty(String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key.
getProperty(String, String) - Method in interface ej.property.PropertyLoader
Gets the value mapped with the specified key or a default value.
getProperty(String) - Method in class ej.property.registry.SimplePropertyRegistry
 
getProperty(String, String) - Method in class ej.property.registry.SimplePropertyRegistry
 
getProperty(String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getProperty(String, String) - Static method in class java.lang.System
Gets the system property indicated by the specified key.
getPropertyLoader() - Static method in class ej.property.PropertyFactory
Gets a property loader unique instance.
getPropertyRegistry() - Static method in class ej.property.PropertyFactory
Gets a property registry unique instance.
getProtocol() - Method in class javax.net.ssl.SSLContext
Returns the protocol name of this SSLContext object.
getRawOffset() - Method in class java.util.TimeZone
Returns the amount of time in milliseconds to add to UTC to get standard time in this time zone.
getReceiveBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_RCVBUF option for this DatagramSocket, that is the buffer size used by the platform for input on this DatagramSocket.
getReceiveBufferSize() - Method in class java.net.ServerSocket
Gets the value of the SO_RCVBUF option for this ServerSocket, that is the proposed buffer size that will be used for Sockets accepted from this ServerSocket.
getReceiveBufferSize() - Method in class java.net.Socket
Gets the value of the SO_RCVBUF option for this Socket, that is the buffer size used by the platform for input on this Socket.
getReference() - Method in class ej.kf.Proxy
Returns the reference managed by this Proxy.
getRemoteSocketAddress() - Method in class java.net.DatagramSocket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRemoteSocketAddress() - Method in class java.net.Socket
Returns the address of the endpoint this socket is connected to, or null if it is unconnected.
getRequiredService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getResourceAsStream(String) - Method in class java.lang.Class
Finds a resource with a given name.
getReuseAddress() - Method in class java.net.DatagramSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.ServerSocket
Tests if SO_REUSEADDR is enabled.
getReuseAddress() - Method in class java.net.Socket
Tests if SO_REUSEADDR is enabled.
getRight() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the right thickness.
getRuntime() - Static method in class java.lang.Runtime
Returns the runtime object associated with the current Java application.
getScopedInterface() - Method in class java.net.Inet6Address
Returns the scoped interface, if this instance was created with with a scoped interface.
getScopeId() - Method in class java.net.Inet6Address
Returns the numeric scopeId, if this instance is associated with an interface.
getSecondSelector() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
Returns the second selector of this combinator.
getSecurityManager() - Static method in class java.lang.System
Gets the system security interface.
getSelectorStyle(Selector) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
Gets the style for a selector.
getSendBufferSize() - Method in class java.net.DatagramSocket
Get value of the SO_SNDBUF option for this DatagramSocket, that is the buffer size used by the platform for output on this DatagramSocket.
getSendBufferSize() - Method in class java.net.Socket
Get value of the SO_SNDBUF option for this Socket, that is the buffer size used by the platform for output on this Socket.
getSequenceNumber() - Method in class java.util.logging.LogRecord
Get the sequence number of the LogRecord.
getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a ServerSocketFactory object for this context.
getService(Class<T>) - Method in class ej.service.loader.CompositeServiceLoader
 
getService(Class<T>) - Method in class ej.service.loader.SimpleServiceLoader
 
getService(Class<T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service.
getService(Class<T>, Class<? extends T>) - Static method in class ej.service.ServiceFactory
Gets the instance of the given service in the service loader then in the service registry (see ServiceFactory.getService(Class).
getService(Class<T>) - Method in interface ej.service.ServiceLoader
Gets the instance of the given service.
getService() - Method in class ej.service.ServicePermission
Gets the service handled by this permission.
getServiceLoader() - Static method in class ej.service.ServiceFactory
Gets a service loader unique instance.
getServiceRegistry() - Static method in class ej.service.ServiceFactory
Gets a service registry unique instance.
getSharedPropertyRegistry() - Static method in class ej.wadapps.property.SharedPropertyFactory
Gets the global SharedPropertyRegistry.
getSharedServiceRegistry() - Static method in class ej.wadapps.service.SharedServiceFactory
Gets the shared service registry.
getShort(String) - Static method in class ej.bon.Constants
Gets a short constant.
getSimpleName() - Method in class java.lang.Class
Returns the simple name of the underlying class as given in the source code.
getSocketAddress() - Method in class java.net.DatagramPacket
Gets the SocketAddress (usually IP address + port number) of the remote host that this packet is being sent to or is coming from.
getSocketFactory() - Method in class javax.net.ssl.SSLContext
Returns a SocketFactory object for this context.
getSoLinger() - Method in class java.net.Socket
Returns setting for SO_LINGER.
getSoTimeout() - Method in class java.net.DatagramSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.ServerSocket
Retrieve setting for SO_TIMEOUT.
getSoTimeout() - Method in class java.net.Socket
Returns setting for SO_TIMEOUT.
getSource() - Method in class java.util.EventObject
The object on which the Event initially occurred.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.ClassSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.combinator.Combinator
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.DisabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EnabledSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.EvenChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.FirstChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.LastChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NotSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.NthChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.OddChildSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.RootSelector
 
getSpecificity() - Method in interface ej.mwt.stylesheet.selector.Selector
Returns the specificity of this selector.
getSpecificity(int, int, int, int) - Static method in class ej.mwt.stylesheet.selector.SelectorHelper
Computes the specificity of a selector.
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StateSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.StrictTypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.TypeSelector
 
getSpecificity() - Method in class ej.mwt.stylesheet.selector.UniversalSelector
 
getStackTrace() - Method in class java.lang.Thread
Returns an array of stack trace elements representing the stack dump of this thread.
getStackTrace() - Method in class java.lang.Throwable
Provides programmatic access to the stack trace information printed by Throwable.printStackTrace().
getState() - Method in class java.lang.Thread
Returns the state of this thread.
getString(String) - Static method in class ej.bon.Constants
Gets a String constant.
getStyle(Widget) - Method in class ej.mwt.stylesheet.CachedStylesheet
 
getStyle(Widget) - Method in class ej.mwt.stylesheet.cascading.CascadingStylesheet
 
getStyle(Widget) - Method in interface ej.mwt.stylesheet.Stylesheet
Gets the style for a widget.
getStyle(Widget) - Method in class ej.mwt.stylesheet.VoidStylesheet
 
getStyle() - Method in class ej.mwt.Widget
Gets the current style of the widget.
getStylesheet() - Method in class ej.mwt.Desktop
Gets the stylesheet instance.
getSuperclass() - Method in class java.lang.Class
Returns the Class representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuppressed() - Method in class java.lang.Throwable
Returns an array containing all of the exceptions that were suppressed, typically by the try-with-resources statement, in order to deliver this exception.
getTcpNoDelay() - Method in class java.net.Socket
Tests if TCP_NODELAY is enabled.
getThickness() - Method in class ej.mwt.style.outline.border.RectangularBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.border.RoundedBorder
Gets the thickness.
getThickness() - Method in class ej.mwt.style.outline.UniformOutline
Gets the thickness.
getThrown() - Method in class java.util.logging.LogRecord
Get the throwable associated with this log record, if any.
getTime() - Method in class java.util.Calendar
Returns a Date object representing this Calendar's time value (millisecond offset from the Epoch").
getTime() - Method in class java.util.Date
Returns the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by this Date object.
getTimeInMillis() - Method in class java.util.Calendar
Returns this Calendar's time value in milliseconds.
getTimeToLive() - Method in class java.net.MulticastSocket
Get the default time-to-live for multicast packets sent out on the socket.
getTimeZone() - Method in class java.util.Calendar
Gets the time zone.
getTimeZone(String) - Static method in class java.util.TimeZone
Gets the TimeZone for the given ID.
getTop() - Method in class ej.mwt.style.outline.FlexibleOutline
Gets the top thickness.
getTrafficClass() - Method in class java.net.DatagramSocket
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
getTrafficClass() - Method in class java.net.Socket
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
Returns one trust manager for each type of trust material.
getType() - Method in class java.security.cert.Certificate
Returns the type of this certificate.
getType() - Method in class java.security.cert.CertificateFactory
Returns the name of the certificate type associated with this certificate factory.
getType() - Method in class java.security.KeyStore
Returns the type of this keystore.
getUid() - Method in interface ej.wadapps.Firmware
Gets the firmware unique identifier.
getUncaughtExceptionHandler() - Method in class ej.bon.Timer
Gets the specific handler for uncaught exceptions on this Timer instance.
getUncaughtExceptionHandler() - Method in class java.lang.Thread
Returns the handler invoked when this thread abruptly terminates due to an uncaught exception.
getUseClientMode() - Method in class javax.net.ssl.SSLServerSocket
Returns true if accepted connections will be in SSL client mode.
getUseClientMode() - Method in class javax.net.ssl.SSLSocket
Returns true if the socket is set to use client mode when handshaking.
getValue() - Method in class java.util.AbstractMap.SimpleEntry
Returns the value corresponding to this entry.
getValue() - Method in class java.util.AbstractMap.SimpleImmutableEntry
 
getValue() - Method in interface java.util.Map.Entry
Returns the value corresponding to this entry.
getVersion() - Method in interface ej.wadapps.application.Application
Gets the application version.
getVersion() - Method in interface ej.wadapps.Firmware
Gets the firmware version.
getVerticalAlignment() - Method in class ej.mwt.style.EditableStyle
 
getVerticalAlignment() - Method in interface ej.mwt.style.Style
Gets the vertical alignment.
getWidget() - Method in class ej.mwt.Desktop
Gets the widget attached to this desktop.
getWidgetAt(int, int) - Method in class ej.mwt.Container
Returns the child widget that is at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Desktop
Returns the child widget at the specified position.
getWidgetAt(int, int) - Method in class ej.mwt.Widget
Gets the widget at the specified position.
getWidth() - Method in class ej.mwt.style.dimension.FixedDimension
Returns the width constraint.
getWidth() - Method in class ej.mwt.util.Rectangle
Gets the width.
getWidth() - Method in class ej.mwt.util.Size
Gets the width.
getWidth() - Method in class ej.mwt.Widget
Gets the width of this widget.
getWidthRatio() - Method in class ej.mwt.style.dimension.RelativeDimension
Returns the width ratio.
getX() - Method in class ej.mwt.util.Rectangle
Gets the x coordinate.
getX() - Method in class ej.mwt.Widget
Gets the x coordinate of this widget, relative to its parent.
getY() - Method in class ej.mwt.util.Rectangle
Gets the y coordinate.
getY() - Method in class ej.mwt.Widget
Gets the y coordinate of this widget, relative to its parent.
GLOBAL_LOGGER_NAME - Static variable in class java.util.logging.Logger
This is a name for the global logger.
Guard - Interface in java.security
This interface is only defined for hierarchy compatibility.
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