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

S

SATURDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Saturday.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
SCREEN - Static variable in class javax.microedition.lcdui.Command
Specifies an application-defined command that pertains to the current screen.
SECOND - Static variable in class java.util.Calendar
Field number for get and set indicating the second within the minute.
SELECT_COMMAND - Static variable in class javax.microedition.lcdui.List
SELECT_COMMAND is a special command that commandAction can use to recognize the user did the select operation on a IMPLICIT List.
SELECT_COMMAND - Static variable in class javax.microedition.lcdui.List
SELECT_COMMAND is a special command that commandAction can use to recognize the user did the select operation on a IMPLICIT List.
SEPTEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the ninth month of the year.
SET_VOLUME - Static variable in interface com.siemens.mp.media.control.ToneControl
The SET_VOLUME event tag.
SILENCE - Static variable in interface com.siemens.mp.media.control.ToneControl
Silence.
SIZE_CHANGED - Static variable in interface com.siemens.mp.media.PlayerListener
Posted when the size of the video is changed either because the source video size or the display size is changed.
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
The "large" system-dependent font size.
SIZE_LARGE - Static variable in class javax.microedition.lcdui.Font
The "large" system-dependent font size.
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
The "medium" system-dependent font size.
SIZE_MEDIUM - Static variable in class javax.microedition.lcdui.Font
The "medium" system-dependent font size.
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
The "small" system-dependent font size.
SIZE_SMALL - Static variable in class javax.microedition.lcdui.Font
The "small" system-dependent font size.
SMS - class com.siemens.mp.gsm.SMS.
Allows to send an SMS to a given number.
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style.
SOLID - Static variable in class javax.microedition.lcdui.Graphics
Constant for the SOLID stroke style.
STARTED - Static variable in interface com.siemens.mp.media.Player
The state of the Player indicating that the Player has already started.
STARTED - Static variable in interface com.siemens.mp.media.PlayerListener
Posted when a Player is started.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
STOP - Static variable in class javax.microedition.lcdui.Command
A command that will stop some currently running process, operation, etc.
STOPPED - Static variable in interface com.siemens.mp.media.PlayerListener
Posted when a Player stops in response to the stop method call.
STOPPED_AT_TIME - Static variable in interface com.siemens.mp.media.PlayerListener
Posted when a Player is stopped as responding to the setStopTime call using the StopTimeControl.
STORAGE_DRIVE - Static variable in class com.siemens.mp.io.File
 
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
The bold style constant.
STYLE_BOLD - Static variable in class javax.microedition.lcdui.Font
The bold style constant.
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
The italicized style constant.
STYLE_ITALIC - Static variable in class javax.microedition.lcdui.Font
The italicized style constant.
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
The plain style constant.
STYLE_PLAIN - Static variable in class javax.microedition.lcdui.Font
The plain style constant.
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
The underlined style constant.
STYLE_UNDERLINED - Static variable in class javax.microedition.lcdui.Font
The underlined style constant.
SUNDAY - Static variable in class java.util.Calendar
Value of the DAY_OF_WEEK field indicating Sunday.
Screen - class javax.microedition.lcdui.Screen.
The Screen class is an abstract superclass that provides its subclasses with an optional title and an optional ticker-tape style display.
Screen - class javax.microedition.lcdui.Screen.
The Screen class is an abstract superclass that provides its subclasses with an optional title and an optional ticker-tape style display.
SecurityException - exception java.lang.SecurityException.
Thrown by the security manager to indicate a security violation.
SecurityException() - Constructor for class java.lang.SecurityException
Constructs a SecurityException with no detail message.
SecurityException(String) - Constructor for class java.lang.SecurityException
Constructs a SecurityException with the specified detail message.
Short - class java.lang.Short.
The Short class is the standard wrapper for short values.
Short(short) - Constructor for class java.lang.Short
Constructs a Short object initialized to the specified short value.
Sound - class com.siemens.mp.game.Sound.
This class gives basic access to the phone's sound capability.
Sound() - Constructor for class com.siemens.mp.game.Sound
 
