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

C

C4 - Static variable in interface com.siemens.mp.media.control.ToneControl
Middle C.
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
CANCEL - Static variable in class javax.microedition.lcdui.Command
A command that is a standard negative answer to a dialog implemented by current screen.
CLOSED - Static variable in interface com.siemens.mp.media.Player
The state of the Player indicating that the Player is closed.
CLOSED - Static variable in interface com.siemens.mp.media.PlayerListener
Posted when a Player is closed.
COLOR_BMP_8BIT - Static variable in class com.siemens.mp.ui.Image
 
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
CONFIRMATION - Static variable in class javax.microedition.lcdui.AlertType
A CONFIRMATION AlertType is a hint to confirm user actions.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
The mask value for determining the constraint mode.
CONSTRAINT_MASK - Static variable in class javax.microedition.lcdui.TextField
The mask value for determining the constraint mode.
Calendar - class java.util.Calendar.
Calendar is an abstract class for getting and setting dates using a set of integer fields such as YEAR, MONTH, DAY, and so on.
Calendar() - Constructor for class java.util.Calendar
Constructs a Calendar with the default time zone and default locale.
Call - class com.siemens.mp.gsm.Call.
Allows to make an outgoing call to some phone number.
Call() - Constructor for class com.siemens.mp.gsm.Call
 
Canvas - class javax.microedition.lcdui.Canvas.
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
Canvas - class javax.microedition.lcdui.Canvas.
The Canvas class is a base class for writing applications that need to handle low-level events and to issue graphics calls for drawing to the display.
Canvas() - Constructor for class javax.microedition.lcdui.Canvas
 
Canvas() - Constructor for class javax.microedition.lcdui.Canvas
 
