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

A

accept(File) - Method in class xBaseJ.dbfFileFilter
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfCreate
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfShow
 
actionPerformed(ActionEvent) - Method in class xBaseJ.dbfViewer
 
actionPerformed(ActionEvent) - Method in class xBaseJ.Client.dbfShow
 
actionPerformed(ActionEvent) - Method in class xBaseJ.rmi.dbfShow
 
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
 
addComponent(Container, Component, int, int, int, int, int, int) - Static method in class xBaseJ.rmi.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
 
addRec() - Method in class xBaseJ.rmi.dbfShow
 
addText(String) - Static method in class xBaseJ.Server
 
adjustmentValueChanged(AdjustmentEvent) - Method in class xBaseJ.dbfShow
 
adjustmentValueChanged(AdjustmentEvent) - Method in class xBaseJ.Client.dbfShow
 
adjustmentValueChanged(AdjustmentEvent) - Method in class xBaseJ.rmi.dbfShow
 

B

buildKey() - Method in class xBaseJ.Index
 

C

changedUpdate(DocumentEvent) - Method in class xBaseJ.dbfViewer
 
changeField(Field, Field) - Method in class xBaseJ.DBF
changes a Field in a database NOT FULLY IMPLEMENTED
characters(char[], int, int) - Method in class xBaseJ.XBASEXMLParser
catches the element's value
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
 
clearFields() - Method in class xBaseJ.rmi.dbfShow
 
close() - Method in class xBaseJ.DBF
closes the database
close() - Method in class xBaseJ.Client.DBF
closes the database NOT FULLY IMPLEMENTED
close() - Method in class xBaseJ.rmi.DBF
closes the database
close() - Method in interface xBaseJ.rmi.DBFInterface
closes the database
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.
connectToDBF(String) - Method in class xBaseJ.rmi.DBFServer
 
connectToDBF(String) - Method in interface xBaseJ.rmi.DBFServerInterface
makes a database connection
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 - class xBaseJ.rmi.DBF.
 
DBF(String) - Constructor for class xBaseJ.DBF
creates an DBF object and opens existing database file in read/write mode
DBF(String) - Constructor for class xBaseJ.rmi.DBF
Constructor
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, boolean, String) - 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, char, String) - 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, int, boolean, String) - Constructor for class xBaseJ.DBF
creates a new DBF file or replaces an existing database file
DBF(String, String) - Constructor for class xBaseJ.DBF
creates an DBF object and opens existing database file in read/write mode
DBF(String, String, int) - Constructor for class xBaseJ.Client.DBF
opens a DBF at the server
DBF(String, String, int, boolean) - Constructor for class xBaseJ.Client.DBF
opens a DBF at the server
dbfCreate - class xBaseJ.dbfCreate.
 
dbfCreate() - Constructor for class xBaseJ.dbfCreate
 
dbfFileFilter - class xBaseJ.dbfFileFilter.
 
dbfFileFilter() - Constructor for class xBaseJ.dbfFileFilter
 
DBFInterface - interface xBaseJ.rmi.DBFInterface.
 
DBFServer - class xBaseJ.rmi.DBFServer.
 
DBFServer() - Constructor for class xBaseJ.rmi.DBFServer
Constructor
DBFServerInterface - interface xBaseJ.rmi.DBFServerInterface.
 
dbfShow - class xBaseJ.dbfShow.
 
dbfShow - class xBaseJ.Client.dbfShow.
 
dbfShow - class xBaseJ.rmi.dbfShow.
 
dbfShow(String, String) - Constructor for class xBaseJ.dbfShow
 
dbfShow(String, String, String) - Constructor for class xBaseJ.rmi.dbfShow
 
dbfShow(String, String, String, int) - Constructor for class xBaseJ.Client.dbfShow
 
dbfViewer - class xBaseJ.dbfViewer.
 
dbfViewer(String) - Constructor for class xBaseJ.dbfViewer
 
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
delete() - Method in class xBaseJ.rmi.DBF
marks the current records as deleted
delete() - Method in interface xBaseJ.rmi.DBFInterface
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
 
