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

I

I2C - Class in jcontrol.comm
Controls I2C devices connected to JControl.
I2C(int) - Constructor for class jcontrol.comm.I2C
Constructs a new I2C object for 7-bit addresseing.
I2C(int, int) - Constructor for class jcontrol.comm.I2C
Constructs a new I2C object.
IllegalArgumentException - Exception in java.lang
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
IllegalArgumentException() - Constructor for exception java.lang.IllegalArgumentException
 
IllegalMonitorStateException - Exception in java.lang
Thrown to indicate that a thread has attempted to wait on an object's monitor or to notify other threads waiting on an object's monitor without owning the specified monitor.
IllegalMonitorStateException() - Constructor for exception java.lang.IllegalMonitorStateException
 
ImageUtils - Class in jcontrol.toolkit
This class provides image property methods.
ImageUtils() - Constructor for class jcontrol.toolkit.ImageUtils
 
iMelody - Class in jcontrol.toolkit
This class iMelody.class is used to play a set of tones using a buzzer.
iMelody(String) - Constructor for class jcontrol.toolkit.iMelody
Creates a new iMelody object using a string and the default system buzzer.
iMelody(Resource) - Constructor for class jcontrol.toolkit.iMelody
Creates a new iMelody object using a resource and the default system buzzer.
iMelody(SoundDevice, Resource) - Constructor for class jcontrol.toolkit.iMelody
Creates a new iMelody object using a resource and a spcific sound device.
in - Static variable in class java.lang.System
The "standard" input stream.
indexOf(String, int) - Method in class java.lang.String
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
indexOf(Object) - Method in class java.util.Vector
Searches for the first occurrence of the given argument, testing for equality using the equals method.
indexOf(Object, int) - Method in class java.util.Vector
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
insert(int, String) - Method in class jcontrol.ui.vole.TextArea
Insert a row of text in the text field.
Integer - Class in java.lang
The Integer class provides several methods for converting an int to a String and a String to an int, as well as other constants and methods useful when dealing with an int.
Integer() - Constructor for class java.lang.Integer
 
INTERNAL - Static variable in class jcontrol.comm.RS232Selector
internal RS232 port
interrupt() - Method in class java.lang.Thread
Interrupts this thread.
interrupted() - Static method in class java.lang.Thread
Tests whether the current thread has been interrupted.
InterruptedException - Exception in java.lang
Thrown when a thread is waiting, sleeping, or otherwise paused for a long time and another thread interrupts it using the interrupt method in class Thread.
InterruptedException() - Constructor for exception java.lang.InterruptedException
 
INVERSE - Static variable in interface jcontrol.io.Graphics
Drawmode.
IOException - Exception in java.io
Signals that an I/O exception of some sort has occurred.
IOException() - Constructor for exception java.io.IOException
 
IPointingDevice - Interface in jcontrol.io
 
isAlarm() - Static method in class jcontrol.system.RTC
Checks if an alarm is pending.
isAlive() - Method in class java.lang.Thread
Tests if this thread is alive.
isCovered(Component) - Static method in class jcontrol.ui.vole.Container
Determines whether the specified Component is covered by another Component which currently has the input focus.
isDaemon() - Method in class java.lang.Thread
Tests if this thread is a daemon thread.
isEmpty() - Method in class java.util.Vector
Tests if this vector has no components.
isFormated() - Method in class jcontrol.storage.FlashTlv
Checks if the the flash is prepared for the FlashTlv.
isInterrupted() - Method in class java.lang.Thread
Tests whether this thread has been interrupted.
isMenuItemEnabled(String) - Method in class jcontrol.ui.vole.menu.Menu
Returns the active state of the specified menu item.
isMenuItemEnabled(String) - Method in interface jcontrol.ui.vole.menu.MenuInterface
Returns the active state of the specified menu item.
isOpen() - Method in class jcontrol.ui.vole.ComboBox
Return whether this ComboBox is in the opened state.
isPlaying() - Method in class jcontrol.toolkit.iMelody
 
isPressed() - Method in interface jcontrol.io.IPointingDevice
 
isVisible() - Method in class jcontrol.ui.vole.Component
Get visible state.
ITEM_SELECTED - Static variable in class jcontrol.ui.vole.event.ActionEvent
A list or combo box item was selected

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