A B C D F G H I L M N P R S T U V W X

A

action(Event, Object) - Method in class xBaseJ.Client.dbfShow
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfCreate
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfShow
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfTable
 
addComponent(Container, Component, int, int, int, int, int, int) - Static method in class xBaseJ.dbfShow
 
addComponent(Container, Component, int, int, int, int, int, int) - Method in class xBaseJ.Server
 
addComponent(Container, Component, int, int, int, int, int, int) - Static method in class xBaseJ.Client.dbfShow
 
addField(Field) - Method in class xBaseJ.DBF
adds a new Field to a database
addField(Field[]) - Method in class xBaseJ.DBF
adds an array of new Fields to a database
addRec() - Method in class xBaseJ.dbfShow
 
addRec() - Method in class xBaseJ.Client.dbfShow
 
addText(String) - Static method in class xBaseJ.Server
 
adjustmentValueChanged(AdjustmentEvent) - Method in class xBaseJ.dbfShow
 

B

buildKey() - Method in class xBaseJ.Index
 

C

changeField(Field, Field) - Method in class xBaseJ.DBF
changes a Field in a database NOT FULLY IMPLEMENTED
CharField - class xBaseJ.CharField.
 
CharField - class xBaseJ.Client.CharField.
 
CharField(String, int) - Constructor for class xBaseJ.CharField
public method for creating a CharacterField object.
clearFields() - Method in class xBaseJ.dbfShow
 
clearFields() - Method in class xBaseJ.Client.dbfShow
 
close() - Method in class xBaseJ.DBF
closes the database
close() - Method in class xBaseJ.Client.DBF
closes the database NOT FULLY IMPLEMENTED
compareTo(Calendar) - Method in class xBaseJ.DateField
public method for comparing a Java Calendar object.
compareTo(DateField) - Method in class xBaseJ.DateField
public method for comparing a DateField object.
createIndex(String, String, boolean) - Method in class xBaseJ.DBF
creates a new Index as a NDX file, assumes NDX file does not exist
createIndex(String, String, boolean, boolean) - Method in class xBaseJ.DBF
creates a new Index as a NDX file
createTag(String, String, boolean) - Method in class xBaseJ.DBF
creates a tag in the MDX file

D

DateField - class xBaseJ.DateField.
 
DateField - class xBaseJ.Client.DateField.
 
DateField(String) - Constructor for class xBaseJ.DateField
public method for creating a DateField object.
DBASEIII - Static variable in class xBaseJ.DBF
 
DBASEIV - Static variable in class xBaseJ.DBF
 
DBF - class xBaseJ.DBF.
 
DBF - class xBaseJ.Client.DBF.
 
DBF(String) - Constructor for class xBaseJ.DBF
creates an DBF object and opens existing database file in read/write mode
DBF(String, boolean) - Constructor for class xBaseJ.DBF
creates a new DBF file or replaces an existing database file, w/o format assumes dbaseiii file format
DBF(String, char) - Constructor for class xBaseJ.DBF
creates an DBF object and opens existing database file in readonly mode
DBF(String, int, boolean) - Constructor for class xBaseJ.DBF
creates a new DBF file or replaces an existing database file
DBF(String, String, int) - Constructor for class xBaseJ.Client.DBF
opens a DBF at the server
dbfCreate - class xBaseJ.dbfCreate.
 
dbfCreate() - Constructor for class xBaseJ.dbfCreate
 
dbfShow - class xBaseJ.dbfShow.
 
dbfShow - class xBaseJ.Client.dbfShow.
 
dbfShow(String, String) - Constructor for class xBaseJ.dbfShow
 
dbfShow(String, String, String, int) - Constructor for class xBaseJ.Client.dbfShow
 
dbfTable - class xBaseJ.dbfTable.
 
dbfTable(String) - Constructor for class xBaseJ.dbfTable
 
decPoint() - Method in class xBaseJ.Field
Deprecated. use getDecimalPositionCount
decPoint() - Method in class xBaseJ.Client.Field
Deprecated. use getDecimalPositionCount
decPoint() - Method in class xBaseJ.Client.NumField
Deprecated. use getDecimalPostionCount
decPosition() - Method in class xBaseJ.NumField
Deprecated. use getDecimalPositionCount
delete() - Method in class xBaseJ.DBF
marks the current records as deleted
delete() - Method in class xBaseJ.Client.DBF
marks the current records as deleted
deleted() - Method in class xBaseJ.DBF
returns true if record is marked for deletion
deleted() - Method in class xBaseJ.Client.DBF
 
