- DataTransporter - Class in BogDroSoft.jymag.comm
-
This class is used to send and receive data.
- DataTransporter(CommPortIdentifier) - Constructor for class BogDroSoft.jymag.comm.DataTransporter
-
Creates a new instance of DataTransporter.
- DataTransporter.DIAL_MODE - Enum in BogDroSoft.jymag.comm
-
The Enumeration of the dialing modes.
- DataTransporter.PIN_STATUS - Enum in BogDroSoft.jymag.comm
-
The Enumeration of the states for PIN entering.
- DataTransporter.STORAGE_TYPE - Enum in BogDroSoft.jymag.comm
-
The Enumeration of the message storage types.
- defaultEncoding - Static variable in class BogDroSoft.jymag.comm.DataTransporter
-
The default encoding for commands.
- deleteAlarm(int) - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Deletes the specified alarm from the phone.
- deleteAlarm(int, TransferParameters, Runnable, Component, boolean, boolean, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Delete the given alarm from the phone.
- deleteFile(PhoneElement) - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Deletes the specified object from the phone.
- deleteFile(PhoneElement, TransferParameters, Runnable, Component, boolean, boolean, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Delete the given element from the phone.
- deleteMessage(int) - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Deletes the specified message from the phone.
- deleteMessage(PhoneMessage, TransferParameters, Runnable, Component, boolean, boolean, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Delete the given message from the phone.
- dialNumber(String, boolean, DataTransporter.DIAL_MODE) - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Dials the specified number.
- dialNumber(String, boolean, DataTransporter.DIAL_MODE, TransferParameters, Runnable, Component, boolean, boolean, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Dials the given number through the phone.
- DialPanel - Class in BogDroSoft.jymag.gui.panels
-
This class is the dial panel in the JYMAG program.
- DialPanel() - Constructor for class BogDroSoft.jymag.gui.panels.DialPanel
-
Creates new form DialPanel.
- dot - Static variable in class BogDroSoft.jymag.comm.DataTransporter
-
A String with a single dot.
- downloadAlarmList(TransferParameters, Runnable, Component, boolean, boolean, boolean, JTable, Vector<PhoneAlarm>) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Downloads the list of alarms from the phone.
- downloadFile(File, PhoneElement, TransferParameters, Runnable, Component, boolean, boolean, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Downloads the given file from the phone.
- downloadFiles(String, TransferParameters, Runnable, Component, boolean, boolean, boolean, String, boolean) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Downloads files of the given type from the phone.
- downloadList(String, TransferParameters, Runnable, Component, boolean, boolean, boolean, DefaultTableModel, Vector<PhoneElement>) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Downloads the list of files of the given type from the phone.
- downloadMessageList(TransferParameters, Runnable, Component, boolean, boolean, boolean, JTable, Vector<PhoneMessage>) - Static method in class BogDroSoft.jymag.comm.TransferUtils
-
Downloads the list of messages from the phone.
- dquot - Static variable in class BogDroSoft.jymag.comm.DataTransporter
-
A String with a single "double quote" character.
- dquotCR - Static variable in class BogDroSoft.jymag.comm.DataTransporter
-
A String with a quotation character and a Carriage Return.
- dynamicUpload(File) - Method in class BogDroSoft.jymag.gui.MainWindow
-
Uploads the given file using the current settings.