|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
A
- AbstractCategoryExportHandler<T extends Record,U extends CategoryAppInfo> - Class in org.shredzone.pdbconverter.handler
- Abstract superclass for
CategoryAppInfo.Categoryexporters. - AbstractCategoryExportHandler() - Constructor for class org.shredzone.pdbconverter.handler.AbstractCategoryExportHandler
- AbstractExporter<T extends Record,U extends AppInfo> - Class in org.shredzone.pdbconverter.export
- An abstract implementation of
Exporterthat handles filtering. - AbstractExporter() - Constructor for class org.shredzone.pdbconverter.export.AbstractExporter
- AbstractMdbReader<T extends Record,U extends AppInfo> - Class in org.shredzone.pdbconverter.mdb
- An abstract implementation for reading MDB databases files.
- AbstractMdbReader() - Constructor for class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- AbstractRecord - Class in org.shredzone.pdbconverter.pdb.record
- Abstract
Recordimplementation that represents a single database entry. - AbstractRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- Create a new Entry.
- accepts(T) - Method in class org.shredzone.pdbconverter.export.filter.CategoryExportFilter
- accepts(T) - Method in class org.shredzone.pdbconverter.export.filter.ChainedExportFilter
- accepts(T) - Method in class org.shredzone.pdbconverter.export.filter.DatedExportFilter
- accepts(T) - Method in interface org.shredzone.pdbconverter.export.filter.ExportFilter
- Checks if the filter accepts the
Record. - actionPerformed(ActionEvent) - Method in class org.shredzone.pdbconverter.gui.ConverterPanel.ConvertActionListener
- actionPerformed(ActionEvent) - Method in class org.shredzone.pdbconverter.gui.ConverterPanel.FileSelectActionListener
- AddressAppInfo - Class in org.shredzone.pdbconverter.pdb.appinfo
- A
CategoryAppInfowith more details about theAddressRecord. - AddressAppInfo() - Constructor for class org.shredzone.pdbconverter.pdb.appinfo.AddressAppInfo
- AddressConverter - Class in org.shredzone.pdbconverter.pdb.converter
- A
Converterthat reads Address records. - AddressConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.AddressConverter
- AddressRecord - Class in org.shredzone.pdbconverter.pdb.record
- A
Recordimplementation that contains an Address record. - AddressRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.AddressRecord
- AddressRecord.Field - Enum in org.shredzone.pdbconverter.pdb.record
- Available fields of an address.
- AddressRecord.Label - Enum in org.shredzone.pdbconverter.pdb.record
- Available labels of an address.
- AddressXmlExporter - Class in org.shredzone.pdbconverter.export
- Writes a
AddressRecorddatabase as a single XML file. - AddressXmlExporter() - Constructor for class org.shredzone.pdbconverter.export.AddressXmlExporter
- AddressXmlHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads an Address pdb file and writes an XML file.- AddressXmlHandler() - Constructor for class org.shredzone.pdbconverter.handler.AddressXmlHandler
- AppInfo - Class in org.shredzone.pdbconverter.pdb.appinfo
- Superclass for all AppInfo containers.
- AppInfo() - Constructor for class org.shredzone.pdbconverter.pdb.appinfo.AppInfo
- ATTR_APPINFODIRTY - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_BACKUP - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_BUNDLE - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_BUSY - Static variable in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- ATTR_COPYPREVENTION - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_DELETE - Static variable in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- ATTR_DIRTY - Static variable in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- ATTR_HIDDEN - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_LAUNCHABLE_DATA - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_OKINSTALLNEWER - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_OPEN - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_READONLY - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_RECYCLABLE - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_RESDB - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_RESET - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
- ATTR_SECRET - Static variable in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- ATTR_STREAM - Static variable in class org.shredzone.pdbconverter.pdb.PdbDatabase
C
- CalendarFactory - Class in org.shredzone.pdbconverter
- A factory singleton for creating
Calendarinstances and keeping a centralTimeZone. - CalendarFactory() - Constructor for class org.shredzone.pdbconverter.CalendarFactory
- CategoryAppInfo - Class in org.shredzone.pdbconverter.pdb.appinfo
- A standard
AppInfocontainer that contains a list of category names. - CategoryAppInfo() - Constructor for class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- CategoryAppInfo.Category - Class in org.shredzone.pdbconverter.pdb.appinfo
- A single category.
- CategoryAppInfo.Category(String, int, boolean) - Constructor for class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo.Category
- CategoryExportFilter<T extends Record> - Class in org.shredzone.pdbconverter.export.filter
- An
ExportFilterthat only acceptsRecordfrom the given category. - CategoryExportFilter(CategoryAppInfo, String) - Constructor for class org.shredzone.pdbconverter.export.filter.CategoryExportFilter
- Creates a new
CategoryExportFilterfor the given category name. - CategoryExportFilter(int) - Constructor for class org.shredzone.pdbconverter.export.filter.CategoryExportFilter
- Creates a new
CategoryExportFilterfor the given category index. - ChainedExportFilter<T extends Record> - Class in org.shredzone.pdbconverter.export.filter
- An
ExportFilterthat consists of a chain of otherExportFilter. - ChainedExportFilter(ExportFilter<T>[]) - Constructor for class org.shredzone.pdbconverter.export.filter.ChainedExportFilter
- Creates a new
ChainedExportFilter. - close() - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- close() - Method in interface org.shredzone.pdbconverter.mdb.MdbReader
- Closes a MDB database.
- closeXmlWriter() - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Closes the writer.
- convert(String, ScheduleRecord) - Static method in class org.shredzone.pdbconverter.mdb.ScheduleMdbReader.RepeatConverter
- Converts a repetition event and sets the
ScheduleRecordaccordingly. - convert(PdbFile, int, int, int, PdbDatabase<AddressRecord, AddressAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.AddressConverter
- convert(PdbFile, int, int, int, PdbDatabase<T, U>) - Method in interface org.shredzone.pdbconverter.pdb.converter.Converter
- Converts raw record data to a
Recordobject. - convert(PdbFile, int, int, int, PdbDatabase<MemoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.MemoConverter
- convert(PdbFile, int, int, int, PdbDatabase<NotepadRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.NotepadConverter
- convert(PdbFile, int, int, int, PdbDatabase<RawRecord, RawAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.RawConverter
- convert(PdbFile, int, int, int, PdbDatabase<ScheduleRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- convert(PdbFile, int, int, int, PdbDatabase<TodoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.TodoConverter
- convertAppInfo(PdbFile, int, PdbDatabase<AddressRecord, AddressAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.AddressConverter
- convertAppInfo(PdbFile, int, PdbDatabase<T, U>) - Method in interface org.shredzone.pdbconverter.pdb.converter.Converter
- Converts raw application info data to an
AppInfo. - convertAppInfo(PdbFile, int, PdbDatabase<MemoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.MemoConverter
- convertAppInfo(PdbFile, int, PdbDatabase<NotepadRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.NotepadConverter
- convertAppInfo(PdbFile, int, PdbDatabase<RawRecord, RawAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.RawConverter
- convertAppInfo(PdbFile, int, PdbDatabase<ScheduleRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- convertAppInfo(PdbFile, int, PdbDatabase<TodoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.TodoConverter
- convertDate(String) - Static method in class org.shredzone.pdbconverter.mdb.ScheduleMdbReader.RepeatConverter
- Converts a date string to a ShortDate object.
- Converter<T extends Record,U extends AppInfo> - Interface in org.shredzone.pdbconverter.pdb.converter
- Converts a PDB record into an
Recordobject. - ConverterPanel - Class in org.shredzone.pdbconverter.gui
- A very simple Swing panel for file conversion.
- ConverterPanel() - Constructor for class org.shredzone.pdbconverter.gui.ConverterPanel
- Creates a new
ConverterPanel. - ConverterPanel.ConvertActionListener - Class in org.shredzone.pdbconverter.gui
- Listener for the convert button.
- ConverterPanel.ConvertActionListener() - Constructor for class org.shredzone.pdbconverter.gui.ConverterPanel.ConvertActionListener
- ConverterPanel.FileSelectActionListener - Class in org.shredzone.pdbconverter.gui
- Listener for the file selection button.
- ConverterPanel.FileSelectActionListener(JTextField, boolean) - Constructor for class org.shredzone.pdbconverter.gui.ConverterPanel.FileSelectActionListener
- Creates a new
ConverterPanel.FileSelectActionListener. - ConverterPanel.ModeListCellRenderer - Class in org.shredzone.pdbconverter.gui
- A
DefaultListCellRendererthat shows the name and description of aExportHandler. - ConverterPanel.ModeListCellRenderer() - Constructor for class org.shredzone.pdbconverter.gui.ConverterPanel.ModeListCellRenderer
- ConverterRegister - Class in org.shredzone.pdbconverter
- A register of all available
ExportHandler. - convertMonthlyDay(String) - Static method in class org.shredzone.pdbconverter.mdb.ScheduleMdbReader.RepeatConverter
- Converts a monthly weekday to its index.
- convertSpecialChars(String) - Static method in class org.shredzone.pdbconverter.pdb.PdbFile
- Converts special PalmOS characters into their unicode equivalents.
- convertWeeklyDays(String) - Static method in class org.shredzone.pdbconverter.mdb.ScheduleMdbReader.RepeatConverter
- Convert a string of weekly days to an appropriate array.
- create() - Method in class org.shredzone.pdbconverter.CalendarFactory
- Creates a new
Calendarinstance with the current time zone. - createConverter() - Method in class org.shredzone.pdbconverter.handler.AbstractCategoryExportHandler
- Creates the
Converterthat converts the database file. - createConverter() - Method in class org.shredzone.pdbconverter.handler.AddressXmlHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.ICalendarHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.MemoXmlHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.NotepadHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.TodoXmlHandler
- createConverter() - Method in class org.shredzone.pdbconverter.handler.VCardHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.AbstractCategoryExportHandler
- Creates the
Exporterthat writes the output file. - createExporter() - Method in class org.shredzone.pdbconverter.handler.AddressXmlHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.ICalendarHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.MemoXmlHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.NotepadHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.TodoXmlHandler
- createExporter() - Method in class org.shredzone.pdbconverter.handler.VCardHandler
- createPalmEpoch() - Method in class org.shredzone.pdbconverter.CalendarFactory
- Creates a
Calendarthat is set to the PalmOS epoch. - createWithTimeZone(TimeZone) - Method in class org.shredzone.pdbconverter.CalendarFactory
- Creates a new
Calendarinstance with the given time zone.
D
- DatedExportFilter<T extends DatedRecord> - Class in org.shredzone.pdbconverter.export.filter
- An
ExportFilterthat only acceptsDatedRecordwithin the given time range. - DatedExportFilter(Calendar, Calendar) - Constructor for class org.shredzone.pdbconverter.export.filter.DatedExportFilter
- Creates a new
DatedExportFilterfor the given time range. - DatedRecord - Interface in org.shredzone.pdbconverter.pdb.record
- This interface marks records that contain a date.
E
- endElement() - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Ends the last element on the element stack.
- EPOCH_YEAR - Static variable in class org.shredzone.pdbconverter.CalendarFactory
- Epoch of PalmOS starts on January 1st, 1904.
- export(PdbDatabase<AddressRecord, AddressAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.AddressXmlExporter
- Writes the
AddressRecorddatabase XML to the givenOutputStream. - export(PdbDatabase<T, U>, OutputStream) - Method in interface org.shredzone.pdbconverter.export.Exporter
- Exports the database to the given stream.
- export(PdbDatabase<MemoRecord, CategoryAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.MemoXmlExporter
- Writes the
MemoRecorddatabase XML to the givenOutputStream. - export(PdbDatabase<NotepadRecord, CategoryAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.NotepadExporter
- Writes a database of
NotepadRecordto a ZIP file. - export(PdbDatabase<ScheduleRecord, CategoryAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.ScheduleExporter
- Writes the
ScheduleRecorddatabase as iCalendar to the givenOutputStream. iCalendar support is pretty good! - export(PdbDatabase<TodoRecord, CategoryAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.TodoXmlExporter
- Writes the
TodoRecorddatabase XML to the givenOutputStream. - export(PdbDatabase<AddressRecord, AddressAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.VCardExporter
- Writes the
AddressRecorddatabase as vCard to the givenOutputStream. - export(PdbDatabase<RawRecord, RawAppInfo>, OutputStream) - Method in class org.shredzone.pdbconverter.export.ZipExporter
- Writes a database of
RawRecordto a ZIP file. - export(File, File, ExportOptions) - Method in class org.shredzone.pdbconverter.handler.AbstractCategoryExportHandler
- export(File, File, ExportOptions) - Method in interface org.shredzone.pdbconverter.handler.ExportHandler
- Exports the given infile to the outfile.
- export(File, File, ExportOptions) - Method in class org.shredzone.pdbconverter.handler.ZipHandler
- Exporter<T extends Record,U extends AppInfo> - Interface in org.shredzone.pdbconverter.export
- Generic interface for a database exporter.
- ExportFilter<T extends Record> - Interface in org.shredzone.pdbconverter.export.filter
- A filter tells if a
Recordis accepted. - ExportHandler - Interface in org.shredzone.pdbconverter.handler
- Interface for a handler that takes care for reading and exporting.
- ExportOptions - Class in org.shredzone.pdbconverter.handler
- Data transport object for export parameters.
- ExportOptions() - Constructor for class org.shredzone.pdbconverter.handler.ExportOptions
F
- findCategoryByKey(int) - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- Finds a
CategoryAppInfo.Categoryindex by the category key. - findCategoryByName(String) - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- Finds a
CategoryAppInfo.Categoryindex by the category name. - findHandler(String) - Static method in class org.shredzone.pdbconverter.ConverterRegister
- Finds the
ExportHandlerfor the given converter name. - FLAG_ALARM - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- FLAG_DESCRIPTION - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- FLAG_EXCEPTIONS - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- FLAG_LOCATION - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- FLAG_NOTE - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- FLAG_REPEAT - Static variable in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
G
- getAlarm() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Get the date and time of the notepad alarm.
- getAlarm() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the alarm for this entry.
- getAppInfo() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the
AppInfoof this database. - getAttributes() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the attributes of the database.
- getBackupTime() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the backup time of the database.
- getCategories() - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- Gets a list of category names.
- getCategory() - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- Category name to be exported only.
- getCategory() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the category of the schedule.
- getCategoryByIndex(int) - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- Finds a
CategoryAppInfo.Categoryby its index. - getCategoryByKey(int) - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo
- Finds a
CategoryAppInfo.Categoryby its key. - getCategoryIndex() - Method in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- getCategoryIndex() - Method in interface org.shredzone.pdbconverter.pdb.record.Record
- Returns the category index of this entry.
- getColumn(Map<String, Object>, String, C) - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- Gets the value of a row's column.
- getColumnRequired(Map<String, Object>, String) - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- Gets the value of a row's column.
- getCountry() - Method in class org.shredzone.pdbconverter.pdb.appinfo.AddressAppInfo
- Gets the country code (as ISO 3166-1-alpha-2 code).
- getCreated() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Get the date and time when the note was created.
- getCreationTime() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the creation time of the database.
- getCreator() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the database creator.
- getDate() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Gets the due date.
- getDateColumnRequired(Map<String, Object>, String, TimeZone) - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- Reads a column as
Calendar. - getDay() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
- getDescription() - Method in class org.shredzone.pdbconverter.handler.AddressXmlHandler
- getDescription() - Method in interface org.shredzone.pdbconverter.handler.ExportHandler
- Gets a description about the input and output file format.
- getDescription() - Method in class org.shredzone.pdbconverter.handler.ICalendarHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.MemoXmlHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.NotepadHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.TodoXmlHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.VCardHandler
- getDescription() - Method in class org.shredzone.pdbconverter.handler.ZipHandler
- getDescription() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the description for this schedule.
- getDescription() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Gets the description.
- getDisplayPhone() - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- Gets the phone index to be displayed.
- getEndTime() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the ending time of the schedule.
- getExceptions() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the exceptions of a repeated schedule.
- getField(AddressRecord.Field) - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- Gets the value of a field.
- getFrequency() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- getFrom() - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- Date range, starting from.
- getHandlers() - Static method in class org.shredzone.pdbconverter.ConverterRegister
- Gets all registered
ExportHandler. - getHour() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortTime
- getImagePng() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Gets the image data.
- getInstance() - Static method in class org.shredzone.pdbconverter.CalendarFactory
- Gets the singleton instance of the factory.
- getKey() - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo.Category
- getLabel(AddressRecord.Label) - Method in class org.shredzone.pdbconverter.pdb.appinfo.AddressAppInfo
- Gets the label text for a label.
- getLabel(AddressRecord.Field) - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- Gets the label of a field.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.shredzone.pdbconverter.gui.ConverterPanel.ModeListCellRenderer
- getLocation() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the location of the schedule.
- getMemo() - Method in class org.shredzone.pdbconverter.pdb.record.MemoRecord
- Gets the memo message.
- getMinute() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortTime
- getMode() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- getModificationNumber() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the modification number.
- getModificationTime() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the modification time of the database.
- getModified() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Get the date and time when the note was modified.
- getMonth() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
- getMonthlyDay() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- Weekday in week where the repetition occurs. 0 = Sunday, and so on.
- getMonthlyWeek() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- Week in month where the repetition occurs.
- getName() - Method in class org.shredzone.pdbconverter.handler.AddressXmlHandler
- getName() - Method in interface org.shredzone.pdbconverter.handler.ExportHandler
- Gets the name of the handler.
- getName() - Method in class org.shredzone.pdbconverter.handler.ICalendarHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.MemoXmlHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.NotepadHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.TodoXmlHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.VCardHandler
- getName() - Method in class org.shredzone.pdbconverter.handler.ZipHandler
- getName() - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo.Category
- getName() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the database name (for example "CalendarDB-PDat").
- getNote() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets an optional note.
- getNote() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Gets the note.
- getPriority() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Gets the priority.
- getRaw() - Method in class org.shredzone.pdbconverter.pdb.record.RawRecord
- Gets the raw content of the record.
- getRawAppInfo() - Method in class org.shredzone.pdbconverter.pdb.appinfo.RawAppInfo
- Gets the raw appinfo.
- getRecordDate() - Method in interface org.shredzone.pdbconverter.pdb.record.DatedRecord
- Gets the date of this record.
- getRecordDate() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- getRecordDate() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- getRecordDate() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- getRecords() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets all records of this database.
- getRepeat() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the repetition of this schedule.
- getSchedule() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the scheduled date.
- getStartTime() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Gets the starting time of the schedule.
- getTable(String) - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- Reads a
Tablefrom the database. - getTimeZone() - Method in class org.shredzone.pdbconverter.CalendarFactory
- getTitle() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Get the title of the note.
- getType() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the database type.
- getUnit() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm
- getUntil() - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- Date range, ending at (exclusive).
- getUntil() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- getValue() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm
- getVersion() - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- Gets the database version.
- getWeeklyDays() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- Array of days in week where the repetition occurs.
- getYear() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
I
- ICalendarHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads Calendar pdb and writes an iCalendar file.- ICalendarHandler() - Constructor for class org.shredzone.pdbconverter.handler.ICalendarHandler
- isAcceptable(PdbDatabase<AddressRecord, AddressAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.AddressConverter
- isAcceptable(PdbDatabase<T, U>) - Method in interface org.shredzone.pdbconverter.pdb.converter.Converter
- Checks if this record converter is able to convert records for the PdbDatabase.
- isAcceptable(PdbDatabase<MemoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.MemoConverter
- isAcceptable(PdbDatabase<NotepadRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.NotepadConverter
- isAcceptable(PdbDatabase<RawRecord, RawAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.RawConverter
- isAcceptable(PdbDatabase<ScheduleRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- isAcceptable(PdbDatabase<TodoRecord, CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.pdb.converter.TodoConverter
- isAccepted(T) - Method in class org.shredzone.pdbconverter.export.AbstractExporter
- Checks if the current filter accepts the given record.
- isBusy() - Method in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- isBusy() - Method in interface org.shredzone.pdbconverter.pdb.record.Record
- Is this entry busy?
- isCompleted() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Checks if this todo is completed.
- isDelete() - Method in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- isDelete() - Method in interface org.shredzone.pdbconverter.pdb.record.Record
- Is this entry deleted?
- isDirty() - Method in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- isDirty() - Method in interface org.shredzone.pdbconverter.pdb.record.Record
- Is this entry dirty?
- isRenamed() - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo.Category
- isSecret() - Method in class org.shredzone.pdbconverter.pdb.record.AbstractRecord
- isSecret() - Method in interface org.shredzone.pdbconverter.pdb.record.Record
- Is this entry secret?
- isSplit() - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- Write categories into separate files?
M
- main(String[]) - Static method in class org.shredzone.pdbconverter.PdbConverter
- Main invocation.
- main(String[]) - Static method in class org.shredzone.pdbconverter.PdbConverterGui
- MdbICalendarHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads a DateBook.mdb and writes an iCalendar file.- MdbICalendarHandler() - Constructor for class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- MdbReader<T extends Record,U extends AppInfo> - Interface in org.shredzone.pdbconverter.mdb
- Interface for a reading MDB files.
- MemoConverter - Class in org.shredzone.pdbconverter.pdb.converter
- A
Converterthat handles memo records. - MemoConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.MemoConverter
- MemoRecord - Class in org.shredzone.pdbconverter.pdb.record
- A
Recordimplementation that contains a Memo record. - MemoRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.MemoRecord
- Creates a new
MemoRecord. - MemoXmlExporter - Class in org.shredzone.pdbconverter.export
- Writes a
MemoRecorddatabase as a single XML file. - MemoXmlExporter() - Constructor for class org.shredzone.pdbconverter.export.MemoXmlExporter
- MemoXmlHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads a Memo pdb file and writes an XML file.- MemoXmlHandler() - Constructor for class org.shredzone.pdbconverter.handler.MemoXmlHandler
N
- NotepadConverter - Class in org.shredzone.pdbconverter.pdb.converter
- An
Converterthat handles notepad entries. - NotepadConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.NotepadConverter
- NotepadExporter - Class in org.shredzone.pdbconverter.export
- Writes a
NotepadRecorddatabase as ZIP file. - NotepadExporter() - Constructor for class org.shredzone.pdbconverter.export.NotepadExporter
- NotepadHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads a Notepad pdb file and writes a ZIP file containing a database index xml file and png image files for each record.- NotepadHandler() - Constructor for class org.shredzone.pdbconverter.handler.NotepadHandler
- NotepadRecord - Class in org.shredzone.pdbconverter.pdb.record
- An
Recordimplementation that contains a Notepad entry. - NotepadRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- Creates a new
NotepadRecord.
O
- open(File) - Method in class org.shredzone.pdbconverter.mdb.AbstractMdbReader
- open(File) - Method in interface org.shredzone.pdbconverter.mdb.MdbReader
- Opens an MDB database.
- openXmlWriter(OutputStream, String) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Opens the XML writer for the given output stream.
- org.shredzone.pdbconverter - package org.shredzone.pdbconverter
- org.shredzone.pdbconverter.export - package org.shredzone.pdbconverter.export
- org.shredzone.pdbconverter.export.filter - package org.shredzone.pdbconverter.export.filter
- org.shredzone.pdbconverter.gui - package org.shredzone.pdbconverter.gui
- org.shredzone.pdbconverter.handler - package org.shredzone.pdbconverter.handler
- org.shredzone.pdbconverter.mdb - package org.shredzone.pdbconverter.mdb
- org.shredzone.pdbconverter.pdb - package org.shredzone.pdbconverter.pdb
- org.shredzone.pdbconverter.pdb.appinfo - package org.shredzone.pdbconverter.pdb.appinfo
- org.shredzone.pdbconverter.pdb.converter - package org.shredzone.pdbconverter.pdb.converter
- org.shredzone.pdbconverter.pdb.record - package org.shredzone.pdbconverter.pdb.record
P
- PdbConverter - Class in org.shredzone.pdbconverter
- PdbConverter's main class.
- PdbConverter() - Constructor for class org.shredzone.pdbconverter.PdbConverter
- PdbConverterGui - Class in org.shredzone.pdbconverter
- A very simple Swing application for GUI based file conversion.
- PdbConverterGui() - Constructor for class org.shredzone.pdbconverter.PdbConverterGui
- Creates a new
PdbConverterGuiframe and displays it. - PdbDatabase<T extends Record,U extends AppInfo> - Class in org.shredzone.pdbconverter.pdb
- Represents the contents of a PDB database file.
- PdbDatabase() - Constructor for class org.shredzone.pdbconverter.pdb.PdbDatabase
- PdbFile - Class in org.shredzone.pdbconverter.pdb
- Opens a PDB file and gives access to its contents.
- PdbFile(File) - Constructor for class org.shredzone.pdbconverter.pdb.PdbFile
- Creates a new
PdbFilefor the givenFile.
R
- RawAppInfo - Class in org.shredzone.pdbconverter.pdb.appinfo
AppInfoimplementation that stores the raw appinfo area.- RawAppInfo(byte[]) - Constructor for class org.shredzone.pdbconverter.pdb.appinfo.RawAppInfo
- Creates a new
RawAppInfo. - RawConverter - Class in org.shredzone.pdbconverter.pdb.converter
- An
Converterthat handles only the raw content of a record. - RawConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.RawConverter
- RawRecord - Class in org.shredzone.pdbconverter.pdb.record
- An
Recordimplementation that just contains the raw database record. - RawRecord(byte[], int) - Constructor for class org.shredzone.pdbconverter.pdb.record.RawRecord
- Creates a new
RawRecordfor the given data and attribute. - read() - Method in interface org.shredzone.pdbconverter.mdb.MdbReader
- Reads the MDB database as
PdbDatabase. - read() - Method in class org.shredzone.pdbconverter.mdb.ScheduleMdbReader
- readCategories(CategoryAppInfo) - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads the categories from a standard appinfo area and fills them into a
CategoryAppInfoobject. - readDatabase(File) - Method in class org.shredzone.pdbconverter.handler.AbstractCategoryExportHandler
- Reads the PdbDatabase from the given infile.
- readDatabase(File) - Method in class org.shredzone.pdbconverter.handler.MdbICalendarHandler
- readDatabase(Converter<T, U>) - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads the entire database file and returns a
PdbDatabase. - readDate() - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a PalmOS date.
- readDateTimeWords() - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a PalmOS date and time that is stored in seven words.
- readFixedString(int) - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a string of a fixed length, not null terminated.
- readPackedDate() - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a packed PalmOS date.
- readTerminatedFixedString(int) - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a string of a fixed length that is null terminated.
- readTerminatedString() - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads a string of a variable length that is null terminated.
- readUnsignedInt() - Method in class org.shredzone.pdbconverter.pdb.PdbFile
- Reads an unsigned integer.
- Record - Interface in org.shredzone.pdbconverter.pdb.record
- Represents a single database entry.
S
- ScheduleConverter - Class in org.shredzone.pdbconverter.pdb.converter
- An
Converterthat reads Calendar records. - ScheduleConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.ScheduleConverter
- ScheduleExporter - Class in org.shredzone.pdbconverter.export
- Writes a
ScheduleRecorddatabase as iCalender file. - ScheduleExporter() - Constructor for class org.shredzone.pdbconverter.export.ScheduleExporter
- ScheduleMdbReader - Class in org.shredzone.pdbconverter.mdb
- This class reads a DateBook.mdb file.
- ScheduleMdbReader() - Constructor for class org.shredzone.pdbconverter.mdb.ScheduleMdbReader
- ScheduleMdbReader.RepeatConverter - Class in org.shredzone.pdbconverter.mdb
- A utility class for converting a repeating event to a
ScheduleRecordentry. - ScheduleRecord - Class in org.shredzone.pdbconverter.pdb.record
- An
Recordimplementation for the Calendar PDB. - ScheduleRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- Creates a new
ScheduleRecordentry. - ScheduleRecord.Alarm - Class in org.shredzone.pdbconverter.pdb.record
- Defines an Alarm.
- ScheduleRecord.Alarm(int, ScheduleRecord.Alarm.Unit) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm
- Creates a new
ScheduleRecord.Alarm. - ScheduleRecord.Alarm.Unit - Enum in org.shredzone.pdbconverter.pdb.record
- ScheduleRecord.Repeat - Class in org.shredzone.pdbconverter.pdb.record
- Defines the repetition of a schedule.
- ScheduleRecord.Repeat(ScheduleRecord.Repeat.Mode, int, ScheduleRecord.ShortDate, boolean[], int, int) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- Creates a new
ScheduleRecord.Repeat. - ScheduleRecord.Repeat.Mode - Enum in org.shredzone.pdbconverter.pdb.record
- ScheduleRecord.ShortDate - Class in org.shredzone.pdbconverter.pdb.record
- Contains an immutable date.
- ScheduleRecord.ShortDate(int, int, int) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
- Creates a new
ScheduleRecord.ShortDate. - ScheduleRecord.ShortDate(Calendar) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
- Creates a new
ScheduleRecord.ShortDate. - ScheduleRecord.ShortTime - Class in org.shredzone.pdbconverter.pdb.record
- Contains an immutable time.
- ScheduleRecord.ShortTime(int, int) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortTime
- Creates a new
ScheduleRecord.ShortTime. - ScheduleRecord.ShortTime(Calendar) - Constructor for class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortTime
- Creates a new
ScheduleRecord.ShortTime. - setAlarm(Calendar) - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- setAlarm(ScheduleRecord.Alarm) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setAppInfo(U) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setAttributes(int) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setBackupTime(Calendar) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setBirthdayPattern(Pattern) - Method in class org.shredzone.pdbconverter.export.VCardExporter
- Sets a regular expression for birthday detection.
- setCategory(String) - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- setCategory(String) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setCompleted(boolean) - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- setCountry(String) - Method in class org.shredzone.pdbconverter.pdb.appinfo.AddressAppInfo
- setCreated(Calendar) - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- setCreationTime(Calendar) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setCreator(String) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setDate(Calendar) - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- setDescription(String) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setDescription(String) - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- setDisplayPhone(int) - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- setEndTime(ScheduleRecord.ShortTime) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setField(AddressRecord.Field, String) - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- setFilter(ExportFilter<T>) - Method in class org.shredzone.pdbconverter.export.AbstractExporter
- setFilter(ExportFilter<T>) - Method in interface org.shredzone.pdbconverter.export.Exporter
- Sets a filter to only export certain records.
- setFrom(Calendar) - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- setImagePng(byte[]) - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- setLabel(AddressRecord.Label, String) - Method in class org.shredzone.pdbconverter.pdb.appinfo.AddressAppInfo
- setLabel(AddressRecord.Field, AddressRecord.Label) - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- setLabelType(AddressRecord.Label, VCardExporter.PhoneType) - Method in class org.shredzone.pdbconverter.export.VCardExporter
- Sets a custom
VCardExporter.PhoneTypefor the givenAddressRecord.Label. - setLocation(String) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setMemo(String) - Method in class org.shredzone.pdbconverter.pdb.record.MemoRecord
- setModificationNumber(int) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setModificationTime(Calendar) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setModified(Calendar) - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- setName(String) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setNote(String) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setNote(String) - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- setPriority(int) - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
- setRepeat(ScheduleRecord.Repeat) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setSchedule(ScheduleRecord.ShortDate) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setSplit(boolean) - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- setStartTime(ScheduleRecord.ShortTime) - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- setTimeZone(TimeZone) - Method in class org.shredzone.pdbconverter.CalendarFactory
- The
TimeZoneto be used. - setTitle(String) - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- setType(String) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- setUntil(Calendar) - Method in class org.shredzone.pdbconverter.handler.ExportOptions
- setVersion(int) - Method in class org.shredzone.pdbconverter.pdb.PdbDatabase
- startElement(String) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Starts an element.
- startElement(String, Object...) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Starts an element with the given attributes.
T
- TodoConverter - Class in org.shredzone.pdbconverter.pdb.converter
- A
Converterthat handles todo records. - TodoConverter() - Constructor for class org.shredzone.pdbconverter.pdb.converter.TodoConverter
- TodoRecord - Class in org.shredzone.pdbconverter.pdb.record
- A
Recordimplementation that contains a Todo record. - TodoRecord(int) - Constructor for class org.shredzone.pdbconverter.pdb.record.TodoRecord
- Creates a new
MemoRecord. - TodoXmlExporter - Class in org.shredzone.pdbconverter.export
- Writes a
TodoRecorddatabase as a single XML file. - TodoXmlExporter() - Constructor for class org.shredzone.pdbconverter.export.TodoXmlExporter
- TodoXmlHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads a Todo pdb file and writes an XML file.- TodoXmlHandler() - Constructor for class org.shredzone.pdbconverter.handler.TodoXmlHandler
- toString() - Method in class org.shredzone.pdbconverter.pdb.appinfo.CategoryAppInfo.Category
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.AddressRecord
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.MemoRecord
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.NotepadRecord
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortDate
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord.ShortTime
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.ScheduleRecord
- toString() - Method in class org.shredzone.pdbconverter.pdb.record.TodoRecord
V
- valueOf(String) - Static method in enum org.shredzone.pdbconverter.export.VCardExporter.PhoneType
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.shredzone.pdbconverter.pdb.record.AddressRecord.Field
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.shredzone.pdbconverter.pdb.record.AddressRecord.Label
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm.Unit
- Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat.Mode
- Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.shredzone.pdbconverter.export.VCardExporter.PhoneType
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.shredzone.pdbconverter.pdb.record.AddressRecord.Field
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.shredzone.pdbconverter.pdb.record.AddressRecord.Label
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Alarm.Unit
- Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.shredzone.pdbconverter.pdb.record.ScheduleRecord.Repeat.Mode
- Returns an array containing the constants of this enum type, in the order they are declared.
- VCardExporter - Class in org.shredzone.pdbconverter.export
- Writes an
AddressRecorddatabase as vCard file. - VCardExporter() - Constructor for class org.shredzone.pdbconverter.export.VCardExporter
- Creates a new
VCardExporterwith common settings. - VCardExporter.PhoneType - Enum in org.shredzone.pdbconverter.export
- Types of vCard phones.
- VCardHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads Address pdb and writes a vCard file.- VCardHandler() - Constructor for class org.shredzone.pdbconverter.handler.VCardHandler
W
- writeCategories(PdbDatabase<?, ? extends CategoryAppInfo>) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes all categories in a
CategoryAppInfo. - writeContent(Object) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes the content of an element.
- writeDatabase(PdbDatabase<?, ?>) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes the informal part of the given database.
- writeDate(String, Calendar) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes a date as content of a container named key.
- writeFormatted(String, String, Object...) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes a formatted string as content of a container named key.
- writeValue(String, Object) - Method in class org.shredzone.pdbconverter.export.XmlHelper
- Writes a value as content of a container named key.
X
- XmlHelper - Class in org.shredzone.pdbconverter.export
- A helper class for writing XML content to the given output stream.
- XmlHelper() - Constructor for class org.shredzone.pdbconverter.export.XmlHelper
Z
- ZipExporter - Class in org.shredzone.pdbconverter.export
- Writes a
RawRecorddatabase as ZIP file. - ZipExporter() - Constructor for class org.shredzone.pdbconverter.export.ZipExporter
- ZipHandler - Class in org.shredzone.pdbconverter.handler
ExportHandlerthat reads any pdb file and writes a ZIP file containing a database index xml file, an appinfo dump and a binary file for each record.- ZipHandler() - Constructor for class org.shredzone.pdbconverter.handler.ZipHandler
A C D E F G I M N O P R S T V W X Z
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2009-2011 shredzone.org. All Rights Reserved.