A part of blueZync.
synchronize_window.js File Reference
Detailed Description
Functionality for the blueZync synchronization window.
Classes | |
class | BluezyncSynchronizer |
Main class for the blueZync synchronization window. More... | |
Functions | |
void | loadOpenSyncGroups (BluezyncSynchronizer env) |
load groups from the OpenSync library | |
void | loadOpenSyncLib (BluezyncSynchronizer env) |
load and initialize OpenSync library | |
void | loadPreferences (BluezyncSynchronizer env) |
load preferences | |
void | monitorSync (BluezyncSynchronizer env) |
monitor the progress of synchronization | |
void | synchronizeGroup (BluezyncSynchronizer env, string groupName) |
synchronize a group | |
Variables | |
BluezyncSynchronizer | bluezyncSynchronizer |
global variable holding the status for the blueZync synchronization window |
Function Documentation
void loadOpenSyncGroups | ( | BluezyncSynchronizer | env | ) |
load groups from the OpenSync library
Called to load groups from the OpenSync library
- Parameters:
-
env BluezyncSynchronizer
void loadOpenSyncLib | ( | BluezyncSynchronizer | env | ) |
load and initialize OpenSync library
Called to load and initialize OpenSync library
- Parameters:
-
env BluezyncSynchronizer
void loadPreferences | ( | BluezyncSynchronizer | env | ) |
load preferences
Called to load thunderbird preferences from prefs.js etc
- Parameters:
-
env BluezyncSynchronizer
void monitorSync | ( | BluezyncSynchronizer | env | ) |
monitor the progress of synchronization
Called to monitor the progress of synchronization
- Parameters:
-
env BluezyncSynchronizer
void synchronizeGroup | ( | BluezyncSynchronizer | env, | |
string | groupName | |||
) |
synchronize a group
Called to synchronize a group
- Parameters:
-
env BluezyncSynchronizer groupName name of the group to synchronize
Variable Documentation
global variable holding the status for the blueZync synchronization window
Global variable holding the status for the blueZync synchronization window