org.jSyncManager.Conduit.FotoReader

Class FotoReader

Implemented Interfaces:
Serializable

public class FotoReader
extends AbstractConduit

A jConduit for reading and saving images taken by the handhelds camera. This jConduit works with the Photo app built into some handhelds such as the Zire 71. It will read each photograph present, decode it, and then save it to local storage for viewing and/or manipulation in the users favorite program.

Field Summary

Fields inherited from class org.jSyncManager.API.Conduit.AbstractConduit

CANCEL_BUTTON_PRESSED, HELP_BUTTON_PRESSED, HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY, OK_BUTTON_PRESSED, configurationPanel, resources

Constructor Summary

FotoReader()

Method Summary

protected JPanel
constructConfigPanel()
protected String
getResourceBundleName()
void
startSync(ConduitHandler conduitHandler, DLPUserInfo user)

Methods inherited from class org.jSyncManager.API.Conduit.AbstractConduit

constructConfigPanel, doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getPriority, getResourceBundleName, initialize, jConduitDialogActionPerformed, startSync, toString

Constructor Details

FotoReader

public FotoReader()

Method Details

constructConfigPanel

protected JPanel constructConfigPanel()
Overrides:
constructConfigPanel in interface AbstractConduit

getResourceBundleName

protected String getResourceBundleName()
Overrides:
getResourceBundleName in interface AbstractConduit

startSync

public void startSync(ConduitHandler conduitHandler,
                      DLPUserInfo user)
            throws NotConnectedException
Overrides:
startSync in interface AbstractConduit