Package | Description |
---|---|
BogDroSoft.jymag |
This package contains the program JYMAG - Java Your Music And Graphics
- a Free "My Pictures and Sounds" replacement written in Java.
|
BogDroSoft.jymag.comm |
Modifier and Type | Method and Description |
---|---|
static PhoneAlarm |
PhoneAlarm.parseReponse(java.lang.String response)
Parses the given phone response and creates a PhoneAlarm that matches it.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<PhoneAlarm> |
DataTransporter.getAlarms()
Gets the list of current alarms from the phone.
|
Modifier and Type | Method and Description |
---|---|
int |
DataTransporter.addAlarm(PhoneAlarm al)
Adds the specified alarm to the phone.
|
static int |
TransferUtils.uploadAlarm(PhoneAlarm alarm,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Uploads the given alarm to the phone.
|
Modifier and Type | Method and Description |
---|---|
static int |
TransferUtils.downloadAlarmList(TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor,
javax.swing.JTable alarms,
java.util.Vector<PhoneAlarm> placeForData)
Downloads the list of alarms from the phone.
|