|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use History.Record | |
---|---|
esmska.data | |
esmska.gui | |
esmska.persistence |
Uses of History.Record in esmska.data |
---|
Methods in esmska.data that return History.Record | |
---|---|
History.Record |
History.findLastRecord(java.lang.String gatewayName)
Find last (as in time) record sent to specified gateway. |
History.Record |
History.getRecord(int index)
get record at index |
Methods in esmska.data that return types with arguments of type History.Record | |
---|---|
java.util.List<History.Record> |
History.getRecords()
get all records in unmodifiable list |
Methods in esmska.data with parameters of type History.Record | |
---|---|
void |
History.addRecord(History.Record record)
add new record |
void |
History.removeRecord(History.Record record)
remove existing record |
Method parameters in esmska.data with type arguments of type History.Record | |
---|---|
void |
History.addRecords(java.util.Collection<History.Record> records)
add new records |
void |
History.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 | |
---|---|
void |
HistoryFrame.addValuedListener(ValuedListener<HistoryFrame.Events,History.Record> valuedListener)
|
void |
HistoryFrame.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 | |
---|---|
static java.util.ArrayList<History.Record> |
ImportManager.importHistory(java.io.File file)
Import sms history from file |
Method parameters in esmska.persistence with type arguments of type History.Record | |
---|---|
static void |
ExportManager.exportHistory(java.util.Collection<History.Record> history,
java.io.OutputStream out)
Export sms history |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |