org.jSyncManager.Conduit.MemoWriter
Class MemoWriter
- ActionListener, Serializable
public final class MemoWriter
implements ActionListener
MemoWriter()- The constructor used to initialize a new MemoWriter jConduit.
|
constructConfigPanel, doInitialization, getConduitDescription, getConduitName, getConduitResourceBundle, getConfigurationPanel, getPriority, getResourceBundleName, initialize, jConduitDialogActionPerformed, startSync, toString |
MemoWriter
public MemoWriter()
The constructor used to initialize a new MemoWriter jConduit.
actionPerformed
public void actionPerformed(ActionEvent e)
Implementation of ActionListener.actionPerformed(ActionEvent).
Whenever one of the config buttons is pressed, this method will be called.
e - the incoming action event.
addText
protected void addText(String fileName,
Reader reader)
addTextFromFile
protected void addTextFromFile(File textFile)
addTextFromURL
protected void addTextFromURL(URL url)
clearTextList
protected void clearTextList()
A method to clear the database list vector.
constructConfigPanel
protected JPanel constructConfigPanel()
Constructs a configuration panel for this jConduit.
- constructConfigPanel in interface AbstractConduit
- a JPanel containing whatever configuration widgets this jConduit requires.
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.