Index

B C D E F G I J K L M N O P R S T U W 
All Classes All Packages

J

Job - Class in eu.steffo.cleaver.logic.job
A task that can be executed by Cleaver in a separate Thread, and that keeps track of its progress and can display progress updates on a Swing GUI.
Job() - Constructor for class eu.steffo.cleaver.logic.job.Job
Construct a Job and set its progress to Not started.
Job(Runnable) - Constructor for class eu.steffo.cleaver.logic.job.Job
Construct a Job, set its progress to Not started and set the Runnable that will be called on the GUI Thread every time the progress changes.
jobs - Variable in class eu.steffo.cleaver.gui.CleaverFrame
A reference to the ArrayList where the Jobs should be contained.
jobs - Variable in class eu.steffo.cleaver.gui.panels.JobsTablePanel
A reference to the ArrayList of Jobs that should be displayed.
jobs - Static variable in class eu.steffo.cleaver.Main
The ArrayList of Jobs that the CleaverFrame will manipulate.
jobsButtonRow - Variable in class eu.steffo.cleaver.gui.CleaverFrame
The panel containing jobs-related buttons, such as Delete selected or Run all.
JobsButtonsPanel - Class in eu.steffo.cleaver.gui.panels
A panel that holds the buttons to perform actions on jobs.
JobsButtonsPanel(ActionListener, ActionListener) - Constructor for class eu.steffo.cleaver.gui.panels.JobsButtonsPanel
Construct a JobsButtonPanel.
JobsTableModel() - Constructor for class eu.steffo.cleaver.gui.panels.JobsTablePanel.JobsTableModel
 
jobsTablePanel - Variable in class eu.steffo.cleaver.gui.CleaverFrame
The panel containing the Jobs table.
JobsTablePanel - Class in eu.steffo.cleaver.gui.panels
The Panel containing the jobs Table.
JobsTablePanel(ArrayList<Job>) - Constructor for class eu.steffo.cleaver.gui.panels.JobsTablePanel
Construct a JobsTablePanel.
JobsTablePanel.JobsTableModel - Class in eu.steffo.cleaver.gui.panels
The TableModel of the jobs table.
B C D E F G I J K L M N O P R S T U W 
All Classes All Packages