Array
Class ChannelPanel
java.lang.Object
Array.ChannelPanel
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ListSelectionListener
public class ChannelPanel
- extends java.lang.Object
- implements java.awt.event.ActionListener, javax.swing.event.ListSelectionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
daqControllerList
private javax.swing.JComboBox daqControllerList
channelPanel
private javax.swing.JPanel channelPanel
channelTable
private javax.swing.JTable channelTable
editButton
private javax.swing.JButton editButton
acquisitionControl
private AcquisitionControl acquisitionControl
channelTableData
private ChannelPanel.ChannelTableData channelTableData
daqControllers
private java.util.ArrayList<AcquisitionControl> daqControllers
channelColumns
private java.lang.String[] channelColumns
arrayDialog
private ArrayDialog arrayDialog
ChannelPanel
ChannelPanel(ArrayDialog arrayDialog)
getChannelPanel
public javax.swing.JPanel getChannelPanel()
newArraySelection
void newArraySelection()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
setParams
public void setParams()
editChannelList
private void editChannelList()
selectDaqController
void selectDaqController()
makePanel
private javax.swing.JPanel makePanel()
enableButtons
void enableButtons()
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener
getAcquisitionControl
public AcquisitionControl getAcquisitionControl()