jSyncManager
< A B C D E F G H I J L M N O P Q R S T U V W X Y

J

JAPAN - Static variable in class org.jSyncManager.API.Protocol.Util.StdApps.AddressAppBlock
Country code for Japan.
JConduitInstallDialog - class org.jSyncManager.Client.JConduitInstallDialog.
The jConduit Install Dialog.
JConduitInstallDialog.JConduitRadioButton - class org.jSyncManager.Client.JConduitInstallDialog.JConduitRadioButton.
 
JConduitInstallDialog.JConduitRadioButton(JConduitInstallDialog, AbstractConduit) - Constructor for class org.jSyncManager.Client.JConduitInstallDialog.JConduitRadioButton
 
JConduitInstallDialog(Dialog) - Constructor for class org.jSyncManager.Client.JConduitInstallDialog
Construct a new JConduitInstallDialog using the specified owner Frame.
jConduitList - Variable in class org.jSyncManager.Client.jConduitsPanel
 
jConduitNames - Variable in class org.jSyncManager.Client.jConduitsPanel
 
JCONDUITS_TAB - Static variable in class org.jSyncManager.Client.SettingsDialog
 
jConduitsPanel - class org.jSyncManager.Client.jConduitsPanel.
The jConduits Panel.
jConduitsPanel(RegistrationData, SettingsDialog) - Constructor for class org.jSyncManager.Client.jConduitsPanel
 
JHotSync - class org.jSyncManager.API.Protocol.JHotSync.
JHotSync class.
JHotSync(CMP_DLP) - Constructor for class org.jSyncManager.API.Protocol.JHotSync
Construct a new JHotSync object with the specified CMP_DLP object.
JHotSync(SLPTransportInterface) - Constructor for class org.jSyncManager.API.Protocol.JHotSync
Construct a new JHotSync object using the provided transport object.
JSCSVCell - class org.jSyncManager.API.Protocol.Util.JSCSVCell.
A class for holding a single cell of data for a CSV delimited document.
JSCSVCell() - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new default empty instance of JSCSVCell.
JSCSVCell(boolean) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a boolean value.
JSCSVCell(byte) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a byte value.
JSCSVCell(char) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a char value.
JSCSVCell(double) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a double value.
JSCSVCell(float) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a float value.
JSCSVCell(GregorianCalendar) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a GregorianCalendar value.
JSCSVCell(int) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a int value.
JSCSVCell(long) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from a long value.
JSCSVCell(String) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from the value given.
JSCSVCell(String, int) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVCell
Creates a new instance of JSCSVCell from an unparsed String and the datatype.
JSCSVDocument - class org.jSyncManager.API.Protocol.Util.JSCSVDocument.
A JSCSVDocument class to hold a CSV delimited document for use.
JSCSVDocument() - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Create a default empty JSCSVDocument type.
JSCSVDocument(File) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Create new JSCSVDocument with java.io.File document instance.
JSCSVDocument(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.JSCSVDocument
Create new JSCSVDocument from an InputStreamReader stream.
JSXMLDate - class org.jSyncManager.API.Protocol.Util.JSXMLDate.
A convenience class for storing and retrieving a Calendar date element.
JSXMLDate() - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDate
Create a default new AddressDBScanner with the default name and current date.
JSXMLDate(String) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDate
Create new AddressDBScanner with the given name and current date as default.
JSXMLDate(String, Calendar) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDate
Create new AddressDBScanner with given name and Calendar date value.
JSXMLDocument - class org.jSyncManager.API.Protocol.Util.JSXMLDocument.
A container for holding an XML representation of a database.
JSXMLDocument() - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Create new instance of JSXMLDocument.
JSXMLDocument(InputStreamReader) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Scan through org.jdom.Document document.
JSXMLDocument(String) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Scan through org.jdom.Document document.
JSXMLDocument(URL) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Scan through org.jdom.Document document.
JSXMLDocument(URL, boolean) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLDocument
Scan through org.jdom.Document document.
JSXMLElement - class org.jSyncManager.API.Protocol.Util.JSXMLElement.
A single node of the JSXML XML Tree.
JSXMLElement() - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement
JSXMLElement(String) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the name given.
JSXMLElement(String, boolean) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the boolean given.
JSXMLElement(String, byte) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the byte value given.
JSXMLElement(String, byte[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the boolean array values given.
JSXMLElement(String, Calendar) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the Calendar date given.
JSXMLElement(String, char) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the char given.
JSXMLElement(String, char[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new set of instances of JSXMLElement with the given name and content of the char array values given.
JSXMLElement(String, double) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the double value given.
JSXMLElement(String, double[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the array of double values given.
JSXMLElement(String, float) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the float given.
JSXMLElement(String, float[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the array of float values given.
JSXMLElement(String, int) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the int value given.
JSXMLElement(String, int[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new set of instances of JSXMLElement with the given name and content of the int array values given.
JSXMLElement(String, long) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the long given.
JSXMLElement(String, long[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the long value array given.
JSXMLElement(String, String) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the String given.
JSXMLElement(String, String[]) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the String array given.
JSXMLElement(String, StringBuffer) - Constructor for class org.jSyncManager.API.Protocol.Util.JSXMLElement
Creates a new instance of JSXMLElement with the given name and content of the StringBuffer value given.
JSyncManagerFrame - class org.jSyncManager.Client.LegacyClient.JSyncManagerFrame.
Deprecated. This class has been completely deprecated by the new Swing GUI client classes. It is provided here as completely unsupported code, so please use at your own risk!
JSyncManagerFrame.LogStream - class org.jSyncManager.Client.LegacyClient.JSyncManagerFrame.LogStream.
Deprecated.  
JSyncManagerFrame.LogStream(JSyncManagerFrame, boolean) - Constructor for class org.jSyncManager.Client.LegacyClient.JSyncManagerFrame.LogStream
Deprecated.  
JSyncManagerFrame() - Constructor for class org.jSyncManager.Client.LegacyClient.JSyncManagerFrame
Deprecated. Creates and initializes a new jSyncManager Frame.
JUSBTransport - class org.jSyncManager.Transport.JUSBTransport.
JUSBTransport.java USB Transport Class.
JUSBTransport() - Constructor for class org.jSyncManager.Transport.JUSBTransport
Creates a new instance of JUSBTransport

jSyncManager
< A B C D E F G H I J L M N O P Q R S T U V W X Y
Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.