Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J L N O P R S T V

A

append(Object) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class jflight.tools.JfStringBuffer
Appends the string to this string buffer.
append(JfStringBuffer) - Method in class jflight.tools.JfStringBuffer
Appends the specified JfStringBuffer to this JfStringBuffer.
append(char[]) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of a subarray of the char array argument to this string buffer.
append(boolean) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the char argument to this string buffer.
append(int) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the long argument to this string buffer.
append(float) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the float argument to this string buffer.
append(double) - Method in class jflight.tools.JfStringBuffer
Appends the string representation of the double argument to this string buffer.

B

BW - Static variable in class jflight.tools.SysParams
color mode:
baudRate - Variable in class jflight.tools.SerialParameters
 
byteCnt - Variable in class jflight.tools.SerialAccess
 

C

COLOR - Static variable in class jflight.tools.SysParams
color mode:
capacity() - Method in class jflight.tools.JfStringBuffer
Returns the current capacity of the String buffer.
charAt(int) - Method in class jflight.tools.JfStringBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
closeConnection() - Method in class jflight.tools.SerialAccess
Closes the selected serial connection.
colorMode - Variable in class jflight.tools.SysParams
 
copy() - Method in class jflight.tools.JfStringBuffer
Copies the buffer value.
count - Variable in class jflight.tools.JfStringBuffer
The count is the number of characters in the buffer.

D

DESKTOP - Static variable in class jflight.tools.SysParams
screen type/size:
databits - Variable in class jflight.tools.SerialParameters
 
delete(int, int) - Method in class jflight.tools.JfStringBuffer
Removes the characters in a substring of this JfStringBuffer.
deleteCharAt(int) - Method in class jflight.tools.JfStringBuffer
Removes the character at the specified position in this JfStringBuffer (shortening the JfStringBuffer by one character).
deviceIsOpen() - Method in class jflight.tools.SerialAccess
Reports the open status of the port.
deviceOpen - Variable in class jflight.tools.SerialAccess
 

E

ensureCapacity(int) - Method in class jflight.tools.JfStringBuffer
Ensures that the capacity of the buffer is at least equal to the specified minimum.
expandCapacity(int) - Method in class jflight.tools.JfStringBuffer
This implements the expansion semantics of ensureCapacity but is unsynchronized for use internally by methods which are already synchronized.

F

flowControlIn - Variable in class jflight.tools.SerialParameters
 
flowControlOut - Variable in class jflight.tools.SerialParameters
 
flowToString(int) - Method in class jflight.tools.SerialParameters
Converts an int describing a flow control type to a String describing a flow control type.
frameLocation - Variable in class jflight.tools.SysParams
 
frameSize - Variable in class jflight.tools.SysParams
 

G

GREY - Static variable in class jflight.tools.SysParams
color mode:
getBaudRate() - Method in class jflight.tools.SerialParameters
Gets baud rate as an int.
getBaudRateString() - Method in class jflight.tools.SerialParameters
Gets baud rate as a String.
getChars(int, int, char[], int) - Method in class jflight.tools.JfStringBuffer
Characters are copied from this string buffer into the destination character array dst.
getColorMode() - Method in class jflight.tools.SysParams
 
getDatabits() - Method in class jflight.tools.SerialParameters
Gets data bits as an int.
getDatabitsString() - Method in class jflight.tools.SerialParameters
Gets data bits as a String.
getFlowControlIn() - Method in class jflight.tools.SerialParameters
Gets flow control for reading as an int.
getFlowControlInString() - Method in class jflight.tools.SerialParameters
Gets flow control for reading as a String.
getFlowControlOut() - Method in class jflight.tools.SerialParameters
Gets flow control for writing as an int.
getFlowControlOutString() - Method in class jflight.tools.SerialParameters
Gets flow control for writing as a String.
getInputStream() - Method in class jflight.tools.SerialAccess
Offers access to the InputStream handled by this class
getLocation(Dimension) - Method in class jflight.tools.SysParams
 