deleted() - Method in class xBaseJ.rmi.DBF
returns true if record is marked for deletion
deleted() - Method in interface xBaseJ.rmi.DBFInterface
 
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

E

endElement(String, String, String) - Method in class xBaseJ.XBASEXMLParser
Method called by the SAX parser at the error(SAXParseException) - Method in class xBaseJ.XBASEXMLParser
catches error SAXParseExceptions this code causes exception to continue

F

fatalError(SAXParseException) - Method in class xBaseJ.XBASEXMLParser
catches fatal SAXParseExceptions this code causes exception to continue
Field - class xBaseJ.Field.
 
Field - class xBaseJ.Client.Field.
 
Field - class xBaseJ.rmi.Field.
 
Field() - Constructor for class xBaseJ.Client.Field
creates a Field object.
Field(Field) - Constructor for class xBaseJ.rmi.Field
Constructor
FieldInterface - interface xBaseJ.rmi.FieldInterface.
 
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
find(String) - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
used to find a record with an equal or greater string value when done the record pointer and field contents will be changed
findExact(String) - Method in class xBaseJ.DBF
used to find a record with an equal string value when done the record pointer and field contents will be changed only if the exact key is found
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
findNext() - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
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
findPrev() - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
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 picture Field, variant of the field.get method
get() - Method in class xBaseJ.Client.Field
return String - field contents after any type of read.
get() - Method in class xBaseJ.rmi.Field
returns a Field value by its relative position
get() - Method in interface xBaseJ.rmi.FieldInterface
returns a Field's value by its relative position
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 picture 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
 
getCount() - Method in class xBaseJ.Message
 
getCurrentRecordNumber() - Method in class xBaseJ.DBF
returns the current record number
getCurrentRecordNumber() - Method in class xBaseJ.Client.DBF
 
getCurrentRecordNumber() - Method in class xBaseJ.rmi.DBF
returns the current record number
getCurrentRecordNumber() - Method in interface xBaseJ.rmi.DBFInterface
returns the current record number
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
 
getDecimalPositionCount() - Method in class xBaseJ.rmi.Field
returns a Field's decimal position as defined in database by its relative position
getDecimalPositionCount() - Method in interface xBaseJ.rmi.FieldInterface
returns a Field's decimal position as defined in database by its relative position
getDescription() - Method in class xBaseJ.dbfFileFilter
 
getEncodingType() - Static method in class xBaseJ.DBF
gets the character encoding string value
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(int) - Method in class xBaseJ.rmi.DBF
returns a Field type by its relative position
getField(int) - Method in interface xBaseJ.rmi.DBFInterface
returns a Field by its relative position
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
 
getField(String) - Method in class xBaseJ.rmi.DBF
returns a Field type by its name in the database
getField(String) - Method in interface xBaseJ.rmi.DBFInterface
returns a Field by its name in the database
getFieldCount() - Method in class xBaseJ.DBF
returns the number of fields in a database
getFieldCount() - Method in class xBaseJ.Client.DBF
 
getFieldCount() - Method in class xBaseJ.rmi.DBF
returns the number of fields in a database
getFieldCount() - Method in interface xBaseJ.rmi.DBFInterface
returns the number of fields in a database
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
 
getLength() - Method in class xBaseJ.rmi.Field
returns a Field Length as defined in database
getLength() - Method in interface xBaseJ.rmi.FieldInterface
returns a Field Length as defined in database
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
 
getName() - Method in class xBaseJ.rmi.Field
returns a Field name by its relative position
getName() - Method in interface xBaseJ.rmi.FieldInterface
returns a Field's name by its relative position
getPageInfo(Graphics, PageFormat) - Method in class xBaseJ.dbfViewer
 
getRecordCount() - Method in class xBaseJ.DBF
returns the number of records in a database
getRecordCount() - Method in class xBaseJ.Client.DBF
 
getRecordCount() - Method in class xBaseJ.rmi.DBF
returns the number of records in a database
getRecordCount() - Method in interface xBaseJ.rmi.DBFInterface
returns the number of records in a database
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
 
