public interface JYMAGTab
Modifier and Type | Method and Description |
---|---|
void |
setDataBitsCombo(javax.swing.JComboBox combo)
Sets the data bits' combo box field.
|
void |
setDestDir(java.lang.String destDirName)
Sets the destination directory for downloads.
|
void |
setFlowHardCheckbox(javax.swing.JCheckBox checkbox)
Sets the hardware flow control check box field.
|
void |
setFlowSoftCheckbox(javax.swing.JCheckBox checkbox)
Sets the software flow control check box field.
|
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 |
setParityCombo(javax.swing.JComboBox combo)
Sets the parity combo box field.
|
void |
setPortCombo(javax.swing.JComboBox combo)
Sets the port list combo box field.
|
void |
setProgressBar(javax.swing.JProgressBar progressBar)
Sets the main progress bar component.
|
void |
setSpeedCombo(javax.swing.JComboBox combo)
Sets the transmission speed combo box field.
|
void |
setStatusLabel(javax.swing.JLabel status)
Sets the status label component.
|
void |
setStopBitsCombo(javax.swing.JComboBox combo)
Sets the stop bits' combo box field.
|
void |
setSync(java.lang.Object synch)
Sets the data transmission synchronization variable.
|
void setPortCombo(javax.swing.JComboBox combo)
combo
- The component which the port name should be taken from.void setSpeedCombo(javax.swing.JComboBox combo)
combo
- The component which the transmission speed should be taken from.void setDataBitsCombo(javax.swing.JComboBox combo)
combo
- The component which the number of data bits should be taken from.void setStopBitsCombo(javax.swing.JComboBox combo)
combo
- The component which the number of stop bits should be taken from.void setParityCombo(javax.swing.JComboBox combo)
combo
- The component which the parity mode should be taken from.void setFlowSoftCheckbox(javax.swing.JCheckBox checkbox)
checkbox
- The component that tells if software flow
control should be enabled (yes, when selected).void setFlowHardCheckbox(javax.swing.JCheckBox checkbox)
checkbox
- The component that tells if hardware flow
control should be enabled (yes, when selected).void setSync(java.lang.Object synch)
synch
- The data transmission synchronization variable.void setProgressBar(javax.swing.JProgressBar progressBar)
progressBar
- The main progress bar component.void setStatusLabel(javax.swing.JLabel status)
status
- The status label 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.