getOrientation() - Method in class jflight.tools.SysParams
Getter for property orientation.
getOutputStream() - Method in class jflight.tools.SerialAccess
Offers access to the OutputStream handled by this class
getParity() - Method in class jflight.tools.SerialParameters
Gets parity setting as an int.
getParityString() - Method in class jflight.tools.SerialParameters
Gets parity setting as a String.
getPort() - Method in class jflight.tools.SerialAccess
 
getPortName() - Method in class jflight.tools.SerialParameters
Gets port name.
getScreenType() - Method in class jflight.tools.SysParams
 
getSize(Dimension) - Method in class jflight.tools.SysParams
 
getStopbits() - Method in class jflight.tools.SerialParameters
Gets stop bits setting as an int.
getStopbitsString() - Method in class jflight.tools.SerialParameters
Gets stop bits setting as a String.
getValue() - Method in class jflight.tools.JfStringBuffer
 

H

HORIZONTAL - Static variable in class jflight.tools.SysParams
 

I

indexOf(String) - Method in class jflight.tools.JfStringBuffer
Returns the index within this string of the first occurrence of the specified substring.
indexOf(String, int) - Method in class jflight.tools.JfStringBuffer
Returns the index within this string of the first occurrence of the specified substring, starting at the specified index.
insert(int, char[], int, int) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of a subarray of the str array argument into this string buffer.
insert(int, Object) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class jflight.tools.JfStringBuffer
Inserts the string into this string buffer.
insert(int, char[]) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the char array argument into this string buffer.
insert(int, boolean) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the char argument into this string buffer.
insert(int, int) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the long argument into this string buffer.
insert(int, float) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the float argument into this string buffer.
insert(int, double) - Method in class jflight.tools.JfStringBuffer
Inserts the string representation of the double argument into this string buffer.
is - Variable in class jflight.tools.SerialAccess
 

J

JfStringBuffer - class jflight.tools.JfStringBuffer.
A string buffer implements a mutable sequence of characters.
JfStringBuffer() - Constructor for class jflight.tools.JfStringBuffer
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
JfStringBuffer(int) - Constructor for class jflight.tools.JfStringBuffer
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
JfStringBuffer(String) - Constructor for class jflight.tools.JfStringBuffer
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
jflight.tools - package jflight.tools
 

L

lastIndexOf(String) - Method in class jflight.tools.JfStringBuffer
Returns the index within this string of the rightmost occurrence of the specified substring.
lastIndexOf(String, int) - Method in class jflight.tools.JfStringBuffer
Returns the index within this string of the last occurrence of the specified substring.
length() - Method in class jflight.tools.JfStringBuffer
Returns the length (character count) of this string buffer.

N

NULL - Static variable in class jflight.tools.JfStringBuffer
 

O

openConnection(SerialParameters) - Method in class jflight.tools.SerialAccess
Attempts to open a serial connection and streams using the parameters in the Vario/GPSParameters object (-> mode).
orientation - Variable in class jflight.tools.SysParams
 
os - Variable in class jflight.tools.SerialAccess
 

P

PDA - Static variable in class jflight.tools.SysParams
screen type/size:
parity - Variable in class jflight.tools.SerialParameters
 
portId - Variable in class jflight.tools.SerialAccess
 
portName - Variable in class jflight.tools.SerialParameters
 

R

readObject(ObjectInputStream) - Method in class jflight.tools.JfStringBuffer
readObject is called to restore the state of the JfStringBuffer from a stream.
replace(int, int, String) - Method in class jflight.tools.JfStringBuffer
Replaces the characters in a substring of this JfStringBuffer with characters in the specified String.
reverse() - Method in class jflight.tools.JfStringBuffer
The character sequence contained in this string buffer is replaced by the reverse of the sequence.

S

SerialAccess - class jflight.tools.SerialAccess.
 
SerialAccess() - Constructor for class jflight.tools.SerialAccess
 