getType() - Method in class xBaseJ.rmi.Field
returns a Field type by its relative position
getType() - Method in interface xBaseJ.rmi.FieldInterface
returns a Field type by its relative position
getVersion() - Method in class xBaseJ.DBF
returns the dbase version field
getXML(String) - Method in class xBaseJ.DBF
generates an xml string representation using xbase.dtd
goTo(int) - Method in class xBaseJ.dbfShow
 
goTo(int) - Method in class xBaseJ.Client.dbfShow
 
goTo(int) - Method in class xBaseJ.rmi.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(int) - Method in class xBaseJ.rmi.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(int) - Method in interface xBaseJ.rmi.DBFInterface
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

I

ignorableWhitespace(char[], int, int) - Method in class xBaseJ.XBASEXMLParser
I use this to keep track of line #s
Index - class xBaseJ.Index.
 
insertUpdate(DocumentEvent) - Method in class xBaseJ.dbfViewer
 
isFoxPro() - Method in class xBaseJ.MemoField
returns true if MemoField created to be used in FoxPro fpt file.
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.dbfViewer
 
main(String[]) - Static method in class xBaseJ.Server
main for Server the format of the catalog file (sever 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.XBASEXMLParser
accepts on String parameter, filename to parse
main(String[]) - Static method in class xBaseJ.Client.dbfShow
format: java xBaseJ.Client.dbfshow hostID dbfname portNumber
where dbfname is the file name as defined in the servers dbfs.dbf file
hostID is the host name running xBaseJ.Server
portnumber is the port number server is listening for work
main(String[]) - Static method in class xBaseJ.rmi.dbfShow
 
main(String[]) - Static method in class xBaseJ.rmi.Server
 
MemoField - class xBaseJ.MemoField.
 
MemoField - class xBaseJ.Client.MemoField.
 
MemoField(String) - Constructor for class xBaseJ.MemoField
public method for creating a memo field object.
MemoField(String, boolean) - Constructor for class xBaseJ.MemoField
public method for creating a FoxPro 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
normalize(String) - Static method in class xBaseJ.Util
normlizes the string to remove XML characters.
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
parse(String) - Method in class xBaseJ.XBASEXMLParser
makes the SAX2 parser call
PictureField - class xBaseJ.PictureField.
 
PictureField(String) - Constructor for class xBaseJ.PictureField
public method for creating a picture field object.
print(Graphics, PageFormat, int) - Method in class xBaseJ.dbfViewer
 
printTablePart(Graphics2D, PageFormat, int, int) - Method in class xBaseJ.dbfViewer
 
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.Field
set field contents with binary data, no database updates until a DBF update or write is issued if inValue is too short buffer is filled with binary zeros.
put(byte[]) - 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(byte[]) - Method in class xBaseJ.PictureField
sets the contents of the picture 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 picture 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.
put(String) - Method in class xBaseJ.rmi.Field
sets a Field value by its relative position
put(String) - Method in interface xBaseJ.rmi.FieldInterface
sets a Field's value by its relative position

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
read() - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
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
readExternal(ObjectInput) - Method in class xBaseJ.Field
used by externalize methods
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
readPrev() - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
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
reIndex() - Method in class xBaseJ.Index
 
RemotexBaseJException - exception xBaseJ.rmi.RemotexBaseJException.
 
RemotexBaseJException(String) - Constructor for class xBaseJ.rmi.RemotexBaseJException
 
removeUpdate(DocumentEvent) - Method in class xBaseJ.dbfViewer
 

S

searchSet(String, boolean[]) - Method in class xBaseJ.dbfViewer
 
Server - class xBaseJ.Server.
 
Server - class xBaseJ.rmi.Server.
 
Server() - Constructor for class xBaseJ.rmi.Server
 
Server(int) - Constructor for class xBaseJ.Server
 
serviceName - Static variable in interface xBaseJ.rmi.DBFInterface
 
serviceName - Static variable in interface xBaseJ.rmi.DBFServerInterface
 
serviceName - Static variable in interface xBaseJ.rmi.FieldInterface
 
set(int, int) - Method in class xBaseJ.DateField
public method for setting individual field values
setEncodingType(String) - Static method in class xBaseJ.DBF
sets the character encoding variable.
setException(String, String) - Method in class xBaseJ.Message
 
setField(String, String) - Method in class xBaseJ.Message
 
setFields() - Method in class xBaseJ.dbfShow
 
setFields() - Method in class xBaseJ.Client.dbfShow
 
setFields() - Method in class xBaseJ.rmi.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) - Method in class xBaseJ.rmi.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.
startBottom() - Method in class xBaseJ.Client.DBF
used to position record pointer at the last record or index in the database when done the record pointer will be changed.
startBottom() - Method in class xBaseJ.rmi.DBF
used to position record pointer at the last record or index in the database when done the record pointer will be changed.
startBottom() - Method in interface xBaseJ.rmi.DBFInterface
used to position record pointer at the last record or index in the database when done the record pointer will be changed.
startElement(String, String, String, Attributes) - Method in class xBaseJ.XBASEXMLParser
method called for each xml element found.
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.
startTop() - Method in class xBaseJ.Client.DBF
used to position record pointer at the first record or index in the database when done the record pointer will be changed.
startTop() - Method in class xBaseJ.rmi.DBF
used to position record pointer at the first record or index in the database when done the record pointer will be changed.
startTop() - Method in interface xBaseJ.rmi.DBFInterface
used to position record pointer at the first record or index in the database when done the record pointer will be changed.

