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
S
- secondSeparator - Variable in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
A separator between the file part size selector and the parts number selector.
- selectionTextField - Variable in class eu.steffo.cleaver.gui.panels.rows.FileSelectRow
-
A non-editable text field that displays the files selected in the file choice dialog.
- separator - Variable in class eu.steffo.cleaver.gui.panels.rows.option.CryptRow
-
A separator between the checkbox and the encryption key field.
- setCompressConfig(CompressConfig) - Method in class eu.steffo.cleaver.gui.panels.rows.option.CompressRow
- setEditable(boolean) - Method in class eu.steffo.cleaver.gui.panels.rows.option.CompressRow
- setEditable(boolean) - Method in class eu.steffo.cleaver.gui.panels.rows.option.CryptRow
- setEditable(boolean) - Method in class eu.steffo.cleaver.gui.panels.rows.option.KeyRow
- setEditable(boolean) - Method in class eu.steffo.cleaver.gui.panels.rows.option.OptionRow
-
Allow edits in the fields of the OptionRow.
- setEditable(boolean) - Method in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
- setFileFilter(FileFilter) - Method in class eu.steffo.cleaver.gui.panels.rows.FileSelectRow
-
Set a specific
FileFilter
in theFileSelectRow.fileChooser
. - setProgress(Progress) - Method in class eu.steffo.cleaver.logic.Job
-
Set the progress of the job to a different value.
- sizeLabel - Variable in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
A label with "Part size" written on it.
- sizeTextField - Variable in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
The text field where the user can select the size of the parts to split the file in.
- sizeUnitLabel - Variable in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
A label with "B" (bytes) written on it.
- SplitByPartsConfig - Class in eu.steffo.cleaver.logic.split
- SplitByPartsConfig(int) - Constructor for class eu.steffo.cleaver.logic.split.SplitByPartsConfig
- SplitBySizeConfig - Class in eu.steffo.cleaver.logic.split
- SplitBySizeConfig(long) - Constructor for class eu.steffo.cleaver.logic.split.SplitBySizeConfig
- splitCheckBox - Variable in class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
The checkbox enabling or disabling the split step.
- SplitConfig - Class in eu.steffo.cleaver.logic.split
-
A class containing the configuration for the split/merge step of a
Job
. - SplitConfig() - Constructor for class eu.steffo.cleaver.logic.split.SplitConfig
- SplitFileInputStream - Class in eu.steffo.cleaver.logic.split
- SplitFileInputStream(String, int) - Constructor for class eu.steffo.cleaver.logic.split.SplitFileInputStream
- SplitFileOutputStream - Class in eu.steffo.cleaver.logic.split
- SplitFileOutputStream(String, long) - Constructor for class eu.steffo.cleaver.logic.split.SplitFileOutputStream
- splitRow - Variable in class eu.steffo.cleaver.gui.panels.ChopPanel
-
The
Row
to enable/disable the file split functionality. - SplitRow - Class in eu.steffo.cleaver.gui.panels.rows.option
-
A
OptionRow
allowing theconfiguration of the split step
of the file chop process. - SplitRow() - Constructor for class eu.steffo.cleaver.gui.panels.rows.option.SplitRow
-
Construct a SplitRow.
- startButton - Variable in class eu.steffo.cleaver.gui.panels.JobsButtonsPanel
-
The Start incomplete jobs button.
- StitchJob - Class in eu.steffo.cleaver.logic
-
A
Job
that converts chopped (*.chp + *.cXX) files back into regular files. - StitchJob(File) - Constructor for class eu.steffo.cleaver.logic.StitchJob
-
Construct a StitchJob, specifying the *.chp file to import the settings from.
- StitchJob(File, String) - Constructor for class eu.steffo.cleaver.logic.StitchJob
-
Construct a StitchJob, specifying the *.chp file to import the settings from and an encryption key to use while decrypting the files.
- StitchJob(File, String, Runnable) - Constructor for class eu.steffo.cleaver.logic.StitchJob
-
Construct a StitchJob, and additionally specify the
Runnable
that should be called on progress updates.. - stitchPanel - Variable in class eu.steffo.cleaver.gui.panels.ChopAndStitchPanel
-
The
StitchPanel
, displayed on the right. - StitchPanel - Class in eu.steffo.cleaver.gui.panels
-
The
CreateJobPanel
allowing the creation ofStitchJobs
. - StitchPanel(ActionListener) - Constructor for class eu.steffo.cleaver.gui.panels.StitchPanel
-
Construct a StitchPanel.
All Classes All Packages