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 | |
BogDroSoft.jymag.gui |
Modifier and Type | Method and Description |
---|---|
static PhoneMessage |
PhoneMessage.parseReponse(java.lang.String response)
Parses the given phone response and creates a PhoneMessage that matches it.
|
Modifier and Type | Method and Description |
---|---|
PhoneMessage |
DataTransporter.getMessage(int number)
Retrieves the specified message from the phone.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<PhoneMessage> |
DataTransporter.getMessages()
Gets the list of current messages from the phone.
|
Modifier and Type | Method and Description |
---|---|
static int |
TransferUtils.deleteMessage(PhoneMessage element,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Delete the given message from the phone.
|
int |
DataTransporter.sendMessage(PhoneMessage msg)
Sends the specified message with the phone.
|
static int |
TransferUtils.sendMessage(PhoneMessage element,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Send the given message through the phone.
|
Modifier and Type | Method and Description |
---|---|
static int |
TransferUtils.downloadMessageList(TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor,
javax.swing.JTable messages,
java.util.Vector<PhoneMessage> placeForData)
Downloads the list of messages from the phone.
|
Constructor and Description |
---|
SMSWindow(DataTransporter dt,
MainWindow parent,
java.lang.Object synchro,
float fontSize,
PhoneMessage msg)
Creates new form SMSWindow.
|