Serialized Form


Package com.syncbuilder.service

Class com.syncbuilder.service.ServiceControlEvent implements Serializable

Serialized Fields

_controlcode

int _controlcode

Class com.syncbuilder.service.ServiceStateEvent implements Serializable

Serialized Fields

_msg

ServiceMessage _msg

_parent

java.lang.Object _parent

_state

int _state


Package com.syncbuilder.storage

Class com.syncbuilder.storage.AppBlock implements Serializable

Class com.syncbuilder.storage.Block implements Serializable

Serialized Fields

raw

byte[] raw

Class com.syncbuilder.storage.CategoryAppBlock implements Serializable

Serialized Fields

categoryID

int[] categoryID

categoryLastUniqueID

int categoryLastUniqueID

categoryName

java.lang.String[] categoryName

categoryRenamed

boolean[] categoryRenamed

Class com.syncbuilder.storage.DatabaseException implements Serializable

Serialized Fields

_original_exception

java.lang.Throwable _original_exception

Class com.syncbuilder.storage.NoCreatorException implements Serializable

Class com.syncbuilder.storage.Pref implements Serializable

Serialized Fields

backed_up

boolean backed_up
If set, use 'Saved Preferences' database

creator

Char4 creator
The creator ID of the application which uses this Pref

id

int id
The ID number of the Pref

version

int version
The version number of the Pref

Class com.syncbuilder.storage.Record implements Serializable

Serialized Fields

archived

boolean archived

busy

boolean busy

category

int category

deleted

boolean deleted

id

RecordID id
The unique ID of the record. This is guaranteed to be not null.

index

int index

modified

boolean modified

secret

boolean secret

Class com.syncbuilder.storage.RecordID implements Serializable

Serialized Fields

_id

int _id

Class com.syncbuilder.storage.Resource implements Serializable

Serialized Fields

_id

int _id

_index

int _index

_type

Char4 _type

Class com.syncbuilder.storage.SortBlock implements Serializable


Package com.syncbuilder.storage.address

Class com.syncbuilder.storage.address.AppBlock implements Serializable

Serialized Fields

country

int country

label

java.lang.String[] label

label_renamed

boolean[] label_renamed

phone_label

java.lang.String[] phone_label

sort_by_company

boolean sort_by_company

Class com.syncbuilder.storage.address.Record implements Serializable

Serialized Fields

entry

java.lang.String[] entry
The entries, which may be null

phone_label

int[] phone_label
Which types of phone numbers are there (index into the phone_label String-array of the AppBlock)

show_phone

int show_phone
Show which phone number as the primary one (index into the phone_label String-array of the AppBlock)


Package com.syncbuilder.storage.appointment

Class com.syncbuilder.storage.appointment.AppBlock implements Serializable

Serialized Fields

startOfWeek

int startOfWeek

Class com.syncbuilder.storage.appointment.Record implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This customized serialization is neccessary in order to properly restore the type-safe constants. Otherwise we would have to use equals() instead of using '==', because deserialization creates new instances of these objects. We replace them by the existing singletons.
Serialized Fields

advance

int advance

advanceUnits

time advanceUnits

alarm

boolean alarm

alarmFlag

int alarmFlag

begin

java.util.Date begin

descFlag

int descFlag

description

java.lang.String description
The description of the appointment. Is never null

end

java.util.Date end

exceptFlag

int exceptFlag

exceptions

java.util.Date[] exceptions

note

java.lang.String note
An extra note for this appointment. Is null if there is no note

noteFlag

int noteFlag

repeatDay

int repeatDay

repeatEnd

java.util.Date repeatEnd

repeatFlag

int repeatFlag

repeatFrequency

int repeatFrequency

repeatType

repeat repeatType

repeatWeekdays

boolean[] repeatWeekdays

repeatWeekStart

int repeatWeekStart

Class com.syncbuilder.storage.appointment.repeat implements Serializable

Serialized Fields

idx

int idx

Class com.syncbuilder.storage.appointment.time implements Serializable

Serialized Fields

idx

int idx


Package com.syncbuilder.storage.expense

Class com.syncbuilder.storage.expense.AppBlock implements Serializable

Serialized Fields

currencies

CustomCurrency[] currencies

sortOrder

sort sortOrder

Class com.syncbuilder.storage.expense.Pref implements Serializable

Serialized Fields

allowQuickFill

boolean allowQuickFill

currencies

int[] currencies

currentCategory

int currentCategory

defaultCategory

int defaultCategory

noteFont

int noteFont

saveBackup

boolean saveBackup

showAllCategories

