|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jSyncManager.API.Conduit.AbstractConduit
org.jSyncManager.Conduit.Deleter.Deleter
The Deleter jConduit. This jConduit allows the user to delete selected databases. It is particularily useful in deleting the data databases for ROM based application, which are otherwise non-deletable.
| Field Summary |
| Fields inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
CANCEL_BUTTON_PRESSED, configurationPanel, HELP_BUTTON_PRESSED, HIGH_PRIORITY, LOW_PRIORITY, NORMAL_PRIORITY, OK_BUTTON_PRESSED, resources |
| Constructor Summary | |
Deleter()
Constructs a new instance of the Deleter jConduit. |
|
| Method Summary | |
protected javax.swing.JPanel |
constructConfigPanel()
Constructs the configuration panel for this jConduit. |
byte |
getPriority()
Returns the Deleter jConduits priority byte (-126). |
protected java.lang.String |
getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle. |
void |
itemStateChanged(java.awt.event.ItemEvent e)
ItemListener interface method. |
(package private) void |
setDbList(java.lang.Object[] as)
Sets the database list set for use during synchronization. |
void |
startSync(ConduitHandler conduithandler,
DLPUserInfo user)
This method is called when this jConduit is given the opportunity to synchronize. |
| Methods inherited from class org.jSyncManager.API.Conduit.AbstractConduit |
doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, initialize, jConduitDialogActionPerformed, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Deleter()
| Method Detail |
protected java.lang.String getResourceBundleName()
getResourceBundleName in class AbstractConduitpublic byte getPriority()
getPriority in class AbstractConduit
public void startSync(ConduitHandler conduithandler,
DLPUserInfo user)
throws NotConnectedException
startSync in class AbstractConduitconduithandler - he handle to the active ConduitHandler to use for synchronization.user - the user information object for the handhelds owner.
NotConnectedException - thrown if the connection to the Palm is lost.protected javax.swing.JPanel constructConfigPanel()
constructConfigPanel in class AbstractConduitvoid setDbList(java.lang.Object[] as)
as - the database list set to use during synchronization.public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenere - the ItemEvent to be processed.
|
jSyncManager | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||