doubleDate(DateField) - Static method in class xBaseJ.Util
 
doubleDate(String) - Static method in class xBaseJ.Util
 
dropField(Field) - Method in class xBaseJ.DBF
removes a Field from a database NOT FULLY IMPLEMENTED

F

Field - class xBaseJ.Field.
 
Field - class xBaseJ.Client.Field.
 
Field() - Constructor for class xBaseJ.Client.Field
creates a Field object.
find(String) - Method in class xBaseJ.DBF
used to find a record with an equal or greater string value when done the record pointer and field contents will be changed
find(String) - Method in class xBaseJ.Client.DBF
used to find a record with an equal or greater string value when done the record pointer and field contents will be changed
findNext() - Method in class xBaseJ.DBF
used to get the next record in the index list when done the record pointer and field contents will be changed
findNext() - Method in class xBaseJ.Client.DBF
used to get the next record in the Index list when done the record pointer and field contents will be changed
findPrev() - Method in class xBaseJ.DBF
used to get the previous record in the index list when done the record pointer and field contents will be changed
findPrev() - Method in class xBaseJ.Client.DBF
used to get the previous record in the Index list when done the record pointer and field contents will be changed
fldcount() - Method in class xBaseJ.DBF
Deprecated. use getFieldCount
fldcount() - Method in class xBaseJ.Client.DBF
Deprecated. use getFieldCount
FloatField - class xBaseJ.FloatField.
 
FloatField - class xBaseJ.Client.FloatField.
 
FloatField(String, int, int) - Constructor for class xBaseJ.FloatField
public method for creating a numeric field object.

G

get() - Method in class xBaseJ.Field
 
get() - Method in class xBaseJ.MemoField
return the contents of the memo Field, variant of the field.get method
get() - Method in class xBaseJ.NumField
public method for getting field value
get() - Method in class xBaseJ.PictureField
return the contents of the memo Field, variant of the field.get method
get() - Method in class xBaseJ.Client.Field
return String - field contents after any type of read.
get(int) - Method in class xBaseJ.DateField
public method for getting individual field values
getBoolean() - Method in class xBaseJ.LogicalField
returns true or false
getBoolean() - Method in class xBaseJ.Client.LogicalField
 
getBytes() - Method in class xBaseJ.Field
returns the original byte array as stored in the file.
getBytes() - Method in class xBaseJ.MemoField
return the contents of the memo Field via its original byte array
getBytes() - Method in class xBaseJ.PictureField
return the contents of the memo Field via its original byte array
getCalendar() - Method in class xBaseJ.DateField
public method for returing the date field in a Java Calendar object.
getChar() - Method in class xBaseJ.LogicalField
returns T for true and F for false
getChar() - Method in class xBaseJ.Client.LogicalField
 
getCurrentRecordNumber() - Method in class xBaseJ.DBF
returns the current record number
getCurrentRecordNumber() - Method in class xBaseJ.Client.DBF
 
getDecimalPositionCount() - Method in class xBaseJ.Field
 
getDecimalPositionCount() - Method in class xBaseJ.NumField
 
getDecimalPositionCount() - Method in class xBaseJ.Client.Field
 
getDecimalPositionCount() - Method in class xBaseJ.Client.NumField
 
getField(int) - Method in class xBaseJ.DBF
returns a Field object by its relative position
getField(int) - Method in class xBaseJ.Message
 
getField(int) - Method in class xBaseJ.Client.DBF
 
getField(String) - Method in class xBaseJ.DBF
returns a Field object by its name in the database
getField(String) - Method in class xBaseJ.Message
 
getField(String) - Method in class xBaseJ.Client.DBF
 
getFieldCount() - Method in class xBaseJ.DBF
returns the number of fields in a database
getFieldCount() - Method in class xBaseJ.Client.DBF
 
getID(int) - Method in class xBaseJ.Message
 
getIndex(int) - Method in class xBaseJ.DBF
gets an Index object associated with the database.
getIndexCount() - Method in class xBaseJ.DBF
returns the number of known index files and tags
getKeyFields() - Method in class xBaseJ.Index
 
getLength() - Method in class xBaseJ.Field
 
