Uses of Class
cage.ResultPanel

Packages that use ResultPanel
cage.viewer Contains the different Viewers that can be used in CaGe. 
cage.viewer.twoview Contains the classes needed for TwoView
 

Uses of ResultPanel in cage.viewer
 

Methods in cage.viewer with parameters of type ResultPanel
 void CaGeJmolViewer.setResultPanel(ResultPanel resultPanel)
           
 void CaGeViewer.setResultPanel(ResultPanel resultPanel)
          Sets the ResultPanel connected with this viewer.
 void RasmolViewer.setResultPanel(ResultPanel resultPanel)
           
 void TextViewer.setResultPanel(ResultPanel resultPanel)
           
 void TwoView.setResultPanel(ResultPanel resultPanel)
           
 

Uses of ResultPanel in cage.viewer.twoview
 

Methods in cage.viewer.twoview with parameters of type ResultPanel
 void TwoViewPanel.setResultPanel(ResultPanel resultPanel)