Sprite - class com.siemens.mp.color_game.Sprite.
Description: A Sprite is a basic visual element that can be rendered with one of several frames stored in an Image; different frames can be shown to animate the Sprite.
Sprite(Image) - Constructor for class com.siemens.mp.color_game.Sprite
Creates a new non-animated Sprite using the provided mutable Image.
Sprite(Image, int, int) - Constructor for class com.siemens.mp.color_game.Sprite
Creates a new animated Sprite using frames contained in the provided mutable Image.
Sprite(Sprite) - Constructor for class com.siemens.mp.color_game.Sprite
Creates a new Sprite from another Sprite.
Sprite - class com.siemens.mp.game.Sprite.
The Sprite class implements drawable sprite objects.
Sprite(Image, Image, int) - Constructor for class com.siemens.mp.game.Sprite
Creates a sprite from previously created images.
Sprite(ExtendedImage, ExtendedImage, int) - Constructor for class com.siemens.mp.game.Sprite
Creates a sprite from previously created extended images.
Sprite(byte[], int, int, int, byte[], int, int) - Constructor for class com.siemens.mp.game.Sprite
Creates a sprite directly from bytearrays.
Stack - class java.util.Stack.
The Stack class represents a last-in-first-out (LIFO) stack of objects.
Stack() - Constructor for class java.util.Stack
Creates an empty Stack.
StreamConnection - interface javax.microedition.io.StreamConnection.
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - interface javax.microedition.io.StreamConnectionNotifier.
This interface defines the capabilities that a connection notifier must have.
String - class java.lang.String.
The String class represents character strings.
String() - Constructor for class java.lang.String
Initializes a newly created String object so that it represents an empty character sequence.
String(String) - Constructor for class java.lang.String
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words, the newly created string is a copy of the argument string.
String(char[]) - Constructor for class java.lang.String
Allocates a new String so that it represents the sequence of characters currently contained in the character array argument.
String(char[], int, int) - Constructor for class java.lang.String
Allocates a new String that contains characters from a subarray of the character array argument.
String(byte[], int, int, String) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the specified character encoding.
String(byte[], String) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the specified character encoding.
String(byte[], int, int) - Constructor for class java.lang.String
Construct a new String by converting the specified subarray of bytes using the platform's default character encoding.
String(byte[]) - Constructor for class java.lang.String
Construct a new String by converting the specified array of bytes using the platform's default character encoding.
String(StringBuffer) - Constructor for class java.lang.String
Allocates a new string that contains the sequence of characters currently contained in the string buffer argument.
StringBuffer - class java.lang.StringBuffer.
A string buffer implements a mutable sequence of characters.
StringBuffer() - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer(int) - Constructor for class java.lang.StringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer(String) - Constructor for class java.lang.StringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
StringIndexOutOfBoundsException - exception java.lang.StringIndexOutOfBoundsException.
Thrown by the charAt method in class String and by other String methods to indicate that an index is either negative or greater than or equal to the size of the string.
StringIndexOutOfBoundsException() - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with no detail message.
StringIndexOutOfBoundsException(String) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a StringIndexOutOfBoundsException with the specified detail message.
StringIndexOutOfBoundsException(int) - Constructor for class java.lang.StringIndexOutOfBoundsException
Constructs a new StringIndexOutOfBoundsException class with an argument indicating the illegal index.
StringItem - class javax.microedition.lcdui.StringItem.
An item that can contain a string.
StringItem - class javax.microedition.lcdui.StringItem.
An item that can contain a string.
StringItem(String, String) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label and textual content.
StringItem(String, String) - Constructor for class javax.microedition.lcdui.StringItem
Creates a new StringItem object with the given label and textual content.
System - class java.lang.System.
The System class contains several useful class fields and methods.
schedule(TimerTask, long) - Method in class java.util.Timer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Method in class java.util.Timer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Method in class java.util.Timer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
scheduledExecutionTime() - Method in class java.util.TimerTask
Returns the scheduled execution time of the most recent actual execution of this task.
search(Object) - Method in class java.util.Stack
Returns the 1-based position where an object is on this stack.
seek(int, int) - Method in class com.siemens.mp.io.File
Moves the file pointer to the specified location.
send(String, String) - Static method in class com.siemens.mp.gsm.SMS
Sends an sms to the specified number.
send(String, byte[]) - Static method in class com.siemens.mp.gsm.SMS
Sends a data sms to the specified number.
send(byte[]) - Method in class com.siemens.mp.io.Connection
Sends data via the created connection.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram
serviceRepaints() - Method in class javax.microedition.lcdui.Canvas
Forces any pending repaint requests to be serviced immediately.
serviceRepaints() - Method in class javax.microedition.lcdui.Canvas
Forces any pending repaint requests to be serviced immediately.
set(int, int) - Method in class java.util.Calendar
Sets the time field with the given value.
set(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Sets the element referenced by elementNum to the specified element, replacing the previous contents of the element.
set(int, String, Image) - Method in interface javax.microedition.lcdui.Choice
Sets the element referenced by elementNum to the specified element, replacing the previous contents of the element.
set(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
set(int, String, Image) - Method in class javax.microedition.lcdui.ChoiceGroup
 
set(int, Item) - Method in class javax.microedition.lcdui.Form
Sets the item referenced by index to the specified item, replacing the previous item.
set(int, Item) - Method in class javax.microedition.lcdui.Form
Sets the item referenced by index to the specified item, replacing the previous item.
set(int, String, Image) - Method in class javax.microedition.lcdui.List
Implementation of setElement of interface Choice.
set(int, String, Image) - Method in class javax.microedition.lcdui.List
Implementation of setElement of interface Choice.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setAltText(String) - Method in class javax.microedition.lcdui.ImageItem
Sets the alternate text of the ImageItem, or null if no alternate text is provided.
setAltText(String) - Method in class javax.microedition.lcdui.ImageItem
Sets the alternate text of the ImageItem, or null if no alternate text is provided.
setAnimatedTile(int, int) - Method in class com.siemens.mp.color_game.TiledLayer
Associates an animated tile with the specified static tile.
setBPM(int) - Method in class com.siemens.mp.game.MelodyComposer
Sets beats per minute (default: 60).
setCell(int, int, int) - Method in class com.siemens.mp.color_game.TiledLayer
Sets the contents of a cell.
setCharAt(int, char) - Method in class java.lang.StringBuffer
The character at the specified index of this string buffer is set to ch.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
setChars(char[], int, int) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField from a character array, replacing the previous contents.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setClip(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current clip to the rectangle specified by the given coordinates.
setCollisionRectangle(int, int, int, int) - Method in class com.siemens.mp.color_game.Sprite
Defines the Sprite’s bounding rectangle that is used for collision detection purposes.
setCollisionRectangle(int, int, int, int) - Method in class com.siemens.mp.game.Sprite
Sets the collision rectangle.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int, int, int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setColor(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current color to the specified RGB values.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
Listeners are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Alert
Listeners are not allowed on Alerts, so this method will always throw IllegalStateException whenever it is called.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setCommandListener(CommandListener) - Method in class javax.microedition.lcdui.Displayable
Sets a listener for Commands to this Displayable, replacing any previous CommandListener.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
setConstraints(int) - Method in class javax.microedition.lcdui.TextBox
Sets the input constraints of the TextBox.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setConstraints(int) - Method in class javax.microedition.lcdui.TextField
Sets the input constraints of the TextField.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
setCurrent() is called whenever application wants a different Displayable object to be shown as the current screen.
setCurrent(Alert, Displayable) - Method in class javax.microedition.lcdui.Display
Shows this alert for the amount of time specified by the value of the alert's timeout field.
setCurrent(Displayable) - Method in class javax.microedition.lcdui.Display
setCurrent() is called whenever application wants a different Displayable object to be shown as the current screen.
setCurrent(Alert, Displayable) - Method in class javax.microedition.lcdui.Display
Shows this alert for the amount of time specified by the value of the alert's timeout field.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length
setDate(Date) - Method in class javax.microedition.lcdui.DateField
Sets a new value for this field.
setDate(Date) - Method in class javax.microedition.lcdui.DateField
Sets a new value for this field.
setElementAt(Object, int) - Method in class java.util.Vector
Sets the component at the specified index of this vector to be the specified object.
setError() - Method in class java.io.PrintStream
Set the error state of the stream to true.
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
Sets the font for all subsequent text rendering operations.
setFont(Font) - Method in class javax.microedition.lcdui.Graphics
Sets the font for all subsequent text rendering operations.
setFrame(int) - Method in class com.siemens.mp.color_game.Sprite
Selects current frame in the frame sequence.
setFrame(int) - Method in class com.siemens.mp.game.Sprite
Sets the frame, which will become visible when the sprite is drawn.
setFrameSequence(int[]) - Method in class com.siemens.mp.color_game.Sprite
Set the frame sequence for this Sprite.
setGrayScale(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current grayscale to be used for all subsequent rendering operations.
setGrayScale(int) - Method in class javax.microedition.lcdui.Graphics
Sets the current grayscale to be used for all subsequent rendering operations.
setHeight(int) - Method in class com.siemens.mp.color_game.Layer
Sets the current height of this layer, in pixels.
setImage(Image, int, int) - Method in class com.siemens.mp.color_game.Sprite
Change the image used for the Sprite.
setImage(Image) - Method in class javax.microedition.lcdui.Alert
Sets the Image used in the Alert.
setImage(Image) - Method in class javax.microedition.lcdui.Alert
Sets the Image used in the Alert.
setImage(Image) - Method in class javax.microedition.lcdui.ImageItem
Sets the image object contained within the ImageItem.
setImage(Image) - Method in class javax.microedition.lcdui.ImageItem
Sets the image object contained within the ImageItem.
setInputMode(int) - Method in class javax.microedition.lcdui.DateField
Set input mode for this date field.
setInputMode(int) - Method in class javax.microedition.lcdui.DateField
Set input mode for this date field.
setItemStateListener(ItemStateListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemStateListener for the Form, replacing any previous ItemStateListener.
setItemStateListener(ItemStateListener) - Method in class javax.microedition.lcdui.Form
Sets the ItemStateListener for the Form, replacing any previous ItemStateListener.
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
setLabel(String) - Method in class javax.microedition.lcdui.Item
Sets the label of the Item.
setLayerImage(Image) - Method in class com.siemens.mp.color_game.Layer
Sets the image of the layer.
setLayout(int) - Method in class javax.microedition.lcdui.ImageItem
Sets the layout directives.
setLayout(int) - Method in class javax.microedition.lcdui.ImageItem
Sets the layout directives.
setLength(int) - Method in class java.lang.StringBuffer
Sets the length of this String buffer.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length
setLevel(int) - Method in interface com.siemens.mp.media.control.VolumeControl
Set the volume using a linear point scale with values between 0 and 100.
setLightOff() - Static method in class com.siemens.mp.game.Light
Deactivates LCD backlight.
setLightOn() - Static method in class com.siemens.mp.game.Light
Activates the LCD backlight.
setListener(ConnectionListener) - Method in class com.siemens.mp.io.Connection
Registers a listener to receive data.
setLoopCount(int) - Method in interface com.siemens.mp.media.Player
Set the number of times the Player will loop and play the content.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextBox
Sets the maximum size (number of characters) that can be contained in this TextBox.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxSize(int) - Method in class javax.microedition.lcdui.TextField
Sets the maximum size (number of characters) that can be contained in this TextField.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMaxValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the maximum value of this Gauge object.
setMediaTime(long) - Method in interface com.siemens.mp.media.Player
Sets the Player's media time.
setMute(boolean) - Method in interface com.siemens.mp.media.control.VolumeControl
Mute or unmute the Player associated with this VolumeControl.
setNativeImage(Image, Image) - Static method in class com.siemens.mp.ui.Image
Registers the siemens image inside the lcdui image
setPixel(int, int, byte) - Method in class com.siemens.mp.game.ExtendedImage
Sets individual pixel's color.
setPixelColor(Image, int, int, int) - Static method in class com.siemens.mp.lcdui.Image
Sets the color of a pixel.
setPixels(byte[], int, int, int, int) - Method in class com.siemens.mp.game.ExtendedImage
Sets pixels' colors from a bytearray.
setPosition(int, int) - Method in class com.siemens.mp.color_game.Layer
Sets this Layer’s position by specifying the location of its upper-left corner.
setPosition(int, int) - Method in class com.siemens.mp.game.Sprite
Sets the coordinates of the top-left corner of the sprite.
setPositionInMap(int, int) - Method in class com.siemens.mp.game.TiledBackground
Sets the point in the tiles map that will correspond to the drawing area starting point.
setPriority(int) - Method in class java.lang.Thread
Changes the priority of this thread.
setRecord(int, byte[], int, int) - Method in class javax.microedition.rms.RecordStore
Sets the data in the given record to that passed in.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setSeed(long) - Method in class java.util.Random
Sets the seed of this random number generator using a single long seed.
setSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Attempts to set the selected state of every element in the Choice.
setSelectedFlags(boolean[]) - Method in interface javax.microedition.lcdui.Choice
Attempts to set the selected state of every element in the Choice.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Attempts to set the selected state of every element in the ChoiceGroup.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.ChoiceGroup
Attempts to set the selected state of every element in the ChoiceGroup.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Implementation of setSelectedFlags of interface Choice.
setSelectedFlags(boolean[]) - Method in class javax.microedition.lcdui.List
Implementation of setSelectedFlags of interface Choice.
setSelectedIndex(int, boolean) - Method in interface javax.microedition.lcdui.Choice
For MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in interface javax.microedition.lcdui.Choice
For MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
For ChoiceGroup objects of type MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.ChoiceGroup
For ChoiceGroup objects of type MULTIPLE, this simply sets an individual element's selected state.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.List
Implementation of getSelectedIndex of interface Choice.
setSelectedIndex(int, boolean) - Method in class javax.microedition.lcdui.List
Implementation of getSelectedIndex of interface Choice.
setSequence(byte[]) - Method in interface com.siemens.mp.media.control.ToneControl
Sets the tone sequence.
setSize(int) - Method in class java.util.Vector
Sets the size of this vector.
setStaticTileSet(Image, int, int) - Method in class com.siemens.mp.color_game.TiledLayer
Change the static tile set.
setString(String) - Method in class javax.microedition.lcdui.Alert
Sets the text string used in the Alert.
setString(String) - Method in class javax.microedition.lcdui.Alert
Sets the text string used in the Alert.
setString(String) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextBox
Sets the contents of the TextBox as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.TextField
Sets the contents of the TextField as a string value, replacing the previous contents.
setString(String) - Method in class javax.microedition.lcdui.Ticker
Sets the string to be displayed by this ticker.
setString(String) - Method in class javax.microedition.lcdui.Ticker
Sets the string to be displayed by this ticker.
setStrokeStyle(int) - Method in class javax.microedition.lcdui.Graphics
Sets the stroke style used for drawing lines, arcs, rectangles, and rounded rectangles.
setStrokeStyle(int) - Method in class javax.microedition.lcdui.Graphics
Sets the stroke style used for drawing lines, arcs, rectangles, and rounded rectangles.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
setText(String) - Method in class javax.microedition.lcdui.StringItem
Sets the text contents of the StringItem.
setTicker(Ticker) - Method in class javax.microedition.lcdui.Screen
Set a ticker for use with this Screen, replacing any previous ticker.
setTicker(Ticker) - Method in class javax.microedition.lcdui.Screen
Set a ticker for use with this Screen, replacing any previous ticker.
setTime(Date) - Method in class java.util.Calendar
Sets this Calendar's current time with the given Date.
setTime(long) - Method in class java.util.Date
Sets this Date object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTimeBase(TimeBase) - Method in interface com.siemens.mp.media.Player
Sets the TimeBase for this Player.
setTimeInMillis(long) - Method in class java.util.Calendar
Sets this Calendar's current time from the given long value.
setTimeZone(TimeZone) - Method in class java.util.Calendar
Sets the time zone with the given time zone value.
setTimeout(int) - Method in class javax.microedition.lcdui.Alert
Set the time for which the Alert is to be shown.
setTimeout(int) - Method in class javax.microedition.lcdui.Alert
Set the time for which the Alert is to be shown.
setTitle(String) - Method in class javax.microedition.lcdui.Screen
Sets the title of the Screen.
setTitle(String) - Method in class javax.microedition.lcdui.Screen
Sets the title of the Screen.
setType(AlertType) - Method in class javax.microedition.lcdui.Alert
Sets the type of the Alert.
setType(AlertType) - Method in class javax.microedition.lcdui.Alert
Sets the type of the Alert.
setValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the current value of this Gauge object.
setValue(int) - Method in class javax.microedition.lcdui.Gauge
Sets the current value of this Gauge object.
setViewWindow(int, int, int, int) - Method in class com.siemens.mp.color_game.LayerManager
Sets the view window on the LayerManager.
setVisible(boolean) - Method in class com.siemens.mp.color_game.Layer
Sets the visibility of this Layer.
setVisible(boolean) - Method in class com.siemens.mp.game.GraphicObject
Sets the "visible" flag
setWidth(int) - Method in class com.siemens.mp.color_game.Layer
Sets the current width of this layer, in pixels.
shortValue() - Method in class java.lang.Integer
Returns the value of this Integer as a short.
shortValue() - Method in class java.lang.Short
Returns the value of this Short as a short.
showNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls showNotify() when this Canvas is shown.
showNotify() - Method in class javax.microedition.lcdui.Canvas
The implementation calls showNotify() when this Canvas is shown.
size() - Method in class java.io.ByteArrayOutputStream
Returns the current size of the buffer.
size() - Method in class java.util.Hashtable
Returns the number of keys in this hashtable.
size() - Method in class java.util.Vector
Returns the number of components in this vector.
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
size() - Method in interface javax.microedition.lcdui.Choice
Gets the number of elements present.
size() - Method in class javax.microedition.lcdui.ChoiceGroup
 
size() - Method in class javax.microedition.lcdui.ChoiceGroup
 
size() - Method in class javax.microedition.lcdui.Form
Gets the number of items in the Form.
size() - Method in class javax.microedition.lcdui.Form
Gets the number of items in the Form.
size() - Method in class javax.microedition.lcdui.List
Implementation of getSize of interface Choice.
size() - Method in class javax.microedition.lcdui.List
Implementation of getSize of interface Choice.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class javax.microedition.lcdui.TextBox
Gets the number of characters that are currently stored in this TextBox.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
size() - Method in class javax.microedition.lcdui.TextField
Gets the number of characters that are currently stored in this TextField.
skip(long) - Method in class java.io.ByteArrayInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class java.io.DataInputStream
Skips over and discards n bytes of data from the input stream.
skip(long) - Method in class java.io.InputStream
Skips over and discards n bytes of data from this input stream.
skip(long) - Method in class java.io.InputStreamReader
Skip characters.
skip(long) - Method in class java.io.Reader
Skip characters.
skipBytes(int) - Method in interface java.io.DataInput
Makes an attempt to skip over n bytes of data from the input stream, discarding the skipped bytes.
skipBytes(int) - Method in class java.io.DataInputStream
See the general contract of the skipBytes method of DataInput.
sleep(long) - Static method in class java.lang.Thread
Causes the currently executing thread to sleep (temporarily cease execution) for the specified number of milliseconds.
spaceAvailable() - Static method in class com.siemens.mp.io.File
Returns the free disk space (in bytes), available on the phone's file system.
start(String) - Static method in class com.siemens.mp.gsm.Call
Starts a phone call.
start() - Method in interface com.siemens.mp.media.Player
Starts the Player as soon as possible.
start() - Method in class java.lang.Thread
Causes this thread to begin execution; the Java Virtual Machine calls the run method of this thread.
startApp() - Method in class javax.microedition.midlet.MIDlet
Signals the MIDlet to start and enter the Active state.
startVibrator() - Static method in class com.siemens.mp.game.Vibrator
Activates vibrator.
startsWith(String, int) - Method in class java.lang.String
Tests if this string starts with the specified prefix beginning a specified index.
startsWith(String) - Method in class java.lang.String
Tests if this string starts with the specified prefix.
stop() - Static method in class com.siemens.mp.game.Melody
Stops the user-defined melody currently being played.
stop() - Method in interface com.siemens.mp.media.Player
Stops the Player.
stopPattern() - Static method in class com.siemens.mp.m55.Ledcontrol
This function will switch off all the LEDs.
stopVibrator() - Static method in class com.siemens.mp.game.Vibrator
Deactivates vibrator.
stringWidth(String) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified String in this Font.
stringWidth(String) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified String in this Font.
substring(int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substring(int, int) - Method in class java.lang.String
Returns a new string that is a substring of this string.
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified substring in this Font.
substringWidth(String, int, int) - Method in class javax.microedition.lcdui.Font
Gets the total advance width for showing the specified substring in this Font.
switchOFF(int) - Static method in class com.siemens.mp.m55.Ledcontrol
This function will switch off the indicated LED.
switchON(int) - Static method in class com.siemens.mp.m55.Ledcontrol
This function will switch on the indicated LED.

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