A B C D E F G I L M N P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- password - Variable in class Employee
- play() - Method in class AudioPlayer
-
Outputs that the device is playing
- play() - Method in class MoviePlayer
-
Output that the movie is playing
- play() - Method in interface MultimediaControl
- populateListChooseProduct() - Method in class Controller
-
Sets the listViewProducts to the productLine
- previous() - Method in class AudioPlayer
-
Outputs that the device is going to the previous song
- previous() - Method in class MoviePlayer
-
Output that the player is going to the previous movie
- previous() - Method in interface MultimediaControl
- Product - Class in <Unnamed>
-
The main class for the GUI, it holds every component and all interactions the user can do.
- Product(String, String, ItemType) - Constructor for class Product
-
The Product Class creates product objects which are stored in a database and used in the tableView.
- ProductionRecord - Class in <Unnamed>
-
ProductionRecord keeps track of the types of Products that have been produced.
- ProductionRecord(int) - Constructor for class ProductionRecord
-
This default constructor takes care of the quick instantiation of productionRecords The type count has to be updated when this is called since it does not update the itemType totals.
- ProductionRecord(Product) - Constructor for class ProductionRecord
-
This constructor takes care of several things, it sets all the main variables, updates the totals for the types, and finally sets the serial number.
All Classes All Packages