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

C

cache - Variable in class jcontrol.storage.FlashStream
sector cache for faster reads
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.
CF_PRM_REQ_CLASS1 - Static variable in class jcontrol.comm.FT1_2
for use in the FT1_2 event loop
CF_PRM_REQ_STATUS - Static variable in class jcontrol.comm.FT1_2
for use in the FT1_2 event loop
CF_PRM_SEND_UDAT - Static variable in class jcontrol.comm.FT1_2
for use in the FT1_2 event loop
charAt(int) - Method in class java.lang.String
Returns the character at the specified index.
check() - Method in class jcontrol.lang.Deadline
Just checks if the current deadline has run out.
CheckBox - Class in jcontrol.ui.vole
The CheckBox is a graphical component that can be in either an "on" (true) or "off" (false) state.
CheckBox(String, int, int) - Constructor for class jcontrol.ui.vole.CheckBox
Create a new labeled CheckBox which is initially "off".
CheckBox(String, int, int, int, int) - Constructor for class jcontrol.ui.vole.CheckBox
Create a new labeled CheckBox with specified bounds which is initially "off".
children - Variable in class jcontrol.ui.vole.Container
The children of the container.
cleanup() - Method in class jcontrol.storage.FlashTlv
This method will delete all obsolete data.
clear() - Method in class java.util.Vector
Removes all of the elements from this Vector.
clearCache() - Method in class jcontrol.storage.FlashStream
Frees the flash memory.
clearDisplay() - Method in class jcontrol.io.Display
Clears the display.
clearRect(int, int, int, int) - Method in class jcontrol.io.Display
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clearRect(int, int, int, int) - Method in interface jcontrol.io.Graphics
Clears the specified rectangle by filling it with the background color of the current drawing surface.
clone() - Method in class java.lang.Object
Creates and returns a copy of this object.
clone() - Method in class java.util.Vector
Returns a clone of this vector.
Cloneable - Interface in java.lang
A class implements the Cloneable interface to indicate to the Object.clone() method that it is legal for that method to make a field-for-field copy of instances of that class.
CloneNotSupportedException - Exception in java.lang
Thrown to indicate that the clone method in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface.
CloneNotSupportedException() - Constructor for exception java.lang.CloneNotSupportedException
 
close() - Method in class jcontrol.comm.DisplayConsole
Closes the DisplayConsole
close() - Method in class jcontrol.comm.FT1_2
Closes the FT1_2 and the underlying RS232 connections.
close() - Method in class jcontrol.comm.I2C
Closes this I2C instance, further reads or writes are not possible.
close() - Method in class jcontrol.comm.RS232
Closes the stream, further writes and reads are not possible, the RS232 hardware will be turned off.
close() - Method in interface jcontrol.io.BasicInputStream
Closes the stream, further reads are not possible, attached hardware will be turned off.
close() - Method in interface jcontrol.io.BasicOutputStream
Closes the stream, further writes are not possible, attached hardware will be turned off.
close() - Method in class jcontrol.io.Resource
Closes the resource, further reads are not possible.
close() - Method in class jcontrol.storage.FlashStream
 
close() - Method in class jcontrol.storage.FlashTlv
Closes the current file for writing and reading.
ComboBox - Class in jcontrol.ui.vole
The class ComboBox implements a graphical combo box for the Vole GUI.
ComboBox() - Constructor for class jcontrol.ui.vole.ComboBox
Creates a new and empty ComboBox.
ComboBox(int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new empty ComboBox at the given x- and y-coordinates.
ComboBox(String[], int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new ComboBox with a list of items at the given x- and y-coordinates.
ComboBox(String[], int, int, int) - Constructor for class jcontrol.ui.vole.ComboBox
Constructs a new ComboBox with a list of items at the given x- and y-coordinates with the specified width and height.
command - Variable in class jcontrol.ui.vole.event.ActionEvent
 
ComplexInputStream - Interface in jcontrol.io
Provides a set of high-level communication methods for reading.
ComplexOutputStream - Interface in jcontrol.io
Provides a set of high-level communication methods for writing.
Component - Class in jcontrol.ui.vole
Component is the base class for VOLE user interface objects.
Component() - Constructor for class jcontrol.ui.vole.Component
 
concat(String) - Method in class java.lang.String
Concatenates the specified string to the end of this string.
ConsoleInputStream - Interface in jcontrol.comm
Provides a set of high-level communication methods for reading on a console.
ConsoleOutputStream - Interface in jcontrol.comm
Provides a set of high-level communication methods for console output.
CONT - Static variable in class jcontrol.toolkit.iMelody
Continuous mode
Container - Class in jcontrol.ui.vole
A container is a component that can contain other Vole components.
Container() - Constructor for class jcontrol.ui.vole.Container
Create a new Container.
Container(int, int, int, int) - Constructor for class jcontrol.ui.vole.Container
Create a new Container with the specified dimensions.
contains(Object) - Method in class java.util.Vector
Tests if the specified object is a component in this vector.
cos(int) - Static method in class jcontrol.lang.Math
Look-up table cosine function.
create(byte) - Method in class jcontrol.storage.FlashTlv
Creates a new file object.
currentThread() - Static method in class java.lang.Thread
Returns a reference to the currently executing thread object.
currentTimeMillis() - Static method in class jcontrol.system.Management
Returns the current value of the virtual machines millisecond counter.

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