Character - class java.lang.Character.
The Character class wraps a value of the primitive type char in an object.
Character(char) - Constructor for class java.lang.Character
Constructs a Character object and initializes it so that it represents the primitive value argument.
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
Choice - interface javax.microedition.lcdui.Choice.
Choice defines an API for a user interface components implementing selection from predefined number of choices.
ChoiceGroup - class javax.microedition.lcdui.ChoiceGroup.
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup - class javax.microedition.lcdui.ChoiceGroup.
A ChoiceGroup is a group of selectable elements intended to be placed within a Form.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
ChoiceGroup(String, int) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new, empty ChoiceGroup, specifying its title and its type.
ChoiceGroup(String, int, String[], Image[]) - Constructor for class javax.microedition.lcdui.ChoiceGroup
Creates a new ChoiceGroup, specifying its title, the type of the ChoiceGroup, and an array of Strings and Images to be used as its initial contents.
Class - class java.lang.Class.
Instances of the class Class represent classes and interfaces in a running Java application.
ClassCastException - exception java.lang.ClassCastException.
Thrown to indicate that the code has attempted to cast an object to a subclass of which it is not an instance.
ClassCastException() - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with no detail message.
ClassCastException(String) - Constructor for class java.lang.ClassCastException
Constructs a ClassCastException with the specified detail message.
ClassNotFoundException - exception java.lang.ClassNotFoundException.
Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
ClassNotFoundException() - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with no detail message.
ClassNotFoundException(String) - Constructor for class java.lang.ClassNotFoundException
Constructs a ClassNotFoundException with the specified detail message.
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
Command - class javax.microedition.lcdui.Command.
The Command class is a construct that encapsulates the semantic information of an action.
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given label, type, and priority.
Command(String, int, int) - Constructor for class javax.microedition.lcdui.Command
Creates a new command object with the given label, type, and priority.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
CommandListener - interface javax.microedition.lcdui.CommandListener.
This interface is used by applications which need to receive high-level events from the implementation.
Connection - class com.siemens.mp.io.Connection.
The Connection class supports data transfer through SMS, IrDA and internal SMS loopback interfaces.
Connection(String) - Constructor for class com.siemens.mp.io.Connection
Opens a new connection and creates a Connection object for it.
Connection - interface javax.microedition.io.Connection.
This is the most basic type of generic connection.
ConnectionListener - interface com.siemens.mp.io.ConnectionListener.
The ConnectionListener interface defines the capabilities for the connection's incoming data receiver.
ConnectionNotFoundException - exception javax.microedition.io.ConnectionNotFoundException.
This class is used to signal that a connection target cannot be found
ConnectionNotFoundException() - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for class javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
Connector - class javax.microedition.io.Connector.
This class contains the static methods used to create all the connection objects.
ContentConnection - interface javax.microedition.io.ContentConnection.
This interface defines the stream connection over which content is passed.
Control - interface com.siemens.mp.media.Control.
A Control object is used to control some media processing functions.
Controllable - interface com.siemens.mp.media.Controllable.
Controllable provides an interface for obtaining the Controls from an object like a Player.
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Callable object c to have its call() method called later, serialized with the event stream.
callSerially(Runnable) - Method in class javax.microedition.lcdui.Display
Causes the Callable object c to have its call() method called later, serialized with the event stream.
cancel() - Method in class java.util.Timer
Terminates this timer, discarding any currently scheduled tasks.
cancel() - Method in class java.util.TimerTask
Cancels this timer task.
capacity() - Method in class java.lang.StringBuffer
Returns the current capacity of the String buffer.
capacity() - Method in class java.util.Vector
Returns the current capacity of this vector.
capacityIncrement - Variable in class java.util.Vector
The amount by which the capacity of the vector is automatically incremented when its size becomes greater than its capacity.
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
charAt(int) - Method in class java.lang.StringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
charValue() - Method in class java.lang.Character
Returns the value of this Character object.
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
charWidth(char) - Method in class javax.microedition.lcdui.Font
Gets the advance width of the specified character in this Font.
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
charsWidth(char[], int, int) - Method in class javax.microedition.lcdui.Font
Returns the advance width of the characters in ch, starting at the specified offset and for the specified number of characters (length).
checkError() - Method in class java.io.PrintStream
Flush the stream and check its error state.
checkFileName(String) - Static method in class com.siemens.mp.io.File
checkFileName
clear(byte) - Method in class com.siemens.mp.game.ExtendedImage
Fills an entire image with a given color.
clear() - Method in class java.util.Hashtable
Clears this hashtable so that it contains no keys.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
clipRect(int, int, int, int) - Method in class javax.microedition.lcdui.Graphics
Intersects the current clip with the specified rectangle.
close(int) - Method in class com.siemens.mp.io.File
Closes the file.
close() - Method in interface com.siemens.mp.media.Player
Close the Player and release its resources.
close() - Method in class java.io.ByteArrayInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.ByteArrayOutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.DataInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.DataOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class java.io.InputStreamReader
Close the stream.
close() - Method in class java.io.OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class java.io.OutputStreamWriter
Close the stream.
close() - Method in class java.io.PrintStream
Close the stream.
close() - Method in class java.io.Reader
Close the stream.
close() - Method in class java.io.Writer
Close the stream, flushing it first.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
closeRecordStore() - Method in class javax.microedition.rms.RecordStore
This method is called when the MIDlet requests to have the record store closed.
collidesWith(Sprite, boolean) - Method in class com.siemens.mp.color_game.Sprite
Checks for a collision between this Sprite and the specified Sprite.
collidesWith(Image, int, int, boolean) - Method in class com.siemens.mp.color_game.Sprite
Checks for a collision between this Sprite and the image specified located at (x, y).
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Screen s.
commandAction(Command, Displayable) - Method in interface javax.microedition.lcdui.CommandListener
Indicates that a command event has occurred on Screen s.
compare(byte[], byte[]) - Method in interface javax.microedition.rms.RecordComparator
Returns RecordComparator.PRECEDES if rec1 precedes rec2 in sort order, or RecordComparator.FOLLOWS if rec1 follows rec2 in sort order, or RecordComparator.EQUIVALENT if rec1 and rec2 are equivalent in terms of sort order.
compareTo(String) - Method in class java.lang.String
Compares two strings lexicographically.
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
contains(Object) - Method in class java.util.Hashtable
Tests if some key maps into the specified value in this hashtable.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
containsKey(Object) - Method in class java.util.Hashtable
Tests if the specified object is a key in this hashtable.
copy(String, String) - Static method in class com.siemens.mp.io.File
Creates a file copy.
copyAllLayerVariables(Layer) - Method in class com.siemens.mp.color_game.Layer
Copies all variables of the layer to another layer l.
copyInto(Object[]) - Method in class java.util.Vector
Copies the components of this vector into the specified array.
count - Variable in class java.io.ByteArrayInputStream
The index one greater than the last valid character in the input stream buffer.
count - Variable in class java.io.ByteArrayOutputStream
The number of valid bytes in the buffer.
createAnimatedTile(int) - Method in class com.siemens.mp.color_game.TiledLayer
Creates a new animated tile and returns the index that refers to the new animated tile.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image for off-screen drawing.
createImage(Image) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImage(int, int) - Static method in class javax.microedition.lcdui.Image
Creates a new, mutable image for off-screen drawing.
createImage(Image) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from a source image.
createImage(String) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createImage(byte[], int, int) - Static method in class javax.microedition.lcdui.Image
Creates an immutable image which is decoded from the data stored in the specified byte array at the specified offset and length.
createImageFromBitmap(byte[], int, int) - Static method in class com.siemens.mp.ui.Image
Create a new immutable image from a b/w Siemens bitmap stored in imageData This method is Siemens specific.
createImageFromFile(String, boolean) - Static method in class com.siemens.mp.lcdui.Image
Create an image from a PNG/JPG/GIF/BMP file.
createImageFromFile(String, int, int) - Static method in class com.siemens.mp.lcdui.Image
Create an image from a PNG/JPG/GIF/BMP file.
createImageWithScaling(String) - Static method in class com.siemens.mp.ui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createImageWithoutScaling(String) - Static method in class com.siemens.mp.ui.Image
Creates an immutable image from decoded image data obtained from the named resource.
createPlayer(String) - Static method in class com.siemens.mp.media.Manager
Create a Player from the input locator.
createPlayer(InputStream, String) - Static method in class com.siemens.mp.media.Manager
Create a Player to play back media from an InputStream.
createPlayer(DataSource) - Static method in class com.siemens.mp.media.Manager
Create a Player for a DataSource.
createRGBImage(byte[], int, int, int) - Static method in class com.siemens.mp.ui.Image
Creates a new image from uncompressed color data.
createTextureBits(int, int, byte[]) - Static method in class com.siemens.mp.game.GraphicObjectManager
Converts a texture from byte per pixel into bit per pixel representation.
createTransparentImageFromBitmap(byte[], int, int) - Static method in class com.siemens.mp.ui.Image
Creates a new immutable b/w image with bpp=2.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class java.lang.System
Returns the current time in milliseconds.

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