getLength() - Method in class xBaseJ.Client.Field
 
getName() - Method in class xBaseJ.DBF
returns the full path name of the database
getName() - Method in class xBaseJ.Field
 
getName() - Method in class xBaseJ.Index
 
getName() - Method in class xBaseJ.Client.DBF
 
getName() - Method in class xBaseJ.Client.Field
 
getRecordCount() - Method in class xBaseJ.DBF
returns the number of records in a database
getRecordCount() - Method in class xBaseJ.Client.DBF
 
getType() - Method in class xBaseJ.CharField
return the character 'C' indicating a character Field
getType() - Method in class xBaseJ.DateField
return the character 'D' indicating a date field
getType() - Method in class xBaseJ.Field
 
getType() - Method in class xBaseJ.FloatField
return the character 'F' indicating a float field
getType() - Method in class xBaseJ.LogicalField
return the character 'L' indicating a logical Field
getType() - Method in class xBaseJ.MemoField
return the character 'M' indicating a memo field
getType() - Method in class xBaseJ.NumField
return the character 'N' indicating a numeric field
getType() - Method in class xBaseJ.PictureField
return the character 'P' indicating a picture field
getType() - Method in class xBaseJ.Client.CharField
 
getType() - Method in class xBaseJ.Client.DateField
 
getType() - Method in class xBaseJ.Client.Field
 
getType() - Method in class xBaseJ.Client.FloatField
 
getType() - Method in class xBaseJ.Client.LogicalField
 
getType() - Method in class xBaseJ.Client.MemoField
 
getType() - Method in class xBaseJ.Client.NumField
 
getVersion() - Method in class xBaseJ.DBF
 
goTo(int) - Method in class xBaseJ.dbfShow
 
goTo(int) - Method in class xBaseJ.Client.dbfShow
 
gotoRecord(int) - Method in class xBaseJ.DBF
used to read a record at a particular place in the database when done the record pointer and field contents will be changed
gotoRecord(long) - Method in class xBaseJ.Client.DBF
used to read a record at a particular place in the database when done the record pointer and field contents will be changed

H

handleEvent(Event) - Method in class xBaseJ.Client.dbfShow
 

I

Index - class xBaseJ.Index.
 
itemStateChanged(ItemEvent) - Method in class xBaseJ.dbfShow
 

L

length() - Method in class xBaseJ.Field
Deprecated. use getLength
length() - Method in class xBaseJ.Client.Field
Deprecated. use getLength
LogicalField - class xBaseJ.LogicalField.
 
LogicalField - class xBaseJ.Client.LogicalField.
 
LogicalField(String) - Constructor for class xBaseJ.LogicalField
public method for creating a LogicalField object.

M

main(String[]) - Static method in class xBaseJ.dbfCreate
 
main(String[]) - Static method in class xBaseJ.dbfShow
 
main(String[]) - Static method in class xBaseJ.dbfTable
 
main(String[]) - Static method in class xBaseJ.Server
main for Server the format of the catalog file (DBFs.DBF) is: id - the name of the DBF in which the client will access the DBF file name - the actual system name of the DBF relation - used for NDX
Tags are not defined in the dbfs.dbf file
FAQ - how do I define databases in the DBFS.DBF file = use DBFShow.
main(String[]) - Static method in class xBaseJ.Client.dbfShow
 
MemoField - class xBaseJ.MemoField.
 
MemoField - class xBaseJ.Client.MemoField.
 
MemoField(String) - Constructor for class xBaseJ.MemoField
public method for creating a memo field object.
Message - class xBaseJ.Message.
 
Message() - Constructor for class xBaseJ.Message
creates a message class used by the client/server objects
Message(DataInputStream) - Constructor for class xBaseJ.Message
creates a message class used by the client/server objects

N

Name - Variable in class xBaseJ.Client.Field
 
name() - Method in class xBaseJ.Field
Deprecated. use getName
name() - Method in class xBaseJ.Client.Field
Deprecated. use getName
NumField - class xBaseJ.NumField.
 
NumField - class xBaseJ.Client.NumField.
 
NumField(String, int, int) - Constructor for class xBaseJ.NumField
public method for creating a numeric field object.

P

pack() - Method in class xBaseJ.DBF
packs a DBF by removing deleted records and memo fields
PictureField - class xBaseJ.PictureField.
 