SerialConnectionException - exception jflight.tools.SerialConnectionException.
 
SerialConnectionException(String) - Constructor for class jflight.tools.SerialConnectionException
Constructs a SerialConnectionException with the specified detail message.
SerialConnectionException() - Constructor for class jflight.tools.SerialConnectionException
Constructs a SerialConnectionException with no detail message.
SerialParameters - class jflight.tools.SerialParameters.
A class that stores parameters for serial ports.
SerialParameters() - Constructor for class jflight.tools.SerialParameters
Default constructer.
SerialParameters(String, int, int, int, int, int, int) - Constructor for class jflight.tools.SerialParameters
Paramaterized constructer.
SysParams - class jflight.tools.SysParams.
 
SysParams() - Constructor for class jflight.tools.SysParams
Creates new SysParams checks for sys props: os.name = "EPOC" / "Linux" / "Windoofs" dim is the requested size
sPort - Variable in class jflight.tools.SerialAccess
 
screenSize - Variable in class jflight.tools.SysParams
 
screenType - Variable in class jflight.tools.SysParams
 
serialEvent(SerialPortEvent) - Method in class jflight.tools.SerialAccess
 
serialVersionUID - Static variable in class jflight.tools.JfStringBuffer
use serialVersionUID from JDK 1.0.2 for interoperability
setBaudRate(int) - Method in class jflight.tools.SerialParameters
Sets baud rate.
setBaudRate(String) - Method in class jflight.tools.SerialParameters
Sets baud rate.
setCharAt(int, char) - Method in class jflight.tools.JfStringBuffer
The character at the specified index of this string buffer is set to ch.
setConnectionParameters() - Method in class jflight.tools.SerialAccess
Sets the connection parameters to the setting in the parameters object.
setDatabits(int) - Method in class jflight.tools.SerialParameters
Sets data bits.
setDatabits(String) - Method in class jflight.tools.SerialParameters
Sets data bits.
setFlowControlIn(int) - Method in class jflight.tools.SerialParameters
Sets flow control for reading.
setFlowControlIn(String) - Method in class jflight.tools.SerialParameters
Sets flow control for reading.
setFlowControlOut(int) - Method in class jflight.tools.SerialParameters
Sets flow control for writing.
setFlowControlOut(String) - Method in class jflight.tools.SerialParameters
Sets flow control for writing.
setLength(int) - Method in class jflight.tools.JfStringBuffer
Sets the length of this String buffer.
setParity(int) - Method in class jflight.tools.SerialParameters
Sets parity setting.
setParity(String) - Method in class jflight.tools.SerialParameters
Sets parity setting.
setPortName(String) - Method in class jflight.tools.SerialParameters
Sets port name.
setShared() - Method in class jflight.tools.JfStringBuffer
 
setStopbits(int) - Method in class jflight.tools.SerialParameters
Sets stop bits.
setStopbits(String) - Method in class jflight.tools.SerialParameters
Sets stop bits.
shared - Variable in class jflight.tools.JfStringBuffer
A flag indicating whether the buffer is shared
sp - Variable in class jflight.tools.SerialAccess
 
stopbits - Variable in class jflight.tools.SerialParameters
 
stringToFlow(String) - Method in class jflight.tools.SerialParameters
Converts a String describing a flow control type to an int type defined in SerialPort.
substring(int) - Method in class jflight.tools.JfStringBuffer
Returns a new String that contains a subsequence of characters currently contained in this JfStringBuffer.The substring begins at the specified index and extends to the end of the JfStringBuffer.
substring(int, int) - Method in class jflight.tools.JfStringBuffer
Returns a new String that contains a subsequence of characters currently contained in this JfStringBuffer.

T

toString() - Method in class jflight.tools.JfStringBuffer
Converts to a string representing the data in this string buffer.

V

VERTICAL - Static variable in class jflight.tools.SysParams
 
value - Variable in class jflight.tools.JfStringBuffer
The value is used for character storage.

A B C D E F G H I J L N O P R S T V