T

tableSetUpToGo() - Method in class xBaseJ.dbfViewer
 
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
undelete() - Method in class xBaseJ.rmi.DBF
marks the current records as not deleted
undelete() - Method in interface xBaseJ.rmi.DBFInterface
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
update() - Method in class xBaseJ.rmi.DBF
updates the record at the current position
update() - Method in interface xBaseJ.rmi.DBFInterface
updates the record at the current position
updateRec() - Method in class xBaseJ.dbfShow
 
updateRec() - Method in class xBaseJ.Client.dbfShow
 
updateRec() - Method in class xBaseJ.rmi.dbfShow
 
updateTable(DocumentEvent) - Method in class xBaseJ.dbfViewer
 
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) - Method in class xBaseJ.rmi.DBF
opens an Index file associated with the database.
useIndex(String) - Method in interface xBaseJ.rmi.DBFInterface
opens an Index file 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) - Method in class xBaseJ.rmi.DBF
associates all Index operations with an existing tag
useTag(String) - Method in interface xBaseJ.rmi.DBFInterface
associates all Index operations with an existing tag
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.dbfViewer
 
version() - Method in class xBaseJ.DBF
 

W

warning(SAXParseException) - Method in class xBaseJ.XBASEXMLParser
catches warning SAXParseExceptions this code sends exception to stdio and allows public classto continue
windowActivated(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowActivated(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowActivated(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowActivated(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowActivated(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowClosed(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowClosed(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowClosed(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowClosing(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowClosing(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowClosing(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowDeactivated(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowDeiconified(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowIconified(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowIconified(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowIconified(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfCreate
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfShow
 
windowOpened(WindowEvent) - Method in class xBaseJ.dbfViewer
 
windowOpened(WindowEvent) - Method in class xBaseJ.Client.dbfShow
 
windowOpened(WindowEvent) - Method in class xBaseJ.rmi.dbfShow
 
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() - Method in class xBaseJ.rmi.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 interface xBaseJ.rmi.DBFInterface
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
writeExternal(ObjectOutput) - Method in class xBaseJ.Field
used by externalize methods

X

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
 
xBaseJVersion - Static variable in class xBaseJ.DBF
 
XBASEXMLParser - class xBaseJ.XBASEXMLParser.
 
XBASEXMLParser() - Constructor for class xBaseJ.XBASEXMLParser
constructor, sets up SAX parser, turns off validation, turns on namespaces, sets up content handler and error handler as this object.

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