- 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
).
- 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
.
- GENERIC_EVENT_GENERATOR_INVALID_CLASSNAME - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when generic event generator classname is unknown.
- GenericDeclaration - Interface in java.lang.reflect
-
This interface is only defined for hierarchy compatibility.
- GenericEventGenerator - Class in ej.microui.event.generator
-
Generic event generator.
- GenericEventGenerator() - Constructor for class ej.microui.event.generator.GenericEventGenerator
-
- GEORGIAN - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for georgian font identifier.
- get(String) - Static method in class ej.bon.Immutables
-
Retrieves the object that match the the given ID in the immutable objects
pool.
- get(int) - Static method in class ej.microui.event.EventGenerator
-
Gets a generator from its identifier.
- get(Class<E>, int) - Static method in class ej.microui.event.EventGenerator
-
Gets a generator whose class is clazz
from the system pool starting the search from
fromIndex
.
- get(Class<E>) - Static method in class ej.microui.event.EventGenerator
-
Gets all generators of the given type from the system pool in an array.
- get() - 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.
- getAbsoluteHeight() - Method in class ej.microui.event.generator.Pointer
-
- getAbsoluteWidth() - Method in class ej.microui.event.generator.Pointer
-
- getAbsoluteX() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available absolute x coordinate in pointer area
- getAbsoluteY() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available absolute y coordinate in pointer area
- getAction(int) - Static method in class ej.microui.event.generator.Buttons
-
Returns the button's action held by the button event.
- getActions() - Method in class ej.microui.display.DisplayPermission
-
- getActions() - Method in class ej.microui.display.FontPermission
-
- getActions() - Method in class ej.microui.display.ImagePermission
-
- getActions() - Method in class ej.microui.event.EventPermission
-
- getActions() - Method in class ej.microui.MicroUIPermission
-
- getActions() - Method in class 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.
- 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.
- getAllFonts() - Static method in class ej.microui.display.Font
-
Returns an array containing all the fonts of the system.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of stack traces for all live threads.
- getAlpha(int) - Static method in class ej.microui.display.GraphicsContext
-
Returns the alpha level for the given opacity percentage.
- getAvailableIDs() - Static method in class java.util.TimeZone
-
Gets all the available IDs supported.
- getBackgroundColor() - Method in class ej.microui.display.GraphicsContext
-
Returns the background color of this graphics context.
- getBacklight() - Method in class ej.microui.display.Display
-
Returns the current backlight setting
- getBaselinePosition() - Method in class ej.microui.display.Font
-
Returns the vertical distance in pixels between the top of this font and its baseline.
- 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"
.
- 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
-
- getButtonId(int) - Static method in class ej.microui.event.generator.Buttons
-
Returns the button's id held by the button event.
- getByAddress(String, byte[], NetworkInterface) - Static method in class java.net.Inet6Address
-
Create an Inet6Address in the exact manner of
InetAddress.getByAddress(String,byte[])
except that the
IPv6 scope_id is set to the value corresponding to the given interface for the address type specified in
addr
.
- getByAddress(String, byte[], int) - Static method in class java.net.Inet6Address
-
- 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.
- 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
.
- getClass(String) - Static method in class ej.bon.Constants
-
- 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.
- getClipHeight() - Method in class ej.microui.display.GraphicsContext
-
Returns the height of the clipping area of this graphics context.
- getClipWidth() - Method in class ej.microui.display.GraphicsContext
-
Returns the width of the clipping area of this graphics context.
- getClipX() - Method in class ej.microui.display.GraphicsContext
-
Returns the x coordinate of the clipping area of this graphics context.
- getClipY() - Method in class ej.microui.display.GraphicsContext
-
Returns the y coordinate of the clipping area of this graphics context.
- getColor() - Method in class ej.microui.display.GraphicsContext
-
Returns the color of this graphics context.
- getContrast() - Method in class ej.microui.display.Display
-
Returns the contrast of the display.
- getCurrentValue(int) - Method in class ej.microui.event.generator.States
-
Gets the current value of the given state.
- getData(int) - Static method in class ej.microui.event.Event
-
Returns the event's data issued by a generator.
- 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.
- getDefaultFont() - Static method in class ej.microui.display.Font
-
Returns the default font of the system.
- 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.
- getDescriptor() - Method in class ej.microui.display.Font
-
Returns the descriptor of this font.
- getDisplay() - Static method in class ej.microui.display.Display
-
Returns the display of the system.
- getDisplayable() - Method in class ej.microui.display.Display
-
Returns the current Displayable
object in the Display
.
The value returned by getDisplayable()
may be null
if no Displayable
is
visible.
- getDisplayColor(int) - Method in class ej.microui.display.Display
-
Gets the color that will be displayed if the specified color is requested.
For example, with a monochrome display, this method will return either 0xFFFFFF (white) or 0x000000 (black)
depending on the brightness of the specified color.
- getDisplayName() - 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.
- getEllipsisWidth() - Method in class ej.microui.display.GraphicsContext
-
Returns the width limit before applying the ellipsis.
- 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.
- getErrorCode() - Method in exception ej.microui.MicroUIException
-
Gets the reason why the exception has been thrown.
- getEventGenerator() - Method in class ej.microui.event.EventPermission
-
Gets the event generator handled by this permission.
- getEventHandler() - Method in class ej.microui.display.Display
-
Returns the display's event serializer.
- getEventHandler() - Method in class ej.microui.event.EventGenerator
-
Gets the generator's event handler.
- getEventType() - Method in class ej.microui.event.EventGenerator
-
Gets the event type associated with the event generator
- getEventType() - Method in class ej.microui.event.generator.Buttons
-
Returns the MicroUI event type for this button event generator.
- getEventType() - Method in class ej.microui.event.generator.Command
-
Gets the event generator's type.
- getEventType() - Method in class ej.microui.event.generator.Pointer
-
Gets the event type associated with the event generator.
- getEventType() - Method in class ej.microui.event.generator.States
-
Gets the event type associated with the event generator.
- 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
.
- 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.
- getFloat(String) - Static method in class ej.bon.Constants
-
Gets a float
constant.
- getFont(String) - Static method in class ej.microui.display.Font
-
Returns the font matching a given path.
- getFont() - Method in class ej.microui.display.RenderableString
-
Returns the font associated with this renderable string.
- getGenerator(int) - Static method in class ej.microui.event.Event
-
Gets a converter out of an event assuming the event has been generated by an
EventGenerator
that has been
previously added to the system pool.
- getGeneratorId(int) - Static method in class ej.microui.event.Event
-
Returns the event's generator identifier.
- getGraphicsContext() - Method in class ej.microui.display.BufferedImage
-
Returns the
GraphicsContext
associated with this image, which may be used in order to draw on the image.
- getGraphicsContext() - Method in class ej.microui.display.Display
-
Returns the display's GraphicsContext
.
- getGreatestMinimum(int) - Method in class java.util.Calendar
-
Returns the highest minimum value for the given calendar field of this Calendar
instance.
- 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.microui.display.Display
-
Returns the height in pixels of the display screen area available to the application.
- getHeight() - Method in class ej.microui.display.Font
-
Returns the height of a line of text when it is drawn using this font.
- getHeight() - Method in class ej.microui.display.GraphicsContext
-
Returns the height of this graphics context.
- getHeight() - Method in class ej.microui.display.Image
-
Returns the height of the image.
- getHeight() - Method in class ej.microui.display.RenderableString
-
Returns the height of the graphical bounds of this renderable string.
- getHeight() - Method in class ej.microui.event.generator.Pointer
-
- getHostAddress() - Method in class java.net.Inet4Address
-
Returns the IP address string in textual presentation form.
- getHostAddress() - Method in class java.net.Inet6Address
-
Returns the IP address string in textual presentation.
- getHostAddress() - Method in class java.net.InetAddress
-
Returns the IP address string in textual presentation.
- getHostName() - Method in class java.net.InetAddress
-
Gets the host name for this IP address.
- getHostName() - Method in class java.net.InetSocketAddress
-
Gets the hostname
.
- getHostString() - Method in class java.net.InetSocketAddress
-
Returns the hostname, or the String form of the address if it doesn't have a hostname (it was created using a
literal).
- getId() - Method in class ej.microui.event.EventGenerator
-
Gets the generator's unique identifier.
- 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.
- getIdentifiers() - Method in class ej.microui.display.Font
-
Returns an array containing all the identifiers supported by this font.
- getImage(String) - Static method in class ej.microui.display.Image
-
Gets an immutable image from a resource.
- getIndex() - Method in class java.net.NetworkInterface
-
Returns the index of this network interface.
- 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.
- getKeepAlive() - Method in class java.net.Socket
-
- 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.
- getLedIntensity(int) - Static method in class ej.microui.led.Leds
-
Gets the intensity of the specified LED.
- getLength() - Method in class java.net.DatagramPacket
-
Returns the length of the data to be sent or the length of the data received.
- 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.
- 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.
- 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.
- getMethodName() - Method in class java.lang.StackTraceElement
-
Returns the name of the method containing the execution point represented by this stack trace
element.
- 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 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.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLServerSocket
-
Returns true if client authentication will be required on newly accept
ed server-mode
SSLSocket
s.
- getNeedClientAuth() - Method in class javax.net.ssl.SSLSocket
-
Returns true if the socket will require client authentication.
- getNetworkInterface() - Method in class java.net.MulticastSocket
-
Get the multicast network interface set.
- getNetworkInterfaces() - Static method in class java.net.NetworkInterface
-
Returns all the interfaces on this machine.
- getNetworkPrefixLength() - Method in class java.net.InterfaceAddress
-
Returns the network prefix length for this address.
- getNumberOfColors() - Method in class ej.microui.display.Display
-
Gets the number of colors that can be represented on the device.
Note that the number of colors for a black and white display is 2.
- getNumberOfLeds() - Static method in class ej.microui.led.Leds
-
Returns the available number of LEDs.
- getNumberOfStates() - Method in class ej.microui.event.generator.States
-
Gets the number of states managed by this instance.
- getNumberOfValues(int) - Method in class ej.microui.event.generator.States
-
Gets the total number of values for the given state.
- getOffset() - Method in 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
-
- 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.
- getPackage() - Method in class java.lang.Class
-
Gets the package for this class.
- getPixelDepth() - Method in class ej.microui.display.Display
-
Returns the number of bits per pixel of the display.
- 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.
- getPriority() - Method in class java.lang.Thread
-
Returns this thread's priority.
- 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.
- 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.
- 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
-
- getReuseAddress() - Method in class java.net.Socket
-
- 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.
- getSecurityManager() - Static method in class java.lang.System
-
Gets the system security interface.
- 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
.
- getServerSocketFactory() - Method in class javax.net.ssl.SSLContext
-
Returns a ServerSocketFactory
object for this context.
- 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
-
- getSoTimeout() - Method in class java.net.DatagramSocket
-
Retrieve setting for SO_TIMEOUT.
- getSoTimeout() - Method in class java.net.ServerSocket
-
- getSoTimeout() - Method in class java.net.Socket
-
- getSource() - Method in class java.util.EventObject
-
The object on which the Event initially occurred.
- 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
-
- getState() - Method in class java.lang.Thread
-
Returns the state of this thread.
- getStateId(int) - Static method in class ej.microui.event.generator.States
-
Gets the state's identifier held by the state event.
- getStateValue(int) - Static method in class ej.microui.event.generator.States
-
Gets the state's value held by the state event.
- getString(String) - Static method in class ej.bon.Constants
-
- getString() - Method in class ej.microui.display.RenderableString
-
Returns the string associated with this renderable string.
- getStyle() - Method in class ej.microui.display.Font
-
Returns the style of this font.
- 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
-
- 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.
- getTrafficClass() - Method in class java.net.DatagramSocket
-
Gets traffic class or type-of-service in the IP datagram header for packets sent from this DatagramSocket.
- getTrafficClass() - Method in class java.net.Socket
-
Gets traffic class or type-of-service in the IP header for packets sent from this Socket
- getTranslationX() - Method in class ej.microui.display.GraphicsContext
-
Returns the x coordinate of the translation vector of this graphics context.
- getTranslationY() - Method in class ej.microui.display.GraphicsContext
-
Returns the y coordinate of the translation vector of this graphics context.
- getTrustManagers() - Method in class javax.net.ssl.TrustManagerFactory
-
Returns one trust manager for each type of trust material.
- getType(int) - Static method in class ej.microui.event.Event
-
Returns the type of an event.
- 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.
- 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.
- getWidth() - Method in class ej.microui.display.Display
-
Returns the width in pixels of the display screen area available to the application.
- getWidth() - Method in class ej.microui.display.GraphicsContext
-
Returns the width of this graphics context.
- getWidth() - Method in class ej.microui.display.Image
-
Returns the width of the image.
- getWidth() - Method in class ej.microui.display.RenderableString
-
Returns the width of the graphical bounds of this renderable string.
- getWidth() - Method in class ej.microui.event.generator.Pointer
-
- getX() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available x coordinate in scaled area (after applying any origin offset and the scale factor).
- getY() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available y coordinate in scaled area (after applying any origin offset and the scale factor).
- GLAGOLITIC - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for glagolitic font identifier.
- GraphicsContext - Class in ej.microui.display
-
A GraphicsContext
provides access to a modifiable pixel buffer.
- GraphicsContext() - Constructor for class ej.microui.display.GraphicsContext
-
- GRAY - Static variable in class ej.microui.display.Colors
-
Constant for gray color.
- GREEK - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for greek font identifier.
- GREEN - Static variable in class ej.microui.display.Colors
-
Constant for green color.
- Guard - Interface in java.security
-
This interface is only defined for hierarchy compatibility.
- GUJARATI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for gujarati font identifier.
- GURMUKHI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for gurmukhi font identifier.