boolean showAllCategories

showCurrency

boolean showCurrency

unitOfDistance

distance unitOfDistance

Class com.syncbuilder.storage.expense.Record implements Serializable

Serialized Fields

amount

java.lang.String amount

attendees

java.lang.String attendees

city

java.lang.String city

currency

int currency

date

java.util.Date date

note

java.lang.String note

payment

payment payment

type

type type

vendor

java.lang.String vendor


Package com.syncbuilder.storage.generic

Class com.syncbuilder.storage.generic.AppBlock implements Serializable

Class com.syncbuilder.storage.generic.Pref implements Serializable

Class com.syncbuilder.storage.generic.Record implements Serializable

Class com.syncbuilder.storage.generic.Resource implements Serializable

Class com.syncbuilder.storage.generic.SortBlock implements Serializable


Package com.syncbuilder.storage.mail

Class com.syncbuilder.storage.mail.AppBlock implements Serializable

Serialized Fields

dirty

boolean dirty

sortOrder

sort sortOrder

unsentMessage

RecordID unsentMessage

Class com.syncbuilder.storage.mail.Record implements Serializable

Serialized Fields

addressing

int addressing

bcc

java.lang.String bcc

body

java.lang.String body

cc

java.lang.String cc

confirmDelivery

boolean confirmDelivery

confirmRead

boolean confirmRead

date

java.util.Date date

from

java.lang.String from

priority

int priority

read

boolean read

replyTo

java.lang.String replyTo

sentTo

java.lang.String sentTo

signature

boolean signature

subject

java.lang.String subject

to

java.lang.String to

Class com.syncbuilder.storage.mail.SignaturePref implements Serializable

Serialized Fields

signature

java.lang.String signature

Class com.syncbuilder.storage.mail.SyncPref implements Serializable

Serialized Fields

filterFrom

java.lang.String filterFrom

filterSubject

java.lang.String filterSubject

filterTo

java.lang.String filterTo

getContaining

boolean getContaining

getHigh

boolean getHigh

syncType

sync syncType

truncate

boolean truncate


Package com.syncbuilder.storage.memo

Class com.syncbuilder.storage.memo.AppBlock implements Serializable

Serialized Fields

_sort_by_alpha

boolean _sort_by_alpha

Class com.syncbuilder.storage.memo.Record implements Serializable

Serialized Fields

_memo

java.lang.String _memo


Package com.syncbuilder.storage.todo

Class com.syncbuilder.storage.todo.AppBlock implements Serializable

Serialized Fields

dirty

boolean dirty

sortByPriority

boolean sortByPriority

Class com.syncbuilder.storage.todo.Record implements Serializable

Serialized Fields

complete

boolean complete

description

java.lang.String description

due

java.util.Date due

note

java.lang.String note

priority

int priority


Package com.syncbuilder.sync

Class com.syncbuilder.sync.CancelSyncException implements Serializable

Class com.syncbuilder.sync.DlpException implements Serializable

Serialized Fields

_code

int _code


Package com.syncbuilderx.syncman

Class com.syncbuilderx.syncman.AboutBox implements Serializable

Serialized Fields

res

java.util.ResourceBundle res

Class com.syncbuilderx.syncman.MainFrame implements Serializable

Serialized Fields

_about_box

AboutBox _about_box

jMenu1

javax.swing.JMenu jMenu1

jMenu2

javax.swing.JMenu jMenu2

jMenu3

javax.swing.JMenu jMenu3

jMenuItem1

javax.swing.JMenuItem jMenuItem1

jMenuItem2

javax.swing.JMenuItem jMenuItem2

jMenuItem3

javax.swing.JMenuItem jMenuItem3

jMenuItem4

javax.swing.JMenuItem jMenuItem4

main_menu

javax.swing.JMenuBar main_menu

res

java.util.ResourceBundle res

Class com.syncbuilderx.syncman.PortChooser implements Serializable

Serialized Fields

_port

java.lang.String _port

_port_combo

javax.swing.JComboBox _port_combo

portres

java.util.ResourceBundle portres

res

java.util.ResourceBundle res

Class com.syncbuilderx.syncman.SyncDialog implements Serializable

Serialized Fields

_cancel_button

javax.swing.JButton _cancel_button

_connecting_label

javax.swing.JLabel _connecting_label

_ident_user_label

javax.swing.JLabel _ident_user_label

_main_panel

javax.swing.JPanel _main_panel

_message_label

javax.swing.JLabel _message_label

_sync_label

javax.swing.JLabel _sync_label

res

java.util.ResourceBundle res



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.