Overview
Package
Class
Use
Tree
Deprecated
Index
Help
DCT Lightfoot v3 API specification
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
I
identityHashCode(Object)
- Static method in class java.lang.
System
get the hash code for an object (this is the location of the object in memory).
IllegalAccessException
- exception java.lang.
IllegalAccessException
.
IllegalAccessException()
- Constructor for class java.lang.
IllegalAccessException
IllegalAccessException(String)
- Constructor for class java.lang.
IllegalAccessException
IllegalArgumentException
- exception java.lang.
IllegalArgumentException
.
IllegalArgumentException()
- Constructor for class java.lang.
IllegalArgumentException
IllegalArgumentException(String)
- Constructor for class java.lang.
IllegalArgumentException
IllegalMonitorStateException
- exception java.lang.
IllegalMonitorStateException
.
IllegalMonitorStateException()
- Constructor for class java.lang.
IllegalMonitorStateException
IllegalMonitorStateException(String)
- Constructor for class java.lang.
IllegalMonitorStateException
IllegalStateException
- exception java.lang.
IllegalStateException
.
Illegal state exception
IllegalStateException()
- Constructor for class java.lang.
IllegalStateException
Create a new illegal state exception
IllegalStateException(String)
- Constructor for class java.lang.
IllegalStateException
Create a new illegal state exception with a message
IllegalThreadStateException
- exception java.lang.
IllegalThreadStateException
.
IllegalThreadStateException()
- Constructor for class java.lang.
IllegalThreadStateException
IllegalThreadStateException(String)
- Constructor for class java.lang.
IllegalThreadStateException
Image
- class javax.microedition.lcdui.
Image
.
This holds an image
ImageItem
- class javax.microedition.lcdui.
ImageItem
.
Image items allow images to be used in a form
ImageItem.Peer
- class javax.microedition.lcdui.
ImageItem.Peer
.
Peer class that does the drawing
ImageItem.Peer()
- Constructor for class javax.microedition.lcdui.
ImageItem.Peer
ImageItem(String, Image, int, String)
- Constructor for class javax.microedition.lcdui.
ImageItem
Create a new image item
IMPLICIT
- Static variable in interface javax.microedition.lcdui.
Choice
Implicit selection
indexOf(Object)
- Method in class java.util.
Vector
Return the index of the element
indexOf(Object, int)
- Method in class java.util.
Vector
Return the index of the element
IndexOutOfBoundsException
- exception java.lang.
IndexOutOfBoundsException
.
IndexOutOfBoundsException()
- Constructor for class java.lang.
IndexOutOfBoundsException
IndexOutOfBoundsException(String)
- Constructor for class java.lang.
IndexOutOfBoundsException
INFO
- Static variable in class javax.microedition.lcdui.
AlertType
The info type
initTimeZoneData(String)
- Method in class com.dctl.j2me.util.
ComplexTimeZone
InputConnection
- interface javax.microedition.io.
InputConnection
.
Basic Input connection interface
inputNames
- Variable in class com.dctl.j2me.io.http.
BaseHttpConnection
The vector of response names that is only created if required
inputProperties
- Variable in class com.dctl.j2me.io.http.
BaseHttpConnection
The hashtable of output properties
InputStream
- class java.io.
InputStream
.
This is the superclass of all input streams
InputStream()
- Constructor for class java.io.
InputStream
Create a new input stream
InputStreamReader
- class java.io.
InputStreamReader
.
Read characters from an input stream
InputStreamReader(InputStream)
- Constructor for class java.io.
InputStreamReader
Create an input stream reader using the default encoding
InputStreamReader(InputStream, String)
- Constructor for class java.io.
InputStreamReader
Create an input stream reader using the encoding
insert(char[], int, int, int)
- Method in class javax.microedition.lcdui.
TextField
Insert characters at a position
insert(char[], int, int, int)
- Method in class javax.microedition.lcdui.
TextBox
Insert characters at a position
insert(int, Item)
- Method in class javax.microedition.lcdui.
Form
Insert an item into the form just before the specified position
insert(int, String, Image)
- Method in class javax.microedition.lcdui.
ChoiceGroup
Insert a new value before the specified element.
insert(int, String, Image)
- Method in interface javax.microedition.lcdui.
Choice
Insert a new value before the specified element.
insert(int, String, Image)
- Method in class javax.microedition.lcdui.
List
Insert a new value before the specified element.
insert(String, int)
- Method in class javax.microedition.lcdui.
TextField
Insert a string at a position
insert(String, int)
- Method in class javax.microedition.lcdui.
TextBox
Insert a string at a position
insertElementAt(Object, int)
- Method in class java.util.
Vector
Insert an element at a particular location
instance
- Variable in class com.dctl.hardware.timer.
Timer
The timer instance
InstantiationException
- exception java.lang.
InstantiationException
.
InstantiationException()
- Constructor for class java.lang.
InstantiationException
InstantiationException(String)
- Constructor for class java.lang.
InstantiationException
intBitsToFloat(int)
- Static method in class java.lang.
Float
Returns the bit representation of a float
InterruptedException
- exception java.lang.
InterruptedException
.
InterruptedException()
- Constructor for class java.lang.
InterruptedException
InterruptedException(String)
- Constructor for class java.lang.
InterruptedException
InterruptedIOException
- exception java.io.
InterruptedIOException
.
InterruptedIOException()
- Constructor for class java.io.
InterruptedIOException
InterruptedIOException(String)
- Constructor for class java.io.
InterruptedIOException
intValue()
- Method in class java.lang.
Float
Returns the integer value of this Float (by casting to an int)
intValue()
- Method in class java.lang.
Double
Returns the integer value of this Double (by casting to an int)
invalidState()
- Method in class com.dctl.j2me.io.http.
BaseHttpConnection
IOException
- exception java.io.
IOException
.
IOException()
- Constructor for class java.io.
IOException
IOException(String)
- Constructor for class java.io.
IOException
IP
- class com.dctl.j2me.net.
IP
.
This provides access to some low level IP functionality
IP()
- Constructor for class com.dctl.j2me.net.
IP
is
- Variable in class com.dctl.j2me.io.http.
BaseHttpConnection
The input stream
isAlive()
- Method in class java.lang.
Thread
Test to see if the thread is alive
isArray()
- Method in class java.lang.
Class
Is it an array
isAssignableFrom(Class)
- Method in class java.lang.
Class
Is it assignable from a class
isBold()
- Method in class javax.microedition.lcdui.
Font
See if it is bold
isCD()
- Method in class javax.comm.
SerialPort
Gets the state of CD
isClockInFirstEdge()
- Method in class com.dctl.hardware.spi.
SPI
Get the value for clocking in on the first edge
isColor()
- Method in class javax.microedition.lcdui.
Display
Do we support colour - the answer is yes
isCTS()
- Method in class javax.comm.
SerialPort
Gets the state of CTS
isDigit(char)
- Method in class com.dctl.j2me.i18n.
SimpleConverter
Is char a digit?
isDigit(char)
- Method in interface com.dctl.j2me.i18n.
Converter
Is char a digit?
isDigit(char)
- Static method in class java.lang.
Character
Is it a digit
isDoubleBuffered()
- Method in class javax.microedition.lcdui.
Canvas
Is the graphics double buffered
isDSR()
- Method in class javax.comm.
SerialPort
Gets the state of DSR
isDTR()
- Method in class javax.comm.
SerialPort
Gets the state of DTR
isEmpty()
- Method in class java.util.
Vector
Test to see if it is empty
isEmpty()
- Method in class java.util.
Hashtable
See if the table is empty
isEnabled()
- Method in class com.dctl.hardware.watchdog.
SimpleWatchdog
Get the enabled state
isEnabled()
- Method in class com.dctl.hardware.watchdog.
MultipleWatchdog
Get the enabled state
isFirstEdgeFalling()
- Method in class com.dctl.hardware.spi.
SPI
Get the value of the first edge falling
isInfinite()
- Method in class java.lang.
Float
Returns true if this Float is infinitely large in magnitude
isInfinite()
- Method in class java.lang.
Double
Returns true if this Double is infinitely large in magnitude
isInfinite(double)
- Static method in class java.lang.
Double
Returns true if the double passed in is infinitely large in magnitude
isInfinite(float)
- Static method in class java.lang.
Float
Returns true if the Float passed in is infinitely large in magnitude
isInstance(Object)
- Method in class java.lang.
Class
Is this object an instance of this class
isInteractive()
- Method in class javax.microedition.lcdui.
Gauge
Return true if it is interactive
isInterface()
- Method in class java.lang.
Class
Is this an interface
isItalic()
- Method in class javax.microedition.lcdui.
Font
See if it is italic
isLowerCase(char)
- Method in class com.dctl.j2me.i18n.
SimpleConverter
Is it in lower case?
isLowerCase(char)
- Method in interface com.dctl.j2me.i18n.
Converter
Is it in lower case?
isLowerCase(char)
- Static method in class java.lang.
Character
Is it in lower case
isMutable()
- Method in class javax.microedition.lcdui.
Image
Return if this is mutable
isNaN()
- Method in class java.lang.
Float
Returns true if this Float value is NaN (Not A Number)
isNaN()
- Method in class java.lang.
Double
Returns true if this Double value is the special NaN (Not A Number) value
isNaN(double)
- Static method in class java.lang.
Double
Returns true if the double value passed in is NaN (Not A Number)
isNaN(float)
- Static method in class java.lang.
Float
Returns true if the float value passed in is NaN (Not A Number)
isPlain()
- Method in class javax.microedition.lcdui.
Font
See if it is plain
isReceiveFramingEnabled()
- Method in class javax.comm.
CommPort
Return true if receive framing is enabled
isReceiveThresholdEnabled()
- Method in class javax.comm.
CommPort
Return true if the receive threshold is enabled
isReceiveTimeoutEnabled()
- Method in class javax.comm.
CommPort
Return true if receive timeout is enabled
isRI()
- Method in class javax.comm.
SerialPort
Gets the state of RI
isRTS()
- Method in class javax.comm.
SerialPort
Gets the state of RTS
isSelected(int)
- Method in class javax.microedition.lcdui.
ChoiceGroup
Return true if the item at the position is selected
isSelected(int)
- Method in interface javax.microedition.lcdui.
Choice
Return true if the item at the position is selected
isSelected(int)
- Method in class javax.microedition.lcdui.
List
Return true if the item at the position is selected
isShown()
- Method in class javax.microedition.lcdui.
Displayable
Are we shown
isUnderlined()
- Method in class javax.microedition.lcdui.
Font
See if it is underlined
isUpperCase(char)
- Method in class com.dctl.j2me.i18n.
SimpleConverter
Is it in upper case?
isUpperCase(char)
- Method in interface com.dctl.j2me.i18n.
Converter
Is it in upper case?
isUpperCase(char)
- Static method in class java.lang.
Character
Is it in upper case
isWhiteSpace(char)
- Method in class com.dctl.j2me.i18n.
SimpleConverter
Return true if the character is white space
isWhiteSpace(char)
- Method in interface com.dctl.j2me.i18n.
Converter
Return true if the character is white space
Item
- class javax.microedition.lcdui.
Item
.
Items are used to display things in forms
ITEM
- Static variable in class javax.microedition.lcdui.
Command
Item specific command
Item.Peer
- class javax.microedition.lcdui.
Item.Peer
.
The peer class
Item.Peer()
- Constructor for class javax.microedition.lcdui.
Item.Peer
Item()
- Constructor for class javax.microedition.lcdui.
Item
itemStateChanged(Item)
- Method in interface javax.microedition.lcdui.
ItemStateListener
Called when an item changes
ItemStateListener
- interface javax.microedition.lcdui.
ItemStateListener
.
Class used when an item changes
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
DCT Lightfoot v3 API specification
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
DCT Lightfoot v3 API specification