Class NoeColourSelectionPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.openscience.jmol.app.janocchio.NoeColourSelectionPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NoeColourSelectionPanel extends JPanel
See Also:
  • Field Details

    • noeTable

      NoeTable noeTable
    • jLabel1

      private JLabel jLabel1
    • jLabel2

      private JLabel jLabel2
    • jLabel3

      private JLabel jLabel3
    • jLabel4

      private JLabel jLabel4
    • jLabel5

      private JLabel jLabel5
    • redField

      private JTextField redField
    • redLabel

      private JLabel redLabel
    • setAllButton

      private JButton setAllButton
    • yellowField

      private JTextField yellowField
    • yellowLabel

      private JLabel yellowLabel
  • Constructor Details

    • NoeColourSelectionPanel

      public NoeColourSelectionPanel(NoeTable noeTable)
  • Method Details

    • initComponents

      private void initComponents()
      This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
    • setAllButtonActionPerformed

      void setAllButtonActionPerformed(ActionEvent evt)
    • yellowFieldActionPerformed

      void yellowFieldActionPerformed(ActionEvent evt)
      Parameters:
      evt -
    • redFieldActionPerformed

      void redFieldActionPerformed(ActionEvent evt)
      Parameters:
      evt -
    • getYellowField

      public JTextField getYellowField()
    • getRedField

      public JTextField getRedField()