Serialized Form


Package org.xBaseJ

Class org.xBaseJ.xBaseJException extends Exception implements Serializable

serialVersionUID: 1l


Package org.xBaseJ.awt

Class org.xBaseJ.awt.dbfShow extends Frame implements Serializable

serialVersionUID: 1l

Serialized Fields

p

Panel p

sp

ScrollPane sp

viewPane

Panel viewPane

gb

GridBagLayout gb

gbc

GridBagConstraints gbc

db

DBF db

crl

Label crl

trl

Label trl

SBrecpos

Scrollbar SBrecpos

scrollBarTracking

boolean scrollBarTracking

delCB

Checkbox delCB

Prev

Button Prev

Next

Button Next

Add

Button Add

Update

Button Update

Clear

Button Clear

fldObjects

Vector fldObjects

md

memoDialog md

opener

MenuItem opener

packer

MenuItem packer

quiter

MenuItem quiter

firstRecord

MenuItem firstRecord

nextRecord

MenuItem nextRecord

prevRecord

MenuItem prevRecord

lastRecord

MenuItem lastRecord

addRecord

MenuItem addRecord

updateRecord

MenuItem updateRecord

clearRecord

MenuItem clearRecord

l

Label l

t

TextField t

f

Field f

b

Button b

c

Checkbox c


Package org.xBaseJ.fields

Class org.xBaseJ.fields.CharField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.DateField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.Field extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.FloatField extends NumField implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.LogicalField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.MemoField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.NumField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error

Class org.xBaseJ.fields.PictureField extends Field implements Serializable

serialVersionUID: 1l

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
used by externalize methods

Throws:
IOException - - most likely class changed since written
ClassNotFoundException - - only when dummy constructro not found

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
used by externalize methods

Throws:
IOException - Java.io error


Package org.xBaseJ.swing

Class org.xBaseJ.swing.dbfCreate extends JFrame implements Serializable

serialVersionUID: 1l

Serialized Fields

names

Vector names

fname

String fname

table

JTable table

menuBar

JMenuBar menuBar

menuFile

JMenu menuFile

menuType

JMenu menuType

menuField

JMenu menuField

menuCreate

JMenuItem menuCreate

menuOpen

JMenuItem menuOpen

typeIV

JCheckBoxMenuItem typeIV

typeIII

JCheckBoxMenuItem typeIII

typeFP

JCheckBoxMenuItem typeFP

menuInsertBefore

JMenuItem menuInsertBefore

menuInsertAfter

JMenuItem menuInsertAfter

menuDelete

JMenuItem menuDelete

tableScrollPane

JScrollPane tableScrollPane

tableModel

dbfCreateModel tableModel

lastDirectory

String lastDirectory

Class org.xBaseJ.swing.dbfViewer extends JFrame implements Serializable

serialVersionUID: 1l

Serialized Fields

startEnabled

boolean startEnabled

editingRow

int editingRow

names

Vector names

fname

String fname

table

JTable table

menuBar

JMenuBar menuBar

menuFile

JMenu menuFile

menuView

JMenu menuView

menuSearch

JMenu menuSearch

menuPrint

JMenuItem menuPrint

menuSave

JMenuItem menuSave

menuOpen

JMenuItem menuOpen

horizontalView

JMenuItem horizontalView

startFind

JMenuItem startFind

findNext

JMenuItem findNext

findPrev

JMenuItem findPrev

splitPane

JSplitPane splitPane

tableScrollPane

JScrollPane tableScrollPane

recordScrollPane

JScrollPane recordScrollPane

tableModel

dbfTableModel tableModel

dbfrp

dbfViewerRecordPanel dbfrp

lastDirectory

String lastDirectory

searchText

String searchText

searchFields

boolean[] searchFields

orient

int orient

tableHeader

JTableHeader tableHeader

subTableSplit

int[] subTableSplit

pageinfoCalculated

boolean pageinfoCalculated

totalNumPages

int totalNumPages

prevPageIndex

int prevPageIndex

subPageIndex

int subPageIndex

subTableSplitSize

int subTableSplitSize

tableHeightOnFullPage

double tableHeightOnFullPage

headerHeight

double headerHeight

pageWidth

double pageWidth

pageHeight

double pageHeight

fontHeight

int fontHeight

fontDesent

int fontDesent

tableHeight

double tableHeight

rowHeight

double rowHeight



Copyright © 1997-2007 American Coders Ltd. All Rights Reserved.