jSyncManager

Uses of Class
org.jSyncManager.API.Conduit.AbstractConduit

Packages that use AbstractConduit
org.jSyncManager.API.Conduit   
org.jSyncManager.API.Threads   
org.jSyncManager.Client   
org.jSyncManager.Client.LegacyClient   
org.jSyncManager.Conduit   
org.jSyncManager.Conduit.Alerter   
org.jSyncManager.Conduit.Deleter   
org.jSyncManager.Conduit.Email   
org.jSyncManager.Conduit.Installer   
org.jSyncManager.Conduit.NotepadViewer   
org.jSyncManager.Conduit.TextDump   
org.jSyncManager.Server   
 

Uses of AbstractConduit in org.jSyncManager.API.Conduit
 

Subclasses of AbstractConduit in org.jSyncManager.API.Conduit
 class AbstractInstaller
          An Abstract jConduit used to install whole databases to the handheld.
 

Uses of AbstractConduit in org.jSyncManager.API.Threads
 

Fields in org.jSyncManager.API.Threads declared as AbstractConduit
(package private)  AbstractConduit Synchronizer.ConduitList.conduit
           
 

Methods in org.jSyncManager.API.Threads that return AbstractConduit
 AbstractConduit SynchronizerListener.getDefaultConduit(Synchronizer s)
          Retrieves the DefaultConduit object to be used at the end of a standard sync.
 

Constructors in org.jSyncManager.API.Threads with parameters of type AbstractConduit
Synchronizer.ConduitList(AbstractConduit c)
           
 

Uses of AbstractConduit in org.jSyncManager.Client
 

Fields in org.jSyncManager.Client declared as AbstractConduit
(package private)  AbstractConduit JConduitInstallDialog.JConduitRadioButton.conduit
           
 

Methods in org.jSyncManager.Client that return AbstractConduit
 AbstractConduit RegistrationData.getConduit(int i)
           
 AbstractConduit RegistrationData.getConduit(java.lang.String s)
           
 AbstractConduit JConduitInstallDialog.getSelected()
          Find selected radio button and return JButton object's text
 AbstractConduit JConduitInstallDialog.JConduitRadioButton.getConduit()
           
 AbstractConduit ApplicationJFrame.getDefaultConduit(Synchronizer s)
          Retrieves the DefaultConduit object to be used at the end of a standard sync.
 

Methods in org.jSyncManager.Client with parameters of type AbstractConduit
 void RegistrationData.registerConduit(AbstractConduit conduit)
           
 void RegistrationData.removeConduit(AbstractConduit conduit)
           
protected  PluginSettings jConduitsPanel.createPluginSettings(AbstractConduit conduit)
           
 

Constructors in org.jSyncManager.Client with parameters of type AbstractConduit
JConduitInstallDialog.JConduitRadioButton(AbstractConduit conduit)
           
 

Uses of AbstractConduit in org.jSyncManager.Client.LegacyClient
 

Methods in org.jSyncManager.Client.LegacyClient that return AbstractConduit
 AbstractConduit JSyncManagerFrame.getDefaultConduit(Synchronizer s)
          Deprecated. Returns a handle to this implementations Default jConduit.
 

Methods in org.jSyncManager.Client.LegacyClient with parameters of type AbstractConduit
(package private)  void JSyncManagerFrame.addConduit(AbstractConduit conduit)
          Deprecated.  
 

Uses of AbstractConduit in org.jSyncManager.Conduit
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit
 class DefaultConduit
          The default jConduit.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.Alerter
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.Alerter
 class Alerter
          This simple jConduit will alert the user when a newer version of the jSyncManager is available for download from our online website.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.Deleter
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.Deleter
 class Deleter
          The Deleter jConduit.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.Email
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.Email
 class Email
          This jConduit simply dumps the contents of the standard Palm application databases to nicely formatted text files in the users home directory.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.Installer
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.Installer
 class Installer
          A jConduit used to install PRC and PDB files.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.NotepadViewer
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.NotepadViewer
 class NotepadViewer
          The jConduit will take the contents of the Notepad, and will dump them to disk in a standard graphic format.
 

Uses of AbstractConduit in org.jSyncManager.Conduit.TextDump
 

Subclasses of AbstractConduit in org.jSyncManager.Conduit.TextDump
 class TextDump
          This jConduit simply dumps the contents of the standard Palm application databases to nicely formatted text files in the users home directory.
 

Uses of AbstractConduit in org.jSyncManager.Server
 

Methods in org.jSyncManager.Server that return AbstractConduit
 AbstractConduit Server.getDefaultConduit(Synchronizer s)
           
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.