PictureField(String) - Constructor for class xBaseJ.PictureField
public method for creating a memo field object.
put(boolean) - Method in class xBaseJ.LogicalField
allows input true or false
put(boolean) - Method in class xBaseJ.Client.LogicalField
allows input true or false
put(byte[]) - Method in class xBaseJ.PictureField
sets the contents of the memo Field, variant of the field.put method data not written into DBF until an update or write is issued.
put(Calendar) - Method in class xBaseJ.DateField
sets field contents by a Java Calendar object.
put(Calendar) - Method in class xBaseJ.Client.DateField
sets field contents by a Java Calendar object.
put(char) - Method in class xBaseJ.LogicalField
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
put(char) - Method in class xBaseJ.Client.LogicalField
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
put(Date) - Method in class xBaseJ.DateField
sets field contents by a Java Date object.
put(double) - Method in class xBaseJ.FloatField
sets the field contents.
put(double) - Method in class xBaseJ.NumField
sets the field contents.
put(double) - Method in class xBaseJ.Client.NumField
sets the field contents.
put(float) - Method in class xBaseJ.FloatField
sets the field contents.
put(float) - Method in class xBaseJ.NumField
sets the field contents.
put(int) - Method in class xBaseJ.FloatField
sets the field contents.
put(int) - Method in class xBaseJ.NumField
sets the field contents.
put(long) - Method in class xBaseJ.DateField
sets field contents by a long value
put(long) - Method in class xBaseJ.FloatField
sets the field contents.
put(long) - Method in class xBaseJ.NumField
sets the field contents.
put(long) - Method in class xBaseJ.Client.DateField
sets field contents by a long value
put(long) - Method in class xBaseJ.Client.NumField
sets the field contents.
put(String) - Method in class xBaseJ.DateField
sets field contents by a String parameter.
put(String) - Method in class xBaseJ.Field
set field contents, no database updates until a DBF update or write is issued
put(String) - Method in class xBaseJ.FloatField
sets the field contents.
put(String) - Method in class xBaseJ.LogicalField
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
put(String) - Method in class xBaseJ.MemoField
sets the contents of the memo Field, variant of the field.put method data not written into DBF until an update or write is issued.
put(String) - Method in class xBaseJ.NumField
sets the field contents.
put(String) - Method in class xBaseJ.PictureField
sets the contents of the memo Field, variant of the field.put method data not written into DBF until an update or write is issued.
put(String) - Method in class xBaseJ.Client.DateField
sets field contents by a String parameter.
put(String) - Method in class xBaseJ.Client.Field
set field contents, no database updates until a DBF update or write is issued
put(String) - Method in class xBaseJ.Client.LogicalField
allows input of Y, y, T, t and 1 for true, N, n, F, f, and 0 for false
put(String) - Method in class xBaseJ.Client.NumField
sets the field contents.

R

READ_ONLY - Static variable in class xBaseJ.DBF
 
read() - Method in class xBaseJ.DBF
used to read the next record, after the current record pointer, in the database when done the record pointer and field contents will be changed
read() - Method in class xBaseJ.Client.DBF
used to read the next record, after the current record pointer, in the database when done the record pointer and field contents will be changed
readPrev() - Method in class xBaseJ.DBF
used to read the previous record, before the current record pointer, in the database when done the record pointer and field contents will be changed
readPrev() - Method in class xBaseJ.Client.DBF
used to read the previous record, before the current record pointer, in the database when done the record pointer and field contents will be changed
reccount() - Method in class xBaseJ.DBF
Deprecated. use getRecordCount
reccount() - Method in class xBaseJ.Client.DBF
Deprecated. use getRecordCount
recno() - Method in class xBaseJ.DBF
Deprecated. use getCurrentRecordNumber
recno() - Method in class xBaseJ.Client.DBF
Deprecated. use getCurrentRecordNumber

S

Server - class xBaseJ.Server.
 
Server(int) - Constructor for class xBaseJ.Server
 
set(int, int) - Method in class xBaseJ.DateField
public method for setting individual field values
setException(String, String) - Method in class xBaseJ.Message
 
setField(String, String) - Method in class xBaseJ.Message
 
setFieldEvaluation(String) - Method in class xBaseJ.DBF
 
setFields() - Method in class xBaseJ.dbfShow
 
setFields() - Method in class xBaseJ.Client.dbfShow
 
