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

P

PASSWORD - Static variable in class javax.microedition.lcdui.TextField
The text entered must be masked so that the characters typed are not visible.
PASSWORD - Static variable in class javax.microedition.lcdui.TextField
The text entered must be masked so that the characters typed are not visible.
PHONENUMBER - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter a phone number.
PHONENUMBER - Static variable in class javax.microedition.lcdui.TextField
The user is allowed to enter a phone number.
PLAY_BLOCK - Static variable in interface com.siemens.mp.media.control.ToneControl
Play a defined block.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method
PRECEDES - Static variable in interface javax.microedition.rms.RecordComparator
PRECEDES means that the left (first parameter) record precedes the right (second parameter) record in terms of search or sort order.
PREFETCHED - Static variable in interface com.siemens.mp.media.Player
The state of the Player indicating that it has acquired all the resources to begin playing.
P_BEAT - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_CONSTANLY_LITEUP - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_ETERNITY - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_IDLE - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_LIGHTHOUSE - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_LIMELIGHT - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_NORMAL_BLINKING - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_PULSATING - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_RUNWAY - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_SPEED - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_STROBO - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_TRANCE - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
P_WAVE - Static variable in class com.siemens.mp.m55.Ledcontrol
An available pattern.
PhoneBook - class com.siemens.mp.gsm.PhoneBook.
Implements access to the handset phonebook.
PhoneBook() - Constructor for class com.siemens.mp.gsm.PhoneBook
 
Player - interface com.siemens.mp.media.Player.
Player controls the rendering of time based media data.
PlayerListener - interface com.siemens.mp.media.PlayerListener.
PlayerListener is the interface for receiving asynchronous events generated by Players.
PrintStream - class java.io.PrintStream.
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
Create a new print stream.
paint(Graphics) - Method in class com.siemens.mp.color_game.GameCanvas
Paints this GameCanvas.
paint(Graphics) - Method in class com.siemens.mp.color_game.Layer
Paints this Layer if it is visible.
paint(Graphics, int, int) - Method in class com.siemens.mp.color_game.LayerManager
Renders the LayerManager’s current view window at the specified location.
paint(Graphics) - Method in class com.siemens.mp.color_game.Sprite
Draws the Sprite.
paint(Graphics) - Method in class com.siemens.mp.color_game.TiledLayer
Draws the TiledLayer.
paint(Image, int, int) - Method in class com.siemens.mp.game.GraphicObjectManager
Draws all objects in the collection on the specified offscreen image.
paint(ExtendedImage, int, int) - Method in class com.siemens.mp.game.GraphicObjectManager
Draws all objects in the collection on the specified ExtendedImage.
paint(Graphics) - Method in class javax.microedition.lcdui.Canvas
Renders the Canvas.
paint(Graphics) - Method in class javax.microedition.lcdui.Canvas
Renders the Canvas.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
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.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
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.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
pauseApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to stop and enter the Paused state.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
platformRequest(String) - Static method in class com.siemens.mp.MIDlet
Start native application.
play() - Method in class com.siemens.mp.game.Melody
Plays the user-defined melody.
playPattern(int) - Static method in class com.siemens.mp.m55.Ledcontrol
This function can be used to play a pattern.
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
playSound(Display) - Method in class javax.microedition.lcdui.AlertType
Alert the user by playing the sound for this AlertType.
playTone(int, int) - Static method in class com.siemens.mp.game.Sound
plays a tone
Warning: The Sound class is completely independent of MelodyComposer class, so don't use its predefined tones.
playTone(int, int, int) - Static method in class com.siemens.mp.media.Manager
Play back a tone as specified by a note and its duration.
playerUpdate(Player, String, Object) - Method in interface com.siemens.mp.media.PlayerListener
This method is called to deliver an event to a registered listener when a Player event is observed.
pointerDragged(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is dragged.
pointerDragged(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is dragged.
pointerPressed(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is pressed.
pointerPressed(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is pressed.
pointerReleased(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is released.
pointerReleased(int, int) - Method in class javax.microedition.lcdui.Canvas
Called when the pointer is released.
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.
pos - Variable in class java.io.ByteArrayInputStream
The index of the next character to read from the input stream buffer.
prefetch() - Method in interface com.siemens.mp.media.Player
Acquires the scarce and exclusive resources and processes as much data as necessary to reduce the start latency.
prevFrame() - Method in class com.siemens.mp.color_game.Sprite
Selects the next frame in the frame sequence.
previousRecord() - Method in interface javax.microedition.rms.RecordEnumeration
Returns a copy of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
previousRecordId() - Method in interface javax.microedition.rms.RecordEnumeration
Returns the recordId of the previous record in this enumeration, where previous is defined by the comparator and/or filter supplied in the constructor of this enumerator.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
printStackTrace() - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the standard error stream.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.

A B C D E F G H I J K L M N O P R S T U V W Y
Generated on 2003-10-17For further information and updates, please visit Siemens mobile Developer Portal