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

R

RadioButton - Class in jcontrol.ui.vole
A radio button is a graphical component that can be in either an "on" (true) or "off" (false) state.
RadioButton(String, int, int) - Constructor for class jcontrol.ui.vole.RadioButton
Create a new labeled RadioButton which is initially "off".
RadioButton(String, int, int, int, int) - Constructor for class jcontrol.ui.vole.RadioButton
Create a new labeled RadioButton with specified bounds which is initially "off".
read(byte[], int, int) - Method in class jcontrol.comm.I2C
Reads a data stream from a I2C device.
read(byte[], byte[], int, int) - Method in class jcontrol.comm.I2C
Writes a command stream to a I2C device and reads a reply in the same transaction.
read() - Method in class jcontrol.comm.I2C
Just reads a single byte from the I2C device.
read() - Method in class jcontrol.comm.RS232
Reads the next available character from the input buffer.
read(byte[], int, int) - Method in class jcontrol.comm.RS232
Reads a byte array from the input buffer.
read() - Method in interface jcontrol.io.BasicInputStream
Reads a single byte from the stream.
read(byte[], int, int) - Method in interface jcontrol.io.BasicInputStream
Reads a byte array from the stream.
read(byte[], int, int, int) - Method in class jcontrol.io.Flash
Reads a byte array from the Flash.
read() - Method in class jcontrol.io.Keyboard
Default method for reading the keyboard.
read() - Method in class jcontrol.io.Resource
Reads a single byte from the resource.
read(byte[], int, int) - Method in class jcontrol.io.Resource
Reads to a byte array from the resource.
read() - Method in class jcontrol.storage.FlashStream
Read a single character from the flash stream.
read(byte[], int, int) - Method in class jcontrol.storage.FlashStream
Read data from the flash stream.
read() - Method in class jcontrol.storage.FlashTlv
Returns the data of the current file.
readLine() - Method in interface jcontrol.comm.ConsoleInputStream
Reads a single String from the stream.
readLine() - Method in class jcontrol.comm.RS232
Reads a single String from the serial line.
readLine() - Method in class jcontrol.io.Resource
Reads a single String from the resource.
readUTF8() - Method in class jcontrol.comm.RS232
Reads a String from the serial line using Java coding with 2 size bytes first.
readUTF8() - Method in interface jcontrol.io.ComplexInputStream
Reads a single String from the stream.
reboot(boolean) - Static method in class jcontrol.system.Management
Reboots the virtual machine.
remove(int) - Method in class java.util.Vector
Removes the element at the specified position in this Vector.
remove(Object) - Method in class java.util.Vector
Removes the first occurrence of the specified element in this Vector.
remove(Component) - Method in class jcontrol.ui.vole.AnimationContainer
Removes a child component from the container.
remove(String) - Method in class jcontrol.ui.vole.ComboBox
Removes the first occurrence of item from the ComboBox.
remove() - Method in class jcontrol.ui.vole.Component
Removes this component and draws a rectangle in the background color.
remove() - Method in class jcontrol.ui.vole.Container
Removes this container and all child components.
remove(Component) - Method in class jcontrol.ui.vole.Container
Removes a child component from the container.
remove() - Method in class jcontrol.ui.vole.Frame
Destroys this frame and all child components.
remove(String) - Method in class jcontrol.ui.vole.List
Removes the first occurrence of item from the ComboBox.
remove() - Method in class jcontrol.ui.vole.menu.Menu
Removes this menu from the screen.
remove() - Method in interface jcontrol.ui.vole.menu.MenuInterface
Removes this menu from the screen.
remove() - Method in class jcontrol.ui.vole.PassiveFrame
Destroys this frame and all child components.
remove(int) - Method in class jcontrol.ui.vole.TextArea
Removes a row from the text field.
removeAll() - Method in class jcontrol.ui.vole.AnimationContainer
Remove all child components from the container.
removeAll() - Method in class jcontrol.ui.vole.Container
Remove all child components from the container.
removeFocus() - Method in class jcontrol.ui.vole.Component
Removes the focus from this Component.
removeFocus() - Method in class jcontrol.ui.vole.Container
Removes the focus from this container structure.
removeMenu() - Method in class jcontrol.ui.vole.Frame
Remove a menu from the frame.
removeMenu() - Method in class jcontrol.ui.vole.PassiveFrame
Remove a menu from the frame.
removeMenuItem(String) - Method in class jcontrol.ui.vole.menu.Menu
Removes a menu item from this menu.
removeMenuItem(String) - Method in interface jcontrol.ui.vole.menu.MenuInterface
Removes a menu item from this menu.
REPEAT_LIMIT - Static variable in class jcontrol.comm.FT1_2
Repeat limit the retransmissions due to transmission errors
reqCLASS1() - Method in class jcontrol.comm.FT1_2
Requests CLASS1 from the BCU and waits for RESPOND (with UDAT).
reqSTATUS() - Method in class jcontrol.comm.FT1_2
Requests STATUS from the BCU and waits for RESPOND (just ACK).
requestFocus() - Method in class jcontrol.ui.vole.Component
Sets the focus to this Component.
requestFocus() - Method in class jcontrol.ui.vole.Container
Sets the focus to this container.
resetAlarm() - Static method in class jcontrol.system.RTC
Resets a pending alarm.
Resource - Class in jcontrol.io
Implements ROM (and Flash EEPROM) resource read access for JControl.
Resource(String) - Constructor for class jcontrol.io.Resource
Constructs access to a namely known resource.
Resource(int) - Constructor for class jcontrol.io.Resource
Constructs access to the first resource in the first archive of the requested bank.
rnd(int) - Static method in class jcontrol.lang.Math
Returns a pseudo random number.
RockerSwitch - Class in jcontrol.ui.vole
The RockerSwitch is a graphical component that can be in either an "on" (true) or "off" (false) state.
RockerSwitch(int, int) - Constructor for class jcontrol.ui.vole.RockerSwitch
Create a new labeled CheckBox which is initially "off".
ROMACCESS - Static variable in class jcontrol.io.Resource
Constructor parameter for access to the internal ROM.
ROUND_BORDER - Static variable in class jcontrol.ui.vole.Border
Rectangular border with round corners
RS232 - Class in jcontrol.comm
Implements RS232 communication for JControl.
RS232() - Constructor for class jcontrol.comm.RS232
Constructs a new RS232 I/O-stream using the default baudrate.
RS232(int) - Constructor for class jcontrol.comm.RS232
Constructs a new RS232 I/O-stream using the specified baudrate.
RS232_PORTPIN - Static variable in class jcontrol.comm.RS232Selector
the portpin which the RS232 switch is connected to
RS232Selector - Class in jcontrol.comm
Select hardware port RS232 is linked to.
RS232Selector() - Constructor for class jcontrol.comm.RS232Selector
 
RTC - Class in jcontrol.system
Controls JControls real time clock (RTC).
run() - Method in interface java.lang.Runnable
When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.
run() - Method in class java.lang.Thread
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
run() - Method in class jcontrol.comm.FT1_2
Used internally for the FT1_2 event loop.
run() - Method in class jcontrol.system.Download
Main Download code sequence.
run() - Method in class jcontrol.toolkit.iMelody
Play the specified melody.
run() - Method in class jcontrol.ui.vole.AnimationContainer
The run method of the animation thread.
run() - Method in class jcontrol.ui.vole.Frame
This is the main event loop of any user interface.
Runnable - Interface in java.lang
The Runnable interface should be implemented by any class whose instances are intended to be executed by a thread.
RuntimeException - Exception in java.lang
RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Java Virtual Machine.
RuntimeException() - Constructor for exception java.lang.RuntimeException
 

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