Class CoupleTable

    • Constructor Detail

      • CoupleTable

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

      • constructCoupleTable

        JComponent constructCoupleTable()
      • constructCoupleButtonPanel

        JComponent constructCoupleButtonPanel()
      • getViewerRow

        protected int getViewerRow​(int i)
      • constructDismissButtonPanel

        JComponent constructDismissButtonPanel()
      • centerDialog

        protected void centerDialog()
      • close

        public void close()
      • activate

        public void activate()
      • updateCoupleTableData

        void updateCoupleTableData()
      • getRowCount

        public int getRowCount()
      • getMeasurementCountPlusIndices

        public int[] getMeasurementCountPlusIndices​(int row)
      • calcFrameDelta

        private void calcFrameDelta()
      • updateTables

        public void updateTables()
      • calcNatomsPerModel

        int calcNatomsPerModel()
      • 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)