org.jSyncManager.Conduit.Deleter
Class Deleter
- ItemListener, Serializable
public final class Deleter
implements ItemListener
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.
Deleter()- Constructs a new instance of the Deleter jConduit.
|
constructConfigPanel, doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getPriority, getResourceBundleName, initialize, jConduitDialogActionPerformed, startSync, toString |
Deleter
public Deleter()
Constructs a new instance of the Deleter jConduit.
constructConfigPanel
protected JPanel constructConfigPanel()
Constructs the configuration panel for this jConduit.
- constructConfigPanel in interface AbstractConduit
- a JPanel containing the configuration widgets for the Deleter jConduit.
getPriority
public byte getPriority()
Returns the Deleter jConduits priority byte (-126).
- getPriority in interface AbstractConduit
- the Deleter jConduits priority byte (-126).
getResourceBundleName
protected String getResourceBundleName()
Retrieves the name of the class to use as the Conduits Resource Bundle.
- getResourceBundleName in interface AbstractConduit
- the fully-qualified classname of the class to use as this jConduits resource bundle.
itemStateChanged
public void itemStateChanged(ItemEvent e)
ItemListener interface method.
e - the ItemEvent to be processed.