Package | Description |
---|---|
BogDroSoft.jymag.comm | |
BogDroSoft.jymag.gui |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<PhoneElement> |
DataTransporter.getList(java.lang.String ofWhat)
Gets the list of objects from the phone.
|
Modifier and Type | Method and Description |
---|---|
int |
DataTransporter.deleteFile(PhoneElement el)
Deletes the specified object from the phone.
|
static int |
TransferUtils.deleteFile(PhoneElement element,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Delete the given element from the phone.
|
static int |
TransferUtils.downloadFile(java.io.File f,
PhoneElement element,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Downloads the given file from the phone.
|
int |
DataTransporter.getFile(java.io.File f,
PhoneElement el)
Gets the specified object and saves it to a file.
|
Modifier and Type | Method and Description |
---|---|
static int |
TransferUtils.downloadList(java.lang.String ofWhat,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor,
javax.swing.table.DefaultTableModel dtm,
java.util.Vector<PhoneElement> placeForData)
Downloads the list of files of the given type from the phone.
|
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.putListInTable(java.lang.String ofWhat,
javax.swing.table.DefaultTableModel dtm,
java.util.Vector<PhoneElement> placeForData)
Puts the list of the given elements in the given table.
|