Class CoupleTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class CoupleTable extends JTabbedPane
See Also:
  • Field Details

  • Constructor Details

    • CoupleTable

      public CoupleTable(NMR_JmolPanel nmrPanel, JFrame parentFrame)
      Constructor
      Parameters:
      nmrPanel - the NMRViewer in which the animation will take place (?)
      parentFrame - the parent frame
  • Method Details

    • getViewerRow

      protected int getViewerRow(int i)
    • centerDialog

      protected void centerDialog()
    • close

      public void close()
    • activate

      public void activate()
    • getRowCount

      public int getRowCount()
    • getMeasurementCountPlusIndices

      public int[] getMeasurementCountPlusIndices(int row)
    • updateTables

      public void updateTables()
    • addMol

      public void addMol()
    • setmolCDKuptodate

      public void setmolCDKuptodate(boolean value)
    • allocateLabelArray

      public void allocateLabelArray(int numAtoms)
    • allocateExpCouples

      public void allocateExpCouples(int numAtoms)
    • getExpCouple

      public String getExpCouple(int i, int j)
    • setExpCouple

      public void setExpCouple(String value, int i, int j)
    • setLabelArray

      public void setLabelArray(String[] labelArray)
    • setRedValue

      public void setRedValue(double value)
    • setYellowValue

      public void setYellowValue(double value)
    • getRedValue

      public double getRedValue()
    • getYellowValue

      public double getYellowValue()
    • setCHequation

      public void setCHequation(String eq)
    • setFrameDeltaDisplay

      public void setFrameDeltaDisplay(FrameDeltaDisplay frameDeltaDisplay)