setHeader(String, String) - Method in class xBaseJ.Message
set header information
setLock(boolean) - Method in class xBaseJ.Client.DBF
locks/unlocks the whole table
setRecordLock(boolean) - Method in class xBaseJ.Client.DBF
locks/unlocks the current record.
setUpColumnModel() - Method in class xBaseJ.dbfCreate
 
setupDBFields(String) - Method in class xBaseJ.dbfShow
 
setupDBFields(String, String, int) - Method in class xBaseJ.Client.dbfShow
 
startBottom() - Method in class xBaseJ.DBF
used to position record pointer at the last record or index in the database when done the record pointer will be changed.
startTop() - Method in class xBaseJ.DBF
used to position record pointer at the first record or index in the database when done the record pointer will be changed.

T

type() - Method in class xBaseJ.CharField
Deprecated. use getType
type() - Method in class xBaseJ.DateField
Deprecated. use getType
type() - Method in class xBaseJ.Field
Deprecated. use getType
type() - Method in class xBaseJ.FloatField
Deprecated. use getType
type() - Method in class xBaseJ.LogicalField
Deprecated. use getType
type() - Method in class xBaseJ.MemoField
Deprecated. use getType
type() - Method in class xBaseJ.NumField
Deprecated. use getType
type() - Method in class xBaseJ.Client.CharField
Deprecated. use getType
type() - Method in class xBaseJ.Client.DateField
Deprecated. use getType
type() - Method in class xBaseJ.Client.Field
Deprecated. use getType
type() - Method in class xBaseJ.Client.FloatField
Deprecated. use getType
type() - Method in class xBaseJ.Client.LogicalField
Deprecated. use getType
type() - Method in class xBaseJ.Client.MemoField
Deprecated. use getType
type() - Method in class xBaseJ.Client.NumField
Deprecated. use getType

U

undelete() - Method in class xBaseJ.DBF
marks the current records as not deleted
undelete() - Method in class xBaseJ.Client.DBF
marks the current records as not deleted
update() - Method in class xBaseJ.DBF
updates the record at the current position
update() - Method in class xBaseJ.Client.DBF
updates the record at the current position
updateRec() - Method in class xBaseJ.dbfShow
 
updateRec() - Method in class xBaseJ.Client.dbfShow
 
useIndex(Index) - Method in class xBaseJ.DBF
used to indicate the primary Index
useIndex(String) - Method in class xBaseJ.DBF
opens an Index file associated with the database.
useIndex(String) - Method in class xBaseJ.Client.DBF
opens an index associated with the database
useIndex(String, String) - Method in class xBaseJ.DBF
opens an Index file associated with the database
useIndexByID(String) - Method in class xBaseJ.DBF
used to indicate the primary Index
useTag(String) - Method in class xBaseJ.DBF
associates all Index operations with an existing tag
useTag(String) - Method in class xBaseJ.Client.DBF
assigns Tag associated with the database used in find, findnext and findprev
Tags are not defined in the dbfs.dbf file
useTag(String, String) - Method in class xBaseJ.DBF
associates all Index operations with an existing tag
Util - class xBaseJ.Util.
 
Util() - Constructor for class xBaseJ.Util
 

V

valueChanged(ListSelectionEvent) - Method in class xBaseJ.dbfCreate
 
valueChanged(ListSelectionEvent) - Method in class xBaseJ.dbfTable
 
version() - Method in class xBaseJ.DBF
 

W

windowActivated(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowActivated(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowActivated(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfTable
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfTable
 
write() - Method in class xBaseJ.DBF
used to write a new record in the database when done the record pointer is at the end of the database
write() - Method in class xBaseJ.Client.DBF
used to write a new record in the database when done the record pointer is at the end of the database
write(DataOutputStream) - Method in class xBaseJ.Message
writes to the queue

X

x86(double) - Static method in class xBaseJ.Util
 
x86(float) - Static method in class xBaseJ.Util
 
x86(int) - Static method in class xBaseJ.Util
 
x86(long) - Static method in class xBaseJ.Util
 
x86(short) - Static method in class xBaseJ.Util
 
xBaseJException - exception xBaseJ.xBaseJException.
 
xBaseJException() - Constructor for class xBaseJ.xBaseJException
 
xBaseJException(String) - Constructor for class xBaseJ.xBaseJException
 

A B C D F G H I L M N P R S T U V W X