- Package - Class in java.lang
-
Package
represent a Java package.
- Package() - Constructor for class java.lang.Package
-
- Painter - Class in ej.microui.display
-
The Painter
class provides static methods to draw basic shapes such as lines, rectangles, circles,
characters and images.
- Painter() - Constructor for class ej.microui.display.Painter
-
- parseBoolean(String) - Static method in class java.lang.Boolean
-
Parses the string argument as a boolean.
- parseByte(String) - Static method in class java.lang.Byte
-
Parses the string argument as a signed decimal byte
.
- parseByte(String, int) - Static method in class java.lang.Byte
-
Parses the string argument as a signed byte
in the radix specified by the second
argument.
- parseDouble(String) - Static method in class java.lang.Double
-
Returns a new double
initialized to the value represented by the specified
String
, as performed by the valueOf
method of class Double
.
- parseFloat(String) - Static method in class java.lang.Float
-
Returns a new float
initialized to the value represented by the specified String
,
as performed by the valueOf
method of class Float
.
- parseInt(String) - Static method in class java.lang.Integer
-
Parses the string argument as a signed decimal integer.
- parseInt(String, int) - Static method in class java.lang.Integer
-
Parses the string argument as a signed integer in the radix specified by the second argument.
- parseLong(String) - Static method in class java.lang.Long
-
Parses the string argument as a signed decimal long
.
- parseLong(String, int) - Static method in class java.lang.Long
-
Parses the string argument as a signed long
in the radix specified by the second
argument.
- parseShort(String) - Static method in class java.lang.Short
-
Parses the string argument as a signed decimal short
.
- parseShort(String, int) - Static method in class java.lang.Short
-
Parses the string argument as a signed short
in the radix specified by the second
argument.
- PASTE - Static variable in class ej.microui.event.generator.Command
-
Constant for "paste" command.
- PAUSE - Static variable in class ej.microui.event.generator.Command
-
Constant for "pause" command.
- peek() - Method in class java.util.Stack
-
Looks at the object at the top of this stack without removing it from the stack.
- Permission - Class in java.security
-
- Permission(String) - Constructor for class java.security.Permission
-
Constructs a permission with the specified name.
- PHAGS_PA - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for phags pa font identifier.
- PI - Static variable in class ej.bon.XMath
-
The double
value that is closer than any other to pi, the
ratio of the circumference of a circle to its diameter.
- PI - Static variable in class java.lang.Math
-
The double
value that is closer than any other to pi, the ratio of the
circumference of a circle to its diameter.
- platformTimeMillis() - Static method in class ej.bon.Util
-
Gets an arbitrary time in milliseconds.
- platformTimeNanos() - Static method in class ej.bon.Util
-
Gets an arbitrary time in nanoseconds.
- PM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM
field indicating the period of the day from noon to just before
midnight.
- Pointer - Class in ej.microui.event.generator
-
A pointer event generator represents a pointing device that is usually associated to a group of physical buttons.
- Pointer(int, int, int) - Constructor for class ej.microui.event.generator.Pointer
-
Constructor with a specified area range (width
and height
) where elapsedTime, click and
doubleClick features are supported and enabled for the first nbButtons
(doubleClick feature is
initialized with a 200ms delay).
- Pointer(int, int) - Constructor for class ej.microui.event.generator.Pointer
-
Constructor with a specified area range (width
and height
) that does not support click,
doubleClick nor elapsedTime for any of its buttons.
- poll() - Method in class ej.bon.ReferenceQueue
-
Queries the queue and returns and removes the first element of the queue.
- poll() - Method in class java.lang.ref.ReferenceQueue
-
Polls this queue to see if a reference object is available.
- pop() - Method in class java.util.Stack
-
Removes the object at the top of this stack and returns that object as the value of this
function.
- PortUnreachableException - Exception in java.net
-
- PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
-
Constructs a new PortUnreachableException
with a detail message.
- PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
-
Construct a new PortUnreachableException
with no detailed message.
- POSITIVE_INFINITY - Static variable in class java.lang.Double
-
A constant holding the positive infinity of type double
.
- POSITIVE_INFINITY - Static variable in class java.lang.Float
-
A constant holding the positive infinity of type float
.
- pow(double, double) - Static method in class ej.bon.XMath
-
Returns the value of the first argument raised to the power of the second
argument.
- pow(double, double) - Static method in class java.lang.Math
-
Returns the value of the first argument raised to the power of the second argument.
- PRESSED - Static variable in class ej.microui.event.generator.Buttons
-
Constant for "pressed" action.
- PREVIOUS - Static variable in class ej.microui.event.generator.Command
-
Constant for "previous" command.
- previous() - Method in interface java.util.ListIterator
-
Returns the previous element in the list and moves the cursor position backwards.
- previousIndex() - Method in interface java.util.ListIterator
-
- print(boolean) - Method in class java.io.PrintStream
-
Prints a boolean value.
- print(char) - Method in class java.io.PrintStream
-
Prints a character.
- print(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters.
- print(double) - Method in class java.io.PrintStream
-
Prints a double-precision floating-point number.
- print(float) - Method in class java.io.PrintStream
-
Prints a floating-point number.
- print(int) - Method in class java.io.PrintStream
-
Prints an integer.
- print(long) - Method in class java.io.PrintStream
-
Prints a long integer.
- print(Object) - Method in class java.io.PrintStream
-
Prints an object.
- print(String) - Method in class java.io.PrintStream
-
Prints a string.
- println() - Method in class java.io.PrintStream
-
Terminates the current line by writing the line separator string.
- println(boolean) - Method in class java.io.PrintStream
-
Prints a boolean and then terminate the line.
- println(char) - Method in class java.io.PrintStream
-
Prints a character and then terminate the line.
- println(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters and then terminate the line.
- println(double) - Method in class java.io.PrintStream
-
Prints a double and then terminate the line.
- println(float) - Method in class java.io.PrintStream
-
Prints a float and then terminate the line.
- println(int) - Method in class java.io.PrintStream
-
Prints an integer and then terminate the line.
- println(long) - Method in class java.io.PrintStream
-
Prints a long and then terminate the line.
- println(Object) - Method in class java.io.PrintStream
-
Prints an Object and then terminate the line.
- println(String) - Method in class java.io.PrintStream
-
Prints a String and then terminate the line.
- printStackTrace() - Method in class java.lang.Throwable
-
Prints this throwable and its backtrace to the standard error stream.
- printStackTrace(PrintStream) - Method in class java.lang.Throwable
-
Prints this throwable and its backtrace to the specified print stream.
- PrintStream - Class in java.io
-
A PrintStream
adds functionality to another output stream, namely the ability to
print representations of various data values conveniently.
- PrintStream(OutputStream) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrivateKey - Interface in java.security
-
- PropertyPermission - Class in java.util
-
- PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
-
- Proxy<T> - Class in ej.kf
-
The superclass of proxy classes.
- Proxy() - Constructor for class ej.kf.Proxy
-
The default constructor.
- purge() - Method in class java.util.Timer
-
Deprecated.
Removes all cancelled tasks from this timer's task queue.
- PURPLE - Static variable in class ej.microui.display.Colors
-
Constant for purple color.
- push(E) - Method in class java.util.Stack
-
Pushes an item onto the top of this stack.
- put(String, Object) - Static method in class ej.bon.Immutables
-
Maps the given ID to the given object in the immutable objects pool.
- put(K, V) - Method in class java.util.AbstractMap
-
Associates the specified value with the specified key in this map (optional operation).
- put(K, V) - Method in class java.util.Dictionary
-
Maps the specified key
to the specified value
in this dictionary.
- put(K, V) - Method in class java.util.HashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.Hashtable
-
Maps the specified key
to the specified value
in this hashtable.
- put(K, V) - Method in interface java.util.Map
-
Associates the specified value with the specified key in this map (optional operation).
- put(K, V) - Method in class java.util.WeakHashMap
-
Associates the specified value with the specified key in this map.
- putAll(Hashtable) - Static method in class ej.bon.Immutables
-
Maps all the mappings in the given table in the immutable objects pool.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
-
Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
-
Copies all of the mappings from the specified map to this hashtable.
- putAll(Map<? extends K, ? extends V>) - Method in interface java.util.Map
-
Copies all of the mappings from the specified map to this map (optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
-
Copies all of the mappings from the specified map to this map.