- parse(String[], Object, String) - Static method in class BogDroSoft.jymag.CommandLineParser
-
Parses the given command line and performs actions based on it.
- parseReponse(String) - Static method in class BogDroSoft.jymag.PhoneAlarm
-
Parses the given phone response and creates a PhoneAlarm that matches it.
- parseReponse(String) - Static method in class BogDroSoft.jymag.PhoneMessage
-
Parses the given phone response and creates a PhoneMessage that matches it.
- PhoneAlarm - Class in BogDroSoft.jymag
-
This class represents an alarm in the phone.
- PhoneAlarm(Calendar, boolean, boolean, int[], int) - Constructor for class BogDroSoft.jymag.PhoneAlarm
-
Creates a new instance of PhoneAlarm.
- PhoneAlarm(Calendar, boolean, boolean, Set<? extends Integer>, int) - Constructor for class BogDroSoft.jymag.PhoneAlarm
-
Creates a new instance of PhoneAlarm.
- PhoneAlarm(int, String, String, String) - Constructor for class BogDroSoft.jymag.PhoneAlarm
-
Creates a new instance of PhoneAlarm.
- PhoneElement - Class in BogDroSoft.jymag
-
This class represents an element in the phone (picture, ringtone, ...).
- PhoneElement(String, String, String) - Constructor for class BogDroSoft.jymag.PhoneElement
-
Creates a new instance of PhoneElement.
- PhoneMessage - Class in BogDroSoft.jymag
-
This class represents a message in the phone.
- PhoneMessage() - Constructor for class BogDroSoft.jymag.PhoneMessage
-
Creates a new PhoneMessage.
- PhotoPanel - Class in BogDroSoft.jymag.gui.panels
-
This class is the photos' panel in the JYMAG program.
- PhotoPanel() - Constructor for class BogDroSoft.jymag.gui.panels.PhotoPanel
-
Creates new form PhotoPanel
- poweroff() - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Switches off the phone.
- putFile(File, String) - Method in class BogDroSoft.jymag.comm.DataTransporter
-
Sends the specified file to the phone.
- putListInTable(String, DefaultTableModel, Vector<PhoneElement>) - Method in class BogDroSoft.jymag.gui.MainWindow
-
Puts the list of the given elements in the given table.