Index
B C D E F G I J K L M N O P R S T U W
All Classes All Packages
All Classes All Packages
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 theRunnable
that will be called on the GUIThread
every time the progress changes. - jobs - Variable in class eu.steffo.cleaver.gui.CleaverFrame
- jobs - Variable in class eu.steffo.cleaver.gui.panels.JobsTablePanel
- jobs - Static variable in class eu.steffo.cleaver.Main
- 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
- JobsTablePanel - Class in eu.steffo.cleaver.gui.panels
- 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.
All Classes All Packages