All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AudioPlayer A class that extends Product and creates an audio player.Controller The main class for the GUI, it holds every component and all interactions the user can do.Employee Used to make a an employee object which is then used for tracking production for each employee.Item The item interface allows for polymorphism to be used with each implementation.ItemType An enum for ItemTypes for products Contains the String representation of it's codeLauncher Main This is the driver class that runs the program and sets up the screen.MonitorType Author: Jairo Garciga Enum for screen typesMoviePlayer Extends the product class to create a movie player productMultimediaControl Interface for classes that have some form of multimediaProduct The main class for the GUI, it holds every component and all interactions the user can do.ProductionRecord ProductionRecord keeps track of the types of Products that have been produced.Screen Screen contains several variables that represent attributes of a typical electronic screen such as resolution and refresh rate.ScreenSpec Author: Jairo Garciga Interface for attributes of a screenTestingModule This is a testing class I used for making sure a specific method actually reverses a string.