|
MID Profile | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
ALARM
AlertType
is a hint
to alert the user to an event for which
the user has previously requested to be notified.
Alert
image.
AM_PM
field indicating the
period of the day from midnight to just before noon.
get
and set
indicating
whether the HOUR
is before or after noon.
MONTH
field indicating the
fourth month of the year.
MONTH
field indicating the
eighth month of the year.
Displayable
.Alert
object with the
given title.
Alert
object with the given title,
content
string and image, and alert type.
AlertType
provides an indication of the nature
of alerts.ArithmeticException
with no detail
message.
ArithmeticException
with the specified
detail message.
ArrayIndexOutOfBoundsException
with no
detail message.
ArrayIndexOutOfBoundsException
class with an argument indicating the illegal index.
ArrayIndexOutOfBoundsException
class
with the specified detail message.
ArrayStoreException
with no detail message.
ArrayStoreException
with the specified
detail message.
int
value.
long
value.
float
value.
double
value.
StreamConnection
object that represents
a server side socket connection.
Displayable.addCommand(javax.microedition.lcdui.Command)
, however when the
application first adds a command to an Alert
,
Alert.DISMISS_COMMAND
is implicitly removed.
Displayable
.
Command
to the item.
Command
to the item.
Spacers
are restricted from having
Commands
, so this method will always
throw IllegalStateException
whenever it is called.
Object
argument to this string buffer.
char
array
argument to this string buffer.
char
array argument to this string buffer.
boolean
argument to the string buffer.
char
argument to this string buffer.
int
argument to this string buffer.
long
argument to this string buffer.
float
argument to this string buffer.
double
argument to this string buffer.
Choice
.
ChoiceGroup
.
Item
into the Form
.
String
to the
Form
.
Image
to the
Form
.
List
.
Item
is to appear as a button.
boolean
in an object.Boolean
object representing the
value
argument.
ByteArrayInputStream
contains
an internal buffer that contains bytes that
may be read from the stream.ByteArrayInputStream
so that it uses buf
as its
buffer array.
ByteArrayInputStream
that uses buf
as its
buffer array.
ChoiceGroup
element image.
Player
indicating that the
Player
is closed.
Player
is closed.
getColor
.
getColor
.
getColor
.
getColor
.
getColor
.
getColor
.
CONFIRMATION
AlertType
is a
hint to confirm user actions.
Gauge
with indefinite range.
Gauge
with indefinite range.
Calendar
is an abstract base class for converting between
a Date
object and a set of integer fields such as
YEAR
, MONTH
, DAY
, HOUR
,
and so on.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
object.
CertificateException
encapsulates an error that
occurred while a Certificate
is being used.Certificate
and specific error reason.
Certificate
,
and specific error reason.
char
in an object.Character
object and initializes it so
that it represents the primitive value
argument.
ChoiceGroup
is a group of selectable elements intended to be
placed within a
Form
.ChoiceGroup
, specifying its
title and its type.
ChoiceGroup
, specifying its title,
the type of the
ChoiceGroup
, and an array of Strings
and Images
to be used as its
initial contents.
Class
represent classes and interfaces
in a running Java application.ClassCastException
with no detail message.
ClassCastException
with the specified
detail message.
forName
method in class Class
but no definition for the class with the specified name could be found.ClassNotFoundException
with no detail message.
ClassNotFoundException
with the
specified detail message.
Command
class is a construct that encapsulates
the semantic information of an action.Control
object is used to control some media
processing functions.Controllable
provides an interface for
obtaining the Control
s from an object
like a Player
.Forms
.CustomItem
subclass can specify its label.
Runnable
object r
to have
its run()
method
called later, serialized with the event stream, soon after completion of
the repaint cycle.
double
value that is not less than the argument and is
equal to a mathematical integer.
index
argument,
is returned.
ch
,
starting at the specified offset and for the specified number of
characters (length).
Player
and release its resources.
Displayable d
.
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.
time
to field values in fields[]
.
fields[]
to the millisecond time value
time
.
(x_src, y_src, width, height)
to a destination area,
whose anchor point identified by anchor is located at
(x_dest, y_dest)
.
InputStream
.
Player
from an input locator.
Player
to play back media from an
InputStream
.
0xAARRGGBB
.
Thread
object.
get
and set
indicating the
day of the month.
get
and set
indicating the
day of the month.
get
and set
indicating the
day of the week.
MONTH
field indicating the
twelfth month of the year.
Player
.
Player
.
Command
delivered to a listener to indicate that
the Alert
has been
dismissed.
DOTTED
stroke style.
DOWN
game action.
Player
is updated.
DataInput
interface provides
for reading bytes from a binary stream and
reconstructing from them data in any of
the Java primitive types.DataInputStream
and saves its argument, the input stream
in
, for later use.
DataOutput
interface provides
for converting data from any of the Java
primitive types to a series of bytes and
writing these bytes to a binary stream.Date
object and initializes it to
represent the current time specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00 GMT.
Date
object and initializes it to
represent the specified number of milliseconds since the
standard base time known as "the epoch", namely January 1,
1970, 00:00:00 GMT.
DateField
is an editable component for presenting
date and time (calendar)
information that may be placed into a Form
.DateField
object with the specified
label and mode.
TimeZone
object and the default calendaring system for the
current locale.
Display
represents the manager of the display and
input devices of the
system.double
in an object.Double
object that
represents the primitive double
argument.
Player
.
StringBuffer
.
elementNum
.
elementNum
.
Item
referenced by
itemNum
.
elementNum
.
TextBox
.
TextField
.
Choice
, leaving it
with zero elements.
ChoiceGroup
.
Form
, leaving
it with zero items.
StringBuffer
(shortening the StringBuffer
by one character).
MIDlet
to terminate and enter the
Destroyed state.
ch
in the
specified radix.
(x1,y1)
and
(x2,y2)
using
the current color and stroke style.
String
using the current font and color.
String
using the current font and color.
double
value that is closer than any other to
e
, the base of the natural logarithms.
Player
has reached the
end of the media.
EOFException
with null
as its error detail message.
EOFException
with the specified detail
message.
ERROR
AlertType
is a hint
to alert the user to an erroneous operation.
EXCLUSIVE
is a choice having exactly one element
selected at time.
Stack
class to indicate
that the stack is empty.EmptyStackException
with null
as its error message string.
Error
is a subclass of Throwable
that indicates serious problems that a reasonable application
should not try to catch.Error
with no specified detail message.
Exception
and its subclasses are a form of
Throwable
that indicates conditions that a reasonable
application might want to catch.Exception
with no specified detail message.
Exception
with the specified detail message.
true
if and only if the argument is not
null
and is a Boolean
object that
represents the same boolean
value as this object.
String
to another String
,
ignoring case considerations.
Boolean
object corresponding to the primitive
value false
.
MONTH
field indicating the
second month of the year.
FIRE
game action.
FOREVER
indicates that an Alert
is
kept visible until the user
dismisses it.
DAY_OF_WEEK
field indicating
Friday.
float
in
an object.Float
object that
represents the primitive float
argument.
Float
object that
represents the argument converted to type float
.
Font
class represents fonts and font
metrics.Form
is a Screen
that contains
an arbitrary mixture of items: images,
read-only text fields, editable text fields, editable date fields, gauges,
choice groups, and custom items.Form
.
Form
with the specified
contents.
double
value that is not greater than the argument and
is equal to a mathematical integer.
Class
object associated with the class
with the given string name.
A
" game action.
B
" game action.
C
" game action.
D
" game action.
Gauge
object with the given
label, in interactive or non-interactive mode, with the given
maximum and initial values.
MIDlet
with a mechanism to retrieve named
properties from the application management software.
ImageItem
.
StringItem
.
String
into bytes according to the specified
character encoding, storing the result into a new byte array.
String
into bytes according to the platform's
default character encoding, storing the result into a new byte array.
Certificate
that caused the exception.
dst
.
TextBox
into a
character array starting at
index zero.
TextField
into a
character array starting at
index zero.
0x00RRGGBB
based on the
colorSpecifier
passed in.
TextBox
.
TextField
.
Player
.
Control
interface.
Control
s
from the object that implements this interface.
Displayable
object for this
MIDlet
.
date
header field.
TimeZone
for this host.
Alert
.
Display
object that is unique to this
MIDlet
.
expires
header field.
HttpConnection
.
Choice
element
contents to the available screen space.
Choice
element
contents to the available screen space.
Choice
element
contents to the available screen space.
Choice
.
Choice
.
Font
used by the high level user interface
for the fontSpecifier
passed in.
Choice
.
StringItem
.
Graphics
object that renders to this
image.
HttpConnection
.
Image
used in the Alert
.
Image
part of the element referenced by
elementNum
.
Image
part of the element referenced by
elementNum
.
ImageItem
, or
null
if there is no
contained image.
Image
part of the element referenced by
elementNum
.
Alert
.
Item
object.
last-modified
header field.
MIDlet
for a requested connection.
TextBox
.
TextField
.
Gauge
object.
Player
's current media time.
Throwable
object.
Item
.
Item
.
Class
object, as a String
.
Certificate
may not be used
from the validity period.
Certificate
may not be used
from the validity period.
HttpConnection
.
HttpsConnection
.
Item
.
Item
.
HttpConnection
.
HttpConnection
.
HttpConnection
.
Choice
and returns the
state of all elements
in the
boolean array
selectedArray_return
.
ChoiceGroup
and returns the state of
all elements in the
boolean array
selectedArray_return
.
List
and returns the
state of all elements
in the
boolean array
selectedArray_return
.
Choice
that is
selected.
ChoiceGroup
that is
selected.
List
that is selected.
Certificate
.
Certificate
used to establish the
secure connection with the server.
Certificate
.
Player
.
Alert
.
String
part of the element referenced by
elementNum
.
String
part of the element referenced by
elementNum
.
String
part of the element referenced by
elementNum
.
TextBox
as a string value.
TextField
as a string value.
StringItem
, or
null
if the StringItem
is
empty.
Displayable
.
TimeZone
for the given ID.
Alert
will be shown.
Displayable
.
Alert
.
Certificate
.
Gauge
object.
Certificate
.
addRecord
, setRecord
, or
deleteRecord
methods) its version is
incremented.
get
and set
indicating the
hour of the morning or afternoon.
get
and set
indicating the
hour of the day.
Item
is to appear as a hyperlink.
Double
object.
hideNotify()
shortly
after the Canvas
has been
removed from the display.
IMPLICIT
is a choice in which the currently focused
element is selected when a Command
is initiated.
Gauge
with indefinite range.
Gauge
with indefinite range.
Gauge
has indefinite range.
INFO
AlertType
typically
provides non-threatening information to the
user.
IOException
with null
as its error detail message.
IOException
with the specified detail
message.
Screen
or the elements of a
Choice
.
IllegalAccessException
without a
detail message.
IllegalAccessException
with a detail message.
IllegalArgumentException
with no
detail message.
IllegalArgumentException
with the
specified detail message.
IllegalMonitorStateException
with no
detail message.
IllegalMonitorStateException
with the
specified detail message.
IllegalThreadStateException
with no
detail message.
IllegalThreadStateException
with the
specified detail message.
Image
class is used to hold graphical image
data.ImageItem
with the given label, image, layout
directive, and alternate text string.
ImageItem
object with the given label, image,
layout directive, alternate text string, and appearance mode.
IndexOutOfBoundsException
with no
detail message.
IndexOutOfBoundsException
with the
specified detail message.
newInstance
method in class
Class
, but the specified class object cannot be
instantiated because it is an interface or is an abstract class.InstantiationException
with no detail message.
InstantiationException
with the
specified detail message.
int
in an object.Integer
object that
represents the primitive int
argument.
InterruptedException
with no detail message.
InterruptedException
with the
specified detail message.
InterruptedIOException
with
null
as its error detail message.
InterruptedIOException
with the
specified detail message.
InvalidRecordIDException
with the
specified detail message.
InvalidRecordIDException
with no detail
message.
Form
.Item
objects.Form
screen.equals
method.
index
, and testing for equality using
the equals
method.
Object
argument into this string buffer.
char
array
argument into this string buffer.
boolean
argument into this string buffer.
char
argument into this string buffer.
int
argument into this string buffer.
long
argument into this string buffer.
float
argument into this string buffer.
double
argument into this string buffer.
Choice
just prior to
the element specified.
ChoiceGroup
just prior to
the element specified.
Form
just prior to
the item specified.
List
just prior to
the element specified.
TextBox
.
TextBox
.
TextField
.
TextField
.
index
.
CustomItem's
size and traversal
location need to be updated.
Class
object represents an array class.
Class
object is either the same as, or is a superclass or
superinterface of, the class or interface represented by the specified
Class
parameter.
true
if the font is bold.
Canvas
is double buffered by the
implementation.
Object
is assignment-compatible
with the object represented by this Class
.
Gauge
.
Class
object represents an
interface type.
true
if the font is italic.
VolumeControl
.
Float
value is Not-a-Number (NaN).
true
if the font is plain.
Displayable
is actually visible
on the display.
true
if the font is underlined.
Item
has been
changed by the user.
MONTH
field indicating the
first month of the year.
MONTH
field indicating the
seventh month of the year.
MONTH
field indicating the
sixth month of the year.
Control
types that can
be used with a
Player
.0
.
1
.
2
.
3
.
4
.
5
.
6
.
7
.
8
.
9
.
#
).
*
).
Item
.
Item
should have a
bottom-aligned layout.
Item.LAYOUT_CENTER
.
Item
should have a
horizontally centered layout.
Item.LAYOUT_DEFAULT
.
Item
should follow the default layout policy of its container.
Item's
width may be increased to fill available space.
Item.LAYOUT_LEFT
.
Item
should have a
left-aligned layout.
Item.LAYOUT_NEWLINE_AFTER
.
Item
should the last on its line or row, and that the next
Item
(if any) in the container
should be placed on a new line or row.
Item.LAYOUT_NEWLINE_BEFORE
.
Item
should be placed at the beginning of a new line or row.
Item.LAYOUT_RIGHT
.
Item
should have a
right-aligned layout.
Item's
width may be reduced to its minimum width.
Item
should have a
top-aligned layout.
Item
should have a
vertically centered layout.
Item's
height may be increased to fill available space.
Item's
height may be reduced to its minimum height.
LEFT
game action.
List
element image.
Screen
containing list of choices.List
, specifying its title
and the type of the
list.
List
, specifying its title, the type
of the List
, and
an array of Strings
and Images
to be
used as its initial contents.
long
in an object.Long
object that
represents the primitive long
argument.
MIDlet
suite.
MONTH
field indicating the
third month of the year.
char
.
double
.
float
.
int
.
long
.
MONTH
field indicating the
fifth month of the year.
MIDlet
is a MID Profile application.MIDlet
state change failed.get
and set
indicating the
millisecond within the second.
get
and set
indicating the
minute within the hour.
char
.
double
.
float
.
int
.
long
.
DAY_OF_WEEK
field indicating
Monday.
get
and set
indicating the
month.
MULTIPLE
is a choice that can have arbitrary number of
elements selected at a time.
Manager
is the access point for obtaining
system dependent resources such as Players
for multimedia processing.Math
contains methods for performing basic
numeric operations.MediaException
indicates an unexpected error
condition in a method.MediaException
with null
as its error detail message.
MediaException
with the specified detail
message.
mark
and reset
methods.
mark
and
reset
methods.
int
values.
long
values.
float
values.
double
values.
int
values.
long
values.
float
values.
double
values.
double
.
float
.
MONTH
field indicating the
eleventh month of the year.
double
.
float
.
NegativeArraySizeException
with no
detail message.
NegativeArraySizeException
with the
specified detail message.
new
expression) and no definition of the class could be found.NoClassDefFoundError
with no detail message.
NoClassDefFoundError
with the specified
detail message.
nextElement
method of an
Enumeration
to indicate that there are no more
elements in the enumeration.NoSuchElementException
with null
as its error message string.
NoSuchElementException
, saving a reference
to the error message string s for later retrieval by the
getMessage method.
null
in a
case where an object is required.NullPointerException
with no detail message.
NullPointerException
with the specified
detail message.
NumberFormatException
with no detail message.
NumberFormatException
with the
specified detail message.
double
value between 0.0
and
1.0
from this random number generator's sequence.
float
value between 0.0
and 1.0
from this random
number generator's sequence.
int
value from this random number generator's sequence.
long
value from this random number generator's sequence.
MIDlet
to notify the application
management software that it has entered into the
Destroyed state.
Item's
containing Form
to notify
the Item's
ItemStateListener
.
isColor()
is
true
)
or graylevels (if isColor()
is false
)
that can be
represented on the device.
MONTH
field indicating the
tenth month of the year.
Object
is the root of the class hierarchy.OutOfMemoryError
with no detail message.
OutOfMemoryError
with the specified
detail message.
double
value that is closer than any other to
pi, the ratio of the circumference of a circle to its diameter.
Item
is to have
a normal appearance.
AM_PM
field indicating the
period of the day from noon to just before midnight.
POPUP
is a choice having exactly one element
selected at a time.
double
.
float
.
Player
indicating that it has
acquired all the resources to begin playing.
Player
controls the rendering of time based media data.PlayerListener
is the interface for receiving
asynchronous
events generated by Players
.PrintStream
adds functionality to another output stream,
namely the ability to print representations of various data values
conveniently.PushRegistry
maintains a list of inbound
connections.Canvas
.
String
, as performed by the valueOf
method of class Double
.
String
.
long
in the
radix specified by the second argument.
long
.
MIDlet
to enter
the Paused state.
AlertType
.
Player
event is observed.
Throwable
and its backtrace to the
standard error stream.
key
to the specified
value
in this hashtable.
Player
indicating that it has
acquired the required information but not the resources to function.
RIGHT
game action.
long
seed:
RecordStoreException
with the
specified detail message.
RecordStoreException
with no detail
message.
RecordStoreFullException
with the
specified detail message.
RecordStoreFullException
with no detail
message.
RecordStoreNotFoundException
with the
specified detail message.
RecordStoreNotFoundException
with no detail message.
RecordStoreNotOpenException
with the
specified detail message.
RecordStoreNotOpenException
with no detail
message.
Runnable
interface should be implemented by any
class whose instances are intended to be executed by a thread.Runtime
that allows the application to interface with
the environment in which the application is running.RuntimeException
is the superclass of those
exceptions that can be thrown during the normal operation of the
Java Virtual Machine.RuntimeException
with no detail message.
RuntimeException
with the specified
detail message.
len
bytes of data into an array of bytes
from this input stream.
read
method of DataInput
.
len
bytes of data from this input stream
into an array of bytes.
b
.
len
bytes of data from the input stream into
an array of bytes.
true
if that byte is nonzero,
false
if that byte is zero.
readBoolean
method of DataInput
.
readByte
method of DataInput
.
char
and returns the char
value.
readChar
method of DataInput
.
double
value.
readDouble
method of DataInput
.
float
value.
readFloat
method of DataInput
.
b
.
len
bytes from
an input stream.
readFully
method of DataInput
.
readFully
method of DataInput
.
int
value.
readInt
method of DataInput
.
long
value.
readLong
method of DataInput
.
short
value.
readShort
method of DataInput
.
readUTF
method of DataInput
.
in
a representation
of a Unicode character string encoded in
Java modified UTF-8 format; this string
of characters is then returned as a String
.
int
, and returns
the result, which is therefore in the range
0
through 255
.
readUnsignedByte
method of DataInput
.
int
, and returns
an int
value in the range 0
through 65535
.
readUnsignedShort
method of DataInput
.
Player
without
acquiring the scarce and exclusive resources.
Displayable.removeCommand(javax.microedition.lcdui.Command)
, however when the
application removes the last command from an
Alert
, Alert.DISMISS_COMMAND
is implicitly
added.
Displayable
.
Displayable.removeCommand
but with the following additional semantics.
Canvas
.
Canvas
.
oldChar
in this string with newChar
.
count
field of this byte array output
stream to zero, so that all currently accumulated output in the
output stream is discarded.
mark
method was last called on this input stream.
mark
method was last called on this input stream.
read/write pointer
as well as the
offset
and length
state variables.
MIDlet
with a mechanism to indicate
that it is interested in entering the Active
state.
Runnable
is used
to create a thread, starting the thread causes the object's
run
method to be called in that separately executing
thread.
Runnable
run object, then that
Runnable
object's run
method is called;
otherwise, this method does nothing and returns.
DAY_OF_WEEK
field indicating
Saturday.
get
and set
indicating the
second within the minute.
IMPLICIT
Lists
.
MONTH
field indicating the
ninth month of the year.
SOLID
stroke style.
Player
indicating that the
Player
has already started.
Player
is started.
Player
stops in response to the
stop
method call.
DAY_OF_WEEK
field indicating
Sunday.
SecurityException
with no detail message.
SecurityException
with the specified
detail message.
Spacer
with the given minimum
size.
Stack
class represents a last-in-first-out
(LIFO) stack of objects.String
class represents character strings.String
object so that it
represents an empty character sequence.
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
so that it represents the
sequence of characters currently contained in the character array
argument.
String
that contains characters from
a subarray of the character array argument.
String
by converting the specified
subarray of bytes using the specified character encoding.
String
by converting the specified array
of bytes using the specified character encoding.
String
by converting the specified
subarray of bytes using the platform's default character encoding.
String
by converting the specified array
of bytes using the platform's default character encoding.
length
argument.
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
with no
detail message.
StringIndexOutOfBoundsException
with
the specified detail message.
StringIndexOutOfBoundsException
class with an argument indicating the illegal index.
StringItem
object.
StringItem
object with the given label,
textual content, and appearance mode.
System
class contains several useful class fields
and methods.String
and Image
parts of the
element referenced by elementNum
,
replacing the previous contents of the element.
String
and Image
parts of the
element referenced by elementNum
,
replacing the previous contents of the element.
itemNum
to the
specified item,
replacing the previous item.
String
and Image
parts of the
element referenced by elementNum
,
replacing the previous contents of the element.
ImageItem
, or
null
if no alternate text is provided.
ch
.
TextBox
from a character
array, replacing the
previous contents.
TextField
from a
character array, replacing the
previous contents.
Displayable.setCommandListener(javax.microedition.lcdui.CommandListener)
but with the
following additional semantics.
Commands
to this
Displayable
,
replacing any previous CommandListener
.
TextBox
.
TextField
.
Displayable
object be
made visible on the
display.
Alert
be made current, and that
nextDisplayable
be
made current
after the Alert
is dismissed.
Displayable
that contains this
Item
be made current,
scrolls the Displayable
so that this
Item
is visible, and possibly
assigns the focus to this Item
.
buffer
, offset
and length
state variables.
Command
for this Item
.
Command
for this Item
.
Commands
,
so this method will always
throw IllegalStateException
whenever it is called.
index
of this
vector to be the specified object.
true
.
Choice
element
contents to the available screen space.
Choice
element
contents to the available screen space.
Choice
element
contents to the available screen space.
Choice
.
Choice
.
Choice
.
StringItem
.
Canvas
is in full-screen mode
or in normal mode.
Image
used in the Alert
.
Image
object contained within the
ImageItem
.
Alert
.
TextBox
.
TextField
.
Commands
to this Item,
replacing any previous
ItemCommandListener
.
Commands
to this Item
,
replacing any previous
ItemCommandListener
.
ItemStateListener
for the
Form
, replacing any previous
ItemStateListener
.
Item
.
Item
.
Spacers
are restricted to having
null
labels, so this method will
always throw
IllegalStateException
whenever it is called.
length
state variable.
Player
will loop
and play the content.
TextBox
.
TextField
.
Gauge
object.
Player
's media time.
Player
associated with this
VolumeControl
.
Item
.
Item
.
Item
.
long
seed.
Command
to be used for an
IMPLICIT
List
selection
action.
Choice
.
ChoiceGroup
.
List
.
MULTIPLE
, this simply sets an individual
element's selected
state.
ChoiceGroup
objects of type
MULTIPLE
, this simply sets an
individual element's selected state.
Alert
.
TextBox
as a string
value, replacing the previous contents.
TextField
as a string
value, replacing the
previous contents.
StringItem
.
Displayable
,
replacing any
previous ticker.
Displayable
,
replacing any
previous ticker.
Displayable
,
replacing any
previous ticker.
Alert
is to be shown.
Displayable
.
Displayable
.
Displayable
.
Alert
.
Gauge
object.
showNotify()
immediately prior to this Canvas
being made
visible on the display.
ChoiceGroup
.
Form
.
List
.
TextBox
.
TextField
.
Canvas
has
been changed.
Displayable
has been changed.
n
bytes of input from this input stream.
n
bytes of data from the
input stream.
n
bytes of data from this input
stream.
n
bytes
of data from the input stream, discarding the skipped
bytes.
skipBytes
method of DataInput
.
double
value.
run
method of this thread.
Player
as soon as possible.
MIDlet
that it has entered the
Active state.
Player
.
String
in this Font
.
Font
.
DAY_OF_WEEK
field indicating
Thursday.
Player
to play back tone sequences.
CustomItem
.
CustomItem
.
Boolean
object corresponding to the primitive
value true
.
DAY_OF_WEEK
field indicating
Tuesday.
TextBox
class is a Screen
that allows
the user to enter and edit
text.TextBox
object with the given title
string, initial
contents, maximum size in characters, and constraints.
TextField
is an editable text component that may be
placed into
a Form
.TextField
object with the given label, initial
contents, maximum size in characters, and constraints.
Thread
object.
Thread
object with the
given name.
Thread
object with a
specific target object whose run
method
is called.
Thread
object with the given
target and name.
Throwable
class is the superclass of all errors
and exceptions in the Java language.Throwable
with null
as
its error message string.
Throwable
with the specified error
message.
Ticker
object, given its initial
contents string.
TimeZone
represents a time zone offset, and also figures
out daylight savings.Timer
.ToneControl
is the interface to enable playback of a
user-defined monotonic tone sequence.String
to lower case.
double
argument.
Throwable
object.
Date
object to a String
of the form:
String
to upper case.
(x, y)
in the current coordinate system.
Player
indicating that it has
not acquired the required information and resources to function.
UP
game action.
UTFDataFormatException
with
null
as its error detail message.
UTFDataFormatException
with the
specified detail message.
Vector
class implements a growable array of
objects.VirtualMachineError
with no detail message.
VirtualMachineError
with the specified
detail message.
VolumeControl
is an interface for manipulating
the audio volume of a Player
.Double
object initialized to the value
represented by the specified string.
Object
argument.
char
array
argument.
char
array argument.
boolean
argument.
char
argument.
int
argument.
long
argument.
float
argument.
double
argument.
WARNING
AlertType
is a hint
to warn the user of a potentially
dangerous operation.
DAY_OF_WEEK
field indicating
Wednesday.
Object.notify()
method or the
Object.notifyAll()
method for this object, or a
specified amount of time has elapsed.
Object.notify()
method or the
Object.notifyAll()
method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
Object.notify()
method or the
Object.notifyAll()
method for this object.
len
bytes from the specified byte array
starting at offset off
to this byte array output stream.
b
.
b
.
len
bytes from array
b
, in order, to
the output stream.
b
) to the underlying output stream.
len
bytes from the specified byte array
starting at offset off
to the underlying output stream.
b.length
bytes from the specified byte array
to this output stream.
len
bytes from the specified byte array
starting at offset off
to this output stream.
len
bytes from the specified byte array starting at
offset off
to this stream.
boolean
value to this output stream.
boolean
to the underlying output stream as
a 1-byte value.
v
.
byte
to the underlying output stream as
a 1-byte value.
char
value, which
is comprised of two bytes, to the
output stream.
char
to the underlying output stream as a
2-byte value, high byte first.
s
,
to the output stream, in order,
two bytes per character.
double
value,
which is comprised of eight bytes, to the output stream.
long
using the
doubleToLongBits
method in class Double
,
and then writes that long
value to the underlying
output stream as an 8-byte quantity, high byte first.
float
value,
which is comprised of four bytes, to the output stream.
int
using the
floatToIntBits
method in class Float
,
and then writes that int
value to the underlying
output stream as a 4-byte quantity, high byte first.
int
value, which is
comprised of four bytes, to the output stream.
int
to the underlying output stream as four
bytes, high byte first.
long
value, which is
comprised of four bytes, to the output stream.
long
to the underlying output stream as eight
bytes, high byte first.
short
to the underlying output stream as two
bytes, high byte first.
s
.
get
and set
indicating the
year.
|
MID Profile | ||||||||||
PREV NEXT | FRAMES NO FRAMES |