Index
C D E F G I J K 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
-
A
Thread
that allows access to the basic . - Job() - Constructor for class eu.steffo.cleaver.logic.Job
-
Construct a Job, setting its progress to
Not started
. - Job(Runnable) - Constructor for class eu.steffo.cleaver.logic.Job
-
Construct a Job, then add to it a
Runnable
that will be invoked throughinvokeLater
on progress changes. - jobs - Variable in class eu.steffo.cleaver.gui.CleaverFrame
-
A reference to the
ArrayList
where theJobs
should be contained. - jobs - Variable in class eu.steffo.cleaver.gui.panels.JobsTablePanel
-
A reference to the
ArrayList
ofJobs
that should be displayed. - 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
-
The panel containing the
Jobs
table
. - JobsTablePanel - Class in eu.steffo.cleaver.gui.panels
-
The
Panel
containing the jobsTable
. - 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