net.sf.jmoney.qif |
|
Java Source File Name | Type | Comment |
AccountChooser.java | Class | A simple input dialog for soliciting an input string
from the user. |
FileFormat.java | Interface | Operations to import from (export to) a specific file format. |
QIFEntry.java | Class | Property set implementation class for the properties added
to each Entry object by this plug-in. |
QIFEntryInfo.java | Class | Add extra properties to the Entry objects to support QIF import
and export. |
QIFFileFormat.java | Class | This class is responsible for loading and exporting Quicken interchange
format files.
This class is designed to work best when importing complete accounts.
When dealing with transfers between two bank accounts this QIFFileFormat
first creates a single-entry transaction in the originating account. |
QIFPlugin.java | Class | The main plugin class to be used in the desktop. |