Uses of Class
esmska.data.History.Record
-
Packages that use History.Record Package Description esmska.data esmska.gui esmska.persistence -
-
Uses of History.Record in esmska.data
Methods in esmska.data that return History.Record Modifier and Type Method Description History.RecordHistory. findLastRecord(java.lang.String gatewayName)Find last (as in time) record sent to specified gateway.History.RecordHistory. getRecord(int index)get record at indexMethods in esmska.data that return types with arguments of type History.Record Modifier and Type Method Description java.util.List<History.Record>History. getRecords()get all records in unmodifiable listMethods in esmska.data with parameters of type History.Record Modifier and Type Method Description voidHistory. addRecord(History.Record record)add new recordvoidHistory. removeRecord(History.Record record)remove existing recordMethod parameters in esmska.data with type arguments of type History.Record Modifier and Type Method Description voidHistory. addRecords(java.util.Collection<History.Record> records)add new recordsvoidHistory. removeRecords(java.util.Collection<History.Record> records)remove existing records -
Uses of History.Record in esmska.gui
Method parameters in esmska.gui with type arguments of type History.Record Modifier and Type Method Description voidHistoryFrame. addValuedListener(ValuedListener<HistoryFrame.Events,History.Record> valuedListener)voidHistoryFrame. removeValuedListener(ValuedListener<HistoryFrame.Events,History.Record> valuedListener) -
Uses of History.Record in esmska.persistence
Methods in esmska.persistence that return types with arguments of type History.Record Modifier and Type Method Description static java.util.ArrayList<History.Record>ImportManager. importHistory(java.io.File file)Import sms history from fileMethod parameters in esmska.persistence with type arguments of type History.Record Modifier and Type Method Description static voidExportManager. exportHistory(java.util.Collection<History.Record> history, java.io.OutputStream out)Export sms history
-