public interface JYMAGTab
Modifier and Type | Method and Description |
---|---|
void |
setDestDir(java.lang.String destDirName)
Sets the destination directory for downloads.
|
void |
setFontSizeSpin(javax.swing.JSpinner fontSizeSpinner)
Sets the font size spinner.
|
void |
setMainWindow(MainWindow mainWindow)
Sets the reference to the main window of JYMAG.
|
void |
setProgressBar(javax.swing.JProgressBar progressBar)
Sets the main progress bar component.
|
void setProgressBar(javax.swing.JProgressBar progressBar)
progressBar
- The main progress bar component.void setDestDir(java.lang.String destDirName)
destDirName
- The destination directory.void setMainWindow(MainWindow mainWindow)
mainWindow
- The reference to the main window of JYMAG.void setFontSizeSpin(javax.swing.JSpinner fontSizeSpinner)
fontSizeSpinner